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

2016-09-02 Thread Jelle van der Waa
Date: Friday, September 2, 2016 @ 07:04:37
  Author: jelle
Revision: 188279

upgpkg: calibre 2.66.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 05:12:22 UTC (rev 188278)
+++ PKGBUILD2016-09-02 07:04:37 UTC (rev 188279)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.65.1
+pkgver=2.66.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('7720197e65adb140c45d08bc542be2318ac7ba0fb2c9f889c699bd6bdda5817c'
+sha256sums=('2c5a55b9598fe1e9ce3cb8ba4a0951f80b16d559c23bb87f28f227ccd2357bb5'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-09-02 Thread Jelle van der Waa
Date: Friday, September 2, 2016 @ 07:04:50
  Author: jelle
Revision: 188280

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

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

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

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

Copied: calibre/repos/community-i686/PKGBUILD (from rev 188279, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 07:04:50 UTC (rev 188280)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.66.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
+makedepends=('qt5-x11extras

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

2016-09-02 Thread Johannes Löthberg
Date: Friday, September 2, 2016 @ 07:52:16
  Author: demize
Revision: 188282

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 188281, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 188281, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  195 -
 salt.install |   30 
 2 files changed, 113 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 07:52:06 UTC (rev 188281)
+++ PKGBUILD2016-09-02 07:52:16 UTC (rev 188282)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace 
-# Contibutor: Christer Edwards 
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2016.3.2
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=("https://github.com/saltstack/salt/releases/download/v$pkgver/salt-$pkgver.tar.gz";)
-md5sums=('27a9bb34c205ffe07e95b316e2131177')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 188281, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 07:52:16 UTC (rev 188282)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2016.3.3
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+

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

2016-09-02 Thread Johannes Löthberg
Date: Friday, September 2, 2016 @ 07:52:06
  Author: demize
Revision: 188281

upgpkg: salt 2016.3.3-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 07:04:50 UTC (rev 188280)
+++ PKGBUILD2016-09-02 07:52:06 UTC (rev 188281)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace 
-# Contibutor: Christer Edwards 
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2016.3.2
+pkgver=2016.3.3
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -31,8 +32,8 @@
 'etc/salt/minion')
 install=salt.install
 conflicts=('salt')
-source=("https://github.com/saltstack/salt/releases/download/v$pkgver/salt-$pkgver.tar.gz";)
-md5sums=('27a9bb34c205ffe07e95b316e2131177')
+source=("salt-$pkgver.tar.gz::https://github.com/saltstack/salt/archive/v$pkgver.tar.gz";)
+md5sums=('5db25ad762a0780ff5d74561516a97fa')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2016-09-02 Thread Jonathan Steel
Date: Friday, September 2, 2016 @ 08:04:17
  Author: jsteel
Revision: 188286

upgpkg: puppet 4.6.2-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 08:00:01 UTC (rev 188285)
+++ PKGBUILD2016-09-02 08:04:17 UTC (rev 188286)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('bcc1d562eac81057f1152b6930df4046')
+md5sums=('452f4357178218c8528b1daebd89f3ef')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-09-02 Thread Jonathan Steel
Date: Friday, September 2, 2016 @ 08:07:57
  Author: jsteel
Revision: 188288

upgpkg: python-botocore 1.4.51-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 08:04:26 UTC (rev 188287)
+++ PKGBUILD2016-09-02 08:07:57 UTC (rev 188288)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.50
+pkgver=1.4.51
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4a5b95d44f9933d0f50400d661991b19')
+md5sums=('8bbff09f7b3c9cbeb5b29b4a2c1d6cc8')
 
 build() {
   cd botocore-$pkgver


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

2016-09-02 Thread Jonathan Steel
Date: Friday, September 2, 2016 @ 08:04:26
  Author: jsteel
Revision: 188287

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/
  puppet/repos/community-testing-any/PKGBUILD
(from rev 188286, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 188286, puppet/trunk/puppet.install)

+
 PKGBUILD   |   65 +++
 puppet.install |   20 
 2 files changed, 85 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 188286, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-09-02 08:04:26 UTC (rev 188287)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source";
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('452f4357178218c8528b1daebd89f3ef')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  chmod 775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 188286, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2016-09-02 08:04:26 UTC (rev 
188287)
@@ -0,0 +1,20 @@
+pre_install() {
+  getent group puppet &>/dev/null || groupadd -r puppet -g 52
+  getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
+}
+
+pre_upgrade() {
+  pre_install
+
+  # puppetmaster has been dropped
+  if [[ -f /run/puppetlabs/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+}
+
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2016-09-02 Thread Jonathan Steel
Date: Friday, September 2, 2016 @ 08:08:17
  Author: jsteel
Revision: 188291

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 188290, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 08:08:11 UTC (rev 188290)
+++ PKGBUILD2016-09-02 08:08:17 UTC (rev 188291)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.60
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('24ef5fb3fa56143ed1dc5dccd55bd502')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 188290, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 08:08:17 UTC (rev 188291)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.61
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('cc903bf79e3a79d3c45393f98d5cced3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+}


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

2016-09-02 Thread Jonathan Steel
Date: Friday, September 2, 2016 @ 08:08:05
  Author: jsteel
Revision: 188289

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 08:07:57 UTC (rev 188288)
+++ PKGBUILD2016-09-02 08:08:05 UTC (rev 188289)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.50
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4a5b95d44f9933d0f50400d661991b19')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 188288, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 08:08:05 UTC (rev 188289)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.51
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('8bbff09f7b3c9cbeb5b29b4a2c1d6cc8')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-09-02 Thread Jonathan Steel
Date: Friday, September 2, 2016 @ 08:08:11
  Author: jsteel
Revision: 188290

upgpkg: aws-cli 1.10.61-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 08:08:05 UTC (rev 188289)
+++ PKGBUILD2016-09-02 08:08:11 UTC (rev 188290)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.60
+pkgver=1.10.61
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('24ef5fb3fa56143ed1dc5dccd55bd502')
+md5sums=('cc903bf79e3a79d3c45393f98d5cced3')
 
 build() {
   cd $pkgname-$pkgver


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

2016-09-02 Thread Alexander Rødseth
Date: Friday, September 2, 2016 @ 10:12:30
  Author: arodseth
Revision: 188292

upgpkg: erlang 19.0.5-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 08:08:17 UTC (rev 188291)
+++ PKGBUILD2016-09-02 10:12:30 UTC (rev 188292)
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.0.4
+pkgver=19.0.5
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'


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

2016-09-02 Thread Alexander Rødseth
Date: Friday, September 2, 2016 @ 10:14:09
  Author: arodseth
Revision: 188293

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 188292, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 188292, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 188292, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 188292, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 188292, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 188292, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 188292, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 188292, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  186 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   93 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   93 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 10:12:30 UTC (rev 188292)
+++ community-i686/PKGBUILD 2016-09-02 10:14:09 UTC (rev 188293)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.0.4
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
- 'libxslt' 'fop' 'java-environment')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz";
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p "$pkgdir/usr/lib/erlang/"{lib,man/man3}
-  mv "$srcdir/unixodbc/"* "$pkgdir/usr/lib/erlang/lib/"
-  mv "$srcdir/odbc.3.gz" "$pkgdir/usr/lib/erlang/man/man3/"
-
-  # License

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

2016-09-02 Thread Alexander Rødseth
Date: Friday, September 2, 2016 @ 10:46:00
  Author: arodseth
Revision: 188294

upgpkg: erlang-nox 19.0.5-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 10:14:09 UTC (rev 188293)
+++ PKGBUILD2016-09-02 10:46:00 UTC (rev 188294)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=19.0.4
+pkgver=19.0.5
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')


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

2016-09-02 Thread Alexander Rødseth
Date: Friday, September 2, 2016 @ 10:47:36
  Author: arodseth
Revision: 188295

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 188294, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 188294, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 188294, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 188294, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 188294, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 188294, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 188294, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 188294, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  148 
 /epmd.conf|6 +
 /epmd.service |   22 +
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   74 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   74 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 --
 12 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 10:46:00 UTC (rev 188294)
+++ community-i686/PKGBUILD 2016-09-02 10:47:36 UTC (rev 188295)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=19.0.4
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop'
- 'java-environment')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz";
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 188294, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 10:47:36 UTC (rev 188295)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 

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

2016-09-02 Thread Massimiliano Torromeo
Date: Friday, September 2, 2016 @ 12:01:53
  Author: mtorromeo
Revision: 188296

upgpkg: rkt 1.14.0-1

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 10:47:36 UTC (rev 188295)
+++ PKGBUILD2016-09-02 12:01:53 UTC (rev 188296)
@@ -7,7 +7,7 @@
 # Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
@@ -18,8 +18,8 @@
  'intltool' 'gperf' 'git' 'libseccomp' 'bc')
 
 # stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1097.0.0
-CCN_SYSTEMD_VERSION=v229
+CCN_IMG_RELEASE=1151.0.0
+CCN_SYSTEMD_VERSION=v231
 
 # stage1/usr_from_kvm/kernel.mk
 KERNEL_VERSION=4.3.1
@@ -32,8 +32,8 @@
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('fddcb675b36ad0860561ee281cdefcf9fb947f781a36bf3967af1b11e8123c80'
-'aa205919c4c733cf4cb7220f038f272f4b3ce6a185e5195945fdc625f506f737'
+sha256sums=('2458783023c561358c59600accb58ccfe335535931a58da988d70893a1c5a5e7'
+'6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
 '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
@@ -57,9 +57,9 @@
 --localstatedir=/var \
 --enable-tpm=auto \
 --with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
+--with-stage1-default-flavor=host \
 --with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
+--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-host.aci \
 
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
 --with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
 


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

2016-09-02 Thread Massimiliano Torromeo
Date: Friday, September 2, 2016 @ 12:02:12
  Author: mtorromeo
Revision: 188297

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 188296, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 188296, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 188296, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  188 -
 rkt.install  |   20 +++---
 rkt.sysusers |4 -
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 12:01:53 UTC (rev 188296)
+++ PKGBUILD2016-09-02 12:02:12 UTC (rev 188297)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt";
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1097.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('fddcb675b36ad0860561ee281cdefcf9fb947f781a36bf3967af1b11e8123c80'
-'aa205919c4c733cf4cb7220f038f272f4b3ce6a185e5195945fdc625f506f737'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv target/bin/rkt tools/actool "$pkgdir"/usr/bin
-  mv target/bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 188296, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 12:02:12 UTC (rev 188297)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
+# Contributor: C

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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 12:59:10
  Author: arojas
Revision: 188298

No more KDE4 kipi-plugins

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 12:02:12 UTC (rev 188297)
+++ PKGBUILD2016-09-02 12:59:10 UTC (rev 188298)
@@ -14,8 +14,7 @@
 license=('GPL')
 depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
 makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins: add extra functionality'
-   'mplayer: video thumbnails')
+optdepends=('mplayer: video thumbnails')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
 sha256sums=('313214df2b1dad2c9beb3e56051622155b142fcf67bdbaa65c3fff26790a')
 


[arch-commits] Commit in (kqoauth)

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 13:00:57
  Author: arojas
Revision: 275673

No longer needed

Deleted:
  kqoauth/


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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 13:33:01
  Author: svenstaro
Revision: 188299

upgpkg: gitlab 8.11.4-1

upstream release 8.11.4

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 12:59:10 UTC (rev 188298)
+++ PKGBUILD2016-09-02 13:33:01 UTC (rev 188299)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.11.3
+pkgver=8.11.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('2134dd1dcd3a0d2a52c3a2ea49e9888d7683e205ee3b7b5bc225e2abe5647a2b'
+sha256sums=('940c1d1d421eb852576d3e4f814a1aea3d0976a4f481a47c3c121441ca1b4b68'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


[arch-commits] Commit in (5 files)

2016-09-02 Thread Jelle van der Waa
Date: Friday, September 2, 2016 @ 13:58:15
  Author: jelle
Revision: 188301

initial commit

Added:
  timew/
  timew/repos/
  timew/trunk/
  timew/trunk/PKGBUILD
  timew/trunk/timew.install

---+
 PKGBUILD  |   41 +
 timew.install |7 +++
 2 files changed, 48 insertions(+)

Added: timew/trunk/PKGBUILD
===
--- timew/trunk/PKGBUILD(rev 0)
+++ timew/trunk/PKGBUILD2016-09-02 13:58:15 UTC (rev 188301)
@@ -0,0 +1,41 @@
+# Contributor: Joost Bremmer 
+
+pkgname=timew
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="A command line time tracking application"
+arch=('i866' 'x86_64')
+url="http://taskwarrior.org/docs/timewarrior/";
+license=('MIT')
+makedepends=('cmake' 'gcc-libs')
+optdepends=('task: Taskwarrior integration')
+provides=('timew')
+conflicts=('timew-git')
+install=$pkgname.install
+source=("http://taskwarrior.org/download/timew-${pkgver}.tar.gz";)
+sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+
+# Fix Python shebang
+# FIXME: make the script Python3 compatible.
+sed -i 's/env python/env python2/g' doc/holidays/refresh
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .
+make
+}
+
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+make DESTDIR=${pkgdir} install
+
+# Install the refresh holiday scripts in /usr/bin/ for user convenience.
+chmod 755 "${pkgdir}/usr/share/doc/timew/doc/holidays/refresh"
+ln -s "/usr/share/doc/timew/doc/holidays/refresh" 
"${pkgdir}/usr/bin/timew-refresh-holidays"
+}

Added: timew/trunk/timew.install
===
--- timew/trunk/timew.install   (rev 0)
+++ timew/trunk/timew.install   2016-09-02 13:58:15 UTC (rev 188301)
@@ -0,0 +1,7 @@
+post_install() {
+echo "You can find the taskwarrior on-modify-hook at:
+/usr/share/doc/timew/on-modify.timewarrior"
+echo
+echo "You can use /usr/bin/timew-refresh-holidays to download holiday 
schedules"
+echo "Please see: http://taskwarrior.org/docs/timewarrior/holidays.html 
for more info"
+}


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

2016-09-02 Thread Jelle van der Waa
Date: Friday, September 2, 2016 @ 13:58:45
  Author: jelle
Revision: 188302

timew: set propset

Modified:
  timew/trunk/PKGBUILD  (properties)

Index: timew/trunk/PKGBUILD
===
--- timew/trunk/PKGBUILD2016-09-02 13:58:15 UTC (rev 188301)
+++ timew/trunk/PKGBUILD2016-09-02 13:58:45 UTC (rev 188302)

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


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

2016-09-02 Thread Massimiliano Torromeo
Date: Friday, September 2, 2016 @ 14:53:40
  Author: mtorromeo
Revision: 188303

upgpkg: percona-toolkit 2.2.19-1

Modified:
  percona-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 13:58:45 UTC (rev 188302)
+++ PKGBUILD2016-09-02 14:53:40 UTC (rev 188303)
@@ -5,7 +5,7 @@
 # Contributor: Sławomir Kowalski 
 
 pkgname=percona-toolkit
-pkgver=2.2.18
+pkgver=2.2.19
 pkgrel=1
 pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
 url="http://www.percona.com/software/percona-toolkit/";
@@ -19,7 +19,7 @@
 )
 options=('!emptydirs' 'purge')
 
source=("http://www.percona.com/downloads/$pkgname/$pkgver/tarball/$pkgname-$pkgver.tar.gz";)
-sha256sums=('62f6bab6ed4a57259b86a5ccbcc5ced8d37f22d06ed18a0508314a7d1c7e19f5')
+sha256sums=('e9f4d4730265813fa7a39ed8799d12ca5775c8e5d6fa27ff48bae11db0f7e671')
 
 build() {
 cd "$srcdir"/$pkgname-$pkgver


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

2016-09-02 Thread Massimiliano Torromeo
Date: Friday, September 2, 2016 @ 14:53:56
  Author: mtorromeo
Revision: 188304

archrelease: copy trunk to community-any

Added:
  percona-toolkit/repos/community-any/PKGBUILD
(from rev 188303, percona-toolkit/trunk/PKGBUILD)
Deleted:
  percona-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 14:53:40 UTC (rev 188303)
+++ PKGBUILD2016-09-02 14:53:56 UTC (rev 188304)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: D. Can Celasun 
-# Contributor: Felix Hanley 
-# Contributor: Sławomir Kowalski 
-
-pkgname=percona-toolkit
-pkgver=2.2.18
-pkgrel=1
-pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
-url="http://www.percona.com/software/percona-toolkit/";
-arch=('any')
-license=('GPL')
-depends=('perl-term-readkey')
-makedepends=('perl-dbd-mysql' 'perl-dbi')
-optdepends=(
-'perl-dbd-mysql: MySQL connections'
-'perl-dbi: MySQL connections'
-)
-options=('!emptydirs' 'purge')
-source=("http://www.percona.com/downloads/$pkgname/$pkgver/tarball/$pkgname-$pkgver.tar.gz";)
-sha256sums=('62f6bab6ed4a57259b86a5ccbcc5ced8d37f22d06ed18a0508314a7d1c7e19f5')
-
-build() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
-perl Makefile.PL
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: percona-toolkit/repos/community-any/PKGBUILD (from rev 188303, 
percona-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 14:53:56 UTC (rev 188304)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: D. Can Celasun 
+# Contributor: Felix Hanley 
+# Contributor: Sławomir Kowalski 
+
+pkgname=percona-toolkit
+pkgver=2.2.19
+pkgrel=1
+pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
+url="http://www.percona.com/software/percona-toolkit/";
+arch=('any')
+license=('GPL')
+depends=('perl-term-readkey')
+makedepends=('perl-dbd-mysql' 'perl-dbi')
+optdepends=(
+'perl-dbd-mysql: MySQL connections'
+'perl-dbi: MySQL connections'
+)
+options=('!emptydirs' 'purge')
+source=("http://www.percona.com/downloads/$pkgname/$pkgver/tarball/$pkgname-$pkgver.tar.gz";)
+sha256sums=('e9f4d4730265813fa7a39ed8799d12ca5775c8e5d6fa27ff48bae11db0f7e671')
+
+build() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
+perl Makefile.PL
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2016-09-02 Thread Massimiliano Torromeo
Date: Friday, September 2, 2016 @ 14:55:01
  Author: mtorromeo
Revision: 188305

upgpkg: oniguruma 6.1.1-1

Modified:
  oniguruma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 14:53:56 UTC (rev 188304)
+++ PKGBUILD2016-09-02 14:55:01 UTC (rev 188305)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=oniguruma
-pkgver=6.1.0
+pkgver=6.1.1
 pkgrel=1
 pkgdesc="a regular expressions library"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 options=(!libtool)
 
source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz";)
-sha256sums=('cf465feb7aff17e784a0d848bdad68846d4bffbb131e8f87976dcb16bd232144')
+sha256sums=('b9cf2eefef5105820c97f94a2ccd12ed8aa274a576ccdaaed3c632a2aa0d0f04')
 
 build() {
cd "$srcdir"/onig-$pkgver


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

2016-09-02 Thread Massimiliano Torromeo
Date: Friday, September 2, 2016 @ 14:55:13
  Author: mtorromeo
Revision: 188306

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 14:55:01 UTC (rev 188305)
+++ community-i686/PKGBUILD 2016-09-02 14:55:13 UTC (rev 188306)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Andreas Wagner 
-
-pkgname=oniguruma
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="a regular expressions library"
-arch=('i686' 'x86_64')
-url="https://github.com/kkos/oniguruma";
-license=('BSD')
-options=(!libtool)
-source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz";)
-sha256sums=('cf465feb7aff17e784a0d848bdad68846d4bffbb131e8f87976dcb16bd232144')
-
-build() {
-   cd "$srcdir"/onig-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir"/onig-$pkgver
-   make DESTDIR="$pkgdir" install
-   install -dm755 "$pkgdir"/usr/share/doc
-   cp -r doc "$pkgdir"/usr/share/doc/$pkgname
-   for licfile in COPYING INSTALL; do
-   install -Dm644 $licfile 
"$pkgdir"/usr/share/licenses/$pkgname/$licfile
-   done
-}

Copied: oniguruma/repos/community-i686/PKGBUILD (from rev 188305, 
oniguruma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 14:55:13 UTC (rev 188306)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Andreas Wagner 
+
+pkgname=oniguruma
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="a regular expressions library"
+arch=('i686' 'x86_64')
+url="https://github.com/kkos/oniguruma";
+license=('BSD')
+options=(!libtool)
+source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz";)
+sha256sums=('b9cf2eefef5105820c97f94a2ccd12ed8aa274a576ccdaaed3c632a2aa0d0f04')
+
+build() {
+   cd "$srcdir"/onig-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir"/onig-$pkgver
+   make DESTDIR="$pkgdir" install
+   install -dm755 "$pkgdir"/usr/share/doc
+   cp -r doc "$pkgdir"/usr/share/doc/$pkgname
+   for licfile in COPYING INSTALL; do
+   install -Dm644 $licfile 
"$pkgdir"/usr/share/licenses/$pkgname/$licfile
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-02 14:55:01 UTC (rev 188305)
+++ community-x86_64/PKGBUILD   2016-09-02 14:55:13 UTC (rev 188306)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Andreas Wagner 
-
-pkgname=oniguruma
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="a regular expressions library"
-arch=('i686' 'x86_64')
-url="https://github.com/kkos/oniguruma";
-license=('BSD')
-options=(!libtool)
-source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz";)
-sha256sums=('cf465feb7aff17e784a0d848bdad68846d4bffbb131e8f87976dcb16bd232144')
-
-build() {
-   cd "$srcdir"/onig-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir"/onig-$pkgver
-   make DESTDIR="$pkgdir" install
-   install -dm755 "$pkgdir"/usr/share/doc
-   cp -r doc "$pkgdir"/usr/share/doc/$pkgname
-   for licfile in COPYING INSTALL; do
-   install -Dm644 $licfile 
"$pkgdir"/usr/share/licenses/$pkgname/$licfile
-   done
-}

Copied: oniguruma/repos/community-x86_64/PKGBUILD (from rev 188305, 
oniguruma/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-02 14:55:13 UTC (rev 188306)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Andreas Wagner 
+
+pkgname=oniguruma
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="a regular expressions library"
+arch=('i686' 'x86_64')
+url="https://github.com/kkos/oniguruma";
+license=('BSD')
+options=(!libtool)
+source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz";)
+sha256sums=('b9cf2eefef5105820c97f94a2ccd12ed8aa274a576ccdaaed3c632a2aa0d0f04')
+
+build() {
+   cd "$srcdir"/onig-$pkgver
+   ./configure --prefix=/usr
+   make

[arch-commits] Commit in vulkan-loader-layers/trunk (PKGBUILD)

2016-09-02 Thread Laurent Carlier
Date: Friday, September 2, 2016 @ 15:00:52
  Author: lcarlier
Revision: 275675

upgpkg: vulkan-loader-layers 1.0.24.0-1

upstream update 1.0.24.0

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 13:03:36 UTC (rev 275674)
+++ PKGBUILD2016-09-02 15:00:52 UTC (rev 275675)
@@ -4,7 +4,7 @@
 pkgbase=vulkan-loader-layers
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.21.0
+pkgver=1.0.24.0
 pkgrel=1
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/";
@@ -12,10 +12,10 @@
 depends=()
 makedepends=(git cmake python-lxml libx11 wayland)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";
-
'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
-'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('205e6feee6af29d0d23d241c666261e9646e595689e9a90900fbc63c4c838134'
+
'git://github.com/KhronosGroup/glslang.git#commit=81cd764b5ffc475bc73f1fb35f75fd1171bb2343'
+
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=923a4596b44831a07060df45caacb522613730c9'
+
'git://github.com/KhronosGroup/SPIRV-Headers#commit=33d41376d378761ed3a4c791fc4b647761897f26')
+sha256sums=('d872a4275c53f40e1b595c21572d577360ac3dc053f9a95149e26f7bb267efc8'
 'SKIP'
 'SKIP'
 'SKIP')
@@ -23,18 +23,6 @@
 build() {
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
 
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  rc=${PIPESTATUS[0]}
-  if (( $rc == 0 ))
-  then
-echo "applying patch to revert glslang a5c33d"
-git apply 
"${srcdir}/${_pkgname}-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  fi
-  popd
-  
   # reproduce some of the update_external_sources.sh script
   rm -rf external ; mkdir external ; cd external
   git clone ${srcdir}/glslang


[arch-commits] Commit in vulkan-loader-layers/repos (4 files)

2016-09-02 Thread Laurent Carlier
Date: Friday, September 2, 2016 @ 15:01:03
  Author: lcarlier
Revision: 275676

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

Added:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
(from rev 275675, vulkan-loader-layers/trunk/PKGBUILD)
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD
(from rev 275675, vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  218 
 extra-i686/PKGBUILD   |  121 --
 extra-x86_64/PKGBUILD |  121 --
 3 files changed, 218 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-02 15:00:52 UTC (rev 275675)
+++ extra-i686/PKGBUILD 2016-09-02 15:01:03 UTC (rev 275676)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-loader-layers
-pkgname=(vulkan-icd-loader vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.21.0
-pkgrel=1
-arch=(i686 x86_64)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml libx11 wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";
-
'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
-'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('205e6feee6af29d0d23d241c666261e9646e595689e9a90900fbc63c4c838134'
-'SKIP'
-'SKIP'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  rc=${PIPESTATUS[0]}
-  if (( $rc == 0 ))
-  then
-echo "applying patch to revert glslang a5c33d"
-git apply 
"${srcdir}/${_pkgname}-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  fi
-  popd
-  
-  # reproduce some of the update_external_sources.sh script
-  rm -rf external ; mkdir external ; cd external
-  git clone ${srcdir}/glslang
-  git clone ${srcdir}/SPIRV-Tools spirv-tools
-  pushd spirv-tools
-  git clone ${srcdir}/SPIRV-Headers external/spirv-headers
-  popd
-  
-  pushd glslang
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  make install
-  popd
-  
-  pushd spirv-tools
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  popd
-  
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR=install install
-}
-
-package_vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(glibc)
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/etc/vulkan/icd.d/
-  
-  cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib
-  install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
-  
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit"
-  depends=(gcc-libs vulkan-icd-loader vulkan-headers)
-  conflicts=('vulkan-sdk')
-  replaces=('vulkan-sdk')
-  groups=('vulkan-devel')
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/{explicit,implicit}_layer.d
-
-  install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
-  
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib
-
-  install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
-  # already in vulkan-headers
-  rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
-  # already in vulkan-icd-loader
-  rm ${pkgdir}/usr/include/vulkan/vk_icd.h
-
-  # fix library paths  
-  for i in layers/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-  
-  install -m644 loader/LoaderAndLayerInterface.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-loader-layers/repos/extra-i68

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

2016-09-02 Thread Laurent Carlier
Date: Friday, September 2, 2016 @ 15:13:07
  Author: lcarlier
Revision: 275678

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

Added:
  vulkan-tools/repos/extra-i686/PKGBUILD
(from rev 275677, vulkan-tools/trunk/PKGBUILD)
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 275677, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-i686/PKGBUILD
  vulkan-tools/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  210 
 extra-i686/PKGBUILD   |  118 --
 extra-x86_64/PKGBUILD |  118 --
 3 files changed, 210 insertions(+), 236 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-02 15:12:55 UTC (rev 275677)
+++ extra-i686/PKGBUILD 2016-09-02 15:13:07 UTC (rev 275678)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-tools
-pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.0.21.0
-pkgrel=1
-arch=(i686 x86_64)
-url="http://lunarg.com/";
-license=('custom')
-depends=()
-makedepends=(git cmake wget python-lxml libxcb imagemagick)
-#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
-source=("VulkanTools-sdk-1.0.21.0::git+https://github.com/LunarG/VulkanTools.git#commit=e0edb67f0642abbe95ccd351a410114f5961611c";
-
'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
-'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-build() {
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  rc=${PIPESTATUS[0]}
-  if (( $rc == 0 ))
-  then
-echo "applying patch to revert glslang a5c33d"
-git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  fi
-  popd
-  
-  # reproduce some of the update_external_sources.sh script
-  rm -rf external && mkdir external && cd external
-  git clone ${srcdir}/glslang
-  git clone ${srcdir}/SPIRV-Tools spirv-tools
-  pushd spirv-tools
-  git clone ${srcdir}/SPIRV-Headers external/spirv-headers
-  popd
-  
-  pushd glslang
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  make install
-  popd
-  
-  pushd spirv-tools
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  popd
-
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DINCLUDE_INSTALL_DIR=/usr/include \
--DLIB_INSTALL_DIR=/usr/lib \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_ICD=OFF \
--DBUILD_TESTS=OFF \
--DBUILD_DEMOS=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_vulkan-trace() {
-  pkgdesc="Vulkan tracing and replaying tools"
-  depends=(vulkan-icd-loader libxcb gcc-libs)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-  
-  [[ $CARCH == i686 ]] && suffix=32
-
-  install -dm755 ${pkgdir}/usr/{bin,lib}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  
-  install -m755 build/vktrace/{vkreplay,vktrace}${suffix} ${pkgdir}/usr/bin/
-  install -m755 build/vktrace/libVkLayer_vktrace_layer${suffix}.so 
${pkgdir}/usr/lib/
- 
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  install -dm755 ${pkgdir}/usr/lib
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
- 
-  install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
-
-  # fix library paths  
-  for i in layersvt/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-
-  # this json file is really broken! see FS#50575
-  rm -v ${pkgdir}/usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-i686/PKGBUILD (from rev 275677, 
vulkan-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-02 15:13:07 UTC (rev 275678)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-t

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

2016-09-02 Thread Laurent Carlier
Date: Friday, September 2, 2016 @ 15:12:55
  Author: lcarlier
Revision: 275677

upgpkg: vulkan-tools 1.0.24.0-1

upstream update 1.0.24.0

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 15:01:03 UTC (rev 275676)
+++ PKGBUILD2016-09-02 15:12:55 UTC (rev 275677)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.0.21.0
+pkgver=1.0.24.0
 pkgrel=1
 arch=(i686 x86_64)
 url="http://lunarg.com/";
@@ -10,12 +10,11 @@
 license=('custom')
 depends=()
 makedepends=(git cmake wget python-lxml libxcb imagemagick)
-#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
-source=("VulkanTools-sdk-1.0.21.0::git+https://github.com/LunarG/VulkanTools.git#commit=e0edb67f0642abbe95ccd351a410114f5961611c";
-
'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
-'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('SKIP'
+source=("vulkanTools-sdk-${pkgver}::https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
+
'git://github.com/KhronosGroup/glslang.git#commit=81cd764b5ffc475bc73f1fb35f75fd1171bb2343'
+
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=923a4596b44831a07060df45caacb522613730c9'
+
'git://github.com/KhronosGroup/SPIRV-Headers#commit=33d41376d378761ed3a4c791fc4b647761897f26')
+sha256sums=('e7319a00d5f74e8e1995b29a9f6cb5b8ef4d6ff240ab10cd372429f7ef043a7a'
 'SKIP'
 'SKIP'
 'SKIP')
@@ -23,18 +22,6 @@
 build() {
   cd "${srcdir}/VulkanTools-sdk-${pkgver}"
 
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  rc=${PIPESTATUS[0]}
-  if (( $rc == 0 ))
-  then
-echo "applying patch to revert glslang a5c33d"
-git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  fi
-  popd
-  
   # reproduce some of the update_external_sources.sh script
   rm -rf external && mkdir external && cd external
   git clone ${srcdir}/glslang


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

2016-09-02 Thread Jaroslav Lichtblau
Date: Friday, September 2, 2016 @ 15:29:20
  Author: jlichtblau
Revision: 188308

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

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

--+
 /PKGBUILD|   68 +
 /sleuthkit.changelog |   52 +
 community-i686/PKGBUILD  |   32 ---
 community-i686/sleuthkit.changelog   |   23 ---
 community-x86_64/PKGBUILD|   32 ---
 community-x86_64/sleuthkit.changelog |   23 ---
 6 files changed, 120 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 15:29:06 UTC (rev 188307)
+++ community-i686/PKGBUILD 2016-09-02 15:29:20 UTC (rev 188308)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-
-pkgname=sleuthkit
-pkgver=4.2.0
-pkgrel=2
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url="http://www.sleuthkit.org/sleuthkit";
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('91b287f19798ae480083c15401686e4a041c15f7a92054a5c0320bcb65604723')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-i686/PKGBUILD (from rev 188307, 
sleuthkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 15:29:20 UTC (rev 188308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+
+pkgname=sleuthkit
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url="http://www.sleuthkit.org/sleuthkit";
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

+sha256sums=('989c69183e4b7bec3734642538802cdcabe346a6dcad31cde45eebcb9bfc191f'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: community-i686/sleuthkit.changelog
===
--- community-i686/sleuthkit.changelog  2016-09-02 15:29:06 UTC (rev 188307)
+++ community-i686/sleuthkit.changelog  2016-09-02 15:29:20 UTC (rev 188308)
@@ -1,23 +0,0 @@
-2015-10-05 Jaroslav Lichtblau 
-   * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau 
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-i686/sleuthkit.changelog (from rev 188307, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- community-i686/sleuthkit.changelog  (rev 0)
+++ community-i686/sleuthkit.changelog  2016-09-02 15:29:20 UTC (rev 188308)
@@ -0,0 +1,26 @@
+2016-09-02 Jaroslav Lichtblau 
+   * sleuthkit 4.3.0-1
+
+2015-10-05 Jaroslav Lichtblau 
+   * sleuthkit 4.2.0-1
+
+2015-03-08 Jaroslav Lichtblau 
+   * sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-0

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

2016-09-02 Thread Jaroslav Lichtblau
Date: Friday, September 2, 2016 @ 15:29:06
  Author: jlichtblau
Revision: 188307

upgpkg: sleuthkit 4.3.0-1 - new upstream release

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|   10 ++
 sleuthkit.changelog |3 +++
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 14:55:13 UTC (rev 188306)
+++ PKGBUILD2016-09-02 15:29:06 UTC (rev 188307)
@@ -3,8 +3,8 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=sleuthkit
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('i686' 'x86_64')
 url="http://www.sleuthkit.org/sleuthkit";
@@ -11,8 +11,10 @@
 license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
 depends=('perl' 'libewf')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('91b287f19798ae480083c15401686e4a041c15f7a92054a5c0320bcb65604723')
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

+sha256sums=('989c69183e4b7bec3734642538802cdcabe346a6dcad31cde45eebcb9bfc191f'
+'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2016-09-02 14:55:13 UTC (rev 188306)
+++ sleuthkit.changelog 2016-09-02 15:29:06 UTC (rev 188307)
@@ -1,3 +1,6 @@
+2016-09-02 Jaroslav Lichtblau 
+   * sleuthkit 4.3.0-1
+
 2015-10-05 Jaroslav Lichtblau 
* sleuthkit 4.2.0-1
 


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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 15:44:37
  Author: svenstaro
Revision: 188309

upgpkg: netdata 1.3.0-2

Add lm_sensors to optdeps and change source to https (FS#50585)

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 15:29:20 UTC (rev 188308)
+++ PKGBUILD2016-09-02 15:44:37 UTC (rev 188309)
@@ -3,14 +3,15 @@
 
 pkgname=netdata
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
 url="https://github.com/firehol/netdata/wiki";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: Webbox plugin')
-source=("http://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz";)
+optdepends=('nodejs: Webbox plugin'
+'lm_sensors: sensors module')
+source=("https://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz";)
 backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
 install="$pkgname.install"
 md5sums=('f2854aa2e127a1c9f86366f17524c382')


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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 15:44:42
  Author: svenstaro
Revision: 188310

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

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

--+
 /PKGBUILD|   84 +
 /netdata.install |   50 ++
 community-i686/PKGBUILD  |   41 --
 community-i686/netdata.install   |   25 ---
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/netdata.install |   25 ---
 6 files changed, 134 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 15:44:37 UTC (rev 188309)
+++ community-i686/PKGBUILD 2016-09-02 15:44:42 UTC (rev 188310)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
-url="https://github.com/firehol/netdata/wiki";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: Webbox plugin')
-source=("http://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz";)
-backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
-install="$pkgname.install"
-md5sums=('f2854aa2e127a1c9f86366f17524c382')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ./autogen.sh
-   ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-
-   touch "$pkgdir/etc/netdata/netdata.conf"
-
-   install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-}
-

Copied: netdata/repos/community-i686/PKGBUILD (from rev 188309, 
netdata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 15:44:42 UTC (rev 188310)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
+url="https://github.com/firehol/netdata/wiki";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmnl' 'libnetfilter_acct' 'zlib')
+optdepends=('nodejs: Webbox plugin'
+'lm_sensors: sensors module')
+source=("https://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz";)
+backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
+install="$pkgname.install"
+md5sums=('f2854aa2e127a1c9f86366f17524c382')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ./autogen.sh
+   ./configure \
+   --prefix="/usr" \
+   --sbindir="/usr/bin" \
+   --sysconfdir="/etc" \
+   --libexecdir="/usr/lib" \
+   --localstatedir="/var" \
+   --with-zlib --with-math --with-user=netdata
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+
+   touch "$pkgdir/etc/netdata/netdata.conf"
+
+   install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
+}
+

Deleted: community-i686/netdata.install
===
--- community-i686/netdata.install  2016-09-02 15:44:37 UTC (rev 188309)
+++ community-i686/netdata.install  2016-09-02 15:44:42 UTC (rev 188310)
@@ -1,25 +0,0 @@
-chown_netdata() {
-   chown -R netdata:netdata /var/log/netdata
-   chown -R netdata:netdata /var/cache/netdata
-   chown -R netdata:netdata /usr/share/netdata/web
-   chown -R netdata:netdata /etc/netdata
-}
-
-post_install() {
-   getent group netdata > /dev/null || groupadd -g 134 netdata 1>/dev/null
-   getent passwd netdata > /dev/null || useradd -u 134 -d 
/var/cache/netdata -g netdata -s /bin/nologin netdata 1

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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 16:12:49
  Author: svenstaro
Revision: 275679

upgpkg: qtcreator 4.1.0-2

Add qt5-quickcontrols2 as deps

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 15:13:07 UTC (rev 275678)
+++ PKGBUILD2016-09-02 16:12:49 UTC (rev 275679)
@@ -9,12 +9,12 @@
 pkgname=qtcreator
 pkgver=4.1.0
 _pkgver=v4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
 license=('LGPL')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-webkit')
+depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-webkit')
 makedepends=('git' 'mesa' 'clang')
 options=('docs')
 optdepends=('qt5-doc: integrated Qt documentation'


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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 16:13:05
  Author: svenstaro
Revision: 275680

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 275679, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 275679, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 275679, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 275679, qtcreator/trunk/qtcreator.desktop)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop

+
 /PKGBUILD  |  134 +++
 /qtcreator.desktop |   20 +
 extra-i686/PKGBUILD|   67 ---
 extra-i686/qtcreator.desktop   |   10 --
 extra-x86_64/PKGBUILD  |   67 ---
 extra-x86_64/qtcreator.desktop |   10 --
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-02 16:12:49 UTC (rev 275679)
+++ extra-i686/PKGBUILD 2016-09-02 16:13:05 UTC (rev 275680)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=4.1.0
-_pkgver=v4.1.0
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-webkit')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'gdb: debugger'
-'cmake: cmake project support'
-'openssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'clang: Clang code model'
-'valgrind: analyze support')
-source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
-"git://code.qt.io/qt-labs/qbs.git"
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-}
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  # Workaround for FS#40583
-  mv "${pkgdir}"/usr/bin/qtcreator "${pkgdir}"/usr/bin/qtcreator-bin
-  echo "#!/bin/sh" > "${pkgdir}"/usr/bin/qtcreator
-  echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> 
"${pkgdir}"/usr/bin/qtcreator
-  chmod +x "${pkgdir}"/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LICENSE.GPL3-EXCEPT 
${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 275679, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-02 16:13:05 UTC (rev 275680)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.1.0
+_pkgver=v4.1.0
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-webkit')
+makedepends=('git' 'mesa' 'clang')
+options=('docs')
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'gdb: debugger'
+'cmake: cmake project support'
+'openssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'clang: Clang code model'
+'valgrind: analyze support')
+source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
+"git://code.qt.io/qt-labs/qbs.git"
+'qtcreator.desktop')
+md5sums=('SKIP'
+ 'SKIP'
+ '800c94165c547b64012a207d9830250a')
+
+prepare() {
+  cd qt-creator
+  git submodule i

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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 16:56:48
  Author: arojas
Revision: 188311

Update to 0.5.0

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 15:44:42 UTC (rev 188310)
+++ PKGBUILD2016-09-02 16:56:48 UTC (rev 188311)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=appstream-generator
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="A fast AppStream metadata generator"
 arch=(i686 x86_64)
@@ -11,12 +11,19 @@
 depends=(appstream curl libarchive librsvg lmdb)
 makedepends=(gdc dub)
 
source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
-
"https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip";)
-sha256sums=('b8a872db6b0412d28d05df31a0c3ae54b5102a5f447456de0a83aeb21896e01f'
-'786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072')
+
"https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip";
+
asgen-fix-i686-build.patch::"https://github.com/ximion/appstream-generator/commit/3c0bdb95.patch";
+
asgen-fix-i686-build-2.patch::"https://github.com/ximion/appstream-generator/commit/608550b4.patch";)
+sha256sums=('446b33752a65e4b2206e69848a4ad8c062cf4d5ff4af908253754651368eff39'
+'786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
+'8bf027d99afe1d19fee62508394a873ebe0d96e635c1ed9666edc4e42cd88487'
+'cb99014886504ca6d08eae660bc0afcb89545d1512b8c75853e2eb95bd64aafd')
 
 prepare() {
   cd $pkgname-$pkgver
+# Fix i686 build
+  patch -p1 -i ../asgen-fix-i686-build.patch
+  patch -p1 -i ../asgen-fix-i686-build-2.patch
 }
 
 build() {


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 16:57:49
  Author: arojas
Revision: 188312

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

Added:
  appstream-generator/repos/community-i686/PKGBUILD
(from rev 188311, appstream-generator/trunk/PKGBUILD)
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 188311, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-i686/PKGBUILD
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 16:56:48 UTC (rev 188311)
+++ community-i686/PKGBUILD 2016-09-02 16:57:49 UTC (rev 188312)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator";
-license=(GPL3)
-depends=(appstream curl libarchive librsvg lmdb)
-makedepends=(gdc dub)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
-
"https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip";)
-sha256sums=('b8a872db6b0412d28d05df31a0c3ae54b5102a5f447456de0a83aeb21896e01f'
-'786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-generator/repos/community-i686/PKGBUILD (from rev 188311, 
appstream-generator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 16:57:49 UTC (rev 188312)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A fast AppStream metadata generator"
+arch=(i686 x86_64)
+url="https://github.com/ximion/appstream-generator";
+license=(GPL3)
+depends=(appstream curl libarchive librsvg lmdb)
+makedepends=(gdc dub)
+source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
+
"https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip";
+
asgen-fix-i686-build.patch::"https://github.com/ximion/appstream-generator/commit/3c0bdb95.patch";
+
asgen-fix-i686-build-2.patch::"https://github.com/ximion/appstream-generator/commit/608550b4.patch";)
+sha256sums=('446b33752a65e4b2206e69848a4ad8c062cf4d5ff4af908253754651368eff39'
+'786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
+'8bf027d99afe1d19fee62508394a873ebe0d96e635c1ed9666edc4e42cd88487'
+'cb99014886504ca6d08eae660bc0afcb89545d1512b8c75853e2eb95bd64aafd')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix i686 build
+  patch -p1 -i ../asgen-fix-i686-build.patch
+  patch -p1 -i ../asgen-fix-i686-build-2.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-02 16:56:48 UTC (rev 188311)
+++ community-x86_64/PKGBUILD   2016-09-02 16:57:49 UTC (rev 188312)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator";
-license=(GPL3)
-depends=(appstream curl libarchive librsvg lmdb)
-makedepends=(gdc dub)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
-
"https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip";)
-sha256sums=('b8a872db6b0412d28d05df31a0c3ae54b5102a5f447456de0a83aeb21896e01f'
-'786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 188311, 
appstream-generator/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-02 16:57:49 UTC (rev 188312)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=apps

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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 17:02:22
  Author: arojas
Revision: 275681

Update to 1.1.6

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 16:13:05 UTC (rev 275680)
+++ PKGBUILD2016-09-02 17:02:22 UTC (rev 275681)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libkolabxml
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.1.6
+pkgrel=1
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('xerces-c' 'boost-libs')
 makedepends=('cmake' 'boost' 'xsd' 'swig')
 
source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
- '49b7b58fc894aaeea3c6e15405535761')
+md5sums=('eec4b8bf117a6e263eed9ee800ae3aa6'
+ 'e501162947faf87d5457b7ff19b18b72')
 
 prepare() {
   mkdir build


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 17:02:55
  Author: arojas
Revision: 275682

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

Added:
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 275681, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 275681, libkolabxml/trunk/PKGBUILD)
Deleted:
  libkolabxml/repos/staging-i686/PKGBUILD
  libkolabxml/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   68 ++
 staging-i686/PKGBUILD   |   34 ---
 staging-x86_64/PKGBUILD |   34 ---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-09-02 17:02:22 UTC (rev 275681)
+++ staging-i686/PKGBUILD   2016-09-02 17:02:55 UTC (rev 275682)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'swig')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
- '49b7b58fc894aaeea3c6e15405535761')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 275681, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-09-02 17:02:55 UTC (rev 275682)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('eec4b8bf117a6e263eed9ee800ae3aa6'
+ 'e501162947faf87d5457b7ff19b18b72')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-09-02 17:02:22 UTC (rev 275681)
+++ staging-x86_64/PKGBUILD 2016-09-02 17:02:55 UTC (rev 275682)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'swig')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
- '49b7b58fc894aaeea3c6e15405535761')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 275681, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-09-02 17:02:55 UTC (rev 275682)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('eec4b8bf117a6e263eed9ee800ae3aa6'
+ 'e501162947faf87d5457b7ff19b18b72')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-09-02 Thread Anatol Pomozov
Date: Friday, September 2, 2016 @ 17:24:33
  Author: anatolik
Revision: 188313

upgpkg: android-udev 20160902-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 16:57:49 UTC (rev 188312)
+++ PKGBUILD2016-09-02 17:24:33 UTC (rev 188313)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20160805
+pkgver=20160902
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(udev libmtp)
 install='android-udev.install'
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-md5sums=('112e55089e380cb1a092e7800fc6d943')
+md5sums=('3aa45018764a97b0cd754e6207a05e39')
 
 package() {
   cd android-udev-rules-$pkgver


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

2016-09-02 Thread Anatol Pomozov
Date: Friday, September 2, 2016 @ 17:24:51
  Author: anatolik
Revision: 188314

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   20 
 android-udev.install |4 
 2 files changed, 24 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 188313, 
android-udev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-09-02 17:24:51 UTC (rev 188314)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20160902
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+install='android-udev.install'
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+md5sums=('3aa45018764a97b0cd754e6207a05e39')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 
188313, android-udev/trunk/android-udev.install)
===
--- community-testing-any/android-udev.install  (rev 0)
+++ community-testing-any/android-udev.install  2016-09-02 17:24:51 UTC (rev 
188314)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}


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

2016-09-02 Thread Anatol Pomozov
Date: Friday, September 2, 2016 @ 18:40:09
  Author: anatolik
Revision: 275683

upgpkg: jsoncpp 1.7.5-1

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 17:02:55 UTC (rev 275682)
+++ PKGBUILD2016-09-02 18:40:09 UTC (rev 275683)
@@ -4,7 +4,7 @@
 # COntributor: Drake Arconis 
 
 pkgname=jsoncpp
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc='A C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
@@ -13,7 +13,7 @@
 depends=('gcc-libs')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz";)
-md5sums=('51a6d5f8832d668daf97790ea59c4926')
+sha1sums=('c2fe4d67273b8e44f347c68f4491ed867b369b24')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-09-02 Thread Anatol Pomozov
Date: Friday, September 2, 2016 @ 18:40:43
  Author: anatolik
Revision: 275684

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

Added:
  jsoncpp/repos/testing-i686/
  jsoncpp/repos/testing-i686/PKGBUILD
(from rev 275683, jsoncpp/trunk/PKGBUILD)
  jsoncpp/repos/testing-x86_64/
  jsoncpp/repos/testing-x86_64/PKGBUILD
(from rev 275683, jsoncpp/trunk/PKGBUILD)

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

Copied: jsoncpp/repos/testing-i686/PKGBUILD (from rev 275683, 
jsoncpp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-02 18:40:43 UTC (rev 275684)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz";)
+sha1sums=('c2fe4d67273b8e44f347c68f4491ed867b369b24')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+

Copied: jsoncpp/repos/testing-x86_64/PKGBUILD (from rev 275683, 
jsoncpp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-02 18:40:43 UTC (rev 275684)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz";)
+sha1sums=('c2fe4d67273b8e44f347c68f4491ed867b369b24')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 18:49:07
  Author: arojas
Revision: 275685

Fix displaying avatars

Modified:
  sddm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 18:40:43 UTC (rev 275684)
+++ PKGBUILD2016-09-02 18:49:07 UTC (rev 275685)
@@ -4,7 +4,7 @@
 
 pkgname=sddm
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='QML based X11 display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -16,11 +16,17 @@
 'etc/pam.d/sddm'
 'etc/sddm.conf')
 provides=('display-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('393fbed2f2e9d030e1717949867e96c8')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";
+
sddm-fix-avatars.patch::"https://github.com/sddm/sddm/commit/ecb903e4.patch";)
+md5sums=('393fbed2f2e9d030e1717949867e96c8'
+ 'f929c400807144f3bc53d8ed6ed74f21')
 
 prepare() {
   mkdir -p build
+
+# Fix displaying avatars
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sddm-fix-avatars.patch
 }
 
 build() {


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 18:49:35
  Author: arojas
Revision: 275686

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

Added:
  sddm/repos/extra-i686/PKGBUILD
(from rev 275685, sddm/trunk/PKGBUILD)
  sddm/repos/extra-i686/sddm.install
(from rev 275685, sddm/trunk/sddm.install)
  sddm/repos/extra-x86_64/PKGBUILD
(from rev 275685, sddm/trunk/PKGBUILD)
  sddm/repos/extra-x86_64/sddm.install
(from rev 275685, sddm/trunk/sddm.install)
Deleted:
  sddm/repos/extra-i686/PKGBUILD
  sddm/repos/extra-i686/sddm.install
  sddm/repos/extra-x86_64/PKGBUILD
  sddm/repos/extra-x86_64/sddm.install

---+
 /PKGBUILD |   92 
 /sddm.install |   30 ++
 extra-i686/PKGBUILD   |   40 ---
 extra-i686/sddm.install   |   15 ---
 extra-x86_64/PKGBUILD |   40 ---
 extra-x86_64/sddm.install |   15 ---
 6 files changed, 122 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-02 18:49:07 UTC (rev 275685)
+++ extra-i686/PKGBUILD 2016-09-02 18:49:35 UTC (rev 275686)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='QML based X11 display manager'
-arch=('i686' 'x86_64')
-url='http://github.com/sddm/sddm'
-license=('GPL')
-depends=('qt5-declarative')
-makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
-install="${pkgname}.install"
-backup=('usr/share/sddm/scripts/Xsetup'
-'etc/pam.d/sddm'
-'etc/sddm.conf')
-provides=('display-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('393fbed2f2e9d030e1717949867e96c8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
--DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
--DBUILD_MAN_PAGES=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: sddm/repos/extra-i686/PKGBUILD (from rev 275685, sddm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-02 18:49:35 UTC (rev 275686)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.14.0
+pkgrel=2
+pkgdesc='QML based X11 display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative')
+makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm'
+'etc/sddm.conf')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";
+
sddm-fix-avatars.patch::"https://github.com/sddm/sddm/commit/ecb903e4.patch";)
+md5sums=('393fbed2f2e9d030e1717949867e96c8'
+ 'f929c400807144f3bc53d8ed6ed74f21')
+
+prepare() {
+  mkdir -p build
+
+# Fix displaying avatars
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sddm-fix-avatars.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/sddm.install
===
--- extra-i686/sddm.install 2016-09-02 18:49:07 UTC (rev 275685)
+++ extra-i686/sddm.install 2016-09-02 18:49:35 UTC (rev 275686)
@@ -1,15 +0,0 @@
-post_install() {
-   if ! getent group sddm > /dev/null; then
-   groupadd --system sddm
-   fi
-   if ! getent passwd sddm > /dev/null; then
-   useradd -c "Simple Desktop Display Manager" --system -d 
/var/lib/sddm -s /usr/bin/nologin -g sddm sddm
-   passwd -l sddm > /dev/null
-   fi
-   mkdir -p /var/lib/sddm
-   chown -R sddm:sddm /var/lib/sddm > /dev/null
-}
-
-post_upgrade() {
-   post_install $1
-}

Copied: sddm/repos/extra-i686/sddm.install (from rev 275685, 
sddm/trunk/sddm.install)
===
--- extra-i686/sddm.install (rev 0)
+++ extra-i686/sddm.install 2016-09-02 18:49:35 UTC (rev 275686)
@@ -0,0 +1,15 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+

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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 19:08:12
  Author: svenstaro
Revision: 188315

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

upstream release 1.5.2

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD
  gitlab-ci-multi-runner/trunk/godeps.patch

--+
 PKGBUILD |   28 ++--
 godeps.patch |   39 ---
 2 files changed, 42 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 17:24:51 UTC (rev 188314)
+++ PKGBUILD2016-09-02 19:08:12 UTC (rev 188315)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.4.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
 install='gitlab-runner.install'
 backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.gz'
-   'prebuilt-arm.tar.gz')
+noextract=('prebuilt-x86_64.tar.xz'
+   'prebuilt-arm.tar.xz')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v${pkgver}";
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.gz";
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.gz";
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz";
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz";
 "gitlab-runner.install"
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
@@ -23,15 +23,15 @@
 "gitlab-runner.tmpfiles"
 "config.toml"
 "godeps.patch")
-sha256sums=('3e1110aa1b885b54c8bfddaac1ea295fd72856ee0d40174fd1d539851b0fcff0'
-'8f4218c357ae8e34a81ed3a4d86e4a24ede2295e71edf659282fd4a4badbada7'
-'9a07b6085e48867af761b6c4e265f803f8a30175574e323e5f3593de9a59707a'
+sha256sums=('fbade53f2603187207fc7a58b8dc8fcdc5c089c8405cc136edbc715079caad19'
+'265a49a8ecb5a4ca3fe51c66baca2a8e82608e37fbe487e261bfe72d83dc5902'
+'951b4ee84fcab0c63e80d70fe78774a32eb96bff65266417d4f6e4aeb8fe7e64'
 '289f73a16df5c8823a15b67a4aaa635d32b9c49ce4e11baa5d33f12828a1e0bb'
 '843cabc4e1cfbf0a81365abae0c3d6ac388c00074017f9c286a7d5545828d1fa'
 '0d7621aec132ce44d7dadbe6c5f43b330af5c1dddfe06c958336a297e70c5bba'
 '8b17ed458da6926ea0d28aa4cb307b42b047bda9dfa4a96ee48e1c02051efb13'
 'b1f7d9a6a0148884528584909729cce817253759650da61d641e2225845f9330'
-'ec91955d60f3127237651050dc6cc64e5dfb8efb9485d514b301c558b16a1834')
+'e75aafe94fe0029e42267e459a1c2d1edae1c3f8d4914af353fc005fef74a828')
 
 prepare() {
 _srcdir=$(ls "${srcdir}" | grep -E "${pkgname}-v${pkgver}-[0-9a-f]{40}")
@@ -42,13 +42,13 @@
 
 cd "${srcdir}/src/gitlab.com/gitlab-org/${pkgname}"
 
-# Patch invalid revisions in Godeps/Godeps.json
+# Patch invalid windows packages in Godeps/Godeps.json
 patch -p0 -i "${srcdir}/godeps.patch"
 
 GOPATH="${srcdir}" godep restore
 
-ln -sf "${srcdir}/prebuilt-x86_64.tar.gz" prebuilt-x86_64.tar.gz
-ln -sf "${srcdir}/prebuilt-x86_64.tar.gz" prebuilt-arm.tar.gz
+ln -sf "${srcdir}/prebuilt-x86_64.tar.xz" prebuilt-x86_64.tar.xz
+ln -sf "${srcdir}/prebuilt-x86_64.tar.xz" prebuilt-arm.tar.xz
 }
 
 build() {
@@ -62,8 +62,8 @@
 -nomemcopy \
 -prefix out/docker/ \
 -o executors/docker/bindata.go \
-prebuilt-x86_64.tar.gz \
-prebuilt-arm.tar.gz
+prebuilt-x86_64.tar.xz \
+prebuilt-arm.tar.xz
 
 GOPATH="${srcdir}" go build \
 -ldflags "-X main.NAME=${pkgname} -X main.VERSION=${pkgver} -X 
main.REVISION=${_rev}"

Modified: godeps.patch
===
--- godeps.patch2016-09-02 17:24:51 UTC (rev 188314)
+++ godeps.patch2016-09-02 19:08:12 UTC (rev 188315)
@@ -1,13 +1,30 @@
 Godeps/Godeps.json 2016-04-09 15:04:51.001129590 +0200
-+++ Godeps/Godeps.json 2016-04-09 15:05:24.610572211 +0200
-@@ -7,8 +7,8 @@
-   "Deps": [
-   {
-   "ImportPath": "github.com/BurntSushi/toml",
--  "Comment": "v0.1.0-24-gffbe061",
--  "Rev": "ffbe061dbf09df6f4d404ef06736cc2b9e2510f7"
-+  "Comment": "v0.2.0",
-+  "Rev": "bbd5bb678321a0d6e58f1099321dfa73391c1b6f"
+--- Godeps/Godeps.json 2016-08-22 16:43:27.0 +0200
 Godeps/Godeps.json 2016-09-02 14:07:53.703466326 +0200
+@@ -153,26 +153,6 @@
+   "Rev": "1f22c0103821b9390939b6776727195525381532"
},
{
-   "ImportPath": "githu

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

2016-09-02 Thread Sven-Hendrik Haase
Date: Friday, September 2, 2016 @ 19:08:20
  Author: svenstaro
Revision: 188316

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 188315, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 188315, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-i686/godeps.patch
(from rev 188315, gitlab-ci-multi-runner/trunk/godeps.patch)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 188315, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 188315, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 188315, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch
(from rev 188315, gitlab-ci-multi-runner/trunk/godeps.patch)
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-i686/godeps.patch
  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
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch

-+
 /PKGBUILD   |  160 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 /godeps.patch   |   60 +++
 community-i686/PKGBUILD |   80 ---
 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-i686/godeps.patch |   13 --
 community-x86_64/PKGBUILD   |   80 ---
 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 
 community-x86_64/godeps.patch   |   13 --
 21 files changed, 276 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 19:08:12 UTC (rev 188315)
+++ community-i686/PKGBUILD 2016-09-02 19:08:20 UTC (rev 188316)
@@ -1,80 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.4.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'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.gz'
-   'prebuilt-arm.tar.gz')
-source=("${pkgname}-

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

2016-09-02 Thread Laurent Carlier
Date: Friday, September 2, 2016 @ 20:03:13
  Author: lcarlier
Revision: 188317

upgpkg: gambas3 3.9.0-1

upstream update 3.9.0

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 19:08:20 UTC (rev 188316)
+++ PKGBUILD2016-09-02 20:03:13 UTC (rev 188317)
@@ -5,7 +5,7 @@
 pkgbase=gambas3
 pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
  'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
- 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'  
  'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
  'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
  'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
@@ -12,11 +12,11 @@
  'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
  'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
  'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
- 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings'
- 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb' 
'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web'
- 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.8.4
-pkgrel=5
+ 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 
+ 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
+ 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
+pkgver=3.9.0
+pkgrel=1
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -32,7 +32,7 @@
 options=('!emptydirs' 'libtool')
 source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";
 'gambas3-gcc-fix.patch')
-md5sums=('1734e722a9f04db0f27b2e4d68a374b6'
+md5sums=('14a970d29e8771e610cd1fa8dfc08ff1'
  '0f9192ebaab844e3a26080cb6f6162e2')
 
 create_dirs() {
@@ -44,7 +44,7 @@
   cd ${srcdir}/${pkgbase}-${pkgver}
 
   # Fix build with recent GCC (patch by Tom Callaway of Fedora)
-  patch -Np1 -i ../gambas3-gcc-fix.patch
+  #patch -Np1 -i ../gambas3-gcc-fix.patch
 
   ./reconf-all
 }
@@ -356,6 +356,18 @@
   mv -v usr/share/gambas3/info/gb.form.editor.* 
${pkgdir}/usr/share/gambas3/info/
 }
 
+package_gambas3-gb-form-terminal() {
+  depends=('gambas3-runtime')
+  pkgdesc="Terminal component"
+
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v usr/lib/gambas3/gb.form.terminal.* ${pkgdir}/usr/lib/gambas3/
+  mv -v usr/share/gambas3/info/gb.form.terminal.* 
${pkgdir}/usr/share/gambas3/info/
+}
+
 package_gambas3-gb-form() {
   depends=('gambas3-runtime')
   pkgdesc="Form component"
@@ -970,6 +982,18 @@
   mv -v usr/share/gambas3/info/gb.signal.* ${pkgdir}/usr/share/gambas3/info/
 }
 
+package_gambas3-gb-util-web() {
+  depends=('gambas3-runtime')
+  pkgdesc="Miscellaneous web utility functions component"
+  
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v usr/lib/gambas3/gb.util.web.* ${pkgdir}/usr/lib/gambas3/
+  mv -v usr/share/gambas3/info/gb.util.web.* ${pkgdir}/usr/share/gambas3/info/
+}
+
 package_gambas3-gb-util() {
   depends=('gambas3-runtime')
   pkgdesc="Miscellaneous utility functions component"
@@ -1007,6 +1031,18 @@
   mv -v usr/share/gambas3/info/gb.vb.* ${pkgdir}/usr/share/gambas3/info/
 }
 
+package_gambas3-gb-web

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

2016-09-02 Thread Laurent Carlier
Date: Friday, September 2, 2016 @ 20:03:26
  Author: lcarlier
Revision: 188318

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

Added:
  gambas3/repos/community-testing-i686/
  gambas3/repos/community-testing-i686/PKGBUILD
(from rev 188317, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-testing-i686/gambas3-gcc-fix.patch
(from rev 188317, gambas3/trunk/gambas3-gcc-fix.patch)
  gambas3/repos/community-testing-x86_64/
  gambas3/repos/community-testing-x86_64/PKGBUILD
(from rev 188317, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-testing-x86_64/gambas3-gcc-fix.patch
(from rev 188317, gambas3/trunk/gambas3-gcc-fix.patch)

+
 community-testing-i686/PKGBUILD| 1171 +++
 community-testing-i686/gambas3-gcc-fix.patch   |   11 
 community-testing-x86_64/PKGBUILD  | 1171 +++
 community-testing-x86_64/gambas3-gcc-fix.patch |   11 
 4 files changed, 2364 insertions(+)

Copied: gambas3/repos/community-testing-i686/PKGBUILD (from rev 188317, 
gambas3/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-02 20:03:26 UTC (rev 188318)
@@ -0,0 +1,1171 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
+ 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'  
+ 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
+ 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
+ 'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
+ 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
+ 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
+ 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 
+ 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
+ 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('i686' 'x86_64')
+url="http://gambas.sourceforge.net/";
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'mariadb' 'postgresql' 'libffi' 'bzip2' 'glib2' 
'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
+ 'pcre' 'qtwebkit' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
+'gmime')
+options=('!emptydirs' 'libtool')
+source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";
+'gambas3-gcc-fix.patch')
+md5sums=('14a970d29e8771e610cd1fa8dfc08ff1'
+ '0f9192ebaab844e3a26080cb6f6162e2')
+
+create_dirs() {
+  install -dm755 ${pkgdir}/usr/lib/gambas3
+  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
+}
+
+prepare() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Fix build with recent GCC (patch by Tom Callaway of Fedora)
+  #patch -Np1 -i ../gambas3-gcc-fix.patch
+
+  ./reconf-all
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make bindir=${pkgdir}/usr/bin
+  
+  mkdir -p ${srcdir}/fakeinstall
+  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
+}
+

[arch-commits] Commit in gnome-online-miners/trunk (PKGBUILD)

2016-09-02 Thread Jan Steffens
Date: Friday, September 2, 2016 @ 20:07:47
  Author: heftig
Revision: 275687

3.20.1-1

Modified:
  gnome-online-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 18:49:35 UTC (rev 275686)
+++ PKGBUILD2016-09-02 20:07:47 UTC (rev 275687)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=gnome-online-miners
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
-pkgdesc="Tracker miners for online accounts"
+pkgdesc="Crawls through your online content"
 arch=(i686 x86_64)
-url="http://www.gnome.org";
+url="https://wiki.gnome.org/Projects/GnomeOnlineMiners";
 license=(GPL)
 depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
-makedepends=('python')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f46dac7743283385d2aeea588eeead216274d9f365e323b90f586de982336e36')
+makedepends=(python)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd67b9abad6233689a921d84dbe583a8b89d5ade7f1b5d2f348493888baa3429')
  
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-online-miners/repos (4 files)

2016-09-02 Thread Jan Steffens
Date: Friday, September 2, 2016 @ 20:08:20
  Author: heftig
Revision: 275688

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

Added:
  gnome-online-miners/repos/extra-i686/PKGBUILD
(from rev 275687, gnome-online-miners/trunk/PKGBUILD)
  gnome-online-miners/repos/extra-x86_64/PKGBUILD
(from rev 275687, gnome-online-miners/trunk/PKGBUILD)
Deleted:
  gnome-online-miners/repos/extra-i686/PKGBUILD
  gnome-online-miners/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-02 20:07:47 UTC (rev 275687)
+++ extra-i686/PKGBUILD 2016-09-02 20:08:20 UTC (rev 275688)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-miners
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Tracker miners for online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=(GPL)
-depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
-makedepends=('python')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f46dac7743283385d2aeea588eeead216274d9f365e323b90f586de982336e36')
- 
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-miners/repos/extra-i686/PKGBUILD (from rev 275687, 
gnome-online-miners/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-02 20:08:20 UTC (rev 275688)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-miners
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GnomeOnlineMiners";
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=(python)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd67b9abad6233689a921d84dbe583a8b89d5ade7f1b5d2f348493888baa3429')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-02 20:07:47 UTC (rev 275687)
+++ extra-x86_64/PKGBUILD   2016-09-02 20:08:20 UTC (rev 275688)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-miners
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Tracker miners for online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=(GPL)
-depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
-makedepends=('python')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f46dac7743283385d2aeea588eeead216274d9f365e323b90f586de982336e36')
- 
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-miners/repos/extra-x86_64/PKGBUILD (from rev 275687, 
gnome-online-miners/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-02 20:08:20 UTC (rev 275688)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-miners
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GnomeOnlineMiners";
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=(python)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd67b9abad6233689a921d84dbe583a8b89d5ade7f1b5d2f348493888baa3429')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+#

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

2016-09-02 Thread Anatol Pomozov
Date: Friday, September 2, 2016 @ 20:24:11
  Author: anatolik
Revision: 275689

upgpkg: openmpi 1.10.4-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 20:08:20 UTC (rev 275688)
+++ PKGBUILD2016-09-02 20:24:11 UTC (rev 275689)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=openmpi
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc='High performance message passing library (MPI)'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('gcc-fortran: fortran support')
 options=(staticlibs)
 
source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a3355a5c1c96cf9298ef48061d9db8c2fbd014ea')
+sha1sums=('1676a7da6cc8cde1d46f6296f38d575249b46cd9')
 
 build() {
cd $pkgname-$pkgver


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

2016-09-02 Thread Jan Steffens
Date: Friday, September 2, 2016 @ 20:46:09
  Author: heftig
Revision: 188319

3.57-1

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 20:03:26 UTC (rev 188318)
+++ PKGBUILD2016-09-02 20:46:09 UTC (rev 188319)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.54
+pkgver=3.57
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('2498a4c04feafba72d14c12e33ef881ae4bd8d3ccaa9bddcc8aec8acbad780fb'
+sha256sums=('c2bc550129ad306188458880240348892893d08af8e74e2dbdb5318f313762bd'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


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

2016-09-02 Thread Jan Steffens
Date: Friday, September 2, 2016 @ 20:47:48
  Author: heftig
Revision: 188320

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 20:46:09 UTC (rev 188319)
+++ PKGBUILD2016-09-02 20:47:48 UTC (rev 188320)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.54
-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=('2498a4c04feafba72d14c12e33ef881ae4bd8d3ccaa9bddcc8aec8acbad780fb'
-'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 188319, 
rubinius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 20:47:48 UTC (rev 188320)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.57
+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=('c2bc550129ad306188458880240348892893d08af8e74e2dbdb5318f313762bd'
+'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"
+

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

2016-09-02 Thread Bartłomiej Piotrowski
Date: Friday, September 2, 2016 @ 20:48:46
  Author: bpiotrowski
Revision: 188322

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 20:48:36 UTC (rev 188321)
+++ community-i686/PKGBUILD 2016-09-02 20:48:46 UTC (rev 188322)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sven Schneider 
-# Contributor: Jason Melton 
-
-pkgname=stuntrally
-pkgver=2.6
-pkgrel=5
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://stuntrally.tuxfamily.org'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal')
-makedepends=('cmake' 'boost' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
-sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
-
-build() {
-  cd "$srcdir/stuntrally-$pkgver/"
-
-  rm -rf build
-  mkdir build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DSHARE_INSTALL="share/stuntrally" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
-  make
-}
-
-package() {
-  cd "$srcdir/stuntrally-$pkgver/build/"
-
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/stuntrally/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/PKGBUILD (from rev 188321, 
stuntrally/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 20:48:46 UTC (rev 188322)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=6
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://stuntrally.tuxfamily.org'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DSHARE_INSTALL="share/stuntrally" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-02 20:48:36 UTC (rev 188321)
+++ community-x86_64/PKGBUILD   2016-09-02 20:48:46 UTC (rev 188322)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sven Schneider 
-# Contributor: Jason Melton 
-
-pkgname=stuntrally
-pkgver=2.6
-pkgrel=5
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://stuntrally.tuxfamily.org'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal')
-makedepends=('cmake' 'boost' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
-sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
-
-build() {
-  cd "$srcdir/stuntrally-$pkgver/"
-
-  rm -rf build
-  mkdir build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DSHARE_INSTALL="share/stuntrally" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
-  make
-}
-
-package() {
-  cd "$srcdir/stuntrally-$pkgver/build/"
-
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/stuntrally/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-x86_64/PKGBUILD (from rev 188321, 
stuntrally/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-02 20:48:46 UTC (rev 188322)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainta

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

2016-09-02 Thread Bartłomiej Piotrowski
Date: Friday, September 2, 2016 @ 20:48:36
  Author: bpiotrowski
Revision: 188321

upgpkg: stuntrally 2.6-6

explicitly depend on boost 1.61.0

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 20:47:48 UTC (rev 188320)
+++ PKGBUILD2016-09-02 20:48:36 UTC (rev 188321)
@@ -5,13 +5,13 @@
 
 pkgname=stuntrally
 pkgver=2.6
-pkgrel=5
+pkgrel=6
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')
 url='http://stuntrally.tuxfamily.org'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal')
-makedepends=('cmake' 'boost' 'git')
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
 sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
 


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

2016-09-02 Thread Bartłomiej Piotrowski
Date: Friday, September 2, 2016 @ 21:25:50
  Author: bpiotrowski
Revision: 275690

upgpkg: llvm 3.9.0-1

new upstream release

Modified:
  llvm/trunk/PKGBUILD
Deleted:
  llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
  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 | 1237 --
 PKGBUILD  |   20 
 3 files changed, 6 insertions(+), 1573 deletions(-)

Deleted: D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
===
--- D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch  2016-09-02 
20:24:11 UTC (rev 275689)
+++ D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch  2016-09-02 
21:25:50 UTC (rev 275690)
@@ -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">;
-+  let Documentation = [AbiTagsDocs];
-+}
-+
- def AddressSpace : TypeAttr {
-   let Spellings = [GNU<"address_space">];
-   let Args = [IntArgument<"AddressSpace">];
-Index: cfe/t

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

2016-09-02 Thread Bartłomiej Piotrowski
Date: Friday, September 2, 2016 @ 21:26:02
  Author: bpiotrowski
Revision: 275691

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

Added:
  llvm/repos/staging-i686/
  llvm/repos/staging-i686/PKGBUILD
(from rev 275690, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 275690, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 275690, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 275690, llvm/trunk/llvm-Config-llvm-config.h)

--+
 staging-i686/PKGBUILD|  238 +
 staging-i686/llvm-Config-llvm-config.h   |9 +
 staging-x86_64/PKGBUILD  |  238 +
 staging-x86_64/llvm-Config-llvm-config.h |9 +
 4 files changed, 494 insertions(+)

Copied: llvm/repos/staging-i686/PKGBUILD (from rev 275690, llvm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-09-02 21:26:02 UTC (rev 275691)
@@ -0,0 +1,238 @@
+# $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.02.3
+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}
+llvm-Config-llvm-config.h)
+sha256sums=('66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948'
+'SKIP'
+'7596a7c7d9376d0c89e60028fe1ceb4d3e535e8ea8b89e0eb094e0dcb3183d28'
+'SKIP'
+'5b7aec46ec8e999ec683c87ad744082e1133781ee4b01905b4bdae5d20785f14'
+'SKIP'
+'e0e5224fcd5740b61e416c549dd3dcda92f10c524216c1edb5e979e42078a59a'
+'SKIP'
+'61280e07411e3f2b4cca0067412b39c16b0a9edd19d304d3fc90249899d12384'
+'SKIP'
+'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
+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/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
+
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_BUILD_LLVM_DYLIB=ON \
+-DLLVM_DYLIB_EXPORT_ALL=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 \
+-DSPHINX_WARNINGS_AS_ERRORS=OFF \
+-DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
+-DLLVM_BINUTILS_INCDIR=/usr/include \
+..
+
+  make
+  make ocaml_doc
+
+  # 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
+}
+
+check() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+  make check
+  make check-clang
+}
+
+package_llvm() {
+  pkgdesc="Low Level Virtual Machine"
+  depends=("llvm-libs=$pkgver-$pkgrel" 'perl')
+
+  cd "$srcdir/llvm-$pkgver.src"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  # Remove documentation sources
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
+
+  # The runtime libraries go into llvm-libs
+  mv -f "$pkgdir"/usr/lib/lib{LLVM,

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

2016-09-02 Thread Anatol Pomozov
Date: Friday, September 2, 2016 @ 21:38:13
  Author: anatolik
Revision: 275693

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

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

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

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

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

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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:38:36
  Author: arojas
Revision: 275694

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 275693, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 275693, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 275693, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 275693, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  118 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-02 21:38:13 UTC (rev 275693)
+++ extra-i686/PKGBUILD 2016-09-02 21:38:36 UTC (rev 275694)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=3.9
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="https://www.mercurial-scm.org/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-md5sums=('e2b355da744e94747daae3a5339d28a0'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/contrib/chg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-
-  cd contrib/chg
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 275693, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-02 21:38:36 UTC (rev 275694)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=3.9.1
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('3759dd10edb8c1a6dfb8ff0ce82658ce'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/us

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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:38:07
  Author: arojas
Revision: 275692

Update to 3.9.1

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 21:26:02 UTC (rev 275691)
+++ PKGBUILD2016-09-02 21:38:07 UTC (rev 275692)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=3.9
+pkgver=3.9.1
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-md5sums=('e2b355da744e94747daae3a5339d28a0'
+md5sums=('3759dd10edb8c1a6dfb8ff0ce82658ce'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:44:11
  Author: arojas
Revision: 275695

Update to 1.34.1

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 21:38:36 UTC (rev 275694)
+++ PKGBUILD2016-09-02 21:44:11 UTC (rev 275695)
@@ -3,7 +3,7 @@
 
 pkgbase=mutagen
 pkgname=('mutagen' 'python-mutagen')
-pkgver=1.34
+pkgver=1.34.1
 pkgrel=1
 arch=('any')
 url="https://github.com/quodlibet/mutagen";
@@ -10,7 +10,7 @@
 license=('GPL2')
 makedepends=('python' 'python2')
 
source=($pkgname-$pkgver::"https://github.com/quodlibet/mutagen/archive/release-$pkgver.tar.gz";)
-sha1sums=('3c24aa5912bec93e1f8ec00c42f03cc2b913c7d4')
+sha1sums=('33abbddc210544d3ee5f1470af6a1c42085f5b00')
 validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
 
 prepare() {


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:44:35
  Author: arojas
Revision: 275696

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 275695, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 21:44:11 UTC (rev 275695)
+++ PKGBUILD2016-09-02 21:44:35 UTC (rev 275696)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.34
-pkgrel=1
-arch=('any')
-url="https://github.com/quodlibet/mutagen";
-license=('GPL2')
-makedepends=('python' 'python2')
-source=($pkgname-$pkgver::"https://github.com/quodlibet/mutagen/archive/release-$pkgver.tar.gz";)
-sha1sums=('3c24aa5912bec93e1f8ec00c42f03cc2b913c7d4')
-validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
-
-prepare() {
-  cp -r ${pkgbase}-release-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-release-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc="An audio metadata tag reader and writer"
-  depends=('python2')
- 
-  cd ${pkgbase}-release-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer library for Python 3"
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}"/usr/{bin,share}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 275695, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 21:44:35 UTC (rev 275696)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.34.1
+pkgrel=1
+arch=('any')
+url="https://github.com/quodlibet/mutagen";
+license=('GPL2')
+makedepends=('python' 'python2')
+source=($pkgname-$pkgver::"https://github.com/quodlibet/mutagen/archive/release-$pkgver.tar.gz";)
+sha1sums=('33abbddc210544d3ee5f1470af6a1c42085f5b00')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
+
+prepare() {
+  cp -r ${pkgbase}-release-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-release-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc="An audio metadata tag reader and writer"
+  depends=('python2')
+ 
+  cd ${pkgbase}-release-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-mutagen() {
+  pkgdesc="An audio metadata tag reader and writer library for Python 3"
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}"/usr/{bin,share}
+}


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:46:15
  Author: arojas
Revision: 275697

Update to 3.7.0

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 21:44:35 UTC (rev 275696)
+++ PKGBUILD2016-09-02 21:46:15 UTC (rev 275697)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quodlibet
-pkgver=3.6.2
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="An audio library tagger, manager and player"
 arch=('any')
@@ -29,7 +29,7 @@
 replaces=('quodlibet-plugins')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('81db38c583cc213eb7389e22d0f54f9d8371b89c')
+sha1sums=('17704c026afaf3dd4c289e64a6b96df9b36f7874')
 
 build() {
   cd ${pkgname}-release-${pkgver}/quodlibet


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:46:37
  Author: arojas
Revision: 275698

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 275697, quodlibet/trunk/PKGBUILD)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 21:46:15 UTC (rev 275697)
+++ PKGBUILD2016-09-02 21:46:37 UTC (rev 275698)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quodlibet
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="An audio library tagger, manager and player"
-arch=('any')
-license=('GPL2')
-url="https://github.com/quodlibet/quodlibet";
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'libgpod: for ipod support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'cddb-py: for "CDDB Lookup" plugin'
-'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
-'python2-pyinotify: for "Automatic library update" plugin'
-   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
-   'zeitgeist: for "Event Logging" plugin'
-'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('81db38c583cc213eb7389e22d0f54f9d8371b89c')
-
-build() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 275697, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 21:46:37 UTC (rev 275698)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quodlibet
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="An audio library tagger, manager and player"
+arch=('any')
+license=('GPL2')
+url="https://github.com/quodlibet/quodlibet";
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libgpod: for ipod support'
+'python2-feedparser: for audio feeds (podcast) support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'cddb-py: for "CDDB Lookup" plugin'
+'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
+'python2-pyinotify: for "Automatic library update" plugin'
+   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+   'zeitgeist: for "Event Logging" plugin'
+'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('17704c026afaf3dd4c289e64a6b96df9b36f7874')
+
+build() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py install --root="${pkgdir}"
+}


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:50:18
  Author: arojas
Revision: 188323

Update to 2016.09.03

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 20:48:46 UTC (rev 188322)
+++ PKGBUILD2016-09-02 21:50:18 UTC (rev 188323)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2016.08.01
+pkgver=2016.09.03
 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 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('5c04a5c8ffc424df388b4be11cffd3ac99826408'
+sha1sums=('728daad24513c285706af337a843718e6fa1a9d9'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:50:39
  Author: arojas
Revision: 188324

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 21:50:18 UTC (rev 188323)
+++ PKGBUILD2016-09-02 21:50:39 UTC (rev 188324)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2016.08.01
-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
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('5c04a5c8ffc424df388b4be11cffd3ac99826408'
-  '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 188323, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 21:50:39 UTC (rev 188324)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2016.09.03
+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
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('728daad24513c285706af337a843718e6fa1a9d9'
+  '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 bash-completion/trunk (PKGBUILD)

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:53:59
  Author: arojas
Revision: 275699

Update to 2.4

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 21:46:37 UTC (rev 275698)
+++ PKGBUILD2016-09-02 21:53:59 UTC (rev 275699)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=bash-completion
-pkgver=2.3
-pkgrel=5
+pkgver=2.4
+pkgrel=1
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="https://github.com/scop/bash-completion";
@@ -10,16 +10,9 @@
 license=('GPL2')
 depends=('bash')
 options=('!emptydirs' '!makeflags')
-source=("https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz";
-'mpv-dont-install-symlink.patch')
-sha1sums=('6b42d6747dab48bdc983627e8ce69283ff0e6b79'
-  '6bee621dc456190d629df108350925982d432bb5')
+source=("https://github.com/scop/bash-completion/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha1sums=('c02fb9c0f669d178f678c291ea17ddadfd011250')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ../mpv-dont-install-symlink.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc


[arch-commits] Commit in bash-completion/trunk (mpv-dont-install-symlink.patch)

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:54:29
  Author: arojas
Revision: 275700

Drop old patch

Deleted:
  bash-completion/trunk/mpv-dont-install-symlink.patch

+
 mpv-dont-install-symlink.patch |   23 ---
 1 file changed, 23 deletions(-)

Deleted: mpv-dont-install-symlink.patch
===
--- mpv-dont-install-symlink.patch  2016-09-02 21:53:59 UTC (rev 275699)
+++ mpv-dont-install-symlink.patch  2016-09-02 21:54:29 UTC (rev 275700)
@@ -1,23 +0,0 @@
-From 0382773bbfc21dc1fb5467c1c0426ea3c984b6ec Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ville=20Skytt=C3=A4?= 
-Date: Sat, 9 Apr 2016 20:06:57 +0300
-Subject: [PATCH] mpv: Don't install symlink for it, fixes #24
-
-This was a leftover from 00abd48e5b1d5d79fff46b7f791b2b90d1d6953b

- completions/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/completions/Makefile.am b/completions/Makefile.am
-index 99c283c..5558d50 100644
 a/completions/Makefile.am
-+++ b/completions/Makefile.am
-@@ -802,7 +802,7 @@ symlinks: $(targetdir) $(DATA)
-   rm -f $(targetdir)/$$file && \
-   $(LN_S) mcrypt $(targetdir)/$$file ; \
-   done
--  for file in mplayer2 mencoder gmplayer kplayer mpv ; do \
-+  for file in mplayer2 mencoder gmplayer kplayer ; do \
-   rm -f $(targetdir)/$$file && \
-   $(LN_S) mplayer $(targetdir)/$$file ; \
-   done


[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:54:53
  Author: arojas
Revision: 275701

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 275700, bash-completion/trunk/PKGBUILD)

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

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 275700, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-09-02 21:54:53 UTC (rev 275701)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.4
+pkgrel=1
+pkgdesc="Programmable completion for the bash shell"
+arch=('any')
+url="https://github.com/scop/bash-completion";
+license=('GPL2')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=("https://github.com/scop/bash-completion/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha1sums=('c02fb9c0f669d178f678c291ea17ddadfd011250')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm "${pkgdir}/etc/profile.d/bash_completion.sh"
+
+# remove Slackware's makepkg completion
+  rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
+
+# remove completions which overlap with util-linux
+  rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
+}


[arch-commits] Commit in perl-extutils-helpers/trunk (PKGBUILD)

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:07:08
  Author: felixonmars
Revision: 188325

upgpkg: perl-extutils-helpers 0.025-1

Modified:
  perl-extutils-helpers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 21:50:39 UTC (rev 188324)
+++ PKGBUILD2016-09-03 05:07:08 UTC (rev 188325)
@@ -4,8 +4,8 @@
 
 pkgname=perl-extutils-helpers
 _pkgname=ExtUtils-Helpers
-pkgver=0.022
-pkgrel=2
+pkgver=0.025
+pkgrel=1
 pkgdesc='ExtUtils::Helpers - Various portability utilities for module builders'
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 depends=('perl')
 
source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz";)
-sha512sums=('ffdec8c1cf96daadfea34860bbd72d205620dec891d617721bb8ac242ccd2ba0cd5a5f50440633e03ae5fd575add6ac539c95ed68909a64a44b97ac2bba2bb39')
+sha512sums=('4e59ec5524bffa2f5cfb2e04ad7eb3e26eceffe4b2abb85d25d61f227dcfb050c98f6531f54b68b95468434cf389d4c1653ab656ee5b676325d9285a0a45ac7a')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


[arch-commits] Commit in perl-extutils-helpers/repos/community-any (PKGBUILD PKGBUILD)

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:08:33
  Author: felixonmars
Revision: 188326

archrelease: copy trunk to community-any

Added:
  perl-extutils-helpers/repos/community-any/PKGBUILD
(from rev 188325, perl-extutils-helpers/trunk/PKGBUILD)
Deleted:
  perl-extutils-helpers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-03 05:07:08 UTC (rev 188325)
+++ PKGBUILD2016-09-03 05:08:33 UTC (rev 188326)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: xRemaLx 
-
-pkgname=perl-extutils-helpers
-_pkgname=ExtUtils-Helpers
-pkgver=0.022
-pkgrel=2
-pkgdesc='ExtUtils::Helpers - Various portability utilities for module builders'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/ExtUtils-Helpers/";
-options=('!emptydirs')
-depends=('perl')
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz";)
-sha512sums=('ffdec8c1cf96daadfea34860bbd72d205620dec891d617721bb8ac242ccd2ba0cd5a5f50440633e03ae5fd575add6ac539c95ed68909a64a44b97ac2bba2bb39')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-extutils-helpers/repos/community-any/PKGBUILD (from rev 188325, 
perl-extutils-helpers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-03 05:08:33 UTC (rev 188326)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: xRemaLx 
+
+pkgname=perl-extutils-helpers
+_pkgname=ExtUtils-Helpers
+pkgver=0.025
+pkgrel=1
+pkgdesc='ExtUtils::Helpers - Various portability utilities for module builders'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/ExtUtils-Helpers/";
+options=('!emptydirs')
+depends=('perl')
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz";)
+sha512sums=('4e59ec5524bffa2f5cfb2e04ad7eb3e26eceffe4b2abb85d25d61f227dcfb050c98f6531f54b68b95468434cf389d4c1653ab656ee5b676325d9285a0a45ac7a')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:17:52
  Author: felixonmars
Revision: 188327

upgpkg: python-construct 2.5.4-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 05:08:33 UTC (rev 188326)
+++ PKGBUILD2016-09-03 05:17:52 UTC (rev 188327)
@@ -3,7 +3,7 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')


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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:18:18
  Author: felixonmars
Revision: 188328

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-03 05:17:52 UTC (rev 188327)
+++ PKGBUILD2016-09-03 05:18:18 UTC (rev 188328)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.5.3
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/construct/construct.git#tag=v$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a construct{,-py2}
-}
-
-build() {
-  cd "$srcdir/construct"
-  python setup.py build
-
-  cd "$srcdir/construct-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/construct"
-  nosetests3 tests
-
-  cd "$srcdir/construct-py2"
-  nosetests2 tests
-}
-
-package_python-construct() {
-  depends=('python-six')
-
-  cd construct
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-construct() {
-  depends=('python2-six')
-
-  cd construct-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 188327, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-03 05:18:18 UTC (rev 188328)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/construct/construct.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a construct{,-py2}
+}
+
+build() {
+  cd "$srcdir/construct"
+  python setup.py build
+
+  cd "$srcdir/construct-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/construct"
+  nosetests3 tests
+
+  cd "$srcdir/construct-py2"
+  nosetests2 tests
+}
+
+package_python-construct() {
+  depends=('python-six')
+
+  cd construct
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-construct() {
+  depends=('python2-six')
+
+  cd construct-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:30:22
  Author: felixonmars
Revision: 188329

addpkg: haskell-uri-bytestring 0.2.2.0-1

Added:
  haskell-uri-bytestring/
  haskell-uri-bytestring/repos/
  haskell-uri-bytestring/trunk/
  haskell-uri-bytestring/trunk/PKGBUILD

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

Added: haskell-uri-bytestring/trunk/PKGBUILD
===
--- haskell-uri-bytestring/trunk/PKGBUILD   (rev 0)
+++ haskell-uri-bytestring/trunk/PKGBUILD   2016-09-03 05:30:22 UTC (rev 
188329)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b6d96d1787d003a4f4a0dbbb43a17453')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+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-uri-bytestring/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:31:23
  Author: felixonmars
Revision: 188330

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

Added:
  haskell-uri-bytestring/repos/community-i686/
  haskell-uri-bytestring/repos/community-i686/PKGBUILD
(from rev 188329, haskell-uri-bytestring/trunk/PKGBUILD)
  haskell-uri-bytestring/repos/community-x86_64/
  haskell-uri-bytestring/repos/community-x86_64/PKGBUILD
(from rev 188329, haskell-uri-bytestring/trunk/PKGBUILD)

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

Copied: haskell-uri-bytestring/repos/community-i686/PKGBUILD (from rev 188329, 
haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-03 05:31:23 UTC (rev 188330)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b6d96d1787d003a4f4a0dbbb43a17453')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+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-uri-bytestring/repos/community-x86_64/PKGBUILD (from rev 
188329, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-03 05:31:23 UTC (rev 188330)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b6d96d1787d003a4f4a0dbbb43a17453')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+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 haskell-http-api-data/repos (6 files)

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:40:42
  Author: felixonmars
Revision: 188332

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

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

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

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
188331, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 05:40:42 UTC (rev 188332)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3
+pkgrel=1
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-uri-bytestring")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('380de358c67a8c894133e978e025171388e90333f2c5db10cd41f3224a35fd1f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
 (from rev 188331, haskell-http-api-data/trunk/haskell-http-api-data.install)
===
--- community-staging-i686/haskell-http-api-data.install
(rev 0)
+++ community-staging-i686/haskell-http-api-data.install2016-09-03 
05:40:42 UTC (rev 188332)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-api-data
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
188331, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 05:40:42 UTC (rev 188332)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3
+pkgrel=1
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="ht

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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:40:23
  Author: felixonmars
Revision: 188331

upgpkg: haskell-http-api-data 0.3-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 05:31:23 UTC (rev 188330)
+++ PKGBUILD2016-09-03 05:40:23 UTC (rev 188331)
@@ -4,15 +4,16 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.2.4
+pkgver=0.3
 pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-text" "haskell-time-locale-compat")
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-uri-bytestring")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('6bb90863343b17b9ce6ee8cfce9a41db0b4287343aa6cf0654a3ad5c5c5e6635')
+sha256sums=('380de358c67a8c894133e978e025171388e90333f2c5db10cd41f3224a35fd1f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:50:36
  Author: felixonmars
Revision: 188333

upgpkg: haskell-shakespeare 2.0.11.1-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 05:40:42 UTC (rev 188332)
+++ PKGBUILD2016-09-03 05:50:36 UTC (rev 188333)
@@ -4,7 +4,7 @@
 
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
-pkgver=2.0.11
+pkgver=2.0.11.1
 pkgrel=1
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates";
@@ -14,7 +14,7 @@
  "haskell-exceptions" "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=('8ea8a21ee989427378844e80b8955e89f4660df3a743df874f11f1cdec0650aa')
+sha256sums=('bc3d6c5bb3cbef9a0aa67bbf5f08b20cf77bc9e29d8e7da5a3768016a0361d5e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:50:55
  Author: felixonmars
Revision: 188334

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

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

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

Copied: haskell-shakespeare/repos/community-staging-i686/PKGBUILD (from rev 
188333, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 05:50:55 UTC (rev 188334)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.11.1
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "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=('bc3d6c5bb3cbef9a0aa67bbf5f08b20cf77bc9e29d8e7da5a3768016a0361d5e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+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-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
188333, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 05:50:55 UTC (rev 188334)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.11.1
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "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=('bc3d6c5bb3cbef9a0aa67bbf5f08b20cf77bc9e29d8e7da5a3768016a0361d5e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+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

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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:51:44
  Author: felixonmars
Revision: 188335

upgpkg: haskell-http-client 0.5.3.1-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 05:50:55 UTC (rev 188334)
+++ PKGBUILD2016-09-03 05:51:44 UTC (rev 188335)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.5.2
+pkgver=0.5.3.1
 pkgrel=1
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client";
@@ -15,7 +15,7 @@
  "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
  "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('a1697c94f8f777b402f0b274eb58a638facdda16572a3cd5822185e61165288a')
+sha256sums=('0d012a1278b2f2014f0198e38b658fb414e5dafd37388008198ac7a553f84d96')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 05:52:03
  Author: felixonmars
Revision: 188336

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

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

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
188335, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 05:52:03 UTC (rev 188336)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.3.1
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('0d012a1278b2f2014f0198e38b658fb414e5dafd37388008198ac7a553f84d96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
188335, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 05:52:03 UTC (rev 188336)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.3.1
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('0d012a1278b2f2014f0198e38b658fb414e5dafd37388008198ac7a553f84d96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregis

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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 06:38:17
  Author: felixonmars
Revision: 188338

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
188337, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 06:38:17 UTC (rev 188338)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=2
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_hkgname-$pkgver/$_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 \
+-f-nooverlap
+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-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
188337, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 06:38:17 UTC (rev 188338)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=2
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+
+prepare() {
+s

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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 06:37:53
  Author: felixonmars
Revision: 188337

upgpkg: haskell-persistent 2.6-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 05:52:03 UTC (rev 188336)
+++ PKGBUILD2016-09-03 06:37:53 UTC (rev 188337)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")
@@ -20,6 +20,11 @@
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
 
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-09-02 Thread Evangelos Foutras
Date: Saturday, September 3, 2016 @ 06:43:03
  Author: foutrelis
Revision: 275702

upgpkg: chromium 53.0.2785.92-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 21:54:53 UTC (rev 275701)
+++ PKGBUILD2016-09-03 06:43:03 UTC (rev 275702)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=53.0.2785.89
+pkgver=53.0.2785.92
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium-widevine.patch
 chromium-52.0.2743.116-unset-madv_free.patch)
-sha256sums=('2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee'
+sha256sums=('6130483e86c0b22c02c75ec453cf0d54f1079abe2c5c151379fb2eba2411f0f0'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808'


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

2016-09-02 Thread Evangelos Foutras
Date: Saturday, September 3, 2016 @ 06:43:49
  Author: foutrelis
Revision: 275703

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 275702, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-52.0.2743.116-unset-madv_free.patch
(from rev 275702, 
chromium/trunk/chromium-52.0.2743.116-unset-madv_free.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 275702, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 275702, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 275702, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 275702, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch
(from rev 275702, 
chromium/trunk/chromium-52.0.2743.116-unset-madv_free.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 275702, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 275702, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 275702, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/PNGImageDecoder.patch
  chromium/repos/extra-i686/chromium-52.0.2743.116-unset-madv_free.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
  chromium/repos/extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /PKGBUILD |  448 
 /chromium-52.0.2743.116-unset-madv_free.patch |   30 
 /chromium-widevine.patch  |   20 
 /chromium.desktop |  224 ++
 /chromium.install |   32 
 extra-i686/PKGBUILD   |  226 --
 extra-i686/PNGImageDecoder.patch  |   11 
 extra-i686/chromium-52.0.2743.116-unset-madv_free.patch   |   15 
 extra-i686/chromium-widevine.patch|   10 
 extra-i686/chromium.desktop   |  112 ---
 extra-i686/chromium.install   |   16 
 extra-x86_64/PKGBUILD |  226 --
 extra-x86_64/PNGImageDecoder.patch|   11 
 extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch |   15 
 extra-x86_64/chromium-widevine.patch  |   10 
 extra-x86_64/chromium.desktop |  112 ---
 extra-x86_64/chromium.install |   16 
 17 files changed, 754 insertions(+), 780 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 06:43:03 UTC (rev 275702)
+++ extra-i686/PKGBUILD 2016-09-03 06:43:49 UTC (rev 275703)
@@ -1,226 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=53.0.2785.89
-pkgrel=1
-_launcher_ver=3
-pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
-arch=('i686' 'x86_64')
-url="http://www.chromium.org/";
-license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
- 'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
- 'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
- 'libvpx' 'perl' 'perl-file-basedir' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja')
-makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
-optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-options=('!strip')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-chromium.desktop
-chromium-widevine.patch
-PNGImageDecoder.patch
-chromium-52.0.2743.116-unset-madv_free.patch)
-sha256sums=('2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee'
-'8b01fb4efe58146279858a754d90b

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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 06:48:29
  Author: felixonmars
Revision: 188340

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

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

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

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

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 188339, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 06:48:29 UTC (rev 188340)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.0
+pkgrel=8
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('811b30a53156dc12e3eb34f8921778f081521ef388b7f4d7ce6c59d086cb3358')
+
+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}"
+in

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

2016-09-02 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 06:48:10
  Author: felixonmars
Revision: 188339

upgpkg: haskell-http-client-tls 0.3.0-8

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 06:38:17 UTC (rev 188338)
+++ PKGBUILD2016-09-03 06:48:10 UTC (rev 188339)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.0
-pkgrel=7
+pkgrel=8
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client";
 license=("MIT")