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

2015-10-19 Thread Maxime Gauduin
Date: Monday, October 19, 2015 @ 09:36:21
  Author: alucryd
Revision: 144354

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 144353, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 144353, beets/trunk/beet)
Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |  130 ++---
 beet |4 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 07:36:12 UTC (rev 144353)
+++ PKGBUILD2015-10-19 07:36:21 UTC (rev 144354)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.3.14
-pkgrel=3
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
- 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
- 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'imagemagick: Thumbnails plugin'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-pathlib: Thumbnails plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: Chromaprint/Acoustid/BPD/FetchArt plugins'
-'python2-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
-'beet')
-sha256sums=('9edf3da761fdebabdff7adc5258e47416249481bb450acd403cb52e7487563c2'
-'b764df02a7bb907c991e8e3fd3de72375aa608e60ae0e0636ceeb141b21c6e0f'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/etc/bash_completion.d
-  install -m 644 ../beet "${pkgdir}"/etc/bash_completion.d/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 ../_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 144353, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 07:36:21 UTC (rev 144354)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.3.15
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
+ 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
+ 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'imagemagick: Thumbnails plugin'
+'python2-flask: Web plugin'
+'python2-gobject: ReplayGain plugin'
+'python2-pathlib: Thumbnails 

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

2015-10-19 Thread Maxime Gauduin
Date: Monday, October 19, 2015 @ 09:36:12
  Author: alucryd
Revision: 144353

upgpkg: beets 1.3.15-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 05:27:56 UTC (rev 144352)
+++ PKGBUILD2015-10-19 07:36:12 UTC (rev 144353)
@@ -3,8 +3,8 @@
 # Contributor: Adrian Sampson 
 
 pkgname=beets
-pkgver=1.3.14
-pkgrel=3
+pkgver=1.3.15
+pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -34,7 +34,7 @@
 
source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
 'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
 'beet')
-sha256sums=('9edf3da761fdebabdff7adc5258e47416249481bb450acd403cb52e7487563c2'
+sha256sums=('ebb16c9d8864d65491cd73cb0c9661df18f12604f1a6c2c16d19096d87ef50c4'
 'b764df02a7bb907c991e8e3fd3de72375aa608e60ae0e0636ceeb141b21c6e0f'
 'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 


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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 14:27:04
  Author: seblu
Revision: 249504

upgpkg: btrfs-progs 4.2.3-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 12:25:24 UTC (rev 249503)
+++ PKGBUILD2015-10-19 12:27:04 UTC (rev 249504)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 14:27:13
  Author: seblu
Revision: 249505

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

Added:
  btrfs-progs/repos/community-testing-i686/
  btrfs-progs/repos/community-testing-i686/PKGBUILD
(from rev 249504, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
(from rev 249504, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
(from rev 249504, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
(from rev 249504, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/community-testing-x86_64/
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
(from rev 249504, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
(from rev 249504, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
(from rev 249504, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs
(from rev 249504, btrfs-progs/trunk/initcpio-install-btrfs)

-+
 community-testing-i686/PKGBUILD |   52 ++
 community-testing-i686/btrfs-progs.install  |9 +++
 community-testing-i686/initcpio-hook-btrfs  |7 ++
 community-testing-i686/initcpio-install-btrfs   |   17 +++
 community-testing-x86_64/PKGBUILD   |   52 ++
 community-testing-x86_64/btrfs-progs.install|9 +++
 community-testing-x86_64/initcpio-hook-btrfs|7 ++
 community-testing-x86_64/initcpio-install-btrfs |   17 +++
 8 files changed, 170 insertions(+)

Copied: btrfs-progs/repos/community-testing-i686/PKGBUILD (from rev 249504, 
btrfs-progs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-19 12:27:13 UTC (rev 249505)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix="$pkgdir"/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/community-testing-i686/btrfs-progs.install (from rev 
249504, btrfs-progs/trunk/btrfs-progs.install)
===
--- community-testing-i686/btrfs-progs.install  (rev 0)
+++ community-testing-i686/btrfs-progs.install  2015-10-19 12:27:13 UTC (rev 
249505)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+echo "btrfs multi-device support now relies on linux 3.6 or later"
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs (from rev 
249504, btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- community-testing-i686/initcpio-hook-btrfs  (rev 0)
+++ community-testing-i686/initcpio-hook-btrfs  2015-10-19 12:27:13 UTC (rev 
249505)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs (from 
rev 249504, btrfs-progs/trunk/initcpio-install-btrfs)
===
--- community-testing-i686/initcpio-install-btrfs   
(rev 0)
+++ community-testing-i686/initcpio-install-btrfs 

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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:15:23
  Author: spupykin
Revision: 144369

upgpkg: tmux 2.1-1

upd

Modified:
  tmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 11:15:11 UTC (rev 144368)
+++ PKGBUILD2015-10-19 11:15:23 UTC (rev 144369)
@@ -4,8 +4,8 @@
 # Contributor: Grigorios Bouzakis 
 
 pkgname=tmux
-pkgver=2.0
-pkgrel=4
+pkgver=2.1
+pkgrel=1
 pkgdesc='A terminal multiplexer'
 url='http://tmux.github.io/'
 arch=('i686' 'x86_64')
@@ -14,13 +14,13 @@
 
source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
ncurses6-xterm-standout.patch
LICENSE)
-md5sums=('9fb6b443392c3978da5d599f1e814eaa'
+md5sums=('74a2855695bccb51b6e301383ad4818c'
  '70347df93ed1922d6718d91491a7d9b4'
  '71601bc37fa44e4395580b321963018e')
 
 prepare() {
cd "$srcdir/$pkgname-${pkgver/_/}"
-   patch -Np1 -i ../ncurses6-xterm-standout.patch
+#  patch -Np1 -i ../ncurses6-xterm-standout.patch
 }
 
 build() {


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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:15:11
  Author: spupykin
Revision: 144368

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 11:14:55 UTC (rev 144367)
+++ community-i686/PKGBUILD 2015-10-19 11:15:11 UTC (rev 144368)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=2.2.7
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/instead/;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('6716a5c0690e87a7ed788badb200d556')
-
-build() {
-  cd "${srcdir}/instead-${pkgver}"
-  echo "2" | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/instead-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 144367, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 11:15:11 UTC (rev 144368)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/instead/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('39776169ac5202de47e862a39d7f790b')
+
+build() {
+  cd "${srcdir}/instead-${pkgver}"
+  echo "2" | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/instead-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-19 11:14:55 UTC (rev 144367)
+++ community-x86_64/PKGBUILD   2015-10-19 11:15:11 UTC (rev 144368)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=2.2.7
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/instead/;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('6716a5c0690e87a7ed788badb200d556')
-
-build() {
-  cd "${srcdir}/instead-${pkgver}"
-  echo "2" | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/instead-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 144367, 
instead/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-19 11:15:11 UTC (rev 144368)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/instead/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('39776169ac5202de47e862a39d7f790b')
+
+build() {
+  cd "${srcdir}/instead-${pkgver}"
+  echo "2" | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/instead-${pkgver}"
+  make 

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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:14:55
  Author: spupykin
Revision: 144367

upgpkg: instead 2.3.0-1

upd

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 11:05:29 UTC (rev 144366)
+++ PKGBUILD2015-10-19 11:14:55 UTC (rev 144367)
@@ -3,7 +3,7 @@
 # Contributor: Peter Kosyh 
 
 pkgname=instead
-pkgver=2.2.7
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="a quest interpreter"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
 optdepends=('instead-launcher: install and update INSTEAD games from net')
 
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('6716a5c0690e87a7ed788badb200d556')
+md5sums=('39776169ac5202de47e862a39d7f790b')
 
 build() {
   cd "${srcdir}/instead-${pkgver}"


[arch-commits] Commit in linux/trunk (config-4.3 config-4.3.x86_64)

2015-10-19 Thread Tobias Powalowski
Date: Monday, October 19, 2015 @ 14:23:39
  Author: tpowa
Revision: 249501

add 4.3 config files

Added:
  linux/trunk/config-4.3
  linux/trunk/config-4.3.x86_64

---+
 config-4.3| 7797 
 config-4.3.x86_64 | 7558 ++
 2 files changed, 15355 insertions(+)

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


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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:05:29
  Author: spupykin
Revision: 144366

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 11:05:10 UTC (rev 144365)
+++ community-i686/PKGBUILD 2015-10-19 11:05:29 UTC (rev 144366)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 144365, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 11:05:29 UTC (rev 144366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils' 'git')
+source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname
+  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-19 11:05:10 UTC (rev 144365)
+++ community-x86_64/PKGBUILD   2015-10-19 11:05:29 UTC (rev 144366)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils' 'git')
-source=("git://linuxtv.org/tvtime.git#tag=v1.0.7")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 144365, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-19 11:05:29 UTC (rev 144366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')

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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:05:10
  Author: spupykin
Revision: 144365

upgpkg: tvtime 1.0.8-1

upd

Modified:
  tvtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 10:51:02 UTC (rev 144364)
+++ PKGBUILD2015-10-19 11:05:10 UTC (rev 144365)
@@ -3,7 +3,7 @@
 # Maintainer:thefatprecious 
 
 pkgname=tvtime
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A high quality television application for use with video capture 
cards"
 arch=('i686' 'x86_64')


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

2015-10-19 Thread Maxime Gauduin
Date: Monday, October 19, 2015 @ 14:12:03
  Author: alucryd
Revision: 249499

upgpkg: mkvtoolnix 8.5.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 10:00:33 UTC (rev 249498)
+++ PKGBUILD2015-10-19 12:12:03 UTC (rev 249499)
@@ -5,8 +5,8 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.4.0
-pkgrel=3
+pkgver=8.5.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'
 license=('GPL')
@@ -13,7 +13,7 @@
 makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
  'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('773eb42b7887bd20c4ce65cdf667976b')
+md5sums=('ba5469ace681951977fab5c4907ed1f9')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2015-10-19 Thread Maxime Gauduin
Date: Monday, October 19, 2015 @ 14:12:26
  Author: alucryd
Revision: 249500

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 249499, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
(from rev 249499, mkvtoolnix/trunk/mkvtoolnix-gui.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 249499, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install
(from rev 249499, mkvtoolnix/trunk/mkvtoolnix-gui.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install

-+
 /PKGBUILD   |  122 ++
 /mkvtoolnix-gui.install |   30 
 extra-i686/PKGBUILD |   61 -
 extra-i686/mkvtoolnix-gui.install   |   15 
 extra-x86_64/PKGBUILD   |   61 -
 extra-x86_64/mkvtoolnix-gui.install |   15 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-19 12:12:03 UTC (rev 249499)
+++ extra-i686/PKGBUILD 2015-10-19 12:12:26 UTC (rev 249500)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.4.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('773eb42b7887bd20c4ce65cdf667976b')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure --prefix='/usr' \
-  --without-curl \
-  --disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix='/usr' \
-  --without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
-  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
-   'libvorbis' 'zlib')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - GUI'
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-  install='mkvtoolnix-gui.install'
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 249499, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-19 12:12:26 UTC (rev 249500)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.5.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('ba5469ace681951977fab5c4907ed1f9')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
+  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
+   'libvorbis' 'zlib')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+ 

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

2015-10-19 Thread Timothy Redaelli
Date: Monday, October 19, 2015 @ 12:51:02
  Author: tredaelli
Revision: 144364

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

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

--+
 /PKGBUILD|   70 +
 /qbittorrent.install |   26 
 community-i686/PKGBUILD  |   35 
 community-i686/qbittorrent.install   |   13 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/qbittorrent.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 10:50:50 UTC (rev 144363)
+++ community-i686/PKGBUILD 2015-10-19 10:51:02 UTC (rev 144364)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgname=qbittorrent
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qjson')
-makedepends=('boost')
-optdepends=('python: needed for torrent search tab')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
-sha256sums=('86a79f3772bd06736a4be104180187d76c5c8feb2c1cdf1054135b4ba602a914')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-qjson=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 144363, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 10:51:02 UTC (rev 144364)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgname=qbittorrent
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qjson')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
+sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-qjson=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-i686/qbittorrent.install
===
--- community-i686/qbittorrent.install  2015-10-19 10:50:50 UTC (rev 144363)
+++ community-i686/qbittorrent.install  2015-10-19 10:51:02 UTC (rev 144364)
@@ -1,13 +0,0 @@
-
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 144363, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2015-10-19 10:51:02 UTC (rev 144364)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() 

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

2015-10-19 Thread Sergej Pupykin
Date: Monday, October 19, 2015 @ 13:15:40
  Author: spupykin
Revision: 144370

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

Added:
  tmux/repos/community-i686/LICENSE
(from rev 144369, tmux/trunk/LICENSE)
  tmux/repos/community-i686/PKGBUILD
(from rev 144369, tmux/trunk/PKGBUILD)
  tmux/repos/community-i686/ncurses6-xterm-standout.patch
(from rev 144369, tmux/trunk/ncurses6-xterm-standout.patch)
  tmux/repos/community-x86_64/LICENSE
(from rev 144369, tmux/trunk/LICENSE)
  tmux/repos/community-x86_64/PKGBUILD
(from rev 144369, tmux/trunk/PKGBUILD)
  tmux/repos/community-x86_64/ncurses6-xterm-standout.patch
(from rev 144369, tmux/trunk/ncurses6-xterm-standout.patch)
Deleted:
  tmux/repos/community-i686/LICENSE
  tmux/repos/community-i686/PKGBUILD
  tmux/repos/community-i686/ncurses6-xterm-standout.patch
  tmux/repos/community-x86_64/LICENSE
  tmux/repos/community-x86_64/PKGBUILD
  tmux/repos/community-x86_64/ncurses6-xterm-standout.patch

+
 /LICENSE   |   26 +
 /PKGBUILD  |   86 ++
 /ncurses6-xterm-standout.patch |  314 +++
 community-i686/LICENSE |   13 
 community-i686/PKGBUILD|   43 ---
 community-i686/ncurses6-xterm-standout.patch   |  157 ---
 community-x86_64/LICENSE   |   13 
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/ncurses6-xterm-standout.patch |  157 ---
 9 files changed, 426 insertions(+), 426 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-10-19 11:15:23 UTC (rev 144369)
+++ community-i686/LICENSE  2015-10-19 11:15:40 UTC (rev 144370)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott 
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-i686/LICENSE (from rev 144369, tmux/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-10-19 11:15:40 UTC (rev 144370)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott 
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 11:15:23 UTC (rev 144369)
+++ community-i686/PKGBUILD 2015-10-19 11:15:40 UTC (rev 144370)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  TDY 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=tmux
-pkgver=2.0
-pkgrel=4
-pkgdesc='A terminal multiplexer'
-url='http://tmux.github.io/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
-   ncurses6-xterm-standout.patch
-   LICENSE)
-md5sums=('9fb6b443392c3978da5d599f1e814eaa'
- '70347df93ed1922d6718d91491a7d9b4'
- '71601bc37fa44e4395580b321963018e')
-
-prepare() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-   patch -Np1 -i ../ncurses6-xterm-standout.patch
-}
-
-build() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-   make install DESTDIR=$pkgdir
-   install -Dm644 

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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 14:24:26
  Author: seblu
Revision: 249502

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 249501, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 249501, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 249501, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 249501, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 249501, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 249501, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 249501, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 249501, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  104 +++
 /btrfs-progs.install   |   18 ++
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +++
 core-i686/PKGBUILD |   52 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 -
 core-x86_64/PKGBUILD   |   52 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 -
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-10-19 12:23:39 UTC (rev 249501)
+++ core-i686/PKGBUILD  2015-10-19 12:24:26 UTC (rev 249502)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 249501, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-10-19 12:24:26 UTC (rev 249502)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.2
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+

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

2015-10-19 Thread Evangelos Foutras
Date: Monday, October 19, 2015 @ 14:44:21
  Author: foutrelis
Revision: 249507

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

Added:
  
chromium/repos/extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(from rev 249506, 
chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 249506, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 249506, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 249506, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 249506, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(from rev 249506, 
chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 249506, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 249506, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 249506, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 249506, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  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/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /PKGBUILD |  
420 ++
 /chromium-widevine.patch  |   
24 
 /chromium.desktop |  
224 +
 /chromium.install |   
54 +
 extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch   |  
218 +
 extra-i686/PKGBUILD   |  
205 
 extra-i686/chromium-widevine.patch|   
12 
 extra-i686/chromium.desktop   |  
112 --
 extra-i686/chromium.install   |   
27 
 extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  
218 +
 extra-x86_64/PKGBUILD |  
205 
 extra-x86_64/chromium-widevine.patch  |   
12 
 extra-x86_64/chromium.desktop |  
112 --
 extra-x86_64/chromium.install |   
27 
 14 files changed, 1158 insertions(+), 712 deletions(-)

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


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

2015-10-19 Thread Evangelos Foutras
Date: Monday, October 19, 2015 @ 14:44:03
  Author: foutrelis
Revision: 249506

upgpkg: chromium 46.0.2490.71-2

Fix FS#46756: toDataURL fails for image/jpeg type.

Added:
  chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
Modified:
  chromium/trunk/PKGBUILD

--+
 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  218 ++
 PKGBUILD |7 
 2 files changed, 224 insertions(+), 1 deletion(-)

Added: 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
===
--- 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(rev 0)
+++ 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
2015-10-19 12:44:03 UTC (rev 249506)
@@ -0,0 +1,218 @@
+From 7e84668966d8b844e11af9d60e1bc6979ab46b2c Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Mon, 19 Oct 2015 12:00:28 +0300
+Subject: [PATCH] Add FPDFAPIJPEG_ prefix to more libjpeg functions
+
+Chromium built with use_system_libjpeg=1 can mistakenly try to use
+symbols exported by the libjpeg library that's bundled with pdfium.
+
+These name conflicts result in failure to encode the contents of a
+canvas element using toDataURL('image/jpeg').
+
+BUG=505226
+---
+ core/include/thirdparties/libjpeg/jpeglib.h | 35 +
+ third_party/libjpeg/jpeglib.h   | 35 +
+ 2 files changed, 70 insertions(+)
+
+diff --git a/core/include/thirdparties/libjpeg/jpeglib.h 
b/core/include/thirdparties/libjpeg/jpeglib.h
+index 7de5ab7..f6af4f2 100644
+--- a/core/include/thirdparties/libjpeg/jpeglib.h
 b/core/include/thirdparties/libjpeg/jpeglib.h
+@@ -20,33 +20,53 @@
+ #define jdiv_round_up FOXIT_PREFIX(jdiv_round_up)
+ #define jinit_1pass_quantizer FOXIT_PREFIX(jinit_1pass_quantizer)
+ #define jinit_2pass_quantizer FOXIT_PREFIX(jinit_2pass_quantizer)
++#define jinit_c_coef_controller FOXIT_PREFIX(jinit_c_coef_controller)
++#define jinit_c_main_controller FOXIT_PREFIX(jinit_c_main_controller)
++#define jinit_c_master_control FOXIT_PREFIX(jinit_c_master_control)
++#define jinit_c_prep_controller FOXIT_PREFIX(jinit_c_prep_controller)
++#define jinit_color_converter FOXIT_PREFIX(jinit_color_converter)
+ #define jinit_color_deconverter FOXIT_PREFIX(jinit_color_deconverter)
++#define jinit_compress_master FOXIT_PREFIX(jinit_compress_master)
+ #define jinit_d_coef_controller FOXIT_PREFIX(jinit_d_coef_controller)
+ #define jinit_d_main_controller FOXIT_PREFIX(jinit_d_main_controller)
+ #define jinit_d_post_controller FOXIT_PREFIX(jinit_d_post_controller)
++#define jinit_downsampler FOXIT_PREFIX(jinit_downsampler)
++#define jinit_forward_dct FOXIT_PREFIX(jinit_forward_dct)
+ #define jinit_huff_decoder FOXIT_PREFIX(jinit_huff_decoder)
++#define jinit_huff_encoder FOXIT_PREFIX(jinit_huff_encoder)
+ #define jinit_input_controller FOXIT_PREFIX(jinit_input_controller)
+ #define jinit_inverse_dct FOXIT_PREFIX(jinit_inverse_dct)
+ #define jinit_marker_reader FOXIT_PREFIX(jinit_marker_reader)
++#define jinit_marker_writer FOXIT_PREFIX(jinit_marker_writer)
+ #define jinit_master_decompress FOXIT_PREFIX(jinit_master_decompress)
+ #define jinit_memory_mgr FOXIT_PREFIX(jinit_memory_mgr)
+ #define jinit_merged_upsampler FOXIT_PREFIX(jinit_merged_upsampler)
+ #define jinit_phuff_decoder FOXIT_PREFIX(jinit_phuff_decoder)
++#define jinit_phuff_encoder FOXIT_PREFIX(jinit_phuff_encoder)
+ #define jinit_upsampler FOXIT_PREFIX(jinit_upsampler)
++#define jpeg_CreateCompress FOXIT_PREFIX(jpeg_CreateCompress)
+ #define jpeg_CreateDecompress FOXIT_PREFIX(jpeg_CreateDecompress)
+ #define jpeg_abort FOXIT_PREFIX(jpeg_abort)
++#define jpeg_abort_compress FOXIT_PREFIX(jpeg_abort_compress)
+ #define jpeg_abort_decompress FOXIT_PREFIX(jpeg_abort_decompress)
++#define jpeg_add_quant_table FOXIT_PREFIX(jpeg_add_quant_table)
+ #define jpeg_alloc_huff_table FOXIT_PREFIX(jpeg_alloc_huff_table)
+ #define jpeg_alloc_quant_table FOXIT_PREFIX(jpeg_alloc_quant_table)
+ #define jpeg_calc_output_dimensions FOXIT_PREFIX(jpeg_calc_output_dimensions)
+ #define jpeg_consume_input FOXIT_PREFIX(jpeg_consume_input)
++#define jpeg_default_colorspace FOXIT_PREFIX(jpeg_default_colorspace)
+ #define jpeg_destroy FOXIT_PREFIX(jpeg_destroy)
++#define jpeg_destroy_compress FOXIT_PREFIX(jpeg_destroy_compress)
+ #define jpeg_destroy_decompress FOXIT_PREFIX(jpeg_destroy_decompress)
++#define jpeg_fdct_ifast FOXIT_PREFIX(jpeg_fdct_ifast)
++#define jpeg_fdct_islow FOXIT_PREFIX(jpeg_fdct_islow)
+ #define jpeg_fill_bit_buffer FOXIT_PREFIX(jpeg_fill_bit_buffer)
++#define jpeg_finish_compress FOXIT_PREFIX(jpeg_finish_compress)
+ #define jpeg_finish_decompress FOXIT_PREFIX(jpeg_finish_decompress)
+ #define jpeg_finish_output FOXIT_PREFIX(jpeg_finish_output)
+ #define jpeg_free_large 

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

2015-10-19 Thread Timothy Redaelli
Date: Monday, October 19, 2015 @ 12:50:50
  Author: tredaelli
Revision: 144363

upgpkg: qbittorrent 3.2.4-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 10:23:35 UTC (rev 144362)
+++ PKGBUILD2015-10-19 10:50:50 UTC (rev 144363)
@@ -7,7 +7,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=qbittorrent
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('python: needed for torrent search tab')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
-sha256sums=('86a79f3772bd06736a4be104180187d76c5c8feb2c1cdf1054135b4ba602a914')
+sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-19 Thread Tobias Powalowski
Date: Monday, October 19, 2015 @ 14:25:24
  Author: tpowa
Revision: 249503

remove not needed patches

Deleted:
  linux/trunk/0001-fix-bridge-regression.patch
  linux/trunk/0001-make_flush_workqueue_non_gpl.patch

-+
 0001-fix-bridge-regression.patch|   25 --
 0001-make_flush_workqueue_non_gpl.patch |   34 --
 2 files changed, 59 deletions(-)

Deleted: 0001-fix-bridge-regression.patch
===
--- 0001-fix-bridge-regression.patch2015-10-19 12:24:26 UTC (rev 249502)
+++ 0001-fix-bridge-regression.patch2015-10-19 12:25:24 UTC (rev 249503)
@@ -1,25 +0,0 @@
-@@ -, +, @@ 

- net/bridge/br_multicast.c |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
 a/net/bridge/br_multicast.c
-+++ a/net/bridge/br_multicast.c
-@@ -991,7 +991,7 @@ static int br_ip4_multicast_igmp3_report(struct net_bridge 
*br,
- 
-   ih = igmpv3_report_hdr(skb);
-   num = ntohs(ih->ngrec);
--  len = sizeof(*ih);
-+  len = skb_transport_offset(skb) + sizeof(*ih);
- 
-   for (i = 0; i < num; i++) {
-   len += sizeof(*grec);
-@@ -1052,7 +1052,7 @@ static int br_ip6_multicast_mld2_report(struct 
net_bridge *br,
- 
-   icmp6h = icmp6_hdr(skb);
-   num = ntohs(icmp6h->icmp6_dataun.un_data16[1]);
--  len = sizeof(*icmp6h);
-+  len = skb_transport_offset(skb) + sizeof(*icmp6h);
- 
-   for (i = 0; i < num; i++) {
-   __be16 *nsrcs, _nsrcs;
--- 

Deleted: 0001-make_flush_workqueue_non_gpl.patch
===
--- 0001-make_flush_workqueue_non_gpl.patch 2015-10-19 12:24:26 UTC (rev 
249502)
+++ 0001-make_flush_workqueue_non_gpl.patch 2015-10-19 12:25:24 UTC (rev 
249503)
@@ -1,34 +0,0 @@
-From 1dadafa86a779884f14a6e7a3ddde1a57b0a0a65 Mon Sep 17 00:00:00 2001
-From: Tim Gardner 
-Date: Tue, 4 Aug 2015 11:26:04 -0600
-Subject: workqueue: Make flush_workqueue() available again to non GPL modules
-
-Commit 37b1ef31a568fc02e53587620226e5f3c66454c8 ("workqueue: move
-flush_scheduled_work() to workqueue.h") moved the exported non GPL
-flush_scheduled_work() from a function to an inline wrapper.
-Unfortunately, it directly calls flush_workqueue() which is a GPL function.
-This has the effect of changing the licensing requirement for this function
-and makes it unavailable to non GPL modules.
-
-See commit ad7b1f841f8a54c6d61ff181451f55b68175e15a ("workqueue: Make
-schedule_work() available again to non GPL modules") for precedent.
-
-Signed-off-by: Tim Gardner 
-Signed-off-by: Tejun Heo 
-
-diff --git a/kernel/workqueue.c b/kernel/workqueue.c
-index 4c4f061..a413acb 100644
 a/kernel/workqueue.c
-+++ b/kernel/workqueue.c
-@@ -2614,7 +2614,7 @@ void flush_workqueue(struct workqueue_struct *wq)
- out_unlock:
-   mutex_unlock(>mutex);
- }
--EXPORT_SYMBOL_GPL(flush_workqueue);
-+EXPORT_SYMBOL(flush_workqueue);
- 
- /**
-  * drain_workqueue - drain a workqueue
--- 
-cgit v0.10.2
-


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

2015-10-19 Thread Timothy Redaelli
Date: Monday, October 19, 2015 @ 12:21:25
  Author: tredaelli
Revision: 144359

upgpkg: electrum 2.5.1-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 09:16:11 UTC (rev 144358)
+++ PKGBUILD2015-10-19 10:21:25 UTC (rev 144359)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.4.4
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=('GPL3')
 source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('01d1837a6854e72def15b0fa86e9d0ec'
+md5sums=('6236c58a837c0a55ff39128141c84d46'
  'SKIP')
-sha256sums=('b3cb84fbbce934dc1988321307de98f926b817ac84cbbafdc6d4df11038dc98e'
+sha256sums=('550d26da2a5d48c260614f87447f851ef82aff301140207d349c07eea2705872'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2015-10-19 Thread Timothy Redaelli
Date: Monday, October 19, 2015 @ 12:21:32
  Author: tredaelli
Revision: 144360

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 electrum.install |   22 ++--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 10:21:25 UTC (rev 144359)
+++ PKGBUILD2015-10-19 10:21:32 UTC (rev 144360)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.4.4
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=('GPL3')
-source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('01d1837a6854e72def15b0fa86e9d0ec'
- 'SKIP')
-sha256sums=('b3cb84fbbce934dc1988321307de98f926b817ac84cbbafdc6d4df11038dc98e'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 144359, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 10:21:32 UTC (rev 144360)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=('GPL3')
+source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('6236c58a837c0a55ff39128141c84d46'
+ 'SKIP')
+sha256sums=('550d26da2a5d48c260614f87447f851ef82aff301140207d349c07eea2705872'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: electrum.install
===
--- electrum.install2015-10-19 10:21:25 UTC (rev 144359)
+++ electrum.install2015-10-19 10:21:32 UTC (rev 144360)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: electrum/repos/community-any/electrum.install (from rev 144359, 
electrum/trunk/electrum.install)
===

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

2015-10-19 Thread Felix Yan
Date: Monday, October 19, 2015 @ 10:53:47
  Author: fyan
Revision: 144355

upgpkg: pandoc 1.15.1-1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 07:36:21 UTC (rev 144354)
+++ PKGBUILD2015-10-19 08:53:47 UTC (rev 144355)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=1.15.0.6
-pkgrel=3
+pkgver=1.15.1
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")
@@ -23,17 +23,8 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('d950968142526d5a765af7dfb26b47c3f60d4f883aa9d9eab668614179f1ed46')
+sha256sums=('77503f8981cfcbe7df841ed1c71de9164d0eaf17b8b9c51e6d966e4fd333b733')
 
-prepare() {
-# Allowed by upstream already
-sed -e 's|http-types >= 0.8 && < 0.9|http-types >= 0.8 \&\& < 0.10|' \
--e 's|syb >= 0.1 && < 0.6|syb >= 0.1 \&\& < 0.7|' \
--e 's|aeson >= 0.7 && < 0.10|aeson >= 0.7 \&\& < 0.11|' \
--e 's|aeson >= 0.7.0.5 && < 0.10|aeson >= 0.7.0.5 \&\& < 0.11|' \
--i $pkgname-$pkgver/$pkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -42,7 +33,11 @@
 --libsubdir=\$compiler/site-local/\$pkgid \
 -f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
+
+# LC_CTYPE=en_US.UTF-8 is needed since 1.15.1
+# https://github.com/jgm/pandoc/issues/2457#issuecomment-149146107
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh


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

2015-10-19 Thread Felix Yan
Date: Monday, October 19, 2015 @ 11:15:42
  Author: fyan
Revision: 144357

upgpkg: haskell-pandoc-citeproc 0.8-4

rebuild with pandoc-1.15.1

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 08:54:16 UTC (rev 144356)
+++ PKGBUILD2015-10-19 09:15:42 UTC (rev 144357)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
 pkgver=0.8
-pkgrel=3
+pkgrel=4
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:44:49
  Author: juergen
Revision: 249492

upgpkg: sbcl 1.2.16-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 20:49:14 UTC (rev 249491)
+++ PKGBUILD2015-10-19 09:44:49 UTC (rev 249492)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.2.12
+pkgver=1.2.16
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
@@ -17,8 +17,8 @@
 install=sbcl.install
 
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-md5sums=('7e9584130cc8d4b0712109d77943921e'
- '7ac0c1936547f4278198b8bf7725204d')
+sha1sums=('29b5c13cb24991d6735f11f3a6a0657207d6f1dd'
+  '106f165fb929786730214438b92d65550c18b3cd')
 
 
 build() {


[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:53:17
  Author: juergen
Revision: 249495

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 249494, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 249494, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 249494, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 09:53:10 UTC (rev 249494)
+++ PKGBUILD2015-10-19 09:53:17 UTC (rev 249495)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.37.2
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.2.12' 'texinfo' 'sh')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 249494, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 09:53:17 UTC (rev 249495)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.37.2
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.2.16' 'texinfo' 'sh')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   

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

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:53:10
  Author: juergen
Revision: 249494

upgpkg: maxima 5.37.2-2

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 09:46:23 UTC (rev 249493)
+++ PKGBUILD2015-10-19 09:53:10 UTC (rev 249494)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.37.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net;
-depends=('sbcl=1.2.12' 'texinfo' 'sh')
+depends=('sbcl=1.2.16' 'texinfo' 'sh')
 makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


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

2015-10-19 Thread Felix Yan
Date: Monday, October 19, 2015 @ 11:16:11
  Author: fyan
Revision: 144358

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

Added:
  haskell-pandoc-citeproc/repos/community-testing-i686/
  haskell-pandoc-citeproc/repos/community-testing-i686/PKGBUILD
(from rev 144357, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-testing-i686/haskell-pandoc-citeproc.install
(from rev 144357, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  haskell-pandoc-citeproc/repos/community-testing-x86_64/
  haskell-pandoc-citeproc/repos/community-testing-x86_64/PKGBUILD
(from rev 144357, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-testing-x86_64/haskell-pandoc-citeproc.install
(from rev 144357, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-testing-i686/PKGBUILD  |   53 +
 community-testing-i686/haskell-pandoc-citeproc.install   |   18 
 community-testing-x86_64/PKGBUILD|   53 +
 community-testing-x86_64/haskell-pandoc-citeproc.install |   18 
 4 files changed, 142 insertions(+)

Copied: haskell-pandoc-citeproc/repos/community-testing-i686/PKGBUILD (from rev 
144357, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-19 09:16:11 UTC (rev 144358)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8
+pkgrel=4
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-vector"
+ "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('834ba89edc9d92dd2e9bf0f001a5ce3d5713b8a7b580232b6a088b5f7f6ddc5e')
+
+prepare() {
+sed -e 's|aeson >= 0.7 && < 0.10|aeson >= 0.7 \&\& < 0.11|' \
+-i $_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-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-pandoc-citeproc/repos/community-testing-i686/haskell-pandoc-citeproc.install
 (from rev 144357, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-testing-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-testing-i686/haskell-pandoc-citeproc.install  2015-10-19 
09:16:11 UTC (rev 144358)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-citeproc/repos/community-testing-x86_64/PKGBUILD (from 
rev 144357, 

[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:46:23
  Author: juergen
Revision: 249493

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 249492, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 249492, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 249492, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 249492, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 09:44:49 UTC (rev 249492)
+++ PKGBUILD2015-10-19 09:46:23 UTC (rev 249493)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-md5sums=('7e9584130cc8d4b0712109d77943921e'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.16
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha1sums=('29b5c13cb24991d6735f11f3a6a0657207d6f1dd'
+  '106f165fb929786730214438b92d65550c18b3cd')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-x86_64/sbcl.install (from rev 249492, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2015-10-19 09:46:23 UTC (rev 249493)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2015-10-19 09:44:49 UTC (rev 249492)
+++ texinfo-4.13a-data_types.patch  2015-10-19 09:46:23 UTC (rev 249493)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len (mbi_cur (iter));
-   int replen;
-   int 

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

2015-10-19 Thread Felix Yan
Date: Monday, October 19, 2015 @ 10:54:16
  Author: fyan
Revision: 144356

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

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

-+
 community-testing-i686/PKGBUILD |   58 ++
 community-testing-i686/pandoc.install   |   18 +
 community-testing-x86_64/PKGBUILD   |   58 ++
 community-testing-x86_64/pandoc.install |   18 +
 4 files changed, 152 insertions(+)

Copied: pandoc/repos/community-testing-i686/PKGBUILD (from rev 144355, 
pandoc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-19 08:54:16 UTC (rev 144356)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.1
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+optdepends=('haskell-pandoc-citeproc: for citation rendering with 
pandoc-citeproc filter')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('77503f8981cfcbe7df841ed1c71de9164d0eaf17b8b9c51e6d966e4fd333b733')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+# LC_CTYPE=en_US.UTF-8 is needed since 1.15.1
+# https://github.com/jgm/pandoc/issues/2457#issuecomment-149146107
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/man/man1"
+install -d -m755 "${pkgdir}/usr/share/man/man5"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-testing-i686/pandoc.install (from rev 144355, 
pandoc/trunk/pandoc.install)
===
--- community-testing-i686/pandoc.install   (rev 0)
+++ community-testing-i686/pandoc.install   2015-10-19 08:54:16 UTC (rev 
144356)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/pandoc
+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 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:55:05
  Author: juergen
Revision: 249497

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 249496, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 249496, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 249496, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 249496, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 09:54:32 UTC (rev 249496)
+++ PKGBUILD2015-10-19 09:55:05 UTC (rev 249497)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-md5sums=('7e9584130cc8d4b0712109d77943921e'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.16
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha1sums=('29b5c13cb24991d6735f11f3a6a0657207d6f1dd'
+  '106f165fb929786730214438b92d65550c18b3cd')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 249496, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2015-10-19 09:55:05 UTC (rev 249497)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2015-10-19 09:54:32 UTC (rev 249496)
+++ texinfo-4.13a-data_types.patch  2015-10-19 09:55:05 UTC (rev 249497)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len (mbi_cur (iter));
-   int replen;
-   int delim = 0;
-   

[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 11:54:32
  Author: juergen
Revision: 249496

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 249495, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 249495, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 249495, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 09:53:17 UTC (rev 249495)
+++ PKGBUILD2015-10-19 09:54:32 UTC (rev 249496)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.37.2
-pkgrel=2
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.2.16' 'texinfo' 'sh')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 249495, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 09:54:32 UTC (rev 249496)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.37.2
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.2.16' 'texinfo' 'sh')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   

[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2015-10-19 Thread Jürgen Hötzel
Date: Monday, October 19, 2015 @ 12:00:33
  Author: juergen
Revision: 249498

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 249497, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 249497, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 249497, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 09:55:05 UTC (rev 249497)
+++ PKGBUILD2015-10-19 10:00:33 UTC (rev 249498)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.37.2
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.2.12' 'texinfo' 'sh')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 249497, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 10:00:33 UTC (rev 249498)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.37.2
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.2.16' 'texinfo' 'sh')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   

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

2015-10-19 Thread Timothy Redaelli
Date: Monday, October 19, 2015 @ 12:23:27
  Author: tredaelli
Revision: 144361

upgpkg: parallel 20150922-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 10:21:32 UTC (rev 144360)
+++ PKGBUILD2015-10-19 10:23:27 UTC (rev 144361)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20150822
+pkgver=20150922
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1984e556ca17dd99e64e50a82de36137'
+md5sums=('ede051a18f66b052aa3c89c698f478fd'
  'SKIP')
-sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a'
+sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2015-10-19 Thread Timothy Redaelli
Date: Monday, October 19, 2015 @ 12:23:35
  Author: tredaelli
Revision: 144362

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 144361, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 10:23:27 UTC (rev 144361)
+++ PKGBUILD2015-10-19 10:23:35 UTC (rev 144362)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20150822
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1984e556ca17dd99e64e50a82de36137'
- 'SKIP')
-sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 144361, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 10:23:35 UTC (rev 144362)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20150922
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('ede051a18f66b052aa3c89c698f478fd'
+ 'SKIP')
+sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-19 Thread Tobias Powalowski
Date: Monday, October 19, 2015 @ 16:26:43
  Author: tpowa
Revision: 249508

upgpkg: iputils 20150815.1c59920-3

remove ping6 manpage, updated docs from upstream

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 12:44:21 UTC (rev 249507)
+++ PKGBUILD2015-10-19 14:26:43 UTC (rev 249508)
@@ -5,9 +5,9 @@
 
 pkgname=iputils
 # Commit date + git rev-parse --short origin/master
-_rev=1b5d03a
+_rev=1c59920
 pkgver=20150815.${_rev}
-pkgrel=2
+pkgrel=3
 pkgdesc="Network monitoring tools, including ping"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -51,7 +51,6 @@
  "${pkgdir}"/usr/share/man/man8/
 
   cd "${pkgdir}"/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
   ln -sf tracepath.8.gz tracepath6.8.gz
 
   # FS#24768


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

2015-10-19 Thread Tobias Powalowski
Date: Monday, October 19, 2015 @ 16:26:54
  Author: tpowa
Revision: 249509

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

Added:
  iputils/repos/testing-i686/PKGBUILD
(from rev 249508, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils.install
(from rev 249508, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 249508, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 249508, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 249508, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 249508, iputils/trunk/tftp.xinetd)
Deleted:
  iputils/repos/testing-i686/PKGBUILD
  iputils/repos/testing-i686/iputils.install
  iputils/repos/testing-i686/tftp.xinetd
  iputils/repos/testing-x86_64/PKGBUILD
  iputils/repos/testing-x86_64/iputils.install
  iputils/repos/testing-x86_64/tftp.xinetd

+
 /PKGBUILD  |  118 +++
 /iputils.install   |   18 +
 /tftp.xinetd   |   20 ++
 testing-i686/PKGBUILD  |   60 ---
 testing-i686/iputils.install   |9 --
 testing-i686/tftp.xinetd   |   10 ---
 testing-x86_64/PKGBUILD|   60 ---
 testing-x86_64/iputils.install |9 --
 testing-x86_64/tftp.xinetd |   10 ---
 9 files changed, 156 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-19 14:26:43 UTC (rev 249508)
+++ testing-i686/PKGBUILD   2015-10-19 14:26:54 UTC (rev 249509)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Maintainer: Tobias Powalowski 
-# Contributor: Aaron Griffin 
-
-pkgname=iputils
-# Commit date + git rev-parse --short origin/master
-_rev=1b5d03a
-pkgver=20150815.${_rev}
-pkgrel=2
-pkgdesc="Network monitoring tools, including ping"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.skbuff.net/iputils/;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp' 'git')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
-tftp.xinetd)
-sha1sums=('SKIP'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-
-  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file > $xf || true
-sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  install -dm755 "${pkgdir}"/usr/bin
-
-  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath tracepath6 
"${pkgdir}"/usr/bin/
-
-  install -dm755 "${pkgdir}"/usr/share/man/man8
-  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- "${pkgdir}"/usr/share/man/man8/
-
-  cd "${pkgdir}"/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 "${pkgdir}"/etc/xinetd.d/
-  install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp
-}

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 249508, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-19 14:26:54 UTC (rev 249509)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=1c59920
+pkgver=20150815.${_rev}
+pkgrel=3
+pkgdesc="Network monitoring tools, including ping"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp' 'git')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file > $xf || true
+sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  install 

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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 17:30:13
  Author: anatolik
Revision: 144371

upgpkg: shards 0.5.2-1

Modified:
  shards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 11:15:40 UTC (rev 144370)
+++ PKGBUILD2015-10-19 15:30:13 UTC (rev 144371)
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(i686 x86_64)
@@ -11,21 +11,21 @@
 depends=(libyaml git libpcl libevent gc)
 makedepends=(crystal)
 
source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('95916792766e42e3b005b144190c3f88d5cb8bcbaaddeb8fa8ced8bac1ef424d')
+sha256sums=('6dd8690d6ecd76bf2eccb3c3b83acfbe1af31be82acb5003ab9df2c0471153cf')
 
 build() {
-  cd $pkgname-$pkgver
+  cd shards-$pkgver
   crystal build --release -o bin/shards src/shards.cr
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd shards-$pkgver
   ./bin/shards install
-  make test -j1
+  make test
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd shards-$pkgver
 
   install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 17:34:08
  Author: anatolik
Revision: 144372

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 15:30:13 UTC (rev 144371)
+++ community-i686/PKGBUILD 2015-10-19 15:34:08 UTC (rev 144372)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=shards
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
-license=(Apache)
-depends=(libyaml git libpcl libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('95916792766e42e3b005b144190c3f88d5cb8bcbaaddeb8fa8ced8bac1ef424d')
-
-build() {
-  cd $pkgname-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # tests currently fail in clean chroot
-  #./bin/shards install
-  #make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-i686/PKGBUILD (from rev 144371, 
shards/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 15:34:08 UTC (rev 144372)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('6dd8690d6ecd76bf2eccb3c3b83acfbe1af31be82acb5003ab9df2c0471153cf')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd shards-$pkgver
+  ./bin/shards install
+  make test
+}
+
+package() {
+  cd shards-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-19 15:30:13 UTC (rev 144371)
+++ community-x86_64/PKGBUILD   2015-10-19 15:34:08 UTC (rev 144372)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=shards
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
-license=(Apache)
-depends=(libyaml git libpcl libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('95916792766e42e3b005b144190c3f88d5cb8bcbaaddeb8fa8ced8bac1ef424d')
-
-build() {
-  cd $pkgname-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # tests currently fail in clean chroot
-  #./bin/shards install
-  #make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-x86_64/PKGBUILD (from rev 144371, 
shards/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-19 15:34:08 UTC (rev 144372)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('6dd8690d6ecd76bf2eccb3c3b83acfbe1af31be82acb5003ab9df2c0471153cf')
+

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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 17:49:37
  Author: anatolik
Revision: 144374

upgpkg: python-mpi4py 2.0.0-1

Modified:
  python-mpi4py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 15:49:17 UTC (rev 144373)
+++ PKGBUILD2015-10-19 15:49:37 UTC (rev 144374)
@@ -6,8 +6,8 @@
 
 pkgbase=python-mpi4py
 pkgname=(python-mpi4py python2-mpi4py)
-pkgver=1.3.1
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Python bindings for the Message Passing Interface (MPI) standard'
 arch=(x86_64 i686)
 url='https://planet.scipy.org/'
@@ -14,9 +14,12 @@
 license=(BSD)
 makedepends=(python-setuptools python2-setuptools openmpi)
 source=(https://pypi.python.org/packages/source/m/mpi4py/mpi4py-$pkgver.tar.gz)
-sha1sums=('083a4a9b6793dfdbd852082d8b95da08bcf57290')
+sha1sums=('65a71175a15c53be7de1132fd498f28f38bb1714')
 
 prepare() {
+  # fix for 
https://bitbucket.org/mpi4py/mpi4py/issues/28/test_dltestdl-test-failure
+  sed -e 's/libm.so/libm.so.6/' -i  mpi4py-$pkgver/test/test_dl.py
+
   cp -a mpi4py-$pkgver{,-py2}
 }
 
@@ -33,9 +36,7 @@
   python2 setup.py test
 
   cd "$srcdir/mpi4py-$pkgver"
-  # Tests fail on Python3
-  # https://bitbucket.org/mpi4py/mpi4py/issues/2/fails-test-with-py33
-  # python setup.py test
+  python setup.py test
 }
 
 package_python-mpi4py() {
@@ -43,7 +44,7 @@
 
   cd "$srcdir/mpi4py-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }
 
 package_python2-mpi4py() {
@@ -51,5 +52,5 @@
 
   cd "$srcdir/mpi4py-$pkgver-py2"
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }


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

2015-10-19 Thread Guillaume Alaux
Date: Monday, October 19, 2015 @ 18:18:01
  Author: guillaume
Revision: 249512

Fix FS#45824 memory leak

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 16:07:49 UTC (rev 249511)
+++ PKGBUILD2015-10-19 16:18:01 UTC (rev 249512)
@@ -14,7 +14,7 @@
 #}
 _updatever=85
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
-pkgrel=1
+pkgrel=2
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -38,7 +38,8 @@
 
icedtea_${_icedtea_ver}_langtools.tar.bz2::${_drops_url}/langtools.tar.bz2
 icedtea_${_icedtea_ver}_hotspot.tar.bz2::${_drops_url}/hotspot.tar.bz2
 fontconfig-paths.diff
-openjdk7_nonreparenting-wm.diff)
+openjdk7_nonreparenting-wm.diff
+i586-fix.diff)
 
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
 
@@ -51,7 +52,8 @@
 '6db9bd16658fa8460e0afa4b05f28bd47148528d7581a403bea1e70f56cedd43'
 '00043b0c09aa06ce1766c2973d18b0283bd2128a44c94cde97b626a4856b68b3'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
-'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')
+'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
+'9d2f8bda511bddf79fe7e0700294b76e2b3a4efb9da6b3959e72f86964382bc6')
 
 noextract=(icedtea_${_icedtea_ver}_openjdk.tar.bz2
icedtea_${_icedtea_ver}_corba.tar.bz2
@@ -83,7 +85,8 @@
 
   cp "${srcdir}"/*.diff "${srcdir}"/icedtea-${_icedtea_ver}/patches
   export DISTRIBUTION_PATCHES="patches/fontconfig-paths.diff \
-   patches/openjdk7_nonreparenting-wm.diff"
+   patches/openjdk7_nonreparenting-wm.diff \
+   patches/i586-fix.diff"
 
   if [ "$_bootstrap" = "1" ]; then
  BOOTSTRAPOPT="--enable-bootstrap --with-ecj-jar=/usr/share/java/ecj.jar"


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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 17:50:19
  Author: anatolik
Revision: 144375

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

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

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   55 -
 community-x86_64/PKGBUILD |   55 -
 3 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 15:49:37 UTC (rev 144374)
+++ community-i686/PKGBUILD 2015-10-19 15:50:19 UTC (rev 144375)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Tim Hütz 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-mpi4py
-pkgname=(python-mpi4py python2-mpi4py)
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='Python bindings for the Message Passing Interface (MPI) standard'
-arch=(x86_64 i686)
-url='https://planet.scipy.org/'
-license=(BSD)
-makedepends=(python-setuptools python2-setuptools openmpi)
-source=(https://pypi.python.org/packages/source/m/mpi4py/mpi4py-$pkgver.tar.gz)
-sha1sums=('083a4a9b6793dfdbd852082d8b95da08bcf57290')
-
-prepare() {
-  cp -a mpi4py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/mpi4py-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/mpi4py-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/mpi4py-$pkgver-py2"
-  python2 setup.py test
-
-  cd "$srcdir/mpi4py-$pkgver"
-  # Tests fail on Python3
-  # https://bitbucket.org/mpi4py/mpi4py/issues/2/fails-test-with-py33
-  # python setup.py test
-}
-
-package_python-mpi4py() {
-  depends=(python openmpi)
-
-  cd "$srcdir/mpi4py-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-mpi4py() {
-  depends=(python2 openmpi)
-
-  cd "$srcdir/mpi4py-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: python-mpi4py/repos/community-i686/PKGBUILD (from rev 144374, 
python-mpi4py/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 15:50:19 UTC (rev 144375)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Tim Hütz 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-mpi4py
+pkgname=(python-mpi4py python2-mpi4py)
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Python bindings for the Message Passing Interface (MPI) standard'
+arch=(x86_64 i686)
+url='https://planet.scipy.org/'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools openmpi)
+source=(https://pypi.python.org/packages/source/m/mpi4py/mpi4py-$pkgver.tar.gz)
+sha1sums=('65a71175a15c53be7de1132fd498f28f38bb1714')
+
+prepare() {
+  # fix for 
https://bitbucket.org/mpi4py/mpi4py/issues/28/test_dltestdl-test-failure
+  sed -e 's/libm.so/libm.so.6/' -i  mpi4py-$pkgver/test/test_dl.py
+
+  cp -a mpi4py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/mpi4py-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/mpi4py-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/mpi4py-$pkgver-py2"
+  python2 setup.py test
+
+  cd "$srcdir/mpi4py-$pkgver"
+  python setup.py test
+}
+
+package_python-mpi4py() {
+  depends=(python openmpi)
+
+  cd "$srcdir/mpi4py-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-mpi4py() {
+  depends=(python2 openmpi)
+
+  cd "$srcdir/mpi4py-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-19 15:49:37 UTC (rev 144374)
+++ community-x86_64/PKGBUILD   2015-10-19 15:50:19 UTC (rev 144375)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Tim Hütz 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-mpi4py
-pkgname=(python-mpi4py python2-mpi4py)
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='Python bindings for the Message Passing Interface (MPI) standard'
-arch=(x86_64 i686)

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

2015-10-19 Thread Andreas Radke
Date: Monday, October 19, 2015 @ 18:07:49
  Author: andyrtr
Revision: 249511

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 249510, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 249510, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 249510, nfs-utils/trunk/id_resolver.conf)
  
nfs-utils/repos/testing-i686/ignore_unsupported_address_types_in_nfssvc_setfds.diff
(from rev 249510, 
nfs-utils/trunk/ignore_unsupported_address_types_in_nfssvc_setfds.diff)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 249510, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 249510, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 249510, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 249510, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 249510, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 249510, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 249510, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 249510, nfs-utils/trunk/id_resolver.conf)
  
nfs-utils/repos/testing-x86_64/ignore_unsupported_address_types_in_nfssvc_setfds.diff
(from rev 249510, 
nfs-utils/trunk/ignore_unsupported_address_types_in_nfssvc_setfds.diff)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 249510, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 249510, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 249510, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 249510, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 249510, nfs-utils/trunk/nfs-utils_env.sh)

---+
 testing-i686/PKGBUILD |   91 
++
 testing-i686/exports  |   12 +
 testing-i686/id_resolver.conf |9 
 testing-i686/ignore_unsupported_address_types_in_nfssvc_setfds.diff   |   37 

 testing-i686/nfs-common.conf  |   22 ++
 testing-i686/nfs-server.conf  |   17 +
 testing-i686/nfs-utils.conf   |1 
 testing-i686/nfs-utils.install|   28 
+++
 testing-i686/nfs-utils_env.sh |   20 ++
 testing-x86_64/PKGBUILD   |   91 
++
 testing-x86_64/exports|   12 +
 testing-x86_64/id_resolver.conf   |9 
 testing-x86_64/ignore_unsupported_address_types_in_nfssvc_setfds.diff |   37 

 testing-x86_64/nfs-common.conf|   22 ++
 testing-x86_64/nfs-server.conf|   17 +
 testing-x86_64/nfs-utils.conf |1 
 testing-x86_64/nfs-utils.install  |   28 
+++
 testing-x86_64/nfs-utils_env.sh   |   20 ++
 18 files changed, 474 insertions(+)

Copied: nfs-utils/repos/testing-i686/PKGBUILD (from rev 249510, 
nfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-19 16:07:49 UTC (rev 249511)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+# Contributor: John Proctor 
+# Contributor: dibblethewrecker 
+# Contributor: abelstr 
+# Contributor: Marco Lima 
+
+pkgname=nfs-utils
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="Support programs for Network File Systems"
+arch=('i686' 'x86_64')
+url='http://nfs.sourceforge.net'
+license=('GPL2')
+backup=(etc/{exports,nfsmount.conf} 
etc/conf.d/{nfs-common.conf,nfs-server.conf})
+depends=('rpcbind' 'librpcsecgss>=0.19-2' 'nfsidmap' 'gssproxy' 
+ 'libevent>=2.0.10' 'device-mapper')
+makedepends=('sqlite')
+source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
+nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
+nfs-utils_env.sh
+

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

2015-10-19 Thread Andreas Radke
Date: Monday, October 19, 2015 @ 18:07:24
  Author: andyrtr
Revision: 249510

upgpkg: nfs-utils 1.3.3-2

fix use with IPv6-less kernels; FS#46739

Added:
  nfs-utils/trunk/ignore_unsupported_address_types_in_nfssvc_setfds.diff
Modified:
  nfs-utils/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++-
 ignore_unsupported_address_types_in_nfssvc_setfds.diff |   37 +++
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 14:26:54 UTC (rev 249509)
+++ PKGBUILD2015-10-19 16:07:24 UTC (rev 249510)
@@ -8,7 +8,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -19,7 +19,8 @@
 makedepends=('sqlite')
 
source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
 nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
-nfs-utils_env.sh)
+nfs-utils_env.sh
+ignore_unsupported_address_types_in_nfssvc_setfds.diff)
 install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage'
 'python2: for nfsiostat and mountstats usage')
@@ -30,11 +31,15 @@
   '170a929d9c0f22edb13b656648cadf372efea841'
   'c109f2300f2d841104adb09fe76a5f2583015c72'
   '24b3c10b47dc120b2d252cf1e5001effa8f76a62'
-  '96734598a0b851da10cb9e02afb52ec55fed6273')
+  '96734598a0b851da10cb9e02afb52ec55fed6273'
+  '0fa72f3e3485abf71b1199caa1e6089f9f129a77')
 validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  
+  # fix IPv6-less kernels; FS#46739
+  patch -Np1 -i $srcdir/ignore_unsupported_address_types_in_nfssvc_setfds.diff
 
   # fix hardcoded sbin path to our needs
   sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am

Added: ignore_unsupported_address_types_in_nfssvc_setfds.diff
===
--- ignore_unsupported_address_types_in_nfssvc_setfds.diff  
(rev 0)
+++ ignore_unsupported_address_types_in_nfssvc_setfds.diff  2015-10-19 
16:07:24 UTC (rev 249510)
@@ -0,0 +1,37 @@
+From: Christoph Hellwig 
+Subject: nfsd: ignore unsupported address types in nfssvc_setfds
+
+Just continue and try a different record returned from getaddrinfo
+if the kernel does not support an address family.  This fixes nfsd
+startup on kernels without IPv6 support.
+
+Suggested-by: Chuck Lever 
+Signed-off-by: Christoph Hellwig 
+
+diff --git a/utils/nfsd/nfssvc.c b/utils/nfsd/nfssvc.c
+index a2b11d8..fc11d23 100644
+--- a/utils/nfsd/nfssvc.c
 b/utils/nfsd/nfssvc.c
+@@ -174,15 +174,14 @@ nfssvc_setfds(const struct addrinfo *hints, const char 
*node, const char *port)
+   sockfd = socket(addr->ai_family, addr->ai_socktype,
+   addr->ai_protocol);
+   if (sockfd < 0) {
+-  if (errno == EAFNOSUPPORT)
+-  xlog(L_NOTICE, "address family %s not "
+-  "supported by protocol %s",
+-  family, proto);
+-  else
++  if (errno != EAFNOSUPPORT) {
+   xlog(L_ERROR, "unable to create %s %s socket: "
+"errno %d (%m)", family, proto, errno);
+-  rc = errno;
+-  goto error;
++  rc = errno;
++  goto error;
++  }
++  addr = addr->ai_next;
++  continue;
+   }
+ #ifdef IPV6_SUPPORTED
+   if (addr->ai_family == AF_INET6 &&
+--


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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 19:36:41
  Author: seblu
Revision: 249520

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 249519, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 249519, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 249519, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 249519, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 249519, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 249519, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 249519, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 249519, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   52 
 testing-i686/btrfs-progs.install  |9 +
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 ++
 testing-x86_64/PKGBUILD   |   52 
 testing-x86_64/btrfs-progs.install|9 +
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 ++
 8 files changed, 170 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 249519, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-19 17:36:41 UTC (rev 249520)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix="$pkgdir"/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 249519, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2015-10-19 17:36:41 UTC (rev 249520)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+echo "btrfs multi-device support now relies on linux 3.6 or later"
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 249519, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2015-10-19 17:36:41 UTC (rev 249520)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 249519, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2015-10-19 17:36:41 UTC (rev 249520)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat <
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 

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

2015-10-19 Thread Kyle Keen
Date: Monday, October 19, 2015 @ 21:08:58
  Author: kkeen
Revision: 144383

upgpkg: openscad 2015.03.01-5 cgal rebuild & tests

Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

---+
 CHANGELOG |9 +
 PKGBUILD  |   16 ++--
 2 files changed, 19 insertions(+), 6 deletions(-)

Modified: CHANGELOG
===
--- CHANGELOG   2015-10-19 18:25:55 UTC (rev 144382)
+++ CHANGELOG   2015-10-19 19:08:58 UTC (rev 144383)
@@ -1,3 +1,12 @@
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
 2015-04-29 Kyle Keen 
* 2015.03.01-3
- No changes

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 18:25:55 UTC (rev 144382)
+++ PKGBUILD2015-10-19 19:08:58 UTC (rev 144383)
@@ -6,7 +6,7 @@
 pkgname=openscad
 pkgver=2015.03.01
 _ver=2015.03-1  # hopefully -X is temporary
-pkgrel=4
+pkgrel=5
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 changelog=CHANGELOG
 depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
 makedepends=('eigen' 'boost' 'imagemagick')
-# full tests need cmake, python2, imagemagick
-checkdepends=('cmake')
+# full tests need imagemagick and an X11 or framebuffer session
+checkdepends=('cmake' 'xproto' 'libx11' 'python2')
 source=("http://files.openscad.org/openscad-$_ver.src.tar.gz;)
 md5sums=('c5994220078f5f5c13984da304e4a2fe')
 
@@ -31,11 +31,15 @@
 # see doc/testing.txt about enabling
 # normally will display stuff, run image diffs
 cd "$srcdir/$pkgname-$_ver/tests"
-# something here still bugs out
-return 0
+sed -i 's/exit 1/exit 0/' virtualfb.sh
 cmake .
+# pkgconfig weirdness
+sed -i 's/-lmpfr/& -lX11/' CMakeFiles/openscad_nogui.dir/link.txt 
 make
-# run a subset of headless tests
+sed -i 's/ python$/&2/' *.py
+sed -i 's|/usr/bin/python"|/usr/bin/python2"|g' CTestTestfile.cmake
+sed -i 's|/usr/bin/python |/usr/bin/python2 |g' CTestCustom.cmake
+msg "Running headless tests..."
 ctest -R 
'dumptest|echotest|csgtexttest|csgtermtest|openscad-nonascii|openscad-override'
 }
 


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

2015-10-19 Thread Jonathan Steel
Date: Monday, October 19, 2015 @ 21:44:32
  Author: jsteel
Revision: 144386

upgpkg: gnuchess 6.2.2-1

Modified:
  gnuchess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 19:23:00 UTC (rev 144385)
+++ PKGBUILD2015-10-19 19:44:32 UTC (rev 144386)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=gnuchess
-pkgver=6.2.1
+pkgver=6.2.2
 pkgrel=1
 pkgdesc="Play chess against the computer on a terminal and an engine for 
graphical chess frontends"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('xboard: graphical frontend')
 install=$pkgname.install
 source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('389ef6f98b61f432cb15065277d0ad71')
+md5sums=('c181b5e218695a154a550292fddedc6d')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-19 Thread Jonathan Steel
Date: Monday, October 19, 2015 @ 21:44:48
  Author: jsteel
Revision: 144387

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

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

---+
 /PKGBUILD |   62 
 /gnuchess.install |   26 +++
 community-i686/PKGBUILD   |   31 --
 community-i686/gnuchess.install   |   13 ---
 community-x86_64/PKGBUILD |   31 --
 community-x86_64/gnuchess.install |   13 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 19:44:32 UTC (rev 144386)
+++ community-i686/PKGBUILD 2015-10-19 19:44:48 UTC (rev 144387)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=gnuchess
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for 
graphical chess frontends"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/chess/chess.html;
-license=('GPL3')
-depends=('bash')
-optdepends=('xboard: graphical frontend')
-install=$pkgname.install
-source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('389ef6f98b61f432cb15065277d0ad71')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make  
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix="$pkgdir"/usr install
-}

Copied: gnuchess/repos/community-i686/PKGBUILD (from rev 144386, 
gnuchess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 19:44:48 UTC (rev 144387)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=gnuchess
+pkgver=6.2.2
+pkgrel=1
+pkgdesc="Play chess against the computer on a terminal and an engine for 
graphical chess frontends"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/chess/chess.html;
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+install=$pkgname.install
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('c181b5e218695a154a550292fddedc6d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}

Deleted: community-i686/gnuchess.install
===
--- community-i686/gnuchess.install 2015-10-19 19:44:32 UTC (rev 144386)
+++ community-i686/gnuchess.install 2015-10-19 19:44:48 UTC (rev 144387)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}

Copied: gnuchess/repos/community-i686/gnuchess.install (from rev 144386, 
gnuchess/trunk/gnuchess.install)
===
--- community-i686/gnuchess.install (rev 0)
+++ community-i686/gnuchess.install 2015-10-19 19:44:48 UTC (rev 144387)
@@ -0,0 +1,13 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  install-info --delete $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-19 19:44:32 UTC (rev 144386)
+++ community-x86_64/PKGBUILD   2015-10-19 19:44:48 UTC (rev 144387)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=gnuchess
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for 
graphical chess frontends"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/chess/chess.html;
-license=('GPL3')

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

2015-10-19 Thread Evangelos Foutras
Date: Monday, October 19, 2015 @ 21:02:52
  Author: foutrelis
Revision: 249524

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-19 19:02:42 UTC (rev 249523)
+++ extra-i686/PKGBUILD 2015-10-19 19:02:52 UTC (rev 249524)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
-arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}

Copied: gptfdisk/repos/extra-i686/PKGBUILD (from rev 249523, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-19 19:02:52 UTC (rev 249524)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
+arch=('i686' 'x86_64')
+url="http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
+provides=("gdisk=$pkgver")
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fdfaeac7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
+  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
+  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-19 19:02:42 UTC (rev 249523)
+++ extra-x86_64/PKGBUILD   2015-10-19 19:02:52 UTC (rev 249524)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
-arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}

Copied: gptfdisk/repos/extra-x86_64/PKGBUILD (from rev 249523, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-19 19:02:52 UTC (rev 249524)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+

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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 19:33:45
  Author: seblu
Revision: 249518

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

Added:
  btrfs-progs/repos/community-testing-i686/PKGBUILD
(from rev 249517, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
(from rev 249517, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
(from rev 249517, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
(from rev 249517, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
(from rev 249517, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
(from rev 249517, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
(from rev 249517, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs
(from rev 249517, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/community-testing-i686/PKGBUILD
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs

-+
 /PKGBUILD   |  104 ++
 /btrfs-progs.install|   18 +++
 /initcpio-hook-btrfs|   14 ++
 /initcpio-install-btrfs |   34 +++
 community-testing-i686/PKGBUILD |   52 ---
 community-testing-i686/btrfs-progs.install  |9 -
 community-testing-i686/initcpio-hook-btrfs  |7 -
 community-testing-i686/initcpio-install-btrfs   |   17 ---
 community-testing-x86_64/PKGBUILD   |   52 ---
 community-testing-x86_64/btrfs-progs.install|9 -
 community-testing-x86_64/initcpio-hook-btrfs|7 -
 community-testing-x86_64/initcpio-install-btrfs |   17 ---
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-19 17:33:10 UTC (rev 249517)
+++ community-testing-i686/PKGBUILD 2015-10-19 17:33:45 UTC (rev 249518)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/community-testing-i686/PKGBUILD (from rev 249517, 
btrfs-progs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-19 17:33:45 UTC (rev 249518)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'

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

2015-10-19 Thread Jelle van der Waa
Date: Monday, October 19, 2015 @ 21:23:00
  Author: jelle
Revision: 144385

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 19:22:53 UTC (rev 144384)
+++ PKGBUILD2015-10-19 19:23:00 UTC (rev 144385)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Simon Sapin 
-# Contributor: Michal Marek 
-# Contributor: Rick W. Chena 
-# Contributor: Andrea Fagiani 
-
-pkgbase=python-cssutils
-pkgname=('python2-cssutils' 'python-cssutils')
-pkgver=1.0
-pkgrel=3
-pkgdesc="A CSS Cascading Style Sheets library for Python"
-arch=('any')
-url="http://cthedot.de/cssutils/;
-license=('LGPL3')
-makedepends=('python2-setuptools' 'python-setuptools')
-# We need to include mock as a check dependency due to the following pbr bug:
-# https://bugs.launchpad.net/pbr/+bug/1493735
-checkdepends=('python2-mock')
-source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
-md5sums=('0c0b9df329ec1461c732d0f3cba05e93')
-
-build() {
-  cd "${srcdir}"
-
-  # Create python2 build dir
-  cp -a cssutils-${pkgver} cssutils-py2-${pkgver}
-
-  # Use #!/usr/bin/python3 
-  cd cssutils-${pkgver}/src
-  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
-
-  cd "${srcdir}/cssutils-py2-${pkgver}"
-  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i -e 
's:#!/usr/bin/env python:#!/usr/bin/env python2:g' '{}' \;
-}
-
-package_python2-cssutils() {
-  depends=('python2')
-
-  cd "${srcdir}/cssutils-py2-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  # Don't install tests (FS#27567)
-  rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/tests"
-}
-
-package_python-cssutils() {
-  depends=('python')
-
-  cd "${srcdir}/cssutils-${pkgver}"
-
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-
-  # Avoid a conflict: only keep the Py2 executables.
-  rm -rf "${pkgdir}/usr/bin"
-
-  # Don't install tests (FS#27567)
-  rm -rf "${pkgdir}/usr/lib/python3.3/site-packages/tests"
-}
-
-check() {
-  cd "${srcdir}/cssutils-${pkgver}"
-  # Currently broken..
-#  python3 setup.py test
-  python2 setup.py test
-}

Copied: python-cssutils/repos/community-any/PKGBUILD (from rev 144384, 
python-cssutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 19:23:00 UTC (rev 144385)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Simon Sapin 
+# Contributor: Michal Marek 
+# Contributor: Rick W. Chena 
+# Contributor: Andrea Fagiani 
+
+pkgbase=python-cssutils
+pkgname=('python2-cssutils' 'python-cssutils')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+arch=('any')
+url="http://cthedot.de/cssutils/;
+license=('LGPL3')
+makedepends=('python2-setuptools' 'python-setuptools')
+# We need to include mock as a check dependency due to the following pbr bug:
+# https://bugs.launchpad.net/pbr/+bug/1493735
+checkdepends=('python2-mock')
+source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.tar.gz;)
+md5sums=('7fcdf2c3e9f053136af1990146eb361d')
+
+build() {
+  cd "${srcdir}"
+
+  # Create python2 build dir
+  cp -a cssutils-${pkgver} cssutils-py2-${pkgver}
+
+  # Use #!/usr/bin/python3 
+  cd cssutils-${pkgver}/src
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i -e 
's:#!/usr/bin/env python:#!/usr/bin/env python2:g' '{}' \;
+}
+
+package_python2-cssutils() {
+  depends=('python2')
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/tests"
+}
+
+package_python-cssutils() {
+  depends=('python')
+
+  cd "${srcdir}/cssutils-${pkgver}"
+
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+
+  # Avoid a conflict: only keep the Py2 executables.
+  rm -rf "${pkgdir}/usr/bin"
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python3.3/site-packages/tests"
+}
+
+check() {
+  cd "${srcdir}/cssutils-${pkgver}"
+  2to3 --no-diffs -nw src
+  python3 setup.py test
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
+  python2 setup.py test
+}


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

2015-10-19 Thread Jelle van der Waa
Date: Monday, October 19, 2015 @ 21:22:53
  Author: jelle
Revision: 144384

upgpkg: python-cssutils 1.0.1-1

l

Modified:
  python-cssutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 19:08:58 UTC (rev 144383)
+++ PKGBUILD2015-10-19 19:22:53 UTC (rev 144384)
@@ -7,8 +7,8 @@
 
 pkgbase=python-cssutils
 pkgname=('python2-cssutils' 'python-cssutils')
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="http://cthedot.de/cssutils/;
@@ -17,8 +17,8 @@
 # We need to include mock as a check dependency due to the following pbr bug:
 # https://bugs.launchpad.net/pbr/+bug/1493735
 checkdepends=('python2-mock')
-source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
-md5sums=('0c0b9df329ec1461c732d0f3cba05e93')
+source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.tar.gz;)
+md5sums=('7fcdf2c3e9f053136af1990146eb361d')
 
 build() {
   cd "${srcdir}"
@@ -61,7 +61,9 @@
 
 check() {
   cd "${srcdir}/cssutils-${pkgver}"
-  # Currently broken..
-#  python3 setup.py test
+  2to3 --no-diffs -nw src
+  python3 setup.py test
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
   python2 setup.py test
 }


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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 19:36:17
  Author: seblu
Revision: 249519

So stupid...

Deleted:
  btrfs-progs/repos/community-testing-i686/
  btrfs-progs/repos/community-testing-x86_64/


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

2015-10-19 Thread Evangelos Foutras
Date: Monday, October 19, 2015 @ 21:02:42
  Author: foutrelis
Revision: 249523

upgpkg: gptfdisk 1.0.1-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 17:47:39 UTC (rev 249522)
+++ PKGBUILD2015-10-19 19:02:42 UTC (rev 249523)
@@ -4,8 +4,8 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/;
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
+sha256sums=('864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fdfaeac7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 19:33:10
  Author: seblu
Revision: 249517

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

Added:
  btrfs-progs/repos/community-testing-i686/PKGBUILD
(from rev 249516, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
(from rev 249516, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
(from rev 249516, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
(from rev 249516, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
(from rev 249516, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
(from rev 249516, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
(from rev 249516, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs
(from rev 249516, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/community-testing-i686/PKGBUILD
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs

-+
 /PKGBUILD   |  104 ++
 /btrfs-progs.install|   18 +++
 /initcpio-hook-btrfs|   14 ++
 /initcpio-install-btrfs |   34 +++
 community-testing-i686/PKGBUILD |   52 ---
 community-testing-i686/btrfs-progs.install  |9 -
 community-testing-i686/initcpio-hook-btrfs  |7 -
 community-testing-i686/initcpio-install-btrfs   |   17 ---
 community-testing-x86_64/PKGBUILD   |   52 ---
 community-testing-x86_64/btrfs-progs.install|9 -
 community-testing-x86_64/initcpio-hook-btrfs|7 -
 community-testing-x86_64/initcpio-install-btrfs |   17 ---
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-19 16:53:03 UTC (rev 249516)
+++ community-testing-i686/PKGBUILD 2015-10-19 17:33:10 UTC (rev 249517)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/community-testing-i686/PKGBUILD (from rev 249516, 
btrfs-progs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-19 17:33:10 UTC (rev 249517)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'

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

2015-10-19 Thread Sven-Hendrik Haase
Date: Monday, October 19, 2015 @ 20:25:55
  Author: svenstaro
Revision: 144382

upgpkg: supertuxkart 0.9.1-1

upstream 0.9.1

Modified:
  supertuxkart/trunk/PKGBUILD
  supertuxkart/trunk/supertuxkart.install

--+
 PKGBUILD |4 ++--
 supertuxkart.install |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 17:03:03 UTC (rev 144381)
+++ PKGBUILD2015-10-19 18:25:55 UTC (rev 144382)
@@ -5,7 +5,7 @@
 # Contributor: rabyte 
 
 pkgname=supertuxkart
-pkgver=0.9
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz;)
 install=supertuxkart.install
-md5sums=('ae07569ab02c88ca4d49017df7731923')
+md5sums=('5d87d943f2e746043aed87dc80004701')
 
 build() {
   cd ${srcdir}/supertuxkart-${pkgver}

Modified: supertuxkart.install
===
--- supertuxkart.install2015-10-19 17:03:03 UTC (rev 144381)
+++ supertuxkart.install2015-10-19 18:25:55 UTC (rev 144382)
@@ -1,6 +1,7 @@
 post_install() {
   update-desktop-database -q
   update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {


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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 06:22:37
  Author: foutrelis
Revision: 144393

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

Added:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-i686/PKGBUILD
(from rev 144392, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.changelog
(from rev 144392, glom/trunk/glom.changelog)
  glom/repos/community-staging-i686/glom.install
(from rev 144392, glom/trunk/glom.install)
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
(from rev 144392, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.changelog
(from rev 144392, glom/trunk/glom.changelog)
  glom/repos/community-staging-x86_64/glom.install
(from rev 144392, glom/trunk/glom.install)

-+
 community-staging-i686/PKGBUILD |   39 ++
 community-staging-i686/glom.changelog   |   11 
 community-staging-i686/glom.install |   13 ++
 community-staging-x86_64/PKGBUILD   |   39 ++
 community-staging-x86_64/glom.changelog |   11 
 community-staging-x86_64/glom.install   |   13 ++
 6 files changed, 126 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 144392, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.28.5
+pkgrel=2
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+ 'libgda-mysql')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4a94fb638028cf7bf5c4ebad6e1667ed595b940cd94124d17174392fe814')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: glom/repos/community-staging-i686/glom.changelog (from rev 144392, 
glom/trunk/glom.changelog)
===
--- community-staging-i686/glom.changelog   (rev 0)
+++ community-staging-i686/glom.changelog   2015-10-20 04:22:37 UTC (rev 
144393)
@@ -0,0 +1,11 @@
+2015-07-13 Jaroslav Lichtblau 
+* glom-1.28.5-1
+
+2015-03-28 Jaroslav Lichtblau 
+* glom-1.28.4-1
+
+2014-11-05 Jaroslav Lichtblau 
+* glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau 
+* glom-1.24.2-1

Copied: glom/repos/community-staging-i686/glom.install (from rev 144392, 
glom/trunk/glom.install)
===
--- community-staging-i686/glom.install (rev 0)
+++ community-staging-i686/glom.install 2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 144392, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.28.5
+pkgrel=2
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')

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

2015-10-19 Thread Gaetan Bisson
Date: Tuesday, October 20, 2015 @ 03:14:16
  Author: bisson
Revision: 249529

db-remove: arora removed by bisson

Deleted:
  arora/repos/extra-x86_64/


[arch-commits] Commit in arora/repos (extra-i686)

2015-10-19 Thread Gaetan Bisson
Date: Tuesday, October 20, 2015 @ 03:14:04
  Author: bisson
Revision: 249528

db-remove: arora removed by bisson

Deleted:
  arora/repos/extra-i686/


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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 06:13:59
  Author: foutrelis
Revision: 144390

boost 1.59.0 rebuild

Note: This is built using a mirror snapshot from 2015-10-01 in order to avoid
  build failures that occur due to glibmm 2.46's transition over to C++11.
  (Might also be source-incompatible with libsigc++>=2.6.0.)

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-20 03:57:44 UTC (rev 144389)
+++ PKGBUILD2015-10-20 04:13:59 UTC (rev 144390)
@@ -4,7 +4,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'


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

2015-10-19 Thread Daniel Micay
Date: Tuesday, October 20, 2015 @ 06:35:50
  Author: thestinger
Revision: 144395

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 144394, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 144394, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 144394, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 144394, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 144394, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 144394, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 144394, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 144394, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 144394, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 144394, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 144394, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 144394, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 144394, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 144394, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 144394, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 144394, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
  |  130 
 /0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
  |  206 
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15600 ++
 /config.x86_64 
  |14998 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  329 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7800 -
 community-i686/config.x86_64   
  | 7499 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 

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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 07:57:45
  Author: foutrelis
Revision: 144396

skip tests; they fail to compile with Boost 1.59.0

Modified:
  pion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-20 04:35:50 UTC (rev 144395)
+++ PKGBUILD2015-10-20 05:57:45 UTC (rev 144396)
@@ -32,7 +32,8 @@
 
 check() {
   cd "$srcdir/$pkgname-$pkgver"
-  make -k check
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
 }
 
 package() {


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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 06:14:06
  Author: foutrelis
Revision: 144391

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

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

-+
 community-staging-i686/PKGBUILD |   32 ++
 community-staging-i686/easystroke.install   |   13 ++
 community-staging-x86_64/PKGBUILD   |   32 ++
 community-staging-x86_64/easystroke.install |   13 ++
 4 files changed, 90 insertions(+)

Copied: easystroke/repos/community-staging-i686/PKGBUILD (from rev 144390, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-20 04:14:06 UTC (rev 144391)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=8
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: easystroke/repos/community-staging-i686/easystroke.install (from rev 
144390, easystroke/trunk/easystroke.install)
===
--- community-staging-i686/easystroke.install   (rev 0)
+++ community-staging-i686/easystroke.install   2015-10-20 04:14:06 UTC (rev 
144391)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: easystroke/repos/community-staging-x86_64/PKGBUILD (from rev 144390, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-20 04:14:06 UTC (rev 144391)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=8
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: easystroke/repos/community-staging-x86_64/easystroke.install (from rev 
144390, easystroke/trunk/easystroke.install)
===
--- community-staging-x86_64/easystroke.install (rev 0)
+++ community-staging-x86_64/easystroke.install 2015-10-20 04:14:06 UTC (rev 
144391)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-10-19 Thread Daniel Micay
Date: Tuesday, October 20, 2015 @ 06:34:40
  Author: thestinger
Revision: 144394

upgpkg: linux-grsec 4.2.3.201510191935-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-20 04:22:37 UTC (rev 144393)
+++ PKGBUILD2015-10-20 04:34:40 UTC (rev 144394)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.3
 _grsecver=3.1
-_timestamp=201510171833
+_timestamp=201510191935
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 'e0e066f3fc5f310644e9f3f3ede47db7ac040f44782f0a5cf75ce2c940444972'
 'SKIP'
-'67af07c7acb9ee152712978d9acd4d703b1e1294afcd08f5dcd6afb3215f76b0'
+'d95abdc46d610a6daa5ab422e696a28c42724480f3b604377934850a55b74f70'
 'SKIP'
 'f58098b4fa53cd20278b55f77a89b13d60c3a9c8f3ca06865121914ac09de7b9'
 'e37351f8068b91723520bff31a164be8e9aa98dbbd440aaafc3407d707b5f569'


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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 06:22:28
  Author: foutrelis
Revision: 144392

boost 1.59.0 rebuild

Note: This is built using a mirror snapshot from 2015-10-01 in order to avoid
  build failures that occur due to glibmm 2.46's transition over to C++11.
  (Might also be source-incompatible with libsigc++>=2.6.0.)

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-20 04:14:06 UTC (rev 144391)
+++ PKGBUILD2015-10-20 04:22:28 UTC (rev 144392)
@@ -6,7 +6,7 @@
 
 pkgname=glom
 pkgver=1.28.5
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/;


[arch-commits] Commit in (arora)

2015-10-19 Thread Gaetan Bisson
Date: Tuesday, October 20, 2015 @ 03:15:56
  Author: bisson
Revision: 249530

remove arora, unmaintained upstream

Deleted:
  arora/


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

2015-10-19 Thread Jaroslav Lichtblau
Date: Monday, October 19, 2015 @ 19:03:03
  Author: jlichtblau
Revision: 144381

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

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

-+
 /PKGBUILD   |   62 ++
 /geos.changelog |   34 
 community-i686/PKGBUILD |   31 ---
 community-i686/geos.changelog   |   14 
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/geos.changelog |   14 
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-19 17:02:45 UTC (rev 144380)
+++ community-i686/PKGBUILD 2015-10-19 17:03:03 UTC (rev 144381)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-# Contributor: Alexander Rødseth 
-
-pkgname=geos
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="C++ port of the Java Topology Suite"
-arch=('x86_64' 'i686')
-url="http://trac.osgeo.org/geos/;
-license=('LGPL')
-depends=('gcc-libs' 'bash')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: geos/repos/community-i686/PKGBUILD (from rev 144380, 
geos/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-19 17:03:03 UTC (rev 144381)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+# Contributor: Alexander Rødseth 
+
+pkgname=geos
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
+url="http://trac.osgeo.org/geos/;
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('49982b23bcfa64a5dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/geos.changelog
===
--- community-i686/geos.changelog   2015-10-19 17:02:45 UTC (rev 144380)
+++ community-i686/geos.changelog   2015-10-19 17:03:03 UTC (rev 144381)
@@ -1,14 +0,0 @@
-2013-09-02 Jaroslav Lichtblau 
-   * geos 3.4.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * geos 3.3.8-1
-
-2013-02-24 Jaroslav Lichtblau 
-   * geos 3.3.7-1
-
-2013-01-18 Jaroslav Lichtblau 
-   * geos 3.3.6-1
-
-2012-09-06 Jaroslav Lichtblau 
-   * geos 3.3.5-1

Copied: geos/repos/community-i686/geos.changelog (from rev 144380, 
geos/trunk/geos.changelog)
===
--- community-i686/geos.changelog   (rev 0)
+++ community-i686/geos.changelog   2015-10-19 17:03:03 UTC (rev 144381)
@@ -0,0 +1,17 @@
+2015-10-19 Jaroslav Lichtblau 
+   * geos 3.5.0-1
+
+2013-09-02 Jaroslav Lichtblau 
+   * geos 3.4.1-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau 
+   * geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau 
+   * geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau 
+   * geos 3.3.5-1

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2015-10-19 Thread Jaroslav Lichtblau
Date: Monday, October 19, 2015 @ 19:02:45
  Author: jlichtblau
Revision: 144380

upgpkg: geos 3.5.0-1 - new upstream release

Modified:
  geos/trunk/PKGBUILD
  geos/trunk/geos.changelog

+
 PKGBUILD   |   14 +++---
 geos.changelog |   13 -
 2 files changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 16:54:52 UTC (rev 144379)
+++ PKGBUILD2015-10-19 17:02:45 UTC (rev 144380)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 # Contributor: William Rea 
 # Contributor: Alexander Rødseth 
 
 pkgname=geos
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="C++ port of the Java Topology Suite"
 arch=('x86_64' 'i686')
 url="http://trac.osgeo.org/geos/;
@@ -15,10 +15,10 @@
 options=('!emptydirs')
 changelog=$pkgname.changelog
 source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53')
+sha256sums=('49982b23bcfa64a5dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: geos.changelog
===
--- geos.changelog  2015-10-19 16:54:52 UTC (rev 144379)
+++ geos.changelog  2015-10-19 17:02:45 UTC (rev 144380)
@@ -1,14 +1,17 @@
-2013-09-02 Jaroslav Lichtblau 
+2015-10-19 Jaroslav Lichtblau 
+   * geos 3.5.0-1
+
+2013-09-02 Jaroslav Lichtblau 
* geos 3.4.1-1
 
-2013-04-20 Jaroslav Lichtblau 
+2013-04-20 Jaroslav Lichtblau 
* geos 3.3.8-1
 
-2013-02-24 Jaroslav Lichtblau 
+2013-02-24 Jaroslav Lichtblau 
* geos 3.3.7-1
 
-2013-01-18 Jaroslav Lichtblau 
+2013-01-18 Jaroslav Lichtblau 
* geos 3.3.6-1
 
-2012-09-06 Jaroslav Lichtblau 
+2012-09-06 Jaroslav Lichtblau 
* geos 3.3.5-1


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

2015-10-19 Thread Gaetan Bisson
Date: Tuesday, October 20, 2015 @ 03:09:53
  Author: bisson
Revision: 249527

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 249526, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 249526, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/core-any/newer.patch
  iana-etc/repos/core-any/protocols.gawk
  iana-etc/repos/core-any/services.gawk
  iana-etc/repos/testing-any/

-+
 /PKGBUILD   |   56 ++
 core-any/LICENSE|1 
 core-any/PKGBUILD   |   45 
 core-any/newer.patch|   29 ---
 core-any/protocols.gawk |   13 --
 core-any/services.gawk  |   15 
 6 files changed, 57 insertions(+), 102 deletions(-)

Copied: iana-etc/repos/core-any/LICENSE (from rev 249526, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2015-10-20 01:09:53 UTC (rev 249527)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2015-10-19 20:47:52 UTC (rev 249526)
+++ core-any/PKGBUILD   2015-10-20 01:09:53 UTC (rev 249527)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=2.30
-pkgrel=5
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://sethwklein.net/iana-etc.html'
-arch=('any')
-license=('custom')
-backup=('etc/'{protocols,services})
-source=("http://sethwklein.net/${pkgname}-${pkgver}.tar.bz2;
-'protocols.gawk'
-'services.gawk'
-'newer.patch')
-sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
-  '48c1b94d9069f73e8a919301da564f414c4108f8'
-  'c04278a7f11466efc64b80c193ef630857d9698a'
-  '2ff4a7aa0854a2b191b0b1a5c36eff072cd6885e')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cp ../protocols.gawk ../services.gawk .
-   patch -p1 -i ../newer.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make get
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 port-numbers.iana 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 protocol-numbers.iana 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 249526, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2015-10-20 01:09:53 UTC (rev 249527)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20151016
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('2d26b6b0033d34b4555a1e1c3d503b266cef1b2f'
+  'c4ebdff6e286aa7c55620076feecd8a9bbeeab65'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}

Deleted: core-any/newer.patch
===
--- core-any/newer.patch2015-10-19 20:47:52 UTC (rev 249526)
+++ core-any/newer.patch2015-10-20 01:09:53 UTC (rev 249527)
@@ -1,29 +0,0 @@
-diff -Naur old/Makefile new/Makefile
 old/Makefile   2008-03-05 08:02:40.0 -1000
-+++ new/Makefile   2013-11-20 11:30:01.387562517 

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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 05:57:44
  Author: foutrelis
Revision: 144389

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

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

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/guitarix2.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/guitarix2.install |   11 
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 144388, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-20 03:57:44 UTC (rev 144389)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.33.0
+pkgrel=2
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-i686/guitarix2.install (from rev 
144388, guitarix2/trunk/guitarix2.install)
===
--- community-staging-i686/guitarix2.install(rev 0)
+++ community-staging-i686/guitarix2.install2015-10-20 03:57:44 UTC (rev 
144389)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 144388, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-20 03:57:44 UTC (rev 144389)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.33.0
+pkgrel=2
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-x86_64/guitarix2.install (from rev 
144388, guitarix2/trunk/guitarix2.install)
===
--- community-staging-x86_64/guitarix2.install  (rev 0)
+++ community-staging-x86_64/guitarix2.install  2015-10-20 03:57:44 UTC (rev 
144389)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-10-19 Thread Evangelos Foutras
Date: Tuesday, October 20, 2015 @ 05:57:32
  Author: foutrelis
Revision: 144388

boost 1.59.0 rebuild

Note: This is built using a mirror snapshot from 2015-10-01 in order to avoid
  build failures that occur due to glibmm 2.46's transition over to C++11.
  (Might also be source-incompatible with libsigc++>=2.6.0.)

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 19:44:48 UTC (rev 144387)
+++ PKGBUILD2015-10-20 03:57:32 UTC (rev 144388)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
  'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
@@ -21,16 +21,16 @@
 
 build() {
   cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
+  python2 waf configure --prefix=/usr \
 --no-desktop-update \
 --no-ldconfig \
 --no-faust \
 --shared-lib \
 --lib-dev
-  python waf build
+  python2 waf build
 }
 
 package() {
   cd guitarix-$pkgver
-  python waf install --destdir="$pkgdir"
+  python2 waf install --destdir="$pkgdir"
 }


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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 18:22:00
  Author: anatolik
Revision: 144376

upgpkg: python-txaio 2.0.4-1

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 15:50:19 UTC (rev 144375)
+++ PKGBUILD2015-10-19 16:22:00 UTC (rev 144376)
@@ -3,7 +3,7 @@
 
 pkgbase=python-txaio
 pkgname=(python-txaio python2-txaio)
-pkgver=2.0.2
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools)
 source=(https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('b526ccbb20f1ea5c00d8846dcba272eab535d5da')
+sha1sums=('fd43ddbac7442cfd0ef582473c5751bf666e44e3')
 
 prepare() {
   cp -a txaio-$pkgver{,-py2}


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

2015-10-19 Thread Kyle Keen
Date: Monday, October 19, 2015 @ 18:54:52
  Author: kkeen
Revision: 144379

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

Added:
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 144378, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 144378, cgal/trunk/PKGBUILD)
Deleted:
  cgal/repos/community-staging-i686/PKGBUILD
  cgal/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-10-19 16:54:33 UTC (rev 144378)
+++ community-staging-i686/PKGBUILD 2015-10-19 16:54:52 UTC (rev 144379)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6.3
-pkgrel=2
-_pkgid=35139
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('6953897544d41ffcc63ffe58b32a688f')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 144378, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-19 16:54:52 UTC (rev 144379)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-10-19 16:54:33 UTC (rev 144378)
+++ community-staging-x86_64/PKGBUILD   2015-10-19 16:54:52 UTC (rev 144379)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6.3
-pkgrel=2
-_pkgid=35139
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('6953897544d41ffcc63ffe58b32a688f')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 

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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 18:22:26
  Author: anatolik
Revision: 144377

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-19 16:22:00 UTC (rev 144376)
+++ PKGBUILD2015-10-19 16:22:26 UTC (rev 144377)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
-arch=(any)
-url='https://github.com/tavendo/txaio'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('b526ccbb20f1ea5c00d8846dcba272eab535d5da')
-
-prepare() {
-  cp -a txaio-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-txaio() {
-  depends=(python python-six)
-
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-txaio() {
-  depends=(python2 python2-six)
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 144376, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-19 16:22:26 UTC (rev 144377)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
+arch=(any)
+url='https://github.com/tavendo/txaio'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz)
+sha1sums=('fd43ddbac7442cfd0ef582473c5751bf666e44e3')
+
+prepare() {
+  cp -a txaio-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-txaio() {
+  depends=(python python-six)
+
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-txaio() {
+  depends=(python2 python2-six)
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-10-19 Thread Guillaume Alaux
Date: Monday, October 19, 2015 @ 18:24:36
  Author: guillaume
Revision: 249513

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 249512, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 249512, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
(from rev 249512, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 249512, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 249512, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 249512, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 249512, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 249512, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
(from rev 249512, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 249512, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 249512, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 249512, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  630 +
 /fontconfig-paths.diff   |  268 ++
 /jdk7-openjdk.install|  100 +++
 /jre7-openjdk-headless.install   |   96 +++
 /jre7-openjdk.install|  110 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  312 
 extra-i686/fontconfig-paths.diff |  134 -
 extra-i686/jdk7-openjdk.install  |   50 -
 extra-i686/jre7-openjdk-headless.install |   48 -
 extra-i686/jre7-openjdk.install  |   55 --
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  312 
 extra-x86_64/fontconfig-paths.diff   |  134 -
 extra-x86_64/jdk7-openjdk.install|   50 -
 extra-x86_64/jre7-openjdk-headless.install   |   48 -
 extra-x86_64/jre7-openjdk.install|   55 --
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 18 files changed, 1320 insertions(+), 1314 deletions(-)

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


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

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 18:51:27
  Author: anatolik
Revision: 249515

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

Added:
  talloc/repos/testing-i686/
  talloc/repos/testing-i686/PKGBUILD
(from rev 249514, talloc/trunk/PKGBUILD)
  talloc/repos/testing-i686/fix_test_path.patch
(from rev 249514, talloc/trunk/fix_test_path.patch)
  talloc/repos/testing-x86_64/
  talloc/repos/testing-x86_64/PKGBUILD
(from rev 249514, talloc/trunk/PKGBUILD)
  talloc/repos/testing-x86_64/fix_test_path.patch
(from rev 249514, talloc/trunk/fix_test_path.patch)

+
 testing-i686/PKGBUILD  |   47 +++
 testing-i686/fix_test_path.patch   |   13 +
 testing-x86_64/PKGBUILD|   47 +++
 testing-x86_64/fix_test_path.patch |   13 +
 4 files changed, 120 insertions(+)

Copied: talloc/repos/testing-i686/PKGBUILD (from rev 249514, 
talloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-19 16:51:27 UTC (rev 249515)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
+fix_test_path.patch)
+sha1sums=('1c5383249efc3ff3ff44c27c1263eb08ca731a7c'
+  'SKIP'
+  '34132be289f9ce1c38c8b367def8d91ac7dbb706')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 < ../fix_test_path.patch
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-i686/fix_test_path.patch (from rev 249514, 
talloc/trunk/fix_test_path.patch)
===
--- testing-i686/fix_test_path.patch(rev 0)
+++ testing-i686/fix_test_path.patch2015-10-19 16:51:27 UTC (rev 249515)
@@ -0,0 +1,13 @@
+diff --git a/wscript b/wscript
+index 9cedbbf..4432a9a 100644
+--- a/wscript
 b/wscript
+@@ -158,7 +158,7 @@ def test(ctx):
+ cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite')
+ ret = samba_utils.RUN_COMMAND(cmd)
+ print("testsuite returned %d" % ret)
+-magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
++magic_cmd = os.path.join(srcdir,
+  'test_magic_differs.sh')
+ 
+ magic_ret = samba_utils.RUN_COMMAND(magic_cmd)

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 249514, 
talloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-19 16:51:27 UTC (rev 249515)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
+fix_test_path.patch)
+sha1sums=('1c5383249efc3ff3ff44c27c1263eb08ca731a7c'
+  'SKIP'
+  '34132be289f9ce1c38c8b367def8d91ac7dbb706')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 < ../fix_test_path.patch
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-x86_64/fix_test_path.patch (from rev 249514, 
talloc/trunk/fix_test_path.patch)

[arch-commits] Commit in talloc/trunk (PKGBUILD fix_test_path.patch)

2015-10-19 Thread Anatol Pomozov
Date: Monday, October 19, 2015 @ 18:50:57
  Author: anatolik
Revision: 249514

upgpkg: talloc 2.1.4-1

Added:
  talloc/trunk/fix_test_path.patch
Modified:
  talloc/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 fix_test_path.patch |   13 +
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 16:24:36 UTC (rev 249513)
+++ PKGBUILD2015-10-19 16:50:57 UTC (rev 249514)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('i686' 'x86_64')
@@ -12,13 +12,16 @@
 depends=('glibc')
 makedepends=('python2' 'docbook-xsl')
 optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc})
-sha1sums=('75f6a09a7199d0d952ebde6fc605dc0f2046b41c'
-  'SKIP')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
+fix_test_path.patch)
+sha1sums=('1c5383249efc3ff3ff44c27c1263eb08ca731a7c'
+  'SKIP'
+  '34132be289f9ce1c38c8b367def8d91ac7dbb706')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 < ../fix_test_path.patch
sed -i -e 's#python#python2#g' buildtools/bin/waf
 }
 

Added: fix_test_path.patch
===
--- fix_test_path.patch (rev 0)
+++ fix_test_path.patch 2015-10-19 16:50:57 UTC (rev 249514)
@@ -0,0 +1,13 @@
+diff --git a/wscript b/wscript
+index 9cedbbf..4432a9a 100644
+--- a/wscript
 b/wscript
+@@ -158,7 +158,7 @@ def test(ctx):
+ cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite')
+ ret = samba_utils.RUN_COMMAND(cmd)
+ print("testsuite returned %d" % ret)
+-magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
++magic_cmd = os.path.join(srcdir,
+  'test_magic_differs.sh')
+ 
+ magic_ret = samba_utils.RUN_COMMAND(magic_cmd)


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

2015-10-19 Thread Sébastien Luttringer
Date: Monday, October 19, 2015 @ 18:53:03
  Author: seblu
Revision: 249516

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

Added:
  btrfs-progs/repos/community-testing-i686/PKGBUILD
(from rev 249515, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
(from rev 249515, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
(from rev 249515, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
(from rev 249515, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
(from rev 249515, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
(from rev 249515, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
(from rev 249515, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs
(from rev 249515, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/community-testing-i686/PKGBUILD
  btrfs-progs/repos/community-testing-i686/btrfs-progs.install
  btrfs-progs/repos/community-testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/community-testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/community-testing-x86_64/PKGBUILD
  btrfs-progs/repos/community-testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/community-testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/community-testing-x86_64/initcpio-install-btrfs

-+
 /PKGBUILD   |  104 ++
 /btrfs-progs.install|   18 +++
 /initcpio-hook-btrfs|   14 ++
 /initcpio-install-btrfs |   34 +++
 community-testing-i686/PKGBUILD |   52 ---
 community-testing-i686/btrfs-progs.install  |9 -
 community-testing-i686/initcpio-hook-btrfs  |7 -
 community-testing-i686/initcpio-install-btrfs   |   17 ---
 community-testing-x86_64/PKGBUILD   |   52 ---
 community-testing-x86_64/btrfs-progs.install|9 -
 community-testing-x86_64/initcpio-hook-btrfs|7 -
 community-testing-x86_64/initcpio-install-btrfs |   17 ---
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-19 16:51:27 UTC (rev 249515)
+++ community-testing-i686/PKGBUILD 2015-10-19 16:53:03 UTC (rev 249516)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/community-testing-i686/PKGBUILD (from rev 249515, 
btrfs-progs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-19 16:53:03 UTC (rev 249516)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'

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

2015-10-19 Thread Kyle Keen
Date: Monday, October 19, 2015 @ 18:54:33
  Author: kkeen
Revision: 144378

upgpkg: cgal 4.7-1

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 16:22:26 UTC (rev 144377)
+++ PKGBUILD2015-10-19 16:54:33 UTC (rev 144378)
@@ -3,19 +3,18 @@
 # Contributor: Dmitriy Morozov 
 
 pkgname=cgal
-pkgver=4.6.3
-pkgrel=2
-_pkgid=35139
+pkgver=4.7
+pkgrel=1
 pkgdesc="Computational Geometry Algorithms Library"
 arch=('i686' 'x86_64')
 url="http://www.cgal.org;
 license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
 depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
+optdepends=('qt5-svg: for CGAL_Qt5'
 'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('6953897544d41ffcc63ffe58b32a688f')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
 
 # consider building with swig for python stuff
 # https://gforge.inria.fr/frs/?group_id=52  for _pkgid