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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:28:04
  Author: tpowa
Revision: 279314

db-move: moved gpgme from [testing] to [staging] (i686, x86_64)

Added:
  gpgme/repos/staging-i686/
  gpgme/repos/staging-i686/PKGBUILD
(from rev 279313, gpgme/repos/testing-i686/PKGBUILD)
  gpgme/repos/staging-x86_64/
  gpgme/repos/staging-x86_64/PKGBUILD
(from rev 279313, gpgme/repos/testing-x86_64/PKGBUILD)
Deleted:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-x86_64/

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gpgme/repos/staging-i686/PKGBUILD (from rev 279313, 
gpgme/repos/testing-i686/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-27 06:28:04 UTC (rev 279314)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+options=('!emptydirs')
+source=(https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('9ab4a18094ca0cf9a0687e0b7d10b63d'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/staging-x86_64/PKGBUILD (from rev 279313, 
gpgme/repos/testing-x86_64/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-27 06:28:04 UTC (rev 279314)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+options=('!emptydirs')
+source=(https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('9ab4a18094ca0cf9a0687e0b7d10b63d'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in samba/repos (50 files)

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:17:18
  Author: tpowa
Revision: 279313

db-move: moved samba from [testing] to [extra] (i686, x86_64)

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 279312, samba/repos/testing-i686/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 279312, samba/repos/testing-i686/nmbd.service)
  samba/repos/extra-i686/samba.conf
(from rev 279312, samba/repos/testing-i686/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 279312, samba/repos/testing-i686/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 279312, samba/repos/testing-i686/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 279312, samba/repos/testing-i686/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 279312, samba/repos/testing-i686/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 279312, samba/repos/testing-i686/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 279312, samba/repos/testing-i686/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 279312, samba/repos/testing-i686/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 279312, samba/repos/testing-i686/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 279312, samba/repos/testing-i686/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 279312, samba/repos/testing-x86_64/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 279312, samba/repos/testing-x86_64/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 279312, samba/repos/testing-x86_64/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 279312, samba/repos/testing-x86_64/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 279312, samba/repos/testing-x86_64/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 279312, samba/repos/testing-x86_64/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 279312, samba/repos/testing-x86_64/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 279312, samba/repos/testing-x86_64/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 279312, samba/repos/testing-x86_64/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 279312, samba/repos/testing-x86_64/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 279312, samba/repos/testing-x86_64/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 279312, samba/repos/testing-x86_64/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service
  samba/repos/testing-i686/
  samba/repos/testing-x86_64/

---+
 /PKGBUILD |  514 
 /nmbd.service |   24 +
 /samba.conf   |4 
 /samba.conf.d |   36 ++
 /samba.install|   28 ++
 /samba.logrotate  |   18 +
 /samba.pam|6 
 /samba.service|   28 ++
 /smbd.service |   24 +
 /smbd.socket  |   18 +
 /smbd@.service|   14 +
 /winbindd.service |   24 +
 extra-i686/PKGBUILD   |  257 
 extra-i686/nmbd.service   |   12 
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |   18 -
 extra-i686/samba.install  |   14 -
 extra-i686/samba.logrotate|9 
 extra-i686/samba.pam  |3 
 extra-i686/samba.service  |   14 -
 extra-i686/smbd.service   |   12 
 extra-i686/smbd.socket|9 
 extra-i686/smbd@.service  |7 
 extra-i686/winbindd.service   |   12 
 extra-x86_64/PKGBUILD |  257 
 extra-x86_64/nmbd.service |   12 
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   18 -
 extra-x86_64/samba.install|   14 -
 extra-x86_64/samba.logrotate  |9 
 extra-x86_64/samba.pam|3 
 extra-x86_64/samba.service|   14 -
 extra-x86_64/smbd.service |   12 
 

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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:07:11
  Author: tpowa
Revision: 279312

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 279311, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 279311, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 279311, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-27 06:07:11 UTC (rev 279312)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/";
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 279311, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-27 06:07:11 UTC (rev 279312)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/";
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:07:01
  Author: tpowa
Revision: 279311

upgpkg: xfsprogs 4.8.0-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 06:02:26 UTC (rev 279310)
+++ PKGBUILD2016-10-27 06:07:01 UTC (rev 279311)
@@ -15,7 +15,7 @@
 md5sums=('SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}"
+  cd "${srcdir}/${pkgname}-dev"
   make configure
   export OPTIMIZER="-march=${CARCH/_/-} -O1"
   export DEBUG=-DNDEBUG
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}"
+  cd "${srcdir}/${pkgname}-dev"
   make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
   chown -R root $pkgdir
   chgrp -R root $pkgdir


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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:02:26
  Author: tpowa
Revision: 279310

upgpkg: xfsprogs 4.8.0-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 06:00:38 UTC (rev 279309)
+++ PKGBUILD2016-10-27 06:02:26 UTC (rev 279310)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=4.7.0
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libutil-linux')
 makedepends=('git')
 options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
 md5sums=('SKIP')
 
 build() {


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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:38
  Author: tpowa
Revision: 279309

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 279306, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 279306, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba.conf
(from rev 279306, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 279306, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 279306, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 279306, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 279306, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 279306, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 279306, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 279306, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 279307, samba/trunk/smbd@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 279307, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 279307, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 279307, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 279307, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 279307, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 279307, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 279307, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 279307, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 279307, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 279308, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 279308, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 279308, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 279308, samba/trunk/winbindd.service)

-+
 testing-i686/PKGBUILD   |  257 ++
 testing-i686/nmbd.service   |   12 +
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |   18 ++
 testing-i686/samba.install  |   14 ++
 testing-i686/samba.logrotate|9 +
 testing-i686/samba.pam  |3 
 testing-i686/samba.service  |   14 ++
 testing-i686/smbd.service   |   12 +
 testing-i686/smbd.socket|9 +
 testing-i686/smbd@.service  |7 +
 testing-i686/winbindd.service   |   12 +
 testing-x86_64/PKGBUILD |  257 ++
 testing-x86_64/nmbd.service |   12 +
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |   18 ++
 testing-x86_64/samba.install|   14 ++
 testing-x86_64/samba.logrotate  |9 +
 testing-x86_64/samba.pam|3 
 testing-x86_64/samba.service|   14 ++
 testing-x86_64/smbd.service |   12 +
 testing-x86_64/smbd.socket  |9 +
 testing-x86_64/smbd@.service|7 +
 testing-x86_64/winbindd.service |   12 +
 24 files changed, 738 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 279306, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-27 06:00:38 UTC (rev 279309)
@@ -0,0 +1,257 @@
+
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+# Contributor: Michael Hansen 
+# Contributor: Marco A Rojas 
+# Contributor: Netanel Shine 
+# Contributor: ngoonee 
+# Contributor: Adam Russell 
+# Contributor: Dhananjay Sathe 
+
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=4.5.1
+pkgrel=1
+arch=(i686 x86_64)
+url="http://www.samba.org";
+license=('GPL3')
+makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
+ 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam' 'systemd' 
+ 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio' 
'perl-parse-yapp')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
+http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
+samba.logrotate
+samba.pam
+samba.service
+samba.conf.d
+smbd.service
+smbd.socket
+nmbd.service
+smbd@.service
+winbindd.service
+samba.conf)
+validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
+### UNINSTALL dmapi package before building!!!
+
+prepare() {

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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:19
  Author: tpowa
Revision: 279307

upgpkg: gpgme 1.7.1-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 06:00:12 UTC (rev 279306)
+++ PKGBUILD2016-10-27 06:00:19 UTC (rev 279307)
@@ -4,8 +4,8 @@
 # Contributor: Sarah Hay 
 
 pkgname=gpgme
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
 url="http://www.gnupg.org/related_software/gpgme/";
@@ -13,7 +13,7 @@
 depends=('libgpg-error' 'gnupg>=2')
 options=('!emptydirs')
 
source=(https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('60d730d22e8065fd5de309e8b98e304b'
+md5sums=('9ab4a18094ca0cf9a0687e0b7d10b63d'
  'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 


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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:29
  Author: tpowa
Revision: 279308

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/PKGBUILD
(from rev 279307, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 279307, gpgme/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 279307, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-27 06:00:29 UTC (rev 279308)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+options=('!emptydirs')
+source=(https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('9ab4a18094ca0cf9a0687e0b7d10b63d'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 279307, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-27 06:00:29 UTC (rev 279308)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+options=('!emptydirs')
+source=(https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('9ab4a18094ca0cf9a0687e0b7d10b63d'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:10
  Author: tpowa
Revision: 279305

upgpkg: samba 4.5.1-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 06:00:01 UTC (rev 279304)
+++ PKGBUILD2016-10-27 06:00:10 UTC (rev 279305)
@@ -10,8 +10,8 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
 license=('GPL3')
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('723c483d6a4ebebaa3bfd5099dcff5af'
+md5sums=('f7a246f9deeaaf8e827d584e1924916d'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:12
  Author: tpowa
Revision: 279306

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

Added:
  hdparm/repos/testing-i686/
  hdparm/repos/testing-i686/PKGBUILD
(from rev 279304, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch
(from rev 279304, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 279304, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch
(from rev 279304, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)

--+
 testing-i686/PKGBUILD|   44 +
 testing-i686/wiper.sh.2_6.max-ranges.patch   |   84 +
 testing-x86_64/PKGBUILD  |   44 +
 testing-x86_64/wiper.sh.2_6.max-ranges.patch |   84 +
 4 files changed, 256 insertions(+)

Copied: hdparm/repos/testing-i686/PKGBUILD (from rev 279304, 
hdparm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-27 06:00:12 UTC (rev 279306)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Paul Mattal 
+
+pkgname=hdparm
+pkgver=9.50
+pkgrel=1
+pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
+arch=(i686 x86_64)
+depends=('glibc')
+optdepends=('sh: required by idectl and ultrabayd')
+source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+wiper.sh.2_6.max-ranges.patch)
+license=('BSD')
+url="http://sourceforge.net/projects/hdparm/";
+optdepends=('bash: for wiper.sh script')
+options=('emptydirs')
+md5sums=('d380062ad6c4b40076736efbb640f1f5'
+ '74e368f384166a7710b447573cda120a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Fix Range input/output error when wiping Intel G2 and OCZ drives
+  patch -Np1 -i $srcdir/wiper.sh.2_6.max-ranges.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # install
+  mkdir -p ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} sbindir=/usr/bin install
+  install -m755 contrib/idectl ${pkgdir}/usr/bin
+  install -m755 contrib/ultrabayd ${pkgdir}/usr/bin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
$pkgdir/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
$pkgdir/usr/bin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
+}

Copied: hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch (from rev 
279304, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
===
--- testing-i686/wiper.sh.2_6.max-ranges.patch  (rev 0)
+++ testing-i686/wiper.sh.2_6.max-ranges.patch  2016-10-27 06:00:12 UTC (rev 
279306)
@@ -0,0 +1,84 @@
+--- hdparm-9.28/wiper/wiper.sh.orig2010-03-09 06:17:37.0 -0800
+--- hdparm-9.28/wiper/wiper.sh 2010-05-15 03:08:02.182856971 -0700
+@@ -29,7 +29,7 @@
+ function usage_error(){
+   echo >&2
+   echo "Linux tune-up (TRIM) utility for SATA SSDs"
+-  echo "Usage:  $0 [--verbose] [--commit] " >&2
++  echo "Usage:  $0 [--max-ranges ] [--verbose] [--commit] 
" >&2
+   echo "   Eg:  $0 /dev/sda1" >&2
+   echo >&2
+   exit 1
+@@ -44,6 +44,7 @@
+ 
+ export verbose=0
+ commit=""
++max_ranges=-1
+ destroy_me=""
+ argc=$#
+ arg=""
+@@ -51,6 +52,10 @@
+   commit=yes
+   elif [ "$1" = "--verbose" ]; then
+   verbose=$((verbose + 1))
++  elif [ "$1" = "--max-ranges" -a $argc -gt 1 ]; then
++  max_ranges=$2
++  argc=$((argc - 1))
++  shift
+   elif [ "$1" = "" ]; then
+   usage_error
+   else
+@@ -499,6 +550,18 @@
+   fi
+ fi
+ 
++## Different SSD's have a different maximum number of ranges they'll accept
++## in a single TRIM command.
++if [ $max_ranges -le 0 ] ; then
++  model=`$HDPARM -I $rawdev | $GAWK '/Model Number/ { print $NF }'`
++  case "$model" in
++  SSDSA[12]*)  max_ranges=512 ;;  # Intel X18-M/X25-M
++  OCZ-VERTEX2) max_ranges=64 ;;   # OCZ Vertex2
++  *)   max_ranges=65535
++  esac
++fi
++[ $verbose -gt 0 ] && echo "max-ranges = $max_ranges"
++
+ ## All ready.  Now let the user know exactly what we intend to do:
+ ##
+ mountstatus="$fstype non-mounted"
+@@ -608,7 +671,7 @@
+   nsectors += count;
+   while (count > 0) {
+   this_count  = (count > 65535) ? 65535 : count
+-  printf "%u:%u ", lba, this_count
++  printf "%u:%u \n", lba, this_count
+   if (verbose > 1)
+   printf "%u:%u 

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

2016-10-26 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:01
  Author: tpowa
Revision: 279304

upgpkg: hdparm 9.50-1

bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 22:08:31 UTC (rev 279303)
+++ PKGBUILD2016-10-27 06:00:01 UTC (rev 279304)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal 
 
 pkgname=hdparm
-pkgver=9.48
+pkgver=9.50
 pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://sourceforge.net/projects/hdparm/";
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
-md5sums=('213efdbe7471fad3408198918e164354'
+md5sums=('d380062ad6c4b40076736efbb640f1f5'
  '74e368f384166a7710b447573cda120a')
 
 prepare() {


[arch-commits] Commit in lib32-llvm/trunk (4 files)

2016-10-26 Thread Laurent Carlier
Date: Thursday, October 27, 2016 @ 05:42:06
  Author: lcarlier
Revision: 193771

upgpkg: lib32-llvm 3.9.0-1

upstream update 3.9.0

Added:
  lib32-llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch
Modified:
  lib32-llvm/trunk/PKGBUILD
Deleted:
  lib32-llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
  lib32-llvm/trunk/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch

---+
 D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch|  322 --
 D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch | 1235 --
 PKGBUILD  |   25 
 msan-prevent-initialization-failure-with-newer-glibc.patch|  103 
 4 files changed, 116 insertions(+), 1569 deletions(-)

Deleted: D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
===
--- D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch  2016-10-27 
05:34:24 UTC (rev 193770)
+++ D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch  2016-10-27 
05:42:06 UTC (rev 193771)
@@ -1,322 +0,0 @@
-Index: cfe/trunk/docs/ItaniumMangleAbiTags.rst
-===
 cfe/trunk/docs/ItaniumMangleAbiTags.rst
-+++ cfe/trunk/docs/ItaniumMangleAbiTags.rst
-@@ -0,0 +1,101 @@
-+
-+ABI tags
-+
-+
-+Introduction
-+
-+
-+This text tries to describe gcc semantic for mangling "abi_tag" attributes
-+described in https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Attributes.html
-+
-+There is no guarantee the following rules are correct, complete or make sense
-+in any way as they were determined empirically by experiments with gcc5.
-+
-+Declaration
-+===
-+
-+ABI tags are declared in an abi_tag attribute and can be applied to a
-+function, variable, class or inline namespace declaration. The attribute takes
-+one or more strings (called tags); the order does not matter.
-+
-+See https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Attributes.html for
-+details.
-+
-+Tags on an inline namespace are called "implicit tags", all other tags are
-+"explicit tags".
-+
-+Mangling
-+
-+
-+All tags that are "active" on an  are emitted after the
-+, before  or , and are part of
-+the same  the  is.
-+
-+They are mangled as:
-+
-+ ::= *   # sort by name
-+ ::= B 
-+
-+Example:
-+
-+__attribute__((abi_tag("test")))
-+void Func();
-+
-+gets mangled as: _Z4FuncB4testv (prettified as `Func[abi:test]()`)
-+
-+Active tags
-+===
-+
-+A namespace does not have any active tags. For types (class / struct / union /
-+enum), the explicit tags are the active tags.
-+
-+For variables and functions, the active tags are the explicit tags plus any
-+"required tags" which are not in the "available tags" set:
-+
-+derived-tags := (required-tags - available-tags)
-+active-tags := explicit-tags + derived-tags
-+
-+Required tags for a function
-+
-+
-+If a function is used as a local scope for another name, and is part of
-+another function as local scope, it doesn't have any required tags.
-+
-+If a function is used as a local scope for a guard variable name, it doesn't
-+have any required tags.
-+
-+Otherwise the function requires any implicit or explicit tag used in the name
-+for the return type.
-+
-+Example:
-+namespace A {
-+  inline namespace B __attribute__((abi_tag)) {
-+struct C { int x; };
-+  }
-+}
-+
-+A::C foo();
-+
-+gets mangled as: _Z3fooB1Bv (prettified as `foo[abi:B]()`)
-+
-+Required tags for a variable
-+
-+
-+A variable requires any implicit or explicit tag used in its type.
-+
-+Available tags
-+==
-+
-+All tags used in the prefix and in the template arguments for a name are
-+available. Also, for functions, all tags from the 
-+(which might include the return type for template functions) are available.
-+
-+For s all active tags used in the local part () are available, but not implicit tags which were not active.
-+
-+Implicit and explicit tags used in the  for a function (as
-+in the type of a cast operator) are NOT available.
-+
-+Example: a cast operator to std::string (which is
-+std::__cxx11::basic_string<...>) will use 'cxx11' as an active tag, as it is
-+required from the return type `std::string` but not available.
-Index: cfe/trunk/include/clang/Basic/Attr.td
-===
 cfe/trunk/include/clang/Basic/Attr.td
-+++ cfe/trunk/include/clang/Basic/Attr.td
-@@ -358,6 +358,14 @@
- // Attributes begin here
- //
- 
-+def AbiTag : Attr {
-+  let Spellings = [GCC<"abi_tag">];
-+  let Args = [VariadicStringArgument<"Tags">];
-+  let Subjects = SubjectList<[Struct, Var, Function, Namespace], ErrorDiag,
-+  "ExpectedStructClassVariableFunctionOrInlineNamespace">;

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

2016-10-26 Thread Laurent Carlier
Date: Thursday, October 27, 2016 @ 05:42:10
  Author: lcarlier
Revision: 193772

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-llvm/repos/multilib-staging-x86_64/
  lib32-llvm/repos/multilib-staging-x86_64/PKGBUILD
(from rev 193771, lib32-llvm/trunk/PKGBUILD)
  
lib32-llvm/repos/multilib-staging-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 193771, 
lib32-llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)

+
 PKGBUILD   |  153 +++
 msan-prevent-initialization-failure-with-newer-glibc.patch |  103 +++
 2 files changed, 256 insertions(+)

Copied: lib32-llvm/repos/multilib-staging-x86_64/PKGBUILD (from rev 193771, 
lib32-llvm/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-10-27 05:42:10 UTC (rev 193772)
@@ -0,0 +1,153 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Sebastian Nowicki 
+# Contributor: Devin Cofer 
+# Contributor: Tobias Kieslich 
+# Contributor: Geoffroy Carrier 
+# Contributor: Tomas Lindquist Olsen 
+# Contributor: Roberto Alsina 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
+pkgver=3.9.0
+pkgrel=1
+arch=('x86_64')
+url="http://llvm.org/";
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('cmake' 'lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib'
+ 'lib32-libxml2')
+options=('staticlibs')
+source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
+msan-prevent-initialization-failure-with-newer-glibc.patch)
+sha256sums=('66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948'
+'SKIP'
+'7596a7c7d9376d0c89e60028fe1ceb4d3e535e8ea8b89e0eb094e0dcb3183d28'
+'SKIP'
+'e0e5224fcd5740b61e416c549dd3dcda92f10c524216c1edb5e979e42078a59a'
+'SKIP'
+'8e4f194c2283b91644a7fff43bc4e58c36b5507f2a4d90b72f275c0bd7511c20')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
+
+prepare() {
+  cd "$srcdir/llvm-$pkgver.src"
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  mv "$srcdir/cfe-$pkgver.src" tools/clang
+
+  mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
+
+  # https://reviews.llvm.org/D24736
+  patch -Np0 -d projects/compiler-rt 
<../msan-prevent-initialization-failure-with-newer-glibc.patch
+
+  # Somehow CMake finds the 64-bit library in /lib first,
+  # so let's preseed CMAKE_LIBRARY_PATH with /lib32.
+  sed -i '/^[[:blank:]]*find_library(FFI_LIBRARY_PATH/i\
+ list(INSERT CMAKE_LIBRARY_PATH 0 /usr/lib32)' cmake/config-ix.cmake
+
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_LIBDIR_SUFFIX=32 \
+-DCMAKE_C_FLAGS:STRING=-m32 \
+-DCMAKE_CXX_FLAGS:STRING=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DLLVM_BUILD_LLVM_DYLIB=ON \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_ENABLE_RTTI=ON \
+-DLLVM_ENABLE_FFI=ON \
+-DLLVM_BUILD_DOCS=OFF \
+-DLLVM_ENABLE_SPHINX=OFF \
+-DLLVM_ENABLE_DOXYGEN=OFF \
+-DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
+-DLLVM_BINUTILS_INCDIR=/usr/include \
+..
+
+  make
+
+  # Disable automatic installation of components that go into subpackages
+  sed -i '/\(clang\|lldb\)\/cmake_install.cmake/d' tools/cmake_install.cmake
+  sed -i '/extra\/cmake_install.cmake/d' tools/clang/tools/cmake_install.cmake
+  sed -i '/compiler-rt\/cmake_install.cmake/d' projects/cmake_install.cmake
+}
+
+package_lib32-llvm() {
+  pkgdesc="Low Level Virtual Machine (32-bit)"
+  depends=('lib32-llvm-libs' 'llvm')
+
+  cd "$srcdir/llvm-$pkgver.src"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  # The runtime library goes into lib32-llvm-libs
+  mv "$pkgdir"/usr/lib32/lib{LLVM,LTO}*.so* "$srcdir"
+  mv -f "$pkgdir"/usr/lib32/{LLVMgold,BugpointPasses}.so "$srcdir"
+
+  # Fix permissions of static libs
+  chmod -x "$pkgdir"/usr/lib32/*.a
+
+  mv "$pkgdir/usr/bin/llvm-config" "$pkgdir/usr/lib32/llvm-config"
+  mv "$pkgdir/usr/include/llvm/Config/llvm-config.h" \
+"$pkgdir/usr/lib32/llvm-config-32.h"
+
+  # Get rid of example Hello transformation
+  rm "$pkgdir"/usr/lib32/*LLVMHello.*
+
+  rm -rf "$pkgdir"/usr/{bin,inclu

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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 05:29:28
  Author: felixonmars
Revision: 193764

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 193763, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/http-conduit-2.2.patch
(from rev 193763, haskell-hakyll/trunk/http-conduit-2.2.patch)
  haskell-hakyll/repos/community-staging-i686/optparse-applicative-0.13.patch
(from rev 193763, haskell-hakyll/trunk/optparse-applicative-0.13.patch)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 193763, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/http-conduit-2.2.patch
(from rev 193763, haskell-hakyll/trunk/http-conduit-2.2.patch)
  haskell-hakyll/repos/community-staging-x86_64/optparse-applicative-0.13.patch
(from rev 193763, haskell-hakyll/trunk/optparse-applicative-0.13.patch)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/http-conduit-2.2.patch|   39 
 community-staging-i686/optparse-applicative-0.13.patch   |   37 +++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/http-conduit-2.2.patch  |   39 
 community-staging-x86_64/optparse-applicative-0.13.patch |   37 +++
 6 files changed, 274 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 193763, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-27 05:29:28 UTC (rev 193764)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.0.0
+pkgrel=8
+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=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+http-conduit-2.2.patch optparse-applicative-0.13.patch)
+sha256sums=('6c21697efaf30166a1afc508f1122e2b828ade9d8d4d53408b13c1216337295e'
+'f1871d8f381bacfe4ba01e7f037c635fff591d8fb353a2f26d08b1af1311142a'
+'0b38abf39d8a410e06a5875ddadfb9c22cd37b4552b224dfabd52f30e9015abb')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p1 -i ../http-conduit-2.2.patch
+patch -p1 -i ../optparse-applicative-0.13.patch
+
+sed -e 's/pandoc   >= 1.14   && < 1.18,/pandoc   
>= 1.14   \&\& < 1.19,/' \
+-i ${_hkgname}.cabal
+}
+
+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-i686/http-conduit-2.2.patch 
(from rev 193763, haskell-hakyl

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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 05:29:03
  Author: felixonmars
Revision: 193763

upgpkg: haskell-hakyll 4.9.0.0-8

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 05:19:10 UTC (rev 193762)
+++ PKGBUILD2016-10-27 05:29:03 UTC (rev 193763)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")
@@ -28,6 +28,9 @@
 cd "${srcdir}/${_hkgname}-${pkgver}"
 patch -p1 -i ../http-conduit-2.2.patch
 patch -p1 -i ../optparse-applicative-0.13.patch
+
+sed -e 's/pandoc   >= 1.14   && < 1.18,/pandoc   
>= 1.14   \&\& < 1.19,/' \
+-i ${_hkgname}.cabal
 }
 
 build() {


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 05:19:10
  Author: felixonmars
Revision: 193762

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 193761, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 193761, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 193761, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-27 05:19:10 UTC (rev 193762)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="http://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-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.18/pandoc >= 1.17.1 \&\& <1.19/' \
+-e 's/pandoc-types >= 1.16 && < 1.17/pandoc-types >= 1.16 \&\& < 
1.18/' \
+-i ${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 
193761, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-27 05:19:10 UTC (rev 193762)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="http://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-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.18/pandoc >= 1.17.1 \&\& <1.19/' \
+-e 's/pandoc-types >= 1.16 && < 1.17/pandoc-types >= 1.16 \&\& < 
1.18/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Set

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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 05:18:51
  Author: felixonmars
Revision: 193761

upgpkg: pandoc-crossref 0.2.3.0-10

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 05:10:07 UTC (rev 193760)
+++ PKGBUILD2016-10-27 05:18:51 UTC (rev 193761)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.3.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")
@@ -16,6 +16,12 @@
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
 sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
 
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.18/pandoc >= 1.17.1 \&\& <1.19/' \
+-e 's/pandoc-types >= 1.16 && < 1.17/pandoc-types >= 1.16 \&\& < 
1.18/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 05:10:07
  Author: felixonmars
Revision: 193760

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 193759, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 193759, 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 193759, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-27 05:10:07 UTC (rev 193760)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.2.1
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="http://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=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('025f88b4e1d5014692d1703d897f145a107752033d7aef202cac18b4d7887f5f')
+
+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 
193759, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-27 05:10:07 UTC (rev 193760)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.2.1
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="http://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")
+sou

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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 05:09:47
  Author: felixonmars
Revision: 193759

upgpkg: pandoc-citeproc 0.10.2.1-1

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 04:28:26 UTC (rev 193758)
+++ PKGBUILD2016-10-27 05:09:47 UTC (rev 193759)
@@ -4,7 +4,7 @@
 
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
-pkgver=0.10.2
+pkgver=0.10.2.1
 pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}";
@@ -17,7 +17,7 @@
  "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
  "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('e03077cf289ffea53b9b65dd376c6d390641ee67d757c2187650e3693758faf2')
+sha256sums=('025f88b4e1d5014692d1703d897f145a107752033d7aef202cac18b4d7887f5f')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 27, 2016 @ 04:28:26
  Author: svenstaro
Revision: 193758

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

Added:
  blender/repos/community-testing-i686/PKGBUILD
(from rev 193757, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 193757, blender/trunk/PKGBUILD)
Deleted:
  blender/repos/community-testing-i686/PKGBUILD
  blender/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-10-27 04:28:07 UTC (rev 193757)
+++ community-testing-i686/PKGBUILD 2016-10-27 04:28:26 UTC (rev 193758)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.78
-#_gitcommit=abf6f081c4cd5248e174caa8c1c765aa69b8cd96
-
-pkgname=blender
-pkgver=2.78
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org";
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-makedepends_x86_64=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
-  cmake -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_CYCLES_PTEX=OFF \
--DWITH_OPENSUBDIV=ON \
--DPYTHON_VERSION=3.5 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.5m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
-  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
-
-  # PTEX is currently broken and experimental in blender anyway
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-testing-i686/PKGBUILD (from rev 193757, 
blender/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD 

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

2016-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 27, 2016 @ 04:28:07
  Author: svenstaro
Revision: 193757

upgpkg: blender 17:2.78.a-2

rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 03:58:57 UTC (rev 193756)
+++ PKGBUILD2016-10-27 04:28:07 UTC (rev 193757)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.78.a
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 03:58:37
  Author: felixonmars
Revision: 193755

upgpkg: pandoc 1.18-1

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 02:58:20 UTC (rev 193754)
+++ PKGBUILD2016-10-27 03:58:37 UTC (rev 193755)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
-pkgver=1.17.2
-pkgrel=15
+pkgver=1.18
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")
@@ -12,16 +12,16 @@
 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-mtl" 
"haskell-extensible-exceptions"
- "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
- "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")
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "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=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('81727d054dfb26de816ea59ed541ebaf60d66d440012c12ec02f9c2b02fee8ec')
+sha256sums=('3ea4b977f31d71dedd99a4584a895659efbbab02b00fdc9daaf7781787ce4e92')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
@@ -63,5 +63,5 @@
 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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
 }


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 03:58:57
  Author: felixonmars
Revision: 193756

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 193755, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 193755, 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 193755, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-27 03:58:57 UTC (rev 193756)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.18
+pkgrel=1
+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-highlighting-kate" "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=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('3ea4b977f31d71dedd99a4584a895659efbbab02b00fdc9daaf7781787ce4e92')
+
+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
+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 193755, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-27 03:58:57 UTC (rev 193756)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.18
+pkgrel=1
+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" 
"ha

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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 02:58:20
  Author: felixonmars
Revision: 193754

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

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

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

Copied: haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 193753, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-27 02:58:20 UTC (rev 193754)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.8.6.6
+pkgrel=2
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('9c78e53e685b4537a39a4d2bc785df1d0d0ee775085bd532d8ae88d10d4c58b4')
+
+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-executable
+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-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
193753, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-27 02:58:20 UTC (rev 193754)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.8.6.6
+pkgrel=2
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('9c78e53e685b4537a39a4d2bc785df1d0d0ee775085bd532d8ae88d10d4c58b4')
+
+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-executable
+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/${p

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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 02:57:44
  Author: felixonmars
Revision: 193753

upgpkg: haskell-texmath 0.8.6.6-2

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 02:45:27 UTC (rev 193752)
+++ PKGBUILD2016-10-27 02:57:44 UTC (rev 193753)
@@ -5,7 +5,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.8.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath";
 license=("GPL")


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 02:45:27
  Author: felixonmars
Revision: 193752

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

Added:
  haskell-pandoc-types/repos/community-staging-i686/
  haskell-pandoc-types/repos/community-staging-i686/PKGBUILD
(from rev 193751, haskell-pandoc-types/trunk/PKGBUILD)
  haskell-pandoc-types/repos/community-staging-i686/haskell-pandoc-types.install
(from rev 193751, haskell-pandoc-types/trunk/haskell-pandoc-types.install)
  haskell-pandoc-types/repos/community-staging-x86_64/
  haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD
(from rev 193751, haskell-pandoc-types/trunk/PKGBUILD)
  
haskell-pandoc-types/repos/community-staging-x86_64/haskell-pandoc-types.install
(from rev 193751, haskell-pandoc-types/trunk/haskell-pandoc-types.install)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/haskell-pandoc-types.install   |   18 +++
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/haskell-pandoc-types.install |   18 +++
 4 files changed, 118 insertions(+)

Copied: haskell-pandoc-types/repos/community-staging-i686/PKGBUILD (from rev 
193751, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-27 02:45:27 UTC (rev 193752)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.0.4
+pkgrel=1
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('531996e547714e34a2e4134e9e80dad9929bbc6814ebb5515f95538fa76c3f74')
+
+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-pandoc-types/repos/community-staging-i686/haskell-pandoc-types.install 
(from rev 193751, haskell-pandoc-types/trunk/haskell-pandoc-types.install)
===
--- community-staging-i686/haskell-pandoc-types.install 
(rev 0)
+++ community-staging-i686/haskell-pandoc-types.install 2016-10-27 02:45:27 UTC 
(rev 193752)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-types
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
193751, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-27 02:45:27 UTC (rev 193752)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.0.4
+pkgrel=1
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${p

[arch-commits] Commit in (4 files)

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 02:37:28
  Author: felixonmars
Revision: 193749

addpkg: haskell-doctemplates 0.1.0.2-1

Added:
  haskell-doctemplates/
  haskell-doctemplates/repos/
  haskell-doctemplates/trunk/
  haskell-doctemplates/trunk/PKGBUILD

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

Added: haskell-doctemplates/trunk/PKGBUILD
===
--- haskell-doctemplates/trunk/PKGBUILD (rev 0)
+++ haskell-doctemplates/trunk/PKGBUILD 2016-10-27 02:37:28 UTC (rev 193749)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-markup" 
"haskell-blaze-html" "haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
+
+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"
+}


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


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 02:44:45
  Author: felixonmars
Revision: 193751

upgpkg: haskell-pandoc-types 1.17.0.4-1

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 02:38:11 UTC (rev 193750)
+++ PKGBUILD2016-10-27 02:44:45 UTC (rev 193751)
@@ -4,15 +4,15 @@
 
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
-pkgver=1.16.1.1
-pkgrel=3
+pkgver=1.17.0.4
+pkgrel=1
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-aeson" "haskell-syb")
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('f8feb3aef9adc16e7a81d4fd4548e5a142366c59a826272f9b04a9dddbfb9524')
+sha256sums=('531996e547714e34a2e4134e9e80dad9929bbc6814ebb5515f95538fa76c3f74')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-10-26 Thread Felix Yan
Date: Thursday, October 27, 2016 @ 02:38:11
  Author: felixonmars
Revision: 193750

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

Added:
  haskell-doctemplates/repos/community-i686/
  haskell-doctemplates/repos/community-i686/PKGBUILD
(from rev 193749, haskell-doctemplates/trunk/PKGBUILD)
  haskell-doctemplates/repos/community-x86_64/
  haskell-doctemplates/repos/community-x86_64/PKGBUILD
(from rev 193749, haskell-doctemplates/trunk/PKGBUILD)

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

Copied: haskell-doctemplates/repos/community-i686/PKGBUILD (from rev 193749, 
haskell-doctemplates/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-27 02:38:11 UTC (rev 193750)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-markup" 
"haskell-blaze-html" "haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
+
+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-doctemplates/repos/community-x86_64/PKGBUILD (from rev 193749, 
haskell-doctemplates/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-27 02:38:11 UTC (rev 193750)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-markup" 
"haskell-blaze-html" "haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
+
+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"
+}


[arch-commits] Commit in vim/repos (20 files)

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 22:08:31
  Author: anatolik
Revision: 279303

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

Added:
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279302, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
(from rev 279302, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-i686/PKGBUILD
(from rev 279302, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 279302, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimrc
(from rev 279302, vim/trunk/vimrc)
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279302, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 279302, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 279302, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 279302, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimrc
(from rev 279302, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/vimrc
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/vimrc

+
 /0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   78 +
 /0002-Further-fix-widget-sizing.patch  |   58 +
 /PKGBUILD  |  422 
++
 /archlinux.vim |   50 +
 /vimrc |   36 
 testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 
 testing-i686/0002-Further-fix-widget-sizing.patch  |   29 
 testing-i686/PKGBUILD  |  211 
-
 testing-i686/archlinux.vim |   25 
 testing-i686/vimrc |   18 
 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 
 testing-x86_64/0002-Further-fix-widget-sizing.patch|   29 
 testing-x86_64/PKGBUILD|  211 
-
 testing-x86_64/archlinux.vim   |   25 
 testing-x86_64/vimrc   |   18 
 15 files changed, 644 insertions(+), 644 deletions(-)

Deleted: testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
===
--- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-26 22:07:34 UTC (rev 279302)
+++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-26 22:08:31 UTC (rev 279303)
@@ -1,39 +0,0 @@
-From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 23 Oct 2016 21:12:15 +0200
-Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
-
-Gtk recently started emitting configure events when repositioning child
-windows[1]. Events for the form's child windows bubble up the widget
-hierarchy, get caught by our configure event handler, and treated as if
-they were reporting the size of the form window. As a result, the shell
-was sized using far too small dimensions[2][3]. This change will be part
-of Gtk+ 3.22.2.
-
-Solve this by checking whether the configure event we get is really for
-the form widget.
-
-[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0
-[2]: https://bugs.archlinux.org/task/51509
-[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387

- src/gui_gtk_x11.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
-index 388464215fadc3b5..bf3c99ad9a043ad9 100644
 a/src/gui_gtk_x11.c
-+++ b/src/gui_gtk_x11.c
-@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED,
- {
- int usable_height = event->height;
- 
-+if (event->window != gtk_widget_get_window (gui.formwin))
-+  return TRUE;
-+
- /* When in a GtkPlug, we can't guarantee valid heights (as a round
-  * no. of char-heights), so we have to manually sanitise them.
-  * Widths seem to sort

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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 22:07:34
  Author: anatolik
Revision: 279302

upgpkg: vim 8.0.0046-4

Forgot to copy i686 binaries. Rebuild the package to include it.

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 22:00:59 UTC (rev 279301)
+++ PKGBUILD2016-10-26 22:07:34 UTC (rev 279302)
@@ -10,7 +10,7 @@
 pkgname=(vim gvim vim-runtime)
 pkgver=8.0.0046
 _versiondir=80
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 license=('custom:vim')
 url='http://www.vim.org'


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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 22:03:54
  Author: anatolik
Revision: 193748

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 193747, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 193747, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 193747, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 193747, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 193747, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 193747, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 193747, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 193747, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   43 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-i686/PKGBUILD 2016-10-26 22:03:54 UTC (rev 193748)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.35
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'c1f92f925a87c9872cb40d166f56ba08b90edbab01a8546ff37025836136ba1d')
-
-build() {
-  cd fossil-$pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-$pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 193747, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 22:03:54 UTC (rev 193748)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=1.36
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
+
+build() {
+  cd fossil-$pkgver
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  #make

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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 22:03:04
  Author: anatolik
Revision: 193747

upgpkg: fossil 1.36-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 21:18:17 UTC (rev 193746)
+++ PKGBUILD2016-10-26 22:03:04 UTC (rev 193747)
@@ -4,7 +4,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=1.35
+pkgver=1.36
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
@@ -16,12 +16,12 @@
   fossil.socket
   fossil.service
   fossil-xinetd
-  https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
+  http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
 )
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'c1f92f925a87c9872cb40d166f56ba08b90edbab01a8546ff37025836136ba1d')
+'2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
 
 build() {
   cd fossil-$pkgver


[arch-commits] Commit in vim/repos (20 files)

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 22:00:59
  Author: anatolik
Revision: 279301

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

Added:
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279300, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
(from rev 279300, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-i686/PKGBUILD
(from rev 279300, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 279300, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimrc
(from rev 279300, vim/trunk/vimrc)
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279300, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 279300, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 279300, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 279300, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimrc
(from rev 279300, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/vimrc
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/vimrc

+
 /0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   78 +
 /0002-Further-fix-widget-sizing.patch  |   58 +
 /PKGBUILD  |  422 
++
 /archlinux.vim |   50 +
 /vimrc |   36 
 testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 
 testing-i686/0002-Further-fix-widget-sizing.patch  |   29 
 testing-i686/PKGBUILD  |  211 
-
 testing-i686/archlinux.vim |   25 
 testing-i686/vimrc |   18 
 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 
 testing-x86_64/0002-Further-fix-widget-sizing.patch|   29 
 testing-x86_64/PKGBUILD|  211 
-
 testing-x86_64/archlinux.vim   |   25 
 testing-x86_64/vimrc   |   18 
 15 files changed, 644 insertions(+), 644 deletions(-)

Deleted: testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
===
--- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-26 21:51:42 UTC (rev 279300)
+++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-26 22:00:59 UTC (rev 279301)
@@ -1,39 +0,0 @@
-From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 23 Oct 2016 21:12:15 +0200
-Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
-
-Gtk recently started emitting configure events when repositioning child
-windows[1]. Events for the form's child windows bubble up the widget
-hierarchy, get caught by our configure event handler, and treated as if
-they were reporting the size of the form window. As a result, the shell
-was sized using far too small dimensions[2][3]. This change will be part
-of Gtk+ 3.22.2.
-
-Solve this by checking whether the configure event we get is really for
-the form widget.
-
-[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0
-[2]: https://bugs.archlinux.org/task/51509
-[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387

- src/gui_gtk_x11.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
-index 388464215fadc3b5..bf3c99ad9a043ad9 100644
 a/src/gui_gtk_x11.c
-+++ b/src/gui_gtk_x11.c
-@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED,
- {
- int usable_height = event->height;
- 
-+if (event->window != gtk_widget_get_window (gui.formwin))
-+  return TRUE;
-+
- /* When in a GtkPlug, we can't guarantee valid heights (as a round
-  * no. of char-heights), so we have to manually sanitise them.
-  * Widths seem to sort

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

2016-10-26 Thread Sébastien Luttringer
Date: Wednesday, October 26, 2016 @ 21:51:42
  Author: seblu
Revision: 279300

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 279299, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 279299, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 279299, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 279299, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 279299, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 279299, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 279299, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 279299, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 279299, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 279299, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 279299, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 279299, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   61 
 testing-i686/btrfs-progs.install  |   15 +++
 testing-i686/btrfs-scrub@.service |7 +++
 testing-i686/btrfs-scrub@.timer   |   10 +
 testing-i686/initcpio-hook-btrfs  |7 +++
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/btrfs-progs.install|   15 +++
 testing-x86_64/btrfs-scrub@.service   |7 +++
 testing-x86_64/btrfs-scrub@.timer |   10 +
 testing-x86_64/initcpio-hook-btrfs|7 +++
 testing-x86_64/initcpio-install-btrfs |   17 
 12 files changed, 234 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 279299, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-26 21:51:42 UTC (rev 279300)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '903f87886a7810a6819e8db915e4ec29'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '794b867e09451284c545bae112aa0cfd'
+ '502221c1b47a3bb2c06703d4fb90a0c2')
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 279299, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2016-10-26 21:51:42 UTC (rev 279300)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  

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

2016-10-26 Thread Sébastien Luttringer
Date: Wednesday, October 26, 2016 @ 21:51:16
  Author: seblu
Revision: 279299

upgpkg: btrfs-progs 4.8.2-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 20:59:40 UTC (rev 279298)
+++ PKGBUILD2016-10-26 21:51:16 UTC (rev 279299)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- '127e109ed05274597d67c24c89861d49'
+ '903f87886a7810a6819e8db915e4ec29'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '794b867e09451284c545bae112aa0cfd'


[arch-commits] Commit in lxqt-openssh-askpass/repos (4 files)

2016-10-26 Thread Jerome Leclanche
Date: Wednesday, October 26, 2016 @ 21:18:17
  Author: jleclanche
Revision: 193746

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

Added:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
(from rev 193745, lxqt-openssh-askpass/trunk/PKGBUILD)
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 193745, lxqt-openssh-askpass/trunk/PKGBUILD)
Deleted:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 21:18:06 UTC (rev 193745)
+++ community-i686/PKGBUILD 2016-10-26 21:18:17 UTC (rev 193746)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-i686/PKGBUILD (from rev 193745, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 21:18:17 UTC (rev 193746)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "7eac52ceca73e0ccb16a517d78a80870fbb1c2d9edc33c6ad719ae35820f57ec"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-26 21:18:06 UTC (rev 193745)
+++ community-x86_64/PKGBUILD   2016-10-26 21:18:17 UTC (rev 193746)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 193745, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-26 21:18:17 UTC (rev 193746)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgve

[arch-commits] Commit in lxqt-openssh-askpass/trunk (PKGBUILD)

2016-10-26 Thread Jerome Leclanche
Date: Wednesday, October 26, 2016 @ 21:18:06
  Author: jleclanche
Revision: 193745

upgpkg: lxqt-openssh-askpass 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 20:46:17 UTC (rev 193744)
+++ PKGBUILD2016-10-26 21:18:06 UTC (rev 193745)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt openssh password prompt"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,16 +10,19 @@
 url="http://lxqt.org";
 license=("LGPL2.1")
 depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
 sha256sums=(
-   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+   "7eac52ceca73e0ccb16a517d78a80870fbb1c2d9edc33c6ad719ae35820f57ec"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-10-26 Thread Tobias Powalowski
Date: Wednesday, October 26, 2016 @ 20:59:40
  Author: tpowa
Revision: 279298

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-26 20:59:17 UTC (rev 279297)
+++ extra-i686/PKGBUILD 2016-10-26 20:59:40 UTC (rev 279298)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.9.29
-pkgrel=2
-epoch=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
---bundled-libraries=NONE \
---builtin-libraries=replace
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('4372c1430a1ecb7ea0adddfdf21c0d55')

Copied: tevent/repos/extra-i686/PKGBUILD (from rev 279297, 
tevent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-26 20:59:40 UTC (rev 279298)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdick 
+
+pkgname=tevent
+pkgver=0.9.31
+pkgrel=1
+epoch=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' 'x86_64')
+url="https://tevent.samba.org/";
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+--bundled-libraries=NONE \
+--builtin-libraries=replace
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('5453847664ae6bc4ec0153e59ac635b9')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-26 20:59:17 UTC (rev 279297)
+++ extra-x86_64/PKGBUILD   2016-10-26 20:59:40 UTC (rev 279298)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.9.29
-pkgrel=2
-epoch=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
---bundled-libraries=NONE \
---builtin-libraries=replace
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('4372c1430a1ecb7ea0adddfdf21c0d55')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 279297, 
tevent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-26 20:59:40 UTC (rev 279298)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 

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

2016-10-26 Thread Tobias Powalowski
Date: Wednesday, October 26, 2016 @ 20:59:17
  Author: tpowa
Revision: 279297

upgpkg: tevent 1:0.9.31-1

bump to latest version

Modified:
  tevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 20:18:51 UTC (rev 279296)
+++ PKGBUILD2016-10-26 20:59:17 UTC (rev 279297)
@@ -6,8 +6,8 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.9.29
-pkgrel=2
+pkgver=0.9.31
+pkgrel=1
 epoch=1
 pkgdesc="An event system based on the talloc memory management library"
 arch=('i686' 'x86_64')
@@ -36,4 +36,4 @@
make
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('4372c1430a1ecb7ea0adddfdf21c0d55')
+md5sums=('5453847664ae6bc4ec0153e59ac635b9')


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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 20:46:02
  Author: svenstaro
Revision: 193743

upgpkg: gitlab 8.13.1-2

Fix permissions

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 19:14:44 UTC (rev 193742)
+++ PKGBUILD2016-10-26 20:46:02 UTC (rev 193743)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -182,6 +182,8 @@
   find "${pkgdir}${_datadir}/public/help" -name "*.md" -exec rm {} \;
   find "${pkgdir}${_datadir}/public/help/" -depth -type d -empty -exec rmdir 
{} \;
 
+  chown 105:105 "${pkgdir}${_datadir}/db/schema.rb"
+
   # Install systemd service files
   for service_file in gitlab-unicorn.service gitlab-sidekiq.service 
gitlab-backup.service gitlab-backup.timer gitlab.target 
gitlab-mailroom.service; do
 install -Dm644 "${srcdir}/${service_file}" 
"${pkgdir}/usr/lib/systemd/system/${service_file}"


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

2016-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2016 @ 19:30:00
  Author: heftig
Revision: 279294

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

Added:
  harfbuzz/repos/testing-i686/
  harfbuzz/repos/testing-i686/PKGBUILD
(from rev 279293, harfbuzz/trunk/PKGBUILD)
  harfbuzz/repos/testing-x86_64/
  harfbuzz/repos/testing-x86_64/PKGBUILD
(from rev 279293, harfbuzz/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: harfbuzz/repos/testing-i686/PKGBUILD (from rev 279293, 
harfbuzz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-26 19:30:00 UTC (rev 279294)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.3.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=966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4  # tags/1.3.3^0
+source=("git+https://github.com/behdad/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/testing-x86_64/PKGBUILD (from rev 279293, 
harfbuzz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-26 19:30:00 UTC (rev 279294)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.3.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=966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4  # tags/1.3.3^0
+source=("git+https://github.com/behdad/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"
+}


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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 20:18:51
  Author: anatolik
Revision: 279296

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279295, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
(from rev 279295, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-i686/PKGBUILD
(from rev 279295, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 279295, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimrc
(from rev 279295, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279295, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 279295, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 279295, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 279295, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimrc
(from rev 279295, vim/trunk/vimrc)

+
 testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 +
 testing-i686/0002-Further-fix-widget-sizing.patch  |   29 +
 testing-i686/PKGBUILD  |  211 
++
 testing-i686/archlinux.vim |   25 +
 testing-i686/vimrc |   18 
 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 +
 testing-x86_64/0002-Further-fix-widget-sizing.patch|   29 +
 testing-x86_64/PKGBUILD|  211 
++
 testing-x86_64/archlinux.vim   |   25 +
 testing-x86_64/vimrc   |   18 
 10 files changed, 644 insertions(+)

Copied: 
vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch 
(from rev 279295, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
===
--- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(rev 0)
+++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-26 20:18:51 UTC (rev 279296)
@@ -0,0 +1,39 @@
+From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 23 Oct 2016 21:12:15 +0200
+Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
+
+Gtk recently started emitting configure events when repositioning child
+windows[1]. Events for the form's child windows bubble up the widget
+hierarchy, get caught by our configure event handler, and treated as if
+they were reporting the size of the form window. As a result, the shell
+was sized using far too small dimensions[2][3]. This change will be part
+of Gtk+ 3.22.2.
+
+Solve this by checking whether the configure event we get is really for
+the form widget.
+
+[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0
+[2]: https://bugs.archlinux.org/task/51509
+[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387
+---
+ src/gui_gtk_x11.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
+index 388464215fadc3b5..bf3c99ad9a043ad9 100644
+--- a/src/gui_gtk_x11.c
 b/src/gui_gtk_x11.c
+@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED,
+ {
+ int usable_height = event->height;
+ 
++if (event->window != gtk_widget_get_window (gui.formwin))
++  return TRUE;
++
+ /* When in a GtkPlug, we can't guarantee valid heights (as a round
+  * no. of char-heights), so we have to manually sanitise them.
+  * Widths seem to sort themselves out, don't ask me why.
+-- 
+2.10.1
+

Copied: vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch (from rev 
279295, vim/trunk/0002-Further-fix-widget-sizing.patch)
===
--- testing-i686/0002-Further-fix-widget-sizing.patch   
(rev 0)
+++ testing-i686/0002-Further-fix-widget-sizing.patch   2016-10-26 20:18:51 UTC 
(rev 279296)
@@ -0,0 +1,29 @@
+From ba1eefe7a2f52e1d8d16b51f12c6aba57148fb19 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 24 Oct 2016 19:26:36 +0200
+Subject: [PATCH 2/2] Further fix widget sizing
+
+Follow-up by ofourdan in order to fix resizing on maximization. This
+makes the drawing area ignore configure events that were

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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 20:10:28
  Author: anatolik
Revision: 279295

FS#51366: revert back to gtk2

gtk3 has a number of issues, let's revert vim back to gtk2
until upstream fixes the issues.

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 19:30:00 UTC (rev 279294)
+++ PKGBUILD2016-10-26 20:10:28 UTC (rev 279295)
@@ -10,11 +10,11 @@
 pkgname=(vim gvim vim-runtime)
 pkgver=8.0.0046
 _versiondir=80
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 license=('custom:vim')
 url='http://www.vim.org'
-makedepends=(gpm python2 python ruby libxt gtk3 lua gawk tcl)
+makedepends=(gpm python2 python ruby libxt gtk2 lua gawk tcl)
 source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
 0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
 0002-Further-fix-widget-sizing.patch
@@ -31,8 +31,8 @@
 
   # https://github.com/vim/vim/pull/1193
   # drop these if the problematic commits on gtk3 get reverted...
-  patch -Np2 -i 
"$srcdir"/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
-  patch -Np2 -i "$srcdir"/0002-Further-fix-widget-sizing.patch
+  #patch -Np2 -i 
"$srcdir"/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
+  #patch -Np2 -i "$srcdir"/0002-Further-fix-widget-sizing.patch
 
   # define the place for the global (g)vimrc file (set to /etc/vimrc)
   sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
@@ -75,7 +75,7 @@
 --enable-gpm \
 --enable-acl \
 --with-x=yes \
---enable-gui=gtk3 \
+--enable-gui=gtk2 \
 --enable-multibyte \
 --enable-cscope \
 --enable-netbeans \
@@ -175,7 +175,7 @@
 
 package_gvim() {
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor (with advanced features, such as a GUI)'
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk3')
+  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk2')
   optdepends=('python2: Python 2 language support'
   'python: Python 3 language support'
   'ruby: Ruby language support'


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

2016-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2016 @ 19:29:25
  Author: heftig
Revision: 279293

1.3.3-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:31:17 UTC (rev 279292)
+++ PKGBUILD2016-10-26 19:29:25 UTC (rev 279293)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.3.2
+pkgver=1.3.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=f73a87d9a8c76a181794b74b527ea268048f78e3  # tags/1.3.2^0
+_commit=966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4  # tags/1.3.3^0
 source=("git+https://github.com/behdad/harfbuzz#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2016-10-26 Thread Jelle van der Waa
Date: Wednesday, October 26, 2016 @ 19:14:44
  Author: jelle
Revision: 193742

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 19:14:31 UTC (rev 193741)
+++ community-i686/PKGBUILD 2016-10-26 19:14:44 UTC (rev 193742)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=4.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python2-nose')
-source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";)
-md5sums=('668a1382e9620f3041581f4fefdde4da')
-
-build() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
-  #python psutil/tests/runner.py
-
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 psutil/tests/runner.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-release-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-release-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 193741, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 19:14:44 UTC (rev 193742)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=4.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng' 'python2-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";)
+md5sums=('28e59b9091cf603fe805e23dd6a5029f')
+
+build() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
+  #python psutil/tests/runner.py
+
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 psutil/tests/runner.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-release-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-release-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LIC

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

2016-10-26 Thread Jelle van der Waa
Date: Wednesday, October 26, 2016 @ 19:14:31
  Author: jelle
Revision: 193741

upgpkg: python-psutil 4.4.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:47:53 UTC (rev 193740)
+++ PKGBUILD2016-10-26 19:14:31 UTC (rev 193741)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";)
-md5sums=('668a1382e9620f3041581f4fefdde4da')
+md5sums=('28e59b9091cf603fe805e23dd6a5029f')
 
 build() {
   cd psutil-release-$pkgver


[arch-commits] Commit in rubinius/repos/community-x86_64 (6 files)

2016-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2016 @ 18:47:43
  Author: heftig
Revision: 193739

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  173 +--
 dirs.patch |   42 +++---
 gemrc  |   10 +--
 3 files changed, 112 insertions(+), 113 deletions(-)

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

Copied: rubinius/repos/community-x86_64/PKGBUILD (from rev 193738, 
rubinius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 18:47:43 UTC (rev 193739)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.62
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(x86_64)
+url="http://rubinius.com";
+license=(custom)
+depends=(libffi openssl libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('1cc468a7967687a062c11e21bf6787cc60f6894590eabe3fc9be5e9af36a022f'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
+  cd $pkgbase-$pkgver
+}
+
+prepare() {
+  _common
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p "$GEM_HOME"
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+  _common
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--preserve-prefix \
+--without-rpath \
+--bin-link bundle --bin-link bundler
+  rake build
+}
+
+check() {
+  _common
+  rake vm:test || :
+}
+
+package_rubinius() {
+  optdepends=('ruby-docs: Ruby documentation')
+
+  _common
+
+  DESTDIR="$pkgdir" rake install
+
+  mkdir -p "$pkgdir/usr/share/ri"
+  ln -s 2.3.0 "$pkgdir/usr/sh

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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:47:07
  Author: svenstaro
Revision: 193738

upgpkg: gitlab 8.13.1-1

upstream release 8.13.1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:46:18 UTC (rev 193737)
+++ PKGBUILD2016-10-26 18:47:07 UTC (rev 193738)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.13.0
-pkgrel=3
+pkgver=8.13.1
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('60e8606fbf335072edf8653bbd4b943932d5f649d232de0fb1493005921d7bb8'
+sha256sums=('d4137af7f6e0d6f5e408f973ec23219bace7f6b4813c56ce5add23e578e8bc3a'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2016 @ 18:46:18
  Author: heftig
Revision: 193737

3.62-1

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:45:09 UTC (rev 193736)
+++ PKGBUILD2016-10-26 18:46:18 UTC (rev 193737)
@@ -3,18 +3,18 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.60
+pkgver=3.62
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
 url="http://rubinius.com";
 license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
+depends=(libffi openssl libyaml)
 makedepends=(llvm ruby clang valgrind)
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('39f83fc74216391af56ea1ad13372878c0ed41fae49ee6a8cf8b0369a54c3b57'
+sha256sums=('1cc468a7967687a062c11e21bf6787cc60f6894590eabe3fc9be5e9af36a022f'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 
@@ -41,7 +41,6 @@
 --includedir=/usr/include/rubinius \
 --appdir=/usr/lib/rubinius \
 --gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
 --preserve-prefix \
 --without-rpath \
 --bin-link bundle --bin-link bundler


[arch-commits] Commit in sdlmame/repos/community-x86_64 (8 files)

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 18:45:09
  Author: spupykin
Revision: 193736

archrelease: copy trunk to community-x86_64

Added:
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 193735, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 193735, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 193735, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 193735, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

-+
 PKGBUILD|  189 +++---
 sdlmame.install |   16 ++--
 sdlmame.sh  |  112 
 3 files changed, 159 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 18:42:47 UTC (rev 193735)
+++ PKGBUILD2016-10-26 18:45:09 UTC (rev 193736)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.179
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('177706da927c2f379c1a655a6c5185ab'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir
-  make \
-NOWERROR=1 \
-OPTIMIZE=2 \
-PYTHON_EXECUTABLE=/usr/bin/python2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
-  cd $srcdir
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a bgfx $pkgdir/usr/share/${pkgname}/bgfx
-  cp -a plugins $pkgdir/usr/share/${pkgname}/plugins
-  cp -a language $pkgdir/usr/share/${pkgname}/language
-
-  # Include the license
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-x86_64/PKGBUILD (from rev 193735, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 18:45:09 UTC (rev 193736)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# C

[arch-commits] Commit in gitlab-ci-multi-runner/trunk (PKGBUILD)

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:42:40
  Author: svenstaro
Revision: 193734

upgpkg: gitlab-ci-multi-runner 1.7.1-1

upstream release 1.7.1

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:42:08 UTC (rev 193733)
+++ PKGBUILD2016-10-26 18:42:40 UTC (rev 193734)
@@ -2,8 +2,8 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
 url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
@@ -26,8 +26,8 @@
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha256sums=('SKIP'
-'2c0d97469a124956d7f71601848dadd0df644e2bd8e8555d0deb4e7f47c7be52'
-'fc5ad1eb24104e453ff4412fbf4bd304e0d04ffeb7ce3f4d0440e6328ddf474f'
+'265a49a8ecb5a4ca3fe51c66baca2a8e82608e37fbe487e261bfe72d83dc5902'
+'951b4ee84fcab0c63e80d70fe78774a32eb96bff65266417d4f6e4aeb8fe7e64'
 'd8b75e676727989115ab11d6a74281de61daed64a72dcc21d98814e845cdcf91'
 '843cabc4e1cfbf0a81365abae0c3d6ac388c00074017f9c286a7d5545828d1fa'
 '0d7621aec132ce44d7dadbe6c5f43b330af5c1dddfe06c958336a297e70c5bba'


[arch-commits] Commit in gitlab-ci-multi-runner/repos (24 files)

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:42:47
  Author: svenstaro
Revision: 193735

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 193734, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 193734, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 193734, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 193734, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 193734, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
  gitlab-ci-multi-runner/repos/community-i686/config.toml
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  144 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 +++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   72 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   72 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 18:42:40 UTC (rev 193734)
+++ community-i686/PKGBUILD 2016-10-26 18:42:47 UTC (rev 193735)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver}";
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz";
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz";
-"gitlab-runner.install"
-"gitlab-runner.service"
-"gitlab-runner.sysuser

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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:42:04
  Author: svenstaro
Revision: 193732

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 18:41:50 UTC (rev 193731)
+++ PKGBUILD2016-10-26 18:42:04 UTC (rev 193732)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.10
-pkgrel=1
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
-source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
-sha256sums=('7983bf290f105dac25da8437960877a15d3528d5d5bf4ab294a5a88625b50867')
-
-prepare() {
-  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
-}
-
-build_python-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd "python-werkzeug-$pkgver"
-#  python setup.py test
-#
-#  cd "python-werkzeug-$pkgver"
-#  p3ython2 setup.py test
-#}
-
-package_python-werkzeug() {
-  depends+=('python')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-werkzeug() {
-  depends+=('python2')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: https://github.com/mitsuhiko/werkzeug
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 193731, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 18:42:04 UTC (rev 193732)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=('python-werkzeug' 'python2-werkzeug')
+pkgver=0.11.11
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
+source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
+sha256sums=('9dd1a2a873b8ce8d4d1d8deb9015c5bb7f2884d97a34a4b80cd68715ee3c0418')
+
+prepare() {
+  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+}
+
+build_python-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+#check() {
+#  cd "python-werkzeug-$pkgver"
+#  python setup.py test
+#
+#  cd "python-werkzeug-$pkgver"
+#  p3ython2 setup.py test
+#}
+
+package_python-werkzeug() {
+  depends+=('python')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-werkzeug() {
+  depends+=('python2')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: https://github.com/mitsuhiko/werkzeug
+# vim:set ts=2 sw=2 et:


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

2016-10-26 Thread Gaëtan Bisson
Date: Wednesday, October 26, 2016 @ 18:42:08
  Author: bisson
Revision: 193733

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

Added:
  gmp-ecm/repos/community-i686/PKGBUILD
(from rev 193730, gmp-ecm/trunk/PKGBUILD)
  gmp-ecm/repos/community-x86_64/PKGBUILD
(from rev 193731, gmp-ecm/trunk/PKGBUILD)
Deleted:
  gmp-ecm/repos/community-i686/PKGBUILD
  gmp-ecm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 18:42:04 UTC (rev 193732)
+++ community-i686/PKGBUILD 2016-10-26 18:42:08 UTC (rev 193733)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz";)
-sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
-
-build() {
-   cd "${srcdir}/ecm-${pkgver}"
-   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-   ./configure --prefix=/usr --enable-shared --enable-openmp
-   # make ecm-params
-   make
-}
-
-check() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-i686/PKGBUILD (from rev 193730, 
gmp-ecm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 18:42:08 UTC (rev 193733)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0.4
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz";)
+sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
+
+build() {
+   cd "${srcdir}/ecm-${pkgver}"
+   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+   ./configure --prefix=/usr --enable-shared --enable-openmp
+   # make ecm-params
+   make
+}
+
+check() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-26 18:42:04 UTC (rev 193732)
+++ community-x86_64/PKGBUILD   2016-10-26 18:42:08 UTC (rev 193733)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz";)
-sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
-
-build() {
-   cd "${srcdir}/ecm-${pkgver}"
-   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-   ./configure --prefix=/usr --enable-shared --enable-openmp
-   # make ecm-params
-   make
-}
-
-check() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 193731, 
gmp-ecm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-26 18:42:08 UTC (rev 193733)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0.4
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz";)
+sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
+
+build() {
+   cd "${srcdir}/ecm-${pkgver}"
+   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+   ./configure --prefix=/usr --enable-shared --enable-openmp
+   # make ecm-params
+   make
+}
+
+check() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/ecm-${pk

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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:41:50
  Author: svenstaro
Revision: 193731

upgpkg: python-werkzeug 0.11.11-1

upstream release 0.11.11

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:41:15 UTC (rev 193730)
+++ PKGBUILD2016-10-26 18:41:50 UTC (rev 193731)
@@ -6,7 +6,7 @@
 # Contributor: Richard Murri
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.10
+pkgver=0.11.11
 pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
@@ -14,7 +14,7 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
 source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
-sha256sums=('7983bf290f105dac25da8437960877a15d3528d5d5bf4ab294a5a88625b50867')
+sha256sums=('9dd1a2a873b8ce8d4d1d8deb9015c5bb7f2884d97a34a4b80cd68715ee3c0418')
 
 prepare() {
   cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"


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

2016-10-26 Thread Gaëtan Bisson
Date: Wednesday, October 26, 2016 @ 18:41:15
  Author: bisson
Revision: 193730

upstream update

Modified:
  gmp-ecm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:38:28 UTC (rev 193729)
+++ PKGBUILD2016-10-26 18:41:15 UTC (rev 193730)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=gmp-ecm
-pkgver=7.0.3
+pkgver=7.0.4
 pkgrel=1
 pkgdesc='Elliptic Curve Method for Integer Factorization'
 url='http://ecm.gforge.inria.fr/'
@@ -10,8 +10,8 @@
 depends=('gmp')
 options=('!libtool')
 arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz";)
-sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz";)
+sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
 
 build() {
cd "${srcdir}/ecm-${pkgver}"


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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:38:18
  Author: svenstaro
Revision: 193728

upgpkg: gitlab-workhorse 0.8.5-1

upstream release 0.8.5

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 18:15:59 UTC (rev 193727)
+++ PKGBUILD2016-10-26 18:38:18 UTC (rev 193728)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=0.8.2
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}";
 "gitlab-workhorse.service")
-sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
+sha256sums=('babfe1c7db58e9be6f40f21c5d3e02cd6c43b0927c05a609e35b308416dcc1b8'
 '41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
 
 build() {


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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:38:28
  Author: svenstaro
Revision: 193729

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 193728, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 193728, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 193728, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 193728, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 18:38:18 UTC (rev 193728)
+++ community-i686/PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse";
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-workhorse.service")
-sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 193728, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse";
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}";
+"gitlab-workhorse.service")
+sha256sums=('babfe1c7db58e9be6f40f21c5d3e02cd6c43b0927c05a609e35b308416dcc1b8'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-10-26 18:38:18 UTC (rev 
193728)
+++ community-i686/gitlab-workhorse.service 2016-10-26 18:38:28 UTC (rev 
193729)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhors

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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 18:15:59
  Author: anatolik
Revision: 193727

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

Added:
  fio/repos/community-i686/PKGBUILD
(from rev 193726, fio/trunk/PKGBUILD)
  fio/repos/community-x86_64/PKGBUILD
(from rev 193726, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-i686/PKGBUILD
  fio/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 2016-10-26 18:15:14 UTC (rev 193726)
+++ community-i686/PKGBUILD 2016-10-26 18:15:59 UTC (rev 193727)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.14
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 193726, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 18:15:59 UTC (rev 193727)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.15
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('11850f8cf64dd6cbdf2d2155dd3b25f016d2b438b26f58a16570fc935aa72722')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-26 18:15:14 UTC (rev 193726)
+++ community-x86_64/PKGBUILD   2016-10-26 18:15:59 UTC (rev 193727)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.14
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/

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

2016-10-26 Thread Anatol Pomozov
Date: Wednesday, October 26, 2016 @ 18:15:14
  Author: anatolik
Revision: 193726

upgpkg: fio 2.15-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:52:57 UTC (rev 193725)
+++ PKGBUILD2016-10-26 18:15:14 UTC (rev 193726)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
+sha256sums=('11850f8cf64dd6cbdf2d2155dd3b25f016d2b438b26f58a16570fc935aa72722')
 
 prepare() {
   cd fio-fio-$pkgver


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 17:52:37
  Author: arojas
Revision: 193724

Update to 3.22.4

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:11:38 UTC (rev 193723)
+++ PKGBUILD2016-10-26 17:52:37 UTC (rev 193724)
@@ -1,8 +1,9 @@
+# Maintainer:
 # Contributor: Martin Wimpress 
 
 _ver=3.22
 pkgname=mate-themes
-pkgver=${_ver}.3
+pkgver=${_ver}.4
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org";
@@ -15,10 +16,10 @@
 options=('!emptydirs')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3948c32a8f1b366620401244c528d09e38c7233f')
+sha1sums=('92002160b83b759224f35329ccf1ca118ea0c398')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -25,6 +26,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 17:52:57
  Author: arojas
Revision: 193725

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 193724, mate-themes/trunk/PKGBUILD)
Deleted:
  mate-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 17:52:37 UTC (rev 193724)
+++ PKGBUILD2016-10-26 17:52:57 UTC (rev 193725)
@@ -1,30 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=3.22
-pkgname=mate-themes
-pkgver=${_ver}.3
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-'gtk-engine-murrine: for gtk2 themes'
-'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3948c32a8f1b366620401244c528d09e38c7233f')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 193724, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 17:52:57 UTC (rev 193725)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+_ver=3.22
+pkgname=mate-themes
+pkgver=${_ver}.4
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+'gtk-engine-murrine: for gtk2 themes'
+'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('92002160b83b759224f35329ccf1ca118ea0c398')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in eclipse-ecj/repos/extra-any (8 files)

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 17:31:17
  Author: guillaume
Revision: 279292

archrelease: copy trunk to extra-any

Added:
  eclipse-ecj/repos/extra-any/01-ecj-include-props.patch
(from rev 279291, eclipse-ecj/trunk/01-ecj-include-props.patch)
  eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch
(from rev 279291, eclipse-ecj/trunk/02-buildxml-fix-manifest.patch)
  eclipse-ecj/repos/extra-any/PKGBUILD
(from rev 279291, eclipse-ecj/trunk/PKGBUILD)
  eclipse-ecj/repos/extra-any/ecj
(from rev 279291, eclipse-ecj/trunk/ecj)
Deleted:
  eclipse-ecj/repos/extra-any/01-ecj-include-props.patch
  eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch
  eclipse-ecj/repos/extra-any/PKGBUILD
  eclipse-ecj/repos/extra-any/ecj

+
 01-ecj-include-props.patch |   30 ++---
 02-buildxml-fix-manifest.patch |   22 -
 PKGBUILD   |   89 +--
 ecj|8 +--
 4 files changed, 79 insertions(+), 70 deletions(-)

Deleted: 01-ecj-include-props.patch
===
--- 01-ecj-include-props.patch  2016-10-26 17:29:32 UTC (rev 279291)
+++ 01-ecj-include-props.patch  2016-10-26 17:31:17 UTC (rev 279292)
@@ -1,15 +0,0 @@
 build.xml  2012-09-14 18:22:48.0 +
-+++ build.xml.patched  2013-01-09 10:19:28.414079935 +
-@@ -46,9 +46,10 @@
-   
-   
-   
-+  
-   
-   
-   
-   
-   
--
-\ No newline at end of file
-+

Copied: eclipse-ecj/repos/extra-any/01-ecj-include-props.patch (from rev 
279291, eclipse-ecj/trunk/01-ecj-include-props.patch)
===
--- 01-ecj-include-props.patch  (rev 0)
+++ 01-ecj-include-props.patch  2016-10-26 17:31:17 UTC (rev 279292)
@@ -0,0 +1,15 @@
+--- build.xml  2012-09-14 18:22:48.0 +
 build.xml.patched  2013-01-09 10:19:28.414079935 +
+@@ -46,9 +46,10 @@
+   
+   
+   
++  
+   
+   
+   
+   
+   
+-
+\ No newline at end of file
++

Deleted: 02-buildxml-fix-manifest.patch
===
--- 02-buildxml-fix-manifest.patch  2016-10-26 17:29:32 UTC (rev 279291)
+++ 02-buildxml-fix-manifest.patch  2016-10-26 17:31:17 UTC (rev 279292)
@@ -1,11 +0,0 @@
 build.xml.orig 2013-10-03 13:55:28.579003290 +
-+++ build.xml  2013-10-03 13:57:52.971400439 +
-@@ -39,8 +39,6 @@
-   
-   
- 
--  
--  
-   
-   
-   

Copied: eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch (from rev 
279291, eclipse-ecj/trunk/02-buildxml-fix-manifest.patch)
===
--- 02-buildxml-fix-manifest.patch  (rev 0)
+++ 02-buildxml-fix-manifest.patch  2016-10-26 17:31:17 UTC (rev 279292)
@@ -0,0 +1,11 @@
+--- build.xml.orig 2013-10-03 13:55:28.579003290 +
 build.xml  2013-10-03 13:57:52.971400439 +
+@@ -39,8 +39,6 @@
+   
+   
+ 
+-  
+-  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 17:29:32 UTC (rev 279291)
+++ PKGBUILD2016-10-26 17:31:17 UTC (rev 279292)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-
-pkgname=eclipse-ecj
-pkgver=4.6
-pkgrel=1
-_date=201606061100
-pkgdesc='Eclipse java bytecode compiler'
-arch=('any')
-license=('EPL')
-url='http://www.eclipse.org/'
-depends=('java-runtime')
-makedepends=('apache-ant' 'java-environment')
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/ecjsrc-${pkgver}.jar
-01-ecj-include-props.patch
-02-buildxml-fix-manifest.patch
-ecj)
-sha256sums=('98e8a53fede81668879cc8052eb4334ae5a06a296a9d20c798c7d42054233ddc'
-'8f6259c76dfe493549bbaec3c8a7ba29e82c70e127c918adca28737dcb570f6b'
-'5ca6bd94c2b1cb4c6f116d38c160edf1c4ca520647ac74b26486f958254767af'
-'63aff3d126243d303ddc4305cfa77827df72e87ccf85bd8a22a2f832357e396c')
-
-build() {
-  cd "${srcdir}"
-  for p in 01-ecj-include-props 02-buildxml-fix-manifest; do
-patch -p0 < ${p}.patch
-  done
-  export LANG=en_US.UTF-8
-  ant build
-}
-
-package() {
-  install -Dm644 "${srcdir}/ecj.jar" 
"${pkgdir}/usr/share/java/

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

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 17:29:32
  Author: guillaume
Revision: 279291

Add source file signature check

Modified:
  eclipse-ecj/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:24:46 UTC (rev 279290)
+++ PKGBUILD2016-10-26 17:29:32 UTC (rev 279291)
@@ -13,15 +13,23 @@
 url='http://www.eclipse.org/'
 depends=('java-runtime')
 makedepends=('apache-ant' 'java-environment')
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/ecjsrc-${pkgver}.jar
+_base_url=http://download.eclipse.org/eclipse/downloads/drops4
+_sum_file_url=${_base_url}/R-${pkgver}-${_date}/checksum/eclipse-${pkgver}-SUMSSHA512
+_source_file_name=ecjsrc-${pkgver}.jar
+source=(${_base_url}/R-${pkgver}-${_date}/${_source_file_name}
+${_sum_file_url}{,.asc}
 01-ecj-include-props.patch
 02-buildxml-fix-manifest.patch
 ecj)
+validpgpkeys=('869FF7E31C98FBCFCF167CDE01D81CA560A48EFD') # Eclipse Project
 
-sha256sums=('36a664f84b5d2ba2c31dc8b3cf72783a979c9cffe689fbed5c58130f2b269fbc'
-'8f6259c76dfe493549bbaec3c8a7ba29e82c70e127c918adca28737dcb570f6b'
-'5ca6bd94c2b1cb4c6f116d38c160edf1c4ca520647ac74b26486f958254767af'
-'63aff3d126243d303ddc4305cfa77827df72e87ccf85bd8a22a2f832357e396c')
+_source_file_sum=$(curl ${_sum_file_url} | grep -m 1 ${_source_file_name} | 
cut -d ' ' -f 1)
+sha512sums=(${_source_file_sum}
+
'ae98861af1ab9d2a90a3d1660700de2c5654a272f1c3d0af0698dc6d1827d3a2e2ccda4690eff706836f87bf0d5e1fbe283121ab41da7087c8618fc3fecb4d27'
+'SKIP'
+
'72c8a2437333e8068e60e1a035bf4e5e9b66881fc06936600a6867dc7e4eb4670f94c4b2392634ebb28f85f8fdf88248ccb9cc315717e257ce336b495c2f2d68'
+
'11ca94869d71842401e48acca72fd89e339ba65c81909cf8501bb243457caa21dc659d268b98c42ac77a1834fb7de46138787e8ea0966d96324c8de829fe563c'
+
'1895c12c63262a08a2c889bb1db61308b5cb8846e5f20e584cde6878afd4da5ee051045a61a0a5a4498146a7315c8a14bf120e5d369365f4efc573d371381846')
 
 build() {
   cd "${srcdir}"


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 17:24:46
  Author: foutrelis
Revision: 279290

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-26 17:24:37 UTC (rev 279289)
+++ extra-i686/PKGBUILD 2016-10-26 17:24:46 UTC (rev 279290)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=3.7.2
-pkgrel=2
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/";
-license=('BSD')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 279289, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-26 17:24:46 UTC (rev 279290)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=3.8
+pkgrel=1
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/";
+license=('BSD')
+depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ffe8c0661dcb999598887e8ee05cd24faa7939086f5a8183fdba6210a95c4a71')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-26 17:24:37 UTC (rev 279289)
+++ extra-x86_64/PKGBUILD   2016-10-26 17:24:46 UTC (rev 279290)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=3.7.2
-pkgrel=2
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/";
-license=('BSD')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 279289, 
audacious/trunk/PKGBUILD)

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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 17:24:37
  Author: foutrelis
Revision: 279289

upgpkg: audacious 3.8-1

New upstream release.

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:23:24 UTC (rev 279288)
+++ PKGBUILD2016-10-26 17:24:37 UTC (rev 279289)
@@ -5,8 +5,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=audacious
-pkgver=3.7.2
-pkgrel=2
+pkgver=3.8
+pkgrel=1
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/";
@@ -19,7 +19,7 @@
 conflicts=('audacious-player')
 replaces=('audacious-player')
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340')
+sha256sums=('ffe8c0661dcb999598887e8ee05cd24faa7939086f5a8183fdba6210a95c4a71')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 17:23:24
  Author: foutrelis
Revision: 279288

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 279287, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 279287, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-26 17:23:15 UTC (rev 279287)
+++ extra-i686/PKGBUILD 2016-10-26 17:23:24 UTC (rev 279288)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="Plugins for Audacious"
-arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/";
-license=('BSD' 'GPL')
-
-makedepends=("audacious>=$pkgver"
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'libnotify: libnotify OSD'
-'lirc: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fcf7488f01781c8f51e0af5cabacdd582b22537a0085f26aa5ca636373f8e1ff')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-amidiplug \
---disable-adplug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 279287, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-26 17:23:24 UTC (rev 279288)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.8
+pkgrel=1
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/";
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libsamplerate: Speed and Pitch Plugin'
+'libnotify: libnotify OSD'
+'lirc

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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 17:23:15
  Author: foutrelis
Revision: 279287

upgpkg: audacious-plugins 3.8-1

New upstream release.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:21:15 UTC (rev 279286)
+++ PKGBUILD2016-10-26 17:23:15 UTC (rev 279287)
@@ -5,7 +5,7 @@
 # Contributor: William Rea 
 
 pkgname=audacious-plugins
-pkgver=3.7.2
+pkgver=3.8
 pkgrel=1
 pkgdesc="Plugins for Audacious"
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 license=('BSD' 'GPL')
 
 makedepends=("audacious>=$pkgver"
- 'glib2' 'python2' # for gdbus-codegen
+ 'glib2' 'python' # for gdbus-codegen
  'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
  'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
  'neon' 'libmms' 'libcue')
 
 optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
@@ -36,6 +36,7 @@
 'wavpack: WavPack input'
 
 'dbus-glib: Gnome Shortcuts Plugin'
+'libsamplerate: Speed and Pitch Plugin'
 'libnotify: libnotify OSD'
 'lirc: LIRC'
 'curl: AudioScrobbler Client'
@@ -46,7 +47,7 @@
 'libcue: CUE playlist format')
 
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fcf7488f01781c8f51e0af5cabacdd582b22537a0085f26aa5ca636373f8e1ff')
+sha256sums=('8179b80fffc893d4a2533fc7b7c4800981bc9ab3c6d1742a4c832fd6176ca24a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -53,8 +54,7 @@
 
   ./configure \
 --prefix=/usr \
---enable-amidiplug \
---disable-adplug
+--enable-amidiplug
   make
 }
 


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 17:21:15
  Author: arojas
Revision: 279286

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

Added:
  kdevelop/repos/staging-i686/
  kdevelop/repos/staging-i686/PKGBUILD
(from rev 279285, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 279285, kdevelop/trunk/PKGBUILD)

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

Copied: kdevelop/repos/staging-i686/PKGBUILD (from rev 279285, 
kdevelop/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-26 17:21:15 UTC (rev 279286)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
+optdepends=('konsole: embedded terminal'
+   'git: Git support'
+   'subversion: SVN support'
+   'cvs: CVS support'
+   'gdb: GNU Debugger support'
+   'qt5-doc: Qt documentation integration'
+   'cmake: cmake integration'
+   'qt5-tools: qthelp plugin'
+   'okteta: hex editor integration'
+   'plasma-framework: for the plasma addons')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('8b8816347ec22b8fa6104981da74b2b82243ea17'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 279285, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-26 17:21:15 UTC (rev 279286)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
+optdepends=('konsole: embedded terminal'
+   'git: Git support'
+   'subversion: SVN support'
+   'cvs: CVS support'
+   'gdb: GNU Debugger support'
+   'qt5-doc: Qt documentation integration'
+   'cmake: cmake integration'
+   'qt5-tools: qthelp plugin'
+   'okteta: hex editor integration'
+   'plasma-framework: for the plasma addons')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('8b8816347ec22b8fa6104981da74b2b82243ea17'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 17:20:44
  Author: arojas
Revision: 279285

LLVM 3.9 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:58:30 UTC (rev 279284)
+++ PKGBUILD2016-10-26 17:20:44 UTC (rev 279285)
@@ -5,13 +5,13 @@
 
 pkgname=kdevelop
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
 depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
 optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'


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

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 17:11:38
  Author: spupykin
Revision: 193723

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

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

---+
 /PKGBUILD |  122 
 community-i686/PKGBUILD   |   74 --
 community-x86_64/PKGBUILD |   74 --
 3 files changed, 122 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 17:11:21 UTC (rev 193722)
+++ community-i686/PKGBUILD 2016-10-26 17:11:38 UTC (rev 193723)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=vile
-pkgver=9.8_q
-_basever=9.8
-pkgrel=2
-pkgdesc="vi like emacs"
-arch=('i686' 'x86_64')
-url="http://invisible-island.net/vile/vile.html";
-depends=('ncurses')
-license=('custom')
-source=("ftp://invisible-island.net/vile/vile-${_basever}.tgz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}a.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}b.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}c.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}d.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}e.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}f.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}g.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}h.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}i.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}j.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}k.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}l.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}m.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}n.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}o.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}p.patch.gz";)
-md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
- '685cb681943e9315a1689a6a6f4734cb'
- 'f3842ea427c635d0ee96f6da8566fa56'
- '69cfdbb0b84a51802455bbe44a5ce32e'
- '5d675193bc02ac4cab72452bf0051489'
- '1e6317a15d7b2cd99f921f3af312b977'
- '7f8a38272395f07e1377cc1943d37e7f'
- '26ab76a7305b7ec97b22855810911ceb'
- '6ea4cf22e29f5418f26ba6632985c70e'
- '908e8f9cf3c9a681c3ef76a3cd04a0c3'
- '66f4136ab1ce33f491080c0fb3c87b06'
- 'e4a60ed7e3959269201c5a937b206272'
- '6dcca45518004247ff9e11a791a054c9'
- '34ea7ba67a31685827c71d88d4be851b'
- 'a820b20d9032e3021c1b4fdd5f01492b'
- '55b726a610737bd3203a4478e352b6b9'
- '6b0ad7123f74c6bb58f18fa0cfb50173')
-
-prepare() {
-  cd $srcdir/$pkgname-${_basever}
-  for i in $srcdir/vile-${_basever}?.patch; do
-patch -p1 <$i
-  done
-  sed -i 's|FLEX_BETA|FLEX_NOBETA|g' filters/filters.h
-}
-
-build() {
-  cd $srcdir/$pkgname-${_basever}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_basever}
-  mkdir -p $pkgdir/usr/lib/vile
-  make install DESTDIR=$pkgdir
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  cat <$pkgdir/usr/share/licenses/$pkgname/license
-Copyright
-
-Vile is copyrighted by Paul G. Fox, Thomas E. Dickey and Kevin Buettner with 
some
-files (e.g., visvile) copyright by Clark Morgan.
-We distribute it under the terms of the GNU Public License, Version 2.
-EOF
-}

Copied: vile/repos/community-i686/PKGBUILD (from rev 193722, 
vile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 17:11:38 UTC (rev 193723)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=vile
+pkgver=9.8_r
+_basever=9.8
+pkgrel=1
+pkgdesc="vi like emacs"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/vile/vile.html";
+depends=('ncurses')
+license=('custom')
+source=("ftp://invisible-island.net/vile/vile-${_basever}.tgz";
+   $(for i in a b c d e f g h i j k l m n o p q r; do echo 
"ftp://invisible-island.net/vile/patches/vile-${_basever}$i.patch.gz";; done))
+md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
+ '685cb681943e9315a1689a6a6f4734cb'
+ 'f3842ea427c635d0ee96f6da8566fa56'
+ '69cfdbb0b84a51802455bbe44a5ce32e'
+ '5d675193bc02ac4cab72452bf0051489'
+ '1e6317a15d7b2cd99f921f3af312b977'
+ '7f

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

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 17:11:21
  Author: spupykin
Revision: 193722

upgpkg: vile 9.8_r-1

upd

Modified:
  vile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:11:12 UTC (rev 193721)
+++ PKGBUILD2016-10-26 17:11:21 UTC (rev 193722)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=vile
-pkgver=9.8_q
+pkgver=9.8_r
 _basever=9.8
-pkgrel=2
+pkgrel=1
 pkgdesc="vi like emacs"
 arch=('i686' 'x86_64')
 url="http://invisible-island.net/vile/vile.html";
@@ -11,22 +11,7 @@
 depends=('ncurses')
 license=('custom')
 source=("ftp://invisible-island.net/vile/vile-${_basever}.tgz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}a.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}b.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}c.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}d.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}e.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}f.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}g.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}h.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}i.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}j.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}k.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}l.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}m.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}n.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}o.patch.gz";
-   "ftp://invisible-island.net/vile/patches/vile-${_basever}p.patch.gz";)
+   $(for i in a b c d e f g h i j k l m n o p q r; do echo 
"ftp://invisible-island.net/vile/patches/vile-${_basever}$i.patch.gz";; done))
 md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
  '685cb681943e9315a1689a6a6f4734cb'
  'f3842ea427c635d0ee96f6da8566fa56'
@@ -43,7 +28,9 @@
  '34ea7ba67a31685827c71d88d4be851b'
  'a820b20d9032e3021c1b4fdd5f01492b'
  '55b726a610737bd3203a4478e352b6b9'
- '6b0ad7123f74c6bb58f18fa0cfb50173')
+ '6b0ad7123f74c6bb58f18fa0cfb50173'
+ 'c2b36591275803f1c49a649a2e90'
+ 'd9c359c9c6718e45d751a3b405457c97')
 
 prepare() {
   cd $srcdir/$pkgname-${_basever}


[arch-commits] Commit in sdlmame/repos/community-i686 (8 files)

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 17:11:12
  Author: spupykin
Revision: 193721

archrelease: copy trunk to community-i686

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 193720, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 193720, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 193720, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 193720, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh

-+
 PKGBUILD|  189 +++---
 sdlmame.install |   16 ++--
 sdlmame.sh  |  112 
 3 files changed, 159 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 17:10:57 UTC (rev 193720)
+++ PKGBUILD2016-10-26 17:11:12 UTC (rev 193721)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.178
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('ba44282824412894833392bf428073e6'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir/mame
-  make \
-NOWERROR=1 \
-OPTIMIZE=2 \
-PYTHON_EXECUTABLE=/usr/bin/python2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
-  cd $srcdir/mame
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a bgfx $pkgdir/usr/share/${pkgname}/bgfx
-  cp -a plugins $pkgdir/usr/share/${pkgname}/plugins
-  cp -a language $pkgdir/usr/share/${pkgname}/language
-
-  # Include the license
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-i686/PKGBUILD (from rev 193720, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 17:11:12 UTC (rev 193721)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor

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

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 17:10:57
  Author: spupykin
Revision: 193720

upgpkg: sdlmame 0.179-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 17:10:51 UTC (rev 193719)
+++ PKGBUILD2016-10-26 17:10:57 UTC (rev 193720)
@@ -33,7 +33,8 @@
 OPTIMIZE=2 \
 PYTHON_EXECUTABLE=/usr/bin/python2 \
 TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
+ARCHOPTS=-flifetime-dse=1 \
+-j1
 }
 
 package() {


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

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 17:10:51
  Author: spupykin
Revision: 193719

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 193718, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 193718, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 193718, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 193718, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 193718, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 193718, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 193718, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 193718, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 193718, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 193718, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 193718, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 193718, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   24 +++
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   44 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   12 -
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   22 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   12 -
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   22 ---
 18 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 17:10:21 UTC (rev 193718)
+++ community-i686/PKGBUILD 2016-10-26 17:10:51 UTC (rev 193719)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('2f8b49e8004fbbfc807ca7f5faeabec8'
- 'afa0f4a9000c26c3323e83fe34883e23'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'bdb0faad84d0931b7ed202a0a7baff84'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installati

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

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 17:10:21
  Author: spupykin
Revision: 193718

upgpkg: redis 3.2.5-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:32:01 UTC (rev 193717)
+++ PKGBUILD2016-10-26 17:10:21 UTC (rev 193718)
@@ -5,7 +5,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('2f8b49e8004fbbfc807ca7f5faeabec8'
+md5sums=('d3d2b4dd4b2a3e07ee6f63c526b66b08'
  'afa0f4a9000c26c3323e83fe34883e23'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'bdb0faad84d0931b7ed202a0a7baff84'
@@ -29,7 +29,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
+#  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
 }
 
 build() {


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

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 16:58:30
  Author: guillaume
Revision: 279284

Upstream release 4.6.1

Modified:
  eclipse-ecj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:50:53 UTC (rev 279283)
+++ PKGBUILD2016-10-26 16:58:30 UTC (rev 279284)
@@ -4,9 +4,9 @@
 # Contributor: Allan McRae 
 
 pkgname=eclipse-ecj
-pkgver=4.6
+pkgver=4.6.1
 pkgrel=1
-_date=201606061100
+_date=201609071200
 pkgdesc='Eclipse java bytecode compiler'
 arch=('any')
 license=('EPL')
@@ -17,7 +17,8 @@
 01-ecj-include-props.patch
 02-buildxml-fix-manifest.patch
 ecj)
-sha256sums=('98e8a53fede81668879cc8052eb4334ae5a06a296a9d20c798c7d42054233ddc'
+
+sha256sums=('36a664f84b5d2ba2c31dc8b3cf72783a979c9cffe689fbed5c58130f2b269fbc'
 '8f6259c76dfe493549bbaec3c8a7ba29e82c70e127c918adca28737dcb570f6b'
 '5ca6bd94c2b1cb4c6f116d38c160edf1c4ca520647ac74b26486f958254767af'
 '63aff3d126243d303ddc4305cfa77827df72e87ccf85bd8a22a2f832357e396c')


[arch-commits] Commit in (ca-certificates-java)

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 16:50:53
  Author: guillaume
Revision: 279283

Remove old unused package

Deleted:
  ca-certificates-java/


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 16:46:51
  Author: foutrelis
Revision: 279282

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

Added:
  llvm/repos/staging-i686/
  llvm/repos/staging-i686/PKGBUILD
(from rev 279281, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 279281, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/staging-i686/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 279281, 
llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 279281, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 279281, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/staging-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 279281, 
llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)

---+
 staging-i686/PKGBUILD |  
244 ++
 staging-i686/llvm-Config-llvm-config.h|
9 
 staging-i686/msan-prevent-initialization-failure-with-newer-glibc.patch   |  
103 
 staging-x86_64/PKGBUILD   |  
244 ++
 staging-x86_64/llvm-Config-llvm-config.h  |
9 
 staging-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch |  
103 
 6 files changed, 712 insertions(+)

Copied: llvm/repos/staging-i686/PKGBUILD (from rev 279281, llvm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-26 16:46:51 UTC (rev 279282)
@@ -0,0 +1,244 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Sebastian Nowicki 
+# Contributor: Devin Cofer 
+# Contributor: Tobias Kieslich 
+# Contributor: Geoffroy Carrier 
+# Contributor: Tomas Lindquist Olsen 
+# Contributor: Roberto Alsina 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-tools-extra')
+pkgver=3.9.0
+pkgrel=1
+_ocaml_ver=4.03.0
+arch=('i686' 'x86_64')
+url="http://llvm.org/";
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('cmake' 'libffi' 'python2' "ocaml=$_ocaml_ver" 'python-sphinx'
+ 'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig')
+# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
+makedepends_x86_64=('gcc-multilib')
+options=('staticlibs')
+source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz{,.sig}
+msan-prevent-initialization-failure-with-newer-glibc.patch
+llvm-Config-llvm-config.h)
+sha256sums=('66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948'
+'SKIP'
+'7596a7c7d9376d0c89e60028fe1ceb4d3e535e8ea8b89e0eb094e0dcb3183d28'
+'SKIP'
+'5b7aec46ec8e999ec683c87ad744082e1133781ee4b01905b4bdae5d20785f14'
+'SKIP'
+'e0e5224fcd5740b61e416c549dd3dcda92f10c524216c1edb5e979e42078a59a'
+'SKIP'
+'61280e07411e3f2b4cca0067412b39c16b0a9edd19d304d3fc90249899d12384'
+'SKIP'
+'8e4f194c2283b91644a7fff43bc4e58c36b5507f2a4d90b72f275c0bd7511c20'
+'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+
+prepare() {
+  cd "$srcdir/llvm-$pkgver.src"
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  mv "$srcdir/cfe-$pkgver.src" tools/clang
+
+  mv "$srcdir/clang-tools-extra-$pkgver.src" tools/clang/tools/extra
+
+  mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
+
+  mv "$srcdir/lldb-$pkgver.src" tools/lldb
+
+  # https://reviews.llvm.org/D24736
+  patch -Np0 -d projects/compiler-rt 
<../msan-prevent-initialization-failure-with-newer-glibc.patch
+
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_BUILD_LLVM_DYLIB=ON \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_ENABLE_RTTI=ON \
+-DLLVM_ENABLE_FFI=ON \
+-DLLVM_BUILD_TESTS=ON \
+-DLLVM_BUILD_DOCS=ON \
+-DLLVM_ENABLE_SPHINX=ON \
+-DLLVM_ENABLE_DOXYGEN=OFF \
+-DLLDB_DISABLE_LIBEDIT=1 \
+-DSPHINX_WARNINGS_AS_ERRORS=OFF \
+-DFFI_INCLUDE_DIR=$(pkg-c

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

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 16:35:35
  Author: guillaume
Revision: 279281

Add source file signature check

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:22:02 UTC (rev 279280)
+++ PKGBUILD2016-10-26 16:35:35 UTC (rev 279281)
@@ -10,14 +10,16 @@
 url='http://ant.apache.org/'
 license=('APACHE')
 makedepends=('java-environment' 'apache-ant' 'junit')
-source=(http://apache.org/dist/ant/source/${pkgbase}-${pkgver}-src.tar.bz2
+source=(https://www.apache.org/dist/ant/source/${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
 apache-ant.sh
 apache-ant.csh
 apache-ant.install
 bin_ant
 ant.conf)
+validpgpkeys=('CE8075A251547BEE249BC151A2115AE15F6B8B72') # Stefan Bodewig
 
 sha256sums=('9e5c36759b81e0b16f2f1747631e81dc86fe904e45b413a6ca15d10b3282ab0b'
+'SKIP'
 '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
 '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
 '3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'


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

2016-10-26 Thread Massimiliano Torromeo
Date: Wednesday, October 26, 2016 @ 16:32:01
  Author: mtorromeo
Revision: 193717

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

Added:
  beats/repos/community-i686/PKGBUILD
(from rev 193716, beats/trunk/PKGBUILD)
  beats/repos/community-i686/filebeat.install
(from rev 193716, beats/trunk/filebeat.install)
  beats/repos/community-i686/filebeat.service
(from rev 193716, beats/trunk/filebeat.service)
  beats/repos/community-i686/filebeat.sysusers
(from rev 193716, beats/trunk/filebeat.sysusers)
  beats/repos/community-i686/metricbeat.service
(from rev 193716, beats/trunk/metricbeat.service)
  beats/repos/community-i686/packetbeat.service
(from rev 193716, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/PKGBUILD
(from rev 193716, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/filebeat.install
(from rev 193716, beats/trunk/filebeat.install)
  beats/repos/community-x86_64/filebeat.service
(from rev 193716, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 193716, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/metricbeat.service
(from rev 193716, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 193716, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-i686/PKGBUILD
  beats/repos/community-i686/filebeat.install
  beats/repos/community-i686/filebeat.service
  beats/repos/community-i686/filebeat.sysusers
  beats/repos/community-i686/packetbeat.service
  beats/repos/community-i686/topbeat.service
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/filebeat.install
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/topbeat.service

-+
 /PKGBUILD   |  220 ++
 /filebeat.install   |   38 +
 /filebeat.service   |   22 +++
 /filebeat.sysusers  |2 
 /packetbeat.service |   20 +++
 community-i686/PKGBUILD |  108 
 community-i686/filebeat.install |   25 ---
 community-i686/filebeat.service |   11 -
 community-i686/filebeat.sysusers|1 
 community-i686/metricbeat.service   |   10 +
 community-i686/packetbeat.service   |   10 -
 community-i686/topbeat.service  |   10 -
 community-x86_64/PKGBUILD   |  108 
 community-x86_64/filebeat.install   |   25 ---
 community-x86_64/filebeat.service   |   11 -
 community-x86_64/filebeat.sysusers  |1 
 community-x86_64/metricbeat.service |   10 +
 community-x86_64/packetbeat.service |   10 -
 community-x86_64/topbeat.service|   10 -
 19 files changed, 322 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 16:31:36 UTC (rev 193716)
+++ community-i686/PKGBUILD 2016-10-26 16:32:01 UTC (rev 193717)
@@ -1,108 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat topbeat)
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Open source data shippers for Elasticsearch'
-arch=('i686' 'x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go' 'git' 'libpcap')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.install"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"topbeat.service")
-sha256sums=('1d8e41b42a0b2dd59403795ff07cbfd8a9a76477731c38122aa9242b47b054e0'
-'337d78d9cb21745098c4cc75578f026e5a5819cd4d0575e3f4241f13370c0863'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'1b668b67134dcbca41193f7987371c6e9ead9853f3ebcb54d5c80a9d0b9decf0'
-'e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125'
-'ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makefile +'%Y-%m-%d %k:%M:%S')"
-touch -m -d "$_t" */Makefile
-
-# Workaround to place extracted release into GOPATH
-mkdir -p "$srcdir"/gopath/src/github.com/elastic
-ln -sf "$srcdir"/beats-$pkgver \
-"$srcdir"/gopath/src/github.com/elastic/beats
-}
-
-build() {
-export GOPATH="$srcdir"/gopath
-for beat in ${pkgname[@]}; do
-msg2 "Building $beat..."
-  

[arch-commits] Commit in beats/trunk (6 files)

2016-10-26 Thread Massimiliano Torromeo
Date: Wednesday, October 26, 2016 @ 16:31:36
  Author: mtorromeo
Revision: 193716

upgpkg: beats 5.0.0-1

Added:
  beats/trunk/metricbeat.service
Modified:
  beats/trunk/PKGBUILD
  beats/trunk/filebeat.install
  beats/trunk/filebeat.service
  beats/trunk/packetbeat.service
Deleted:
  beats/trunk/topbeat.service

+
 PKGBUILD   |   40 +---
 filebeat.install   |6 --
 filebeat.service   |4 ++--
 metricbeat.service |   10 ++
 packetbeat.service |4 ++--
 topbeat.service|   10 --
 6 files changed, 35 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:23:31 UTC (rev 193715)
+++ PKGBUILD2016-10-26 16:31:36 UTC (rev 193716)
@@ -2,10 +2,10 @@
 # Contributor: Tyler Langlois 
 
 pkgbase=beats
-pkgname=(filebeat packetbeat topbeat)
-pkgver=1.3.1
+pkgname=(filebeat packetbeat metricbeat)
+pkgver=5.0.0
 pkgrel=1
-pkgdesc='Open source data shippers for Elasticsearch'
+pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
 url='https://www.elastic.co/products/beats'
 license=('APACHE')
@@ -17,13 +17,13 @@
 "filebeat.sysusers"
 "filebeat.service"
 "packetbeat.service"
-"topbeat.service")
-sha256sums=('1d8e41b42a0b2dd59403795ff07cbfd8a9a76477731c38122aa9242b47b054e0'
-'337d78d9cb21745098c4cc75578f026e5a5819cd4d0575e3f4241f13370c0863'
+"metricbeat.service")
+sha256sums=('3e6b7cf2ee5f52e78ae87ef04ab9dd49977c89f86a09416586896aeaea844e34'
+'fd765921479d391d613c75fe592a4193e538dd9feffc1ca36bc687bec0f0e1aa'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'1b668b67134dcbca41193f7987371c6e9ead9853f3ebcb54d5c80a9d0b9decf0'
-'e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125'
-'ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b')
+'1ab98d3e387c3970e3005f72f4ce266c4fa19ec3938a576da0a407c7db2fa7ce'
+'cabf11f35ced8bb61fc26ace4d409dfdb4ed812ff4bc70e168410cb1dc324318'
+'8a1bcfdb057e4f57d5f16570079055d1822fdfe8d453409891682f6e580f4ff0')
 
 prepare() {
 cd beats-$pkgver
@@ -53,9 +53,9 @@
 }
 
 package_filebeat() {
-pkgdesc='Collects, pre-processes, and forwards log files from remote 
sources'
+pkgdesc='Collects, pre-processes, and forwards log files to remote sources'
 optdepends=('elasticsearch: for standalone installation')
-backup=("etc/$pkgname/$pkgname.yml")
+backup=("etc/$pkgname/$pkgname.yml" "etc/$pkgname/$pkgname.template.json")
 install="$pkgname.install"
 
 cd beats-$pkgver/$pkgname
@@ -63,7 +63,7 @@
 install -dm755 "$pkgdir"/var/lib/$pkgname
 
 install -dm755 "$pkgdir"/etc/$pkgname
-make PREFIX="$pkgdir"/etc/$pkgname install-cfg
+cp $pkgname.{yml,template.json} "$pkgdir"/etc/$pkgname
 
 install -Dm755 $pkgname \
"$pkgdir"/usr/bin/$pkgname
@@ -75,15 +75,15 @@
 }
 
 package_packetbeat() {
-pkgdesc='Open source network packet analyzer that ships data to 
Elasticsearch'
+pkgdesc='Network packet analyzer that ships data to Elasticsearch'
 depends=('libpcap')
 optdepends=('elasticsearch: for standalone installation')
-backup=("etc/$pkgname/$pkgname.yml")
+backup=("etc/$pkgname/$pkgname.yml" "etc/$pkgname/$pkgname.template.json")
 
 cd beats-$pkgver/$pkgname
 
 install -dm755 "$pkgdir"/etc/$pkgname
-make PREFIX="$pkgdir"/etc/$pkgname install-cfg
+cp $pkgname.{yml,template.json} "$pkgdir"/etc/$pkgname
 
 install -Dm755 $pkgname \
"$pkgdir"/usr/bin/$pkgname
@@ -91,15 +91,17 @@
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
 }
 
-package_topbeat() {
-pkgdesc='Open source server monitoring agent that stores metrics in 
Elasticsearch'
+package_metricbeat() {
+pkgdesc='Server monitoring agent that stores metrics in Elasticsearch'
 optdepends=('elasticsearch: for standalone installation')
-backup=("etc/$pkgname/$pkgname.yml")
+backup=("etc/$pkgname/$pkgname.yml" "etc/$pkgname/$pkgname.template.json")
+conflicts=('topbeat')
+replaces=('topbeat')
 
 cd beats-$pkgver/$pkgname
 
 install -dm755 "$pkgdir"/etc/$pkgname
-make PREFIX="$pkgdir"/etc/$pkgname install-cfg
+cp $pkgname.{yml,template.json} "$pkgdir"/etc/$pkgname
 
 install -Dm755 $pkgname \
"$pkgdir"/usr/bin/$pkgname

Modified: filebeat.install
===
--- filebeat.install2016-10-26 16:23:31 UTC (rev 193715)
+++ filebeat.install2016-10-26 16:31:36 UTC (rev 193716)
@@ -16,10 +16,4 @@
   fi
 }
 
-# Arg 1: the old package version
-post_remove() {
-  echo "This package does not automatically remove the filebeat user."
-  echo "Please do so manually if it is no longer required."
-}
-
 # vim:set ts=2

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

2016-10-26 Thread Jaroslav Lichtblau
Date: Wednesday, October 26, 2016 @ 16:23:31
  Author: jlichtblau
Revision: 193715

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 193714, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 16:23:19 UTC (rev 193714)
+++ PKGBUILD2016-10-26 16:23:31 UTC (rev 193715)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2016.10.25
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 193714, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 16:23:31 UTC (rev 193715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2016.10.26
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-10-26 Thread Jaroslav Lichtblau
Date: Wednesday, October 26, 2016 @ 16:23:19
  Author: jlichtblau
Revision: 193714

upgpkg: youtube-dl 2016.10.26-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:17:52 UTC (rev 193713)
+++ PKGBUILD2016-10-26 16:23:19 UTC (rev 193714)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.10.25
+pkgver=2016.10.26
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697'
+sha256sums=('df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 16:22:02
  Author: guillaume
Revision: 279280

Add source file signature check

Modified:
  tomcat6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:15:01 UTC (rev 279279)
+++ PKGBUILD2016-10-26 16:22:02 UTC (rev 279280)
@@ -16,12 +16,14 @@
 etc/${pkgname}/tomcat-users.xml
 etc/${pkgname}/web.xml)
 install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
+source=(https://www.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
 systemd_${pkgname}.service
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
+validpgpkeys=('713DA88BE50911535FE716F5208B0AB1D63011C7')
 
 sha256sums=('e7bcdf2037d813f487f4d98459dafdd55995ddb2f177c75ca1a3564aca309b77'
+'SKIP'
 'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
 '59307049dab88a7adeb3b0a8e5c77a6e5950b48482be09650d899222c521b589'
 '07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80')


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

2016-10-26 Thread Levente Polyak
Date: Wednesday, October 26, 2016 @ 16:17:52
  Author: anthraxx
Revision: 193713

archrelease: copy trunk to community-any

Added:
  gufw/repos/community-any/PKGBUILD
(from rev 193712, gufw/trunk/PKGBUILD)
Deleted:
  gufw/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 16:17:45 UTC (rev 193712)
+++ PKGBUILD2016-10-26 16:17:52 UTC (rev 193713)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=gufw
-pkgver=15.10.0
-pkgrel=2
-pkgdesc="An uncomplicated way to manage your Linux firewall."
-arch=('any')
-url="http://gufw.org";
-license=('GPL3')
-depends=('gtk3' 'polkit' 'python2-gobject' 'python2-netifaces' 'ufw' 
'webkitgtk')
-makedepends=('intltool' 'python2-distutils-extra')
-source=("https://launchpad.net/gui-ufw/15.10/15.10/+download/gui-ufw-${pkgver}.tar.gz";)
-sha256sums=('58fee07bc33f9be615e899b943535ca8755fdf9262010c2580a0176d2a1c2443')
-
-prepare() {
-cd "${srcdir}/gui-ufw-${pkgver}"
-sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/env python2|" \
-   -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  $(find . -name '*.py')
-sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" bin/gufw
-sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" 
bin/gufw-pkexec
-}
-
-package(){
-cd "${srcdir}/gui-ufw-${pkgver}"
-export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-python2 ./setup.py install --root="${pkgdir}"
-}

Copied: gufw/repos/community-any/PKGBUILD (from rev 193712, gufw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 16:17:52 UTC (rev 193713)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+# Contributor : Martin Wimpress 
+
+pkgname=gufw
+_pkgver=16.10
+pkgver=16.10.0
+pkgrel=1
+pkgdesc='Uncomplicated way to manage your Linux firewall'
+url='https://gufw.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 
'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
+sha512sums=('7068d4308749af92c1c4d2e1787da70666399d67b6db81bfff039c649991ac077fdc8e5800165157c36b324869a35062b5c774aa32f80326f3793d2e56cb27ce')
+
+package(){
+  cd gui-ufw-${pkgver}
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-26 Thread Levente Polyak
Date: Wednesday, October 26, 2016 @ 16:17:45
  Author: anthraxx
Revision: 193712

upgpkg: gufw 16.10.0-1

Modified:
  gufw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:16:45 UTC (rev 193711)
+++ PKGBUILD2016-10-26 16:17:45 UTC (rev 193712)
@@ -1,29 +1,23 @@
-# $Id$
-# Maintainer : Martin Wimpress 
+# Maintainer: Levente Polyak 
+# Contributor : Martin Wimpress 
 
 pkgname=gufw
-pkgver=15.10.0
-pkgrel=2
-pkgdesc="An uncomplicated way to manage your Linux firewall."
+_pkgver=16.10
+pkgver=16.10.0
+pkgrel=1
+pkgdesc='Uncomplicated way to manage your Linux firewall'
+url='https://gufw.org/'
 arch=('any')
-url="http://gufw.org";
 license=('GPL3')
-depends=('gtk3' 'polkit' 'python2-gobject' 'python2-netifaces' 'ufw' 
'webkitgtk')
-makedepends=('intltool' 'python2-distutils-extra')
-source=("https://launchpad.net/gui-ufw/15.10/15.10/+download/gui-ufw-${pkgver}.tar.gz";)
-sha256sums=('58fee07bc33f9be615e899b943535ca8755fdf9262010c2580a0176d2a1c2443')
+depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 
'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
+sha512sums=('7068d4308749af92c1c4d2e1787da70666399d67b6db81bfff039c649991ac077fdc8e5800165157c36b324869a35062b5c774aa32f80326f3793d2e56cb27ce')
 
-prepare() {
-cd "${srcdir}/gui-ufw-${pkgver}"
-sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/env python2|" \
-   -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  $(find . -name '*.py')
-sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" bin/gufw
-sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" 
bin/gufw-pkexec
+package(){
+  cd gui-ufw-${pkgver}
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" -O1
 }
 
-package(){
-cd "${srcdir}/gui-ufw-${pkgver}"
-export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-python2 ./setup.py install --root="${pkgdir}"
-}
+# vim: ts=2 sw=2 et:


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

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 16:15:01
  Author: guillaume
Revision: 279279

Add source file signature check

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:13:38 UTC (rev 279278)
+++ PKGBUILD2016-10-26 16:15:01 UTC (rev 279279)
@@ -16,12 +16,14 @@
 etc/${pkgname}/tomcat-users.xml
 etc/${pkgname}/web.xml)
 install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
+source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
 systemd_${pkgname}.service
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
+validpgpkeys=('713DA88BE50911535FE716F5208B0AB1D63011C7') # Violeta Georgieva 
Georgieva
 
 sha256sums=('779c7bba49a9ed3cafc47a87c8f331d2068f2545105fdd1c1076e0357ebda5db'
+'SKIP'
 '51f599e519095ec146f5eba1a0d471117070f5b3089715bc9e392d537deb38ce'
 '4c0e12c45b406d2e8f0081de3d60dbf34c31f4da36296cedce6af5d6e03c8708'
 'bc8ce84b3b2c938f55980cbe9bc1c2a5f371e23b34cf11c1b56d2c49836761d6')


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 16:14:19
  Author: foutrelis
Revision: 193648

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 193647, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 16:14:09 UTC (rev 193647)
+++ PKGBUILD2016-10-26 16:14:19 UTC (rev 193648)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.13
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('dd43baae4199e84937727fb07cb7a40cffd285660863af9ca2fe58bbee90b95f'
-'SKIP'
-'d1c85c2f448d8a988d76bb1478c684a8e5cf79522bfe78ea711d1113505c2833'
-'SKIP'
-'8d9bde3ebfbd3082efb3066e2205ab2e621022bd2c111cb9b1f68e545f1b40ef'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 193647, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 16:14:19 UTC (rev 193648)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.0.13.4
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('af85e73247655969588699e5b2f199b161adf19477ce13c3a97764a7aa1b6daa'
+'SKIP'
+'f092a46d55cbfc72624b47b4ba60cba7b179b6c44e58b0ae220564293471aa1f'
+'SKIP'
+'f8340cc9b0bd6aed85d3305887b565c8f93066316037d5962443ca1296d0643b'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-core}; d

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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 16:14:09
  Author: foutrelis
Revision: 193647

upgpkg: shorewall 5.0.13.4-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:13:24 UTC (rev 193646)
+++ PKGBUILD2016-10-26 16:14:09 UTC (rev 193647)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.13
+pkgver=5.0.13.4
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('dd43baae4199e84937727fb07cb7a40cffd285660863af9ca2fe58bbee90b95f'
+sha256sums=('af85e73247655969588699e5b2f199b161adf19477ce13c3a97764a7aa1b6daa'
 'SKIP'
-'d1c85c2f448d8a988d76bb1478c684a8e5cf79522bfe78ea711d1113505c2833'
+'f092a46d55cbfc72624b47b4ba60cba7b179b6c44e58b0ae220564293471aa1f'
 'SKIP'
-'8d9bde3ebfbd3082efb3066e2205ab2e621022bd2c111cb9b1f68e545f1b40ef'
+'f8340cc9b0bd6aed85d3305887b565c8f93066316037d5962443ca1296d0643b'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-10-26 Thread Massimiliano Torromeo
Date: Wednesday, October 26, 2016 @ 16:13:24
  Author: mtorromeo
Revision: 193646

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 193645, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 193645, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 193645, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 193645, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 193645, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 193645, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 193645, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 193645, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  150 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 
 elasticsearch.service  |   78 +++---
 elasticsearch@.service |   78 +++---
 8 files changed, 189 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 16:13:02 UTC (rev 193645)
+++ PKGBUILD2016-10-26 16:13:24 UTC (rev 193646)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('23a369ef42955c19aaaf9e34891eea3a055ed217d7fbe76da0998a7a54bbe167'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'6578cacc9fdbdf4713e9f607710701edcd46b026e99743af0fbb63e177eed9b1'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  insta

[arch-commits] Commit in elasticsearch/trunk (4 files)

2016-10-26 Thread Massimiliano Torromeo
Date: Wednesday, October 26, 2016 @ 16:13:02
  Author: mtorromeo
Revision: 193645

upgpkg: elasticsearch 5.0.0-1

Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch.install
  elasticsearch/trunk/elasticsearch.service
  elasticsearch/trunk/elasticsearch@.service

+
 PKGBUILD   |   20 +++-
 elasticsearch.install  |4 ++--
 elasticsearch.service  |   10 +-
 elasticsearch@.service |   10 +-
 4 files changed, 23 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:11:54 UTC (rev 193644)
+++ PKGBUILD2016-10-26 16:13:02 UTC (rev 193645)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=2.4.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('java-runtime-headless' 'systemd')
 install='elasticsearch.install'
 source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
+  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz";
   elasticsearch.service
   elasticsearch@.service
   elasticsearch-sysctl.conf
@@ -21,9 +21,9 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('23a369ef42955c19aaaf9e34891eea3a055ed217d7fbe76da0998a7a54bbe167'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
+sha256sums=('a866534f0fa7428e980c985d712024feef1dee04709add6e360fc7b73bb1e7ae'
+'51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
+'22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
 '815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
 '6578cacc9fdbdf4713e9f607710701edcd46b026e99743af0fbb63e177eed9b1'
@@ -30,13 +30,14 @@
 'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
 
 backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
+'etc/elasticsearch/log4j2.properties'
+'etc/elasticsearch/jvm.options'
 'etc/default/elasticsearch')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
 
-  for script in plugin elasticsearch; do
+  for script in elasticsearch{,-plugin,-translog}; do
 sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
 -e '/^ES_HOME=.*pwd/d' \
 -e 's|$ES_HOME/config|/etc/elasticsearch|' \
@@ -68,7 +69,8 @@
   cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
   cp config/* "$pkgdir"/etc/elasticsearch/
 
-  install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
-  install -Dm755 bin/plugin "$pkgdir"/usr/bin/elasticsearch-plugin
+  for script in elasticsearch{,-plugin,-translog}; do
+install -Dm755 bin/$script "$pkgdir"/usr/bin/$script
+  done
   install -Dm644 bin/elasticsearch.in.sh 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch.in.sh
 }

Modified: elasticsearch.install
===
--- elasticsearch.install   2016-10-26 16:11:54 UTC (rev 193644)
+++ elasticsearch.install   2016-10-26 16:13:02 UTC (rev 193645)
@@ -6,9 +6,9 @@
 post_upgrade(){
 systemd-tmpfiles --create elasticsearch.conf
 
-if [ "$(vercmp $2 2.0.0)" -lt 0 ]; then
+if [ "$(vercmp $2 5.0.0)" -lt 0 ]; then
 echo " >> "
-echo " >> Major version update. PLease take a look at breaking changes 
https://www.elastic.co/guide/en/elasticsearch/reference/2.0/breaking-changes-2.0.html
 and remove incompatible plugins from /usr/share/elasticsearch/plugins"
+echo " >> Major version update. PLease take a look at breaking changes 
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking-changes-5.0.html
 and remove incompatible plugins from /usr/share/elasticsearch/plugins"
 echo " >> "
 fi
 }

Modified: elasticsearch.service
===
--- elasticsearch.service   2016-10-26 16:11:54 UTC (rev 193644)
+++ elasticsearch.service   2016-10-26 16:13:02 UTC (rev 193645)
@@ -23,14 +23,14 @@
 
 ExecStart=/usr/bin/elasticsearch -d \
 -p /run/elasticsearch/elasticsearch.pid \
--Des.default.path.home=${ES_HOME} \
--Des.default.path.logs=${LOG_DIR} \
--Des.default.path.data=${DATA_DIR} \
--Des.default.path.conf=${CONF_DIR}
+-E default.path.home=${ES_HOME} \
+-E default.path.logs=${LOG_DIR} \
+-E default.path.data=${DATA_DIR} \
+-E default.path.conf=${CONF_DIR}
 
 SuccessExitStatus=143
 
-LimitNOFILE=65535
+LimitN

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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 16:11:54
  Author: foutrelis
Revision: 193644

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 16:11:47 UTC (rev 193643)
+++ PKGBUILD2016-10-26 16:11:54 UTC (rev 193644)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-options=('!emptydirs')
-source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('79414e27ece996b2e81161c1ec91536f2b15645d5f6bd28128724486e1c4b8e3')
-
-prepare() {
-  cd "$srcdir/stevedore-$pkgver"
-
-  # Remove dependency on pbr; it's not a runtime dependency
-  sed -i '/pbr/d' requirements.txt
-}
-
-package_python-stevedore() {
-  depends=('python-setuptools' 'python-six')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2-setuptools' 'python2-six')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 193643, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 16:11:54 UTC (rev 193644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+options=('!emptydirs')
+source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('992f5d3c77a17ac283dc62626ff7bb24042e9c54bec2977395b45539f5d2aeb9')
+
+prepare() {
+  cd "$srcdir/stevedore-$pkgver"
+
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+  depends=('python-setuptools' 'python-six')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 16:11:47
  Author: foutrelis
Revision: 193643

upgpkg: python-stevedore 1.18.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 15:42:29 UTC (rev 193642)
+++ PKGBUILD2016-10-26 16:11:47 UTC (rev 193643)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('79414e27ece996b2e81161c1ec91536f2b15645d5f6bd28128724486e1c4b8e3')
+sha256sums=('992f5d3c77a17ac283dc62626ff7bb24042e9c54bec2977395b45539f5d2aeb9')
 
 prepare() {
   cd "$srcdir/stevedore-$pkgver"


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

2016-10-26 Thread Guillaume Alaux
Date: Wednesday, October 26, 2016 @ 16:08:14
  Author: guillaume
Revision: 279258

Add source files signature check

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 15:44:15 UTC (rev 279257)
+++ PKGBUILD2016-10-26 16:08:14 UTC (rev 279258)
@@ -16,12 +16,14 @@
 etc/${pkgname}/tomcat-users.xml
 etc/${pkgname}/web.xml)
 install=${pkgname}.install
-source=(https://dist.apache.org/repos/dist/release/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
+source=(https://www.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
 systemd_${pkgname}.service
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
+validpgpkeys=('A9C5DF4D22E8D9875A5110C01C5A2F6059E7') # Mark E D Thomas 

 
 sha256sums=('14ec853ec63a0f56afbe337b005968b22a02ad43b4b30c83e1fcbee0d23add3d'
+'SKIP'
 '01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
 '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 15:44:15
  Author: foutrelis
Revision: 279257

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

Added:
  openmp/repos/staging-i686/
  openmp/repos/staging-i686/PKGBUILD
(from rev 279256, openmp/trunk/PKGBUILD)
  openmp/repos/staging-x86_64/
  openmp/repos/staging-x86_64/PKGBUILD
(from rev 279256, openmp/trunk/PKGBUILD)

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

Copied: openmp/repos/staging-i686/PKGBUILD (from rev 279256, 
openmp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-26 15:44:15 UTC (rev 279257)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=openmp
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="LLVM OpenMP Runtime Library"
+arch=('i686' 'x86_64')
+url="http://openmp.llvm.org/";
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('glibc')
+makedepends=('cmake')
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('df88f90d7e5b5e9525a35fa2e2b93cbbb83c4882f91df494e87ee3ceddacac91'
+'SKIP')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+prepare() {
+   cd "$pkgname-$pkgver.src"
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver.src/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+   make
+}
+
+package() {
+  cd "$pkgname-$pkgver.src"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  # libgomp.so is also provided by gcc-libs; remove it to fix the conflict
+  rm "$pkgdir/usr/lib/libgomp.so"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openmp/repos/staging-x86_64/PKGBUILD (from rev 279256, 
openmp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-26 15:44:15 UTC (rev 279257)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=openmp
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="LLVM OpenMP Runtime Library"
+arch=('i686' 'x86_64')
+url="http://openmp.llvm.org/";
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('glibc')
+makedepends=('cmake')
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('df88f90d7e5b5e9525a35fa2e2b93cbbb83c4882f91df494e87ee3ceddacac91'
+'SKIP')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+prepare() {
+   cd "$pkgname-$pkgver.src"
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver.src/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+   make
+}
+
+package() {
+  cd "$pkgname-$pkgver.src"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  # libgomp.so is also provided by gcc-libs; remove it to fix the conflict
+  rm "$pkgdir/usr/lib/libgomp.so"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2016 @ 15:44:05
  Author: foutrelis
Revision: 279256

upgpkg: openmp 3.9.0-1

New upstream release.

Modified:
  openmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 15:18:46 UTC (rev 279255)
+++ PKGBUILD2016-10-26 15:44:05 UTC (rev 279256)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=openmp
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('cmake')
 source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('92510e3f62e3de955e3a0b6708cebee1ca344d92fb02369cba5fdd5c68f773a0'
+sha256sums=('df88f90d7e5b5e9525a35fa2e2b93cbbb83c4882f91df494e87ee3ceddacac91'
 'SKIP')
 validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
 prepare() {


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 15:42:29
  Author: arojas
Revision: 193642

archrelease: copy trunk to community-staging-x86_64

Added:
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 193641, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-x86_64/force_python3.diff
(from rev 193641, luxrender/trunk/force_python3.diff)

+
 PKGBUILD   |   56 +++
 force_python3.diff |   12 ++
 2 files changed, 68 insertions(+)

Copied: luxrender/repos/community-staging-x86_64/PKGBUILD (from rev 193641, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-26 15:42:29 UTC (rev 193642)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.6
+_pkgver=b3f85cf7742f
+pkgrel=3
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/lux/get/v${pkgver/./}.tar.bz2
 \
+force_python3.diff)
+md5sums=('e40812e4e5a2bb1a58bcbd2a298ba9ee'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff"
+}
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.5m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.5m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  # install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.5/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-x86_64/force_python3.diff (from rev 
193641, luxrender/trunk/force_python3.diff)
===
--- community-staging-x86_64/force_python3.diff (rev 0)
+++ community-staging-x86_64/force_python3.diff 2016-10-26 15:42:29 UTC (rev 
193642)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR "${BOOST_python_LIBRARYDIR}")
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR "${_boost_libdir}")


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 15:42:02
  Author: arojas
Revision: 193641

Boost 1.62 rebuild

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 15:11:17 UTC (rev 193640)
+++ PKGBUILD2016-10-26 15:42:02 UTC (rev 193641)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.6
 _pkgver=b3f85cf7742f
-pkgrel=2
+pkgrel=3
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('x86_64')
 url="http://www.luxrender.net/";


  1   2   3   >