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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:34:24
  Author: alucryd
Revision: 139431

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 07:34:07 UTC (rev 139430)
+++ PKGBUILD2015-09-07 07:34:24 UTC (rev 139431)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Steven Allen 
-# Contributor: Limao Luo 
-# Contributor: Wieland Hoffmann 
-# Contributor: Amr Hassan 
-
-pkgbase=python-pylast
-pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
-url='https://github.com/pylast/pylast'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pylast/pylast-${pkgver}.tar.gz;)
-sha256sums=('691560ca7b9c39cbaa847b18df3306bd232bf15559f0a82cbf94b70923b74699')
-
-prepare() {
-  cp -r pylast-${pkgver} python2-pylast-${pkgver}
-}
-
-build() {
-  cd pylast-${pkgver}
-
-  python setup.py build
-
-  cd ../python2-pylast-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pylast() {
-  depends=('python-six')
-
-  cd pylast-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-pylast() {
-  depends=('python2-six')
-
-  cd python2-pylast-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 139430, 
python-pylast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 07:34:24 UTC (rev 139431)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Steven Allen 
+# Contributor: Limao Luo 
+# Contributor: Wieland Hoffmann 
+# Contributor: Amr Hassan 
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pylast/pylast-${pkgver}.tar.gz;)
+sha256sums=('b7d0437f675cde4b1aeb24fac14628492ffb5f7a63baf95100edff06085d11cb')
+
+prepare() {
+  cp -r pylast-${pkgver} python2-pylast-${pkgver}
+}
+
+build() {
+  cd pylast-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-pylast-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pylast() {
+  depends=('python-six')
+
+  cd pylast-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-pylast() {
+  depends=('python2-six')
+
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:34:07
  Author: alucryd
Revision: 139430

upgpkg: python-pylast 1.4.0-1

Modified:
  python-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 02:51:53 UTC (rev 139429)
+++ PKGBUILD2015-09-07 07:34:07 UTC (rev 139430)
@@ -7,7 +7,7 @@
 
 pkgbase=python-pylast
 pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A Python interface to Last.fm and Libre.fm'
 arch=('any')
@@ -15,7 +15,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/p/pylast/pylast-${pkgver}.tar.gz;)
-sha256sums=('691560ca7b9c39cbaa847b18df3306bd232bf15559f0a82cbf94b70923b74699')
+sha256sums=('b7d0437f675cde4b1aeb24fac14628492ffb5f7a63baf95100edff06085d11cb')
 
 prepare() {
   cp -r pylast-${pkgver} python2-pylast-${pkgver}


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

2015-09-07 Thread Massimiliano Torromeo
Date: Monday, September 7, 2015 @ 10:49:11
  Author: mtorromeo
Revision: 139436

upgpkg: hhvm 3.9.1-1

Updated to 3.9.1

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 07:48:38 UTC (rev 139435)
+++ PKGBUILD2015-09-07 08:49:11 UTC (rev 139436)
@@ -3,8 +3,8 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.9.0
-pkgrel=3
+pkgver=3.9.1
+pkgrel=1
 
 _thirdparty_commit=5cfbd0ea334de25115546a08a9dbd2954c6f5ed5
 _folly_commit=879db739d6bb0cd6a7035d4606c34c877077c88e
@@ -137,7 +137,7 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('a1d0713b19b615e6008f9c35d7e219fb6030559bbb8baa7c44d92730263aa4aa'
+sha256sums=('b9e98bdea1923ed2bd36ecf9481f45f3afe1b1e57903437cae05273a019e4a62'
 '730d60164d5274011cded79ffef1da41f3d667521a6823f7dd91bd912f147406'
 '3e76945da52a79efa5ead9ffbcca21b8cdb1df85c1648154a94475ee30cc4afb'
 '72aed344806debe232ac3ed6196e6d1dc11f42926d44b31d9c3d962da5c88a37'


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:59:43
  Author: foutrelis
Revision: 245434

ncurses 6.0 rebuild.

Modified:
  texinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:52:19 UTC (rev 245433)
+++ PKGBUILD2015-09-07 08:59:43 UTC (rev 245434)
@@ -5,7 +5,7 @@
 
 pkgname=texinfo
 pkgver=5.2
-pkgrel=3
+pkgrel=4
 pkgdesc='GNU documentation system for on-line information and printed output'
 arch=('i686' 'x86_64')
 url='http://www.gnu.org/software/texinfo/'


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:00:42
  Author: foutrelis
Revision: 139442

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

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

--+
 community-staging-i686/PKGBUILD  |   75 +
 community-staging-i686/nethack.install   |   12 
 community-staging-x86_64/PKGBUILD|   75 +
 community-staging-x86_64/nethack.install |   12 
 4 files changed, 174 insertions(+)

Copied: nethack/repos/community-staging-i686/PKGBUILD (from rev 139441, 
nethack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 09:00:42 UTC (rev 139442)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 
+# Contributor : Markus Meissner 
+# Contributor : Nick Erdmann 
+
+pkgname=nethack
+pkgver=3.4.3
+pkgrel=9
+pkgdesc='A single player dungeon exploration game'
+arch=('i686' 'x86_64')
+url="http://www.nethack.org/index.html;
+license=('custom')
+depends=('ncurses' 'gzip')
+install=nethack.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz;)
+md5sums=('21479c95990eefe7650df582426457f9')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/
+
+  sed -e '/define HACKDIR/ s|/usr/games/lib/nethackdir|/var/games/nethack/|' \
+  -e "/^#define COMPRESS\s/ s|/usr/bin/compress|$(which gzip)|" \
+  -e '/^#define COMPRESS_EXTENSION/ s|".Z"|".gz"|' \
+  -e 's|^/\* \(#define DLB\) \*/|\1|' -i include/config.h
+
+  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
+
+  sed -e 's|^# \(WINTTYLIB = -lncurses\)|\1|' \
+  -e 's|^WINTTYLIB = -ltermlib|#&|' -i sys/unix/Makefile.src
+
+  # we are setting up for setgid games, so modify all necessary permissions
+  # to allow full access for groups
+
+  sed -e '/^GAMEDIR\s*=/ s|/games/.*$|/var/games/$(GAME)|' \
+  -e '/^GAMEUID\s*=/ s|games|root|' \
+  -e '/^GAMEGRP\s*=/ s|bin|games|' \
+  -e '/^GAMEPERM\s*=/ s|04755|02755|' \
+  -e '/^FILEPERM\s*=/ s|0644|0664|' \
+  -e '/^DIRPERM\s*=/ s|0755|0775|' \
+  -e '/^SHELLDIR\s*=/ s|/games|/usr/bin|' -i sys/unix/Makefile.top
+
+  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 
sys/unix/Makefile.doc
+
+}
+
+build(){
+  cd $srcdir/$pkgname-$pkgver/
+
+  sh sys/unix/setup.sh
+  make
+}
+  
+package() {
+  cd $srcdir/$pkgname-$pkgver/
+
+  install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
+  install -dm775 $pkgdir/var/games/
+  make PREFIX=$pkgdir install manpages
+  sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
+  -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
+  -i $pkgdir/usr/bin/nethack
+
+  install -dm755 $pkgdir/usr/lib/nethack
+  mv $pkgdir/var/games/nethack/{nethack,recover} $pkgdir/usr/lib/nethack/
+
+  # FS#43414: /var/games should be owned by root:games.
+  chown root:games $pkgdir/var/games/
+
+  install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
+  
+  install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: nethack/repos/community-staging-i686/nethack.install (from rev 139441, 
nethack/trunk/nethack.install)
===
--- community-staging-i686/nethack.install  (rev 0)
+++ community-staging-i686/nethack.install  2015-09-07 09:00:42 UTC (rev 
139442)
@@ -0,0 +1,12 @@
+pre_upgrade() {
+  if(test `vercmp '3.4.3-5' "$2"` -ge 0); then
+mv /usr/share/nethack /tmp/nethack-backup
+  fi
+}
+
+post_upgrade() {
+  if(test `vercmp '3.4.3-5' "$2"` -ge 0); then
+rm -rf /var/games/nethack
+mv /tmp/nethack-backup /var/games/nethack
+  fi
+}

Copied: nethack/repos/community-staging-x86_64/PKGBUILD (from rev 139441, 
nethack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 09:00:42 UTC (rev 139442)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:00:33
  Author: foutrelis
Revision: 139441

ncurses 6.0 rebuild.

Modified:
  nethack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:58:29 UTC (rev 139440)
+++ PKGBUILD2015-09-07 09:00:33 UTC (rev 139441)
@@ -7,7 +7,7 @@
 
 pkgname=nethack
 pkgver=3.4.3
-pkgrel=8
+pkgrel=9
 pkgdesc='A single player dungeon exploration game'
 arch=('i686' 'x86_64')
 url="http://www.nethack.org/index.html;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:16:37
  Author: foutrelis
Revision: 245437

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

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

-+
 /PKGBUILD   |   96 ++
 staging-i686/PKGBUILD   |   71 --
 staging-x86_64/PKGBUILD |   71 --
 3 files changed, 96 insertions(+), 142 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-07 09:16:28 UTC (rev 245436)
+++ staging-i686/PKGBUILD   2015-09-07 09:16:37 UTC (rev 245437)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=ncurses
-pkgver=6.0
-pkgrel=1
-pkgdesc='System V Release 4.0 curses emulation library'
-arch=('i686' 'x86_64')
-url='http://invisible-island.net/ncurses/ncurses.html'
-license=('MIT')
-depends=('glibc' 'gcc-libs' 'sh')
-provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
-  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
-source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
-md5sums=('ee13d052e1ead260d7c28071f46eefb1'
- 'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
-
-prepare() {
-  mkdir ncurses{,w}-build
-}
-
-build() {
-  cd ncursesw-build
-  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
- --with-shared --with-normal --without-debug --without-ada \
- --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
- --enable-ext-colors --enable-ext-mouse
-  make
-
-  # libraries for external binary support
-  cd ${srcdir}/ncurses-build
-  [[ $CARCH = "x86_64" ]] && CONFIGFLAG="--with-chtype=long"
-  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
---with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
---with-cxx-binding --with-cxx-shared
-  make
-}
-
-package() {
-  cd ncursesw-build
-  make DESTDIR="$pkgdir" install
-
-  # fool packages looking to link to non-wide-character ncurses libraries
-  for lib in ncurses ncurses++ form panel menu; do
-echo "INPUT(-l${lib}w)" > "$pkgdir"/usr/lib/lib${lib}.so
-  done
-
-  for lib in ncurses ncurses++ form panel menu; do
-ln -s ${lib}w.pc "$pkgdir"/usr/lib/pkgconfig/${lib}.pc
-  done
-
-  # some packages look for -lcurses during build
-  echo "INPUT(-lncursesw)" > "$pkgdir"/usr/lib/libcursesw.so
-  ln -s libncurses.so "$pkgdir"/usr/lib/libcurses.so
-
-  # non-widec compatibility libraries
-  cd "$srcdir"/ncurses-build
-  for lib in ncurses form panel menu; do
-install -Dm755 lib/lib${lib}.so.${pkgver%_*} \
-   "$pkgdir"/usr/lib/lib${lib}.so.${pkgver%_*}
-ln -s lib${lib}.so.${pkgver%_*} "$pkgdir"/usr/lib/lib${lib}.so.5
-  done
-
-  # install license, rip it from the readme
-  cd "$srcdir"/$pkgname-${pkgver/_/-}
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
-  grep -B 100 '$Id' README > "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ncurses/repos/staging-i686/PKGBUILD (from rev 245436, 
ncurses/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 09:16:37 UTC (rev 245437)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=ncurses
+pkgver=6.0
+pkgrel=2
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so'
+  'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
+md5sums=('ee13d052e1ead260d7c28071f46eefb1'
+ 'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
+ --enable-ext-colors --enable-ext-mouse
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in ncurses 

[arch-commits] Commit in lib32-ncurses/repos/multilib-staging-x86_64 (2 files)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:16:43
  Author: foutrelis
Revision: 139447

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-ncurses/repos/multilib-staging-x86_64/PKGBUILD
(from rev 139446, lib32-ncurses/trunk/PKGBUILD)
Deleted:
  lib32-ncurses/repos/multilib-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 09:16:38 UTC (rev 139446)
+++ PKGBUILD2015-09-07 09:16:43 UTC (rev 139447)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: judd 
-
-_pkgbasename=ncurses
-pkgname=lib32-${_pkgbasename}
-pkgver=6.0
-pkgrel=1
-pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/ncurses/;
-license=('MIT')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=("gcc-multilib")
-source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
-md5sums=('ee13d052e1ead260d7c28071f46eefb1'
- 'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/
-  mkdir ncurses{,w}-build
-
-  cd ${srcdir}/ncursesw-build
-  ../${_pkgbasename}-${pkgver}/configure --prefix=/usr --mandir=/usr/share/man 
\
- --with-shared --with-normal --without-debug --without-ada \
- --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
- --enable-ext-colors --enable-ext-mouse
-  make
-
-  # libraries for external binary support
-  cd ${srcdir}/ncurses-build
-#  [ $CARCH = "x86_64" ] && CONFIGFLAG="--with-chtype=long"
-  ../${_pkgbasename}-${pkgver}/configure --prefix=/usr \
---with-shared --with-normal --without-debug --without-ada \
---with-install-prefix=${pkgdir} $CONFIGFLAG --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/ncursesw-build
-  make install
-
-  install -dm755 ${pkgdir}/usr/lib32
-
-  # fool packages looking to link to non-wide-character ncurses libraries
-  for lib in curses ncurses form panel menu; do
-rm -f ${pkgdir}/usr/lib32/lib${lib}.so
-echo "INPUT(-l${lib}w)" >${pkgdir}/usr/lib32/lib${lib}.so
-ln -sf lib${lib}w.a ${pkgdir}/usr/lib32/lib${lib}.a
-  done
-  ln -sf libncurses++w.a ${pkgdir}/usr/lib32/libncurses++.a
-
-  # some packages look for -lcurses during build
-  rm -f ${pkgdir}/usr/lib32/libcursesw.so
-  echo "INPUT(-lncursesw)" >${pkgdir}/usr/lib32/libcursesw.so
-  ln -sf libncurses.so ${pkgdir}/usr/lib32/libcurses.so
-  ln -sf libncursesw.a ${pkgdir}/usr/lib32/libcursesw.a
-  ln -sf libncurses.a ${pkgdir}/usr/lib32/libcurses.a
-
-  # non-widec compatibility libraries
-  cd ${srcdir}/ncurses-build
-  for lib in ncurses form panel menu; do
-install -Dm755 lib/lib${lib}.so.${pkgver} 
${pkgdir}/usr/lib32/lib${lib}.so.${pkgver}
-ln -s lib${lib}.so.${pkgver} ${pkgdir}/usr/lib32/lib${lib}.so.5
-  done
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: set et ts=2 sw=2:

Copied: lib32-ncurses/repos/multilib-staging-x86_64/PKGBUILD (from rev 139446, 
lib32-ncurses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 09:16:43 UTC (rev 139447)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+_pkgbasename=ncurses
+pkgname=lib32-${_pkgbasename}
+pkgver=6.0
+pkgrel=2
+pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/ncurses/;
+license=('MIT')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=("gcc-multilib")
+source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
+md5sums=('ee13d052e1ead260d7c28071f46eefb1'
+ 'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
+ --enable-ext-colors --enable-ext-mouse
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make install
+
+  install -dm755 ${pkgdir}/usr/lib32
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in curses ncurses form panel menu; do
+rm -f ${pkgdir}/usr/lib32/lib${lib}.so
+echo "INPUT(-l${lib}w)" 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:25:22
  Author: foutrelis
Revision: 139453

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

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

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

Copied: vagrant/repos/community-staging-i686/PKGBUILD (from rev 139452, 
vagrant/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 09:25:22 UTC (rev 139453)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.7.4
+pkgrel=2
+_subver=2
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('lzo' 'libidn' 'rtmpdump')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_i686-$_subver.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_x86_64-$_subver.zip)
+md5sums=('556b5e5594a327d46b63c4d8024db187')
+md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1')
+md5sums_x86_64=('98d92dedfb660045ba779c4761deac58')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR="$srcdir"/substrate/embedded
+
+  echo -n $pkgver > "$srcdir"/substrate/${pkgname}_version
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-staging-x86_64/PKGBUILD (from rev 139452, 
vagrant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 09:25:22 UTC (rev 139453)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.7.4
+pkgrel=2
+_subver=2
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('lzo' 'libidn' 'rtmpdump')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_i686-$_subver.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_x86_64-$_subver.zip)
+md5sums=('556b5e5594a327d46b63c4d8024db187')
+md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1')
+md5sums_x86_64=('98d92dedfb660045ba779c4761deac58')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR="$srcdir"/substrate/embedded
+
+  echo -n $pkgver > "$srcdir"/substrate/${pkgname}_version
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+ 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:25:14
  Author: foutrelis
Revision: 139452

ncurses 6.0 rebuild.

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:17:44 UTC (rev 139451)
+++ PKGBUILD2015-09-07 09:25:14 UTC (rev 139452)
@@ -11,7 +11,7 @@
 
 pkgname=vagrant
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 _subver=2
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 09:56:06
  Author: foutrelis
Revision: 245425

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

Added:
  irssi/repos/staging-i686/
  irssi/repos/staging-i686/PKGBUILD
(from rev 245424, irssi/trunk/PKGBUILD)
  irssi/repos/staging-x86_64/
  irssi/repos/staging-x86_64/PKGBUILD
(from rev 245424, irssi/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: irssi/repos/staging-i686/PKGBUILD (from rev 245424, 
irssi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 07:56:06 UTC (rev 245425)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.17
+pkgrel=3
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('ecf64be47978d89a742b435a81cb47db')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+}

Copied: irssi/repos/staging-x86_64/PKGBUILD (from rev 245424, 
irssi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 07:56:06 UTC (rev 245425)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.17
+pkgrel=3
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('ecf64be47978d89a742b435a81cb47db')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+}


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 09:55:59
  Author: foutrelis
Revision: 245424

ncurses 6.0 rebuild.

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 06:37:12 UTC (rev 245423)
+++ PKGBUILD2015-09-07 07:55:59 UTC (rev 245424)
@@ -4,7 +4,7 @@
 
 pkgname=irssi
 pkgver=0.8.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Modular text mode IRC client with Perl scripting"
 arch=('i686' 'x86_64')
 url="http://irssi.org/;


[arch-commits] Commit in hhvm/repos/community-x86_64 (18 files)

2015-09-07 Thread Massimiliano Torromeo
Date: Monday, September 7, 2015 @ 10:50:09
  Author: mtorromeo
Revision: 139437

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 139436, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/gcc51.patch
(from rev 139436, hhvm/trunk/gcc51.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 139436, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 139436, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 139436, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 139436, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
(from rev 139436, hhvm/trunk/libstdcxx-dual-abi.patch)
  hhvm/repos/community-x86_64/php.ini
(from rev 139436, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 139436, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/gcc51.patch
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

--+
 PKGBUILD |  310 ++---
 gcc51.patch  |   28 ++--
 hhvm.install |   18 +-
 hhvm.service |   30 ++--
 hhvm.tmpfile |4 
 hhvm@.service|   30 ++--
 libstdcxx-dual-abi.patch |   92 ++---
 php.ini  |   20 +-
 server.ini   |   12 -
 9 files changed, 272 insertions(+), 272 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 08:49:11 UTC (rev 139436)
+++ PKGBUILD2015-09-07 08:50:09 UTC (rev 139437)
@@ -1,155 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.9.0
-pkgrel=2
-
-_thirdparty_commit=5cfbd0ea334de25115546a08a9dbd2954c6f5ed5
-_folly_commit=879db739d6bb0cd6a7035d4606c34c877077c88e
-_thrift_commit=b5635e3675023979c87d8b16182402c1ffba32a4
-_proxygen_commit=885e8444298343bc6948f6bdb7f1d9edc540
-_webscalesql_commit=04456ee8cb3f537537873504b33cdea17e346b12
-_mcrouter_commit=8303e732b94469d213266dc512cece4860875305
-_squangle_commit=2661b7b4ffd2533f1cead7c45d369177d44315ff
-_wangle_commit=6ce19ed9d2a8dd2b68d2b23a180ceb107cb53091
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client' 'unixodbc')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
"https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-'gcc51.patch'
-'libstdcxx-dual-abi.patch')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-patch -p1 -i "$srcdir"/gcc51.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-patch -d src -p1 -i "$srcdir"/libstdcxx-dual-abi.patch
-
-cd 

[arch-commits] Commit in lame/trunk (PKGBUILD sse.patch)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:50:43
  Author: foutrelis
Revision: 245429

Fix build on i686

Added:
  lame/trunk/sse.patch
Modified:
  lame/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 sse.patch |   30 ++
 2 files changed, 39 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:26:49 UTC (rev 245428)
+++ PKGBUILD2015-09-07 08:50:43 UTC (rev 245429)
@@ -12,9 +12,16 @@
 depends=('ncurses')
 makedepends=('nasm')
 license=('LGPL')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('84835b313d4a8b68f5349816d33e07ce')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+"sse.patch")
+md5sums=('84835b313d4a8b68f5349816d33e07ce'
+ 'ca77f3259ed398ae1c55073dacdd752f')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../sse.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Added: sse.patch
===
--- sse.patch   (rev 0)
+++ sse.patch   2015-09-07 08:50:43 UTC (rev 245429)
@@ -0,0 +1,30 @@
+xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
+xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled 
changes the ABI [-W
+psabi]
+ const __m128 vec_fabs_mask = _mm_loadu_ps(_mask._float[0]);
+  ^
+In file included from xmm_quantize_sub.c:37:0:
+/usr/lib/gcc/i686-w64-mingw32/4.9.0/include/xmmintrin.h:933:1: error: inlining 
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
+ _mm_loadu_ps (float const *__P)
+ ^
+xmm_quantize_sub.c:65:18: error: called from here
+ const __m128 vec_fabs_mask = _mm_loadu_ps(_mask._float[0]);
+  ^
+--- lame/libmp3lame/vector/xmm_quantize_sub.c.orig 2014-06-08 
12:16:19.455468042 -0700
 lame/libmp3lame/vector/xmm_quantize_sub.c  2014-06-08 12:16:09.592356980 
-0700
+@@ -35,6 +35,7 @@
+ #ifdef HAVE_XMMINTRIN_H
+ 
+ #include 
++#pragma GCC target("sse")
+ 
+ typedef union {
+ int32_t _i_32[4]; /* unions are initialized by its first member */
+@@ -124,6 +125,7 @@
+ }
+ 
+ 
++#pragma GCC target("sse2")
+ void
+ fht_SSE2(FLOAT * fz, int n)
+ {


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:31:33
  Author: foutrelis
Revision: 245443

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

Added:
  lynx/repos/staging-i686/
  lynx/repos/staging-i686/PKGBUILD
(from rev 245442, lynx/trunk/PKGBUILD)
  lynx/repos/staging-x86_64/
  lynx/repos/staging-x86_64/PKGBUILD
(from rev 245442, lynx/trunk/PKGBUILD)

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

Copied: lynx/repos/staging-i686/PKGBUILD (from rev 245442, lynx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 09:31:33 UTC (rev 245443)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Tom Newsom 
+
+pkgname=lynx
+pkgver=2.8.8
+_relver=${pkgver}rel.2
+pkgrel=3
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl' 'libidn')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2;
+"http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc;)
+md5sums=('b231c2aa34dfe7ca25681ef4e55ee7e8'
+ 'SKIP')
+validpgpkeys=('0AFD1FFEEA2EA063B959ACDA5DDF8FB7688E31A6')
+
+build() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-ssl=/usr \
+--enable-nls \
+--enable-ipv6 \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e 
"s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|"
 ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}

Copied: lynx/repos/staging-x86_64/PKGBUILD (from rev 245442, 
lynx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 09:31:33 UTC (rev 245443)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Tom Newsom 
+
+pkgname=lynx
+pkgver=2.8.8
+_relver=${pkgver}rel.2
+pkgrel=3
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl' 'libidn')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2;
+"http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc;)
+md5sums=('b231c2aa34dfe7ca25681ef4e55ee7e8'
+ 'SKIP')
+validpgpkeys=('0AFD1FFEEA2EA063B959ACDA5DDF8FB7688E31A6')
+
+build() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-ssl=/usr \
+--enable-nls \
+--enable-ipv6 \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e 
"s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|"
 ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:31:25
  Author: foutrelis
Revision: 245442

ncurses 6.0 rebuild.

Modified:
  lynx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:29:43 UTC (rev 245441)
+++ PKGBUILD2015-09-07 09:31:25 UTC (rev 245442)
@@ -6,7 +6,7 @@
 pkgname=lynx
 pkgver=2.8.8
 _relver=${pkgver}rel.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A text browser for the World Wide Web"
 url="http://lynx.isc.org/;
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Felix Yan
Date: Monday, September 7, 2015 @ 08:36:58
  Author: fyan
Revision: 245422

upgpkg: python-setuptools 1:18.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:23:03 UTC (rev 245421)
+++ PKGBUILD2015-09-07 06:36:58 UTC (rev 245422)
@@ -4,8 +4,8 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.2
-pkgrel=2
+pkgver=18.3.1
+pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('964449faecce8b039343ea4364e73e035b7a99ba425939c07ee86c2db75b3b34ddbfc5d03b468ee11266eed74208b2038b3785332ff90d74087ee1d45620912e')
+sha512sums=('1a00386cd33267c1787b50a26cb008c975e720e0ef17d5d9c89c1d2f62a6b1d86e4731ab259667d9e2eb1d4c29bc96729221e672e1c3a6e18a181c8f35711f21')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:48:22
  Author: alucryd
Revision: 139434

upgpkg: scratch-text-editor 2.2.1-1

Modified:
  scratch-text-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 07:43:55 UTC (rev 139433)
+++ PKGBUILD2015-09-07 07:48:22 UTC (rev 139434)
@@ -3,8 +3,8 @@
 # Contributor: Ner0 
 
 pkgname=scratch-text-editor
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc='The Pantheon Text Editor'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/scratch'
@@ -19,8 +19,8 @@
 'vte3: Terminal extension'
 'webkitgtk: Browser Preview extension')
 install='scratch-text-editor.install'
-source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz;)
-sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
+source=("https://launchpad.net/scratch/freya/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
+sha256sums=('d852bac83a5a7b9b14d62134838bae41ecb08fb1eb0f12f7f61164fb880c0305')
 
 prepare() {
   cd scratch-text-editor-${pkgver}


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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:48:38
  Author: alucryd
Revision: 139435

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
(from rev 139434, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-i686/scratch-text-editor.install
(from rev 139434, scratch-text-editor/trunk/scratch-text-editor.install)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
(from rev 139434, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/scratch-text-editor.install
(from rev 139434, scratch-text-editor/trunk/scratch-text-editor.install)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-i686/scratch-text-editor.install
  scratch-text-editor/repos/community-x86_64/PKGBUILD
  scratch-text-editor/repos/community-x86_64/scratch-text-editor.install

--+
 /PKGBUILD|  102 +
 /scratch-text-editor.install |   28 ++
 community-i686/PKGBUILD  |   51 
 community-i686/scratch-text-editor.install   |   14 ---
 community-x86_64/PKGBUILD|   51 
 community-x86_64/scratch-text-editor.install |   14 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 07:48:22 UTC (rev 139434)
+++ community-i686/PKGBUILD 2015-09-07 07:48:38 UTC (rev 139435)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=scratch-text-editor
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
- 'libpeas' 'pango' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
- 'webkitgtk')
-optdepends=('gtkspell3: Spell Check extension'
-'vala: Outline extension'
-'vte3: Terminal extension'
-'webkitgtk: Browser Preview extension')
-install='scratch-text-editor.install'
-source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz;)
-sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

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

Deleted: community-i686/scratch-text-editor.install
===
--- 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:52:11
  Author: foutrelis
Revision: 245432

ncurses 6.0 rebuild.

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:51:32 UTC (rev 245431)
+++ PKGBUILD2015-09-07 08:52:11 UTC (rev 245432)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.29
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:52:19
  Author: foutrelis
Revision: 245433

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

Added:
  alsa-utils/repos/staging-i686/
  alsa-utils/repos/staging-i686/90alsa
(from rev 245432, alsa-utils/trunk/90alsa)
  alsa-utils/repos/staging-i686/PKGBUILD
(from rev 245432, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/staging-x86_64/
  alsa-utils/repos/staging-x86_64/90alsa
(from rev 245432, alsa-utils/trunk/90alsa)
  alsa-utils/repos/staging-x86_64/PKGBUILD
(from rev 245432, alsa-utils/trunk/PKGBUILD)

-+
 staging-i686/90alsa |   13 +
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/90alsa   |   13 +
 staging-x86_64/PKGBUILD |   42 ++
 4 files changed, 110 insertions(+)

Copied: alsa-utils/repos/staging-i686/90alsa (from rev 245432, 
alsa-utils/trunk/90alsa)
===
--- staging-i686/90alsa (rev 0)
+++ staging-i686/90alsa 2015-09-07 08:52:19 UTC (rev 245433)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/staging-i686/PKGBUILD (from rev 245432, 
alsa-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 08:52:19 UTC (rev 245433)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.0.29
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('6b289bf874c4c9a63f4b3973093dd404'
+ '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/staging-x86_64/90alsa (from rev 245432, 
alsa-utils/trunk/90alsa)
===
--- staging-x86_64/90alsa   (rev 0)
+++ staging-x86_64/90alsa   2015-09-07 08:52:19 UTC (rev 245433)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/staging-x86_64/PKGBUILD (from rev 245432, 
alsa-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 08:52:19 UTC (rev 245433)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.0.29
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:59:55
  Author: foutrelis
Revision: 245435

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

Added:
  texinfo/repos/staging-i686/
  texinfo/repos/staging-i686/PKGBUILD
(from rev 245434, texinfo/trunk/PKGBUILD)
  texinfo/repos/staging-i686/texinfo-4.13a-data_types.patch
(from rev 245434, texinfo/trunk/texinfo-4.13a-data_types.patch)
  texinfo/repos/staging-i686/texinfo-5.2-C-n-fix.patch
(from rev 245434, texinfo/trunk/texinfo-5.2-C-n-fix.patch)
  texinfo/repos/staging-i686/texinfo.install
(from rev 245434, texinfo/trunk/texinfo.install)
  texinfo/repos/staging-x86_64/
  texinfo/repos/staging-x86_64/PKGBUILD
(from rev 245434, texinfo/trunk/PKGBUILD)
  texinfo/repos/staging-x86_64/texinfo-4.13a-data_types.patch
(from rev 245434, texinfo/trunk/texinfo-4.13a-data_types.patch)
  texinfo/repos/staging-x86_64/texinfo-5.2-C-n-fix.patch
(from rev 245434, texinfo/trunk/texinfo-5.2-C-n-fix.patch)
  texinfo/repos/staging-x86_64/texinfo.install
(from rev 245434, texinfo/trunk/texinfo.install)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/texinfo-4.13a-data_types.patch   |   32 +++
 staging-i686/texinfo-5.2-C-n-fix.patch|   10 ++
 staging-i686/texinfo.install  |   21 
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/texinfo-4.13a-data_types.patch |   32 +++
 staging-x86_64/texinfo-5.2-C-n-fix.patch  |   10 ++
 staging-x86_64/texinfo.install|   21 
 8 files changed, 206 insertions(+)

Copied: texinfo/repos/staging-i686/PKGBUILD (from rev 245434, 
texinfo/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 08:59:55 UTC (rev 245435)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=texinfo
+pkgver=5.2
+pkgrel=4
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/texinfo/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
+install=texinfo.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+   texinfo-5.2-C-n-fix.patch)
+md5sums=('cb489df8a7ee9d10a236197aefdb32c5'
+ 'SKIP'
+ '89724bac1ecbd1a57b1ea81e87f96f44')
+validpgpkeys=('17D3311B14BC0F248267BF020716748A30D155AD') # Karl Berry
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../texinfo-5.2-C-n-fix.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: texinfo/repos/staging-i686/texinfo-4.13a-data_types.patch (from rev 
245434, texinfo/trunk/texinfo-4.13a-data_types.patch)
===
--- staging-i686/texinfo-4.13a-data_types.patch (rev 0)
+++ staging-i686/texinfo-4.13a-data_types.patch 2015-09-07 08:59:55 UTC (rev 
245435)
@@ -0,0 +1,32 @@
+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;
+   int rc;
+@@ -1754,7 +1754,7 @@ clean_manpage (char *manpage)
+mbi_advance (iter))
+ {
+   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));
+ 
+   if (cur_len == 1)
+   {
+@@ -1852,8 +1852,8 @@ window_scan_line (WINDOW *win, int line,
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
+-  int replen;
++  size_t cur_len = mb_len (mbi_cur (iter));
++  size_t replen;
+ 
+   if (cur_ptr >= endp)
+   break;

Copied: texinfo/repos/staging-i686/texinfo-5.2-C-n-fix.patch (from rev 245434, 
texinfo/trunk/texinfo-5.2-C-n-fix.patch)
===
--- staging-i686/texinfo-5.2-C-n-fix.patch  (rev 0)
+++ staging-i686/texinfo-5.2-C-n-fix.patch  2015-09-07 08:59:55 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:58:29
  Author: foutrelis
Revision: 139440

Add camlp4 to makedepends

Modified:
  wyrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:55:29 UTC (rev 139439)
+++ PKGBUILD2015-09-07 08:58:29 UTC (rev 139440)
@@ -10,7 +10,7 @@
 url='http://pessimization.com/software/wyrd/'
 license=('GPL')
 depends=('remind' 'ncurses')
-makedepends=('ocaml')
+makedepends=('ocaml' 'camlp4')
 source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('2fc561482fdac4daac0cb6735d934ebe')
 


[arch-commits] Commit in guile1.8/repos (4 files)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:29:43
  Author: foutrelis
Revision: 245441

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

Added:
  guile1.8/repos/staging-i686/
  guile1.8/repos/staging-i686/PKGBUILD
(from rev 245440, guile1.8/trunk/PKGBUILD)
  guile1.8/repos/staging-x86_64/
  guile1.8/repos/staging-x86_64/PKGBUILD
(from rev 245440, guile1.8/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: guile1.8/repos/staging-i686/PKGBUILD (from rev 245440, 
guile1.8/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 09:29:43 UTC (rev 245441)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=4
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url="http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+="-lpthread"
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 
"$pkgdir"/usr/share/aclocal/guile18.m4
+}

Copied: guile1.8/repos/staging-x86_64/PKGBUILD (from rev 245440, 
guile1.8/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 09:29:43 UTC (rev 245441)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=4
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url="http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+="-lpthread"
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 
"$pkgdir"/usr/share/aclocal/guile18.m4
+}


[arch-commits] Commit in clisp/trunk (PKGBUILD clisp-gcc5.patch)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:22:05
  Author: foutrelis
Revision: 245426

Fix build with GCC 5 on i686

Added:
  clisp/trunk/clisp-gcc5.patch
Modified:
  clisp/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 clisp-gcc5.patch |   38 ++
 2 files changed, 47 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 07:56:06 UTC (rev 245425)
+++ PKGBUILD2015-09-07 08:22:05 UTC (rev 245426)
@@ -11,9 +11,16 @@
 provides=('common-lisp')
 makedepends=('ffcall')
 options=('!makeflags' '!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2;)
-md5sums=('1962b99d5e530390ec3829236d168649')
+source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2;
+"clisp-gcc5.patch")
+md5sums=('1962b99d5e530390ec3829236d168649'
+ 'f576778ab7fc879d9509decfd559d32e')
 
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+  patch -Np1 -i ../clisp-gcc5.patch
+}
+
 build() {
   cd $srcdir/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-readline --with-ffcall src

Added: clisp-gcc5.patch
===
--- clisp-gcc5.patch(rev 0)
+++ clisp-gcc5.patch2015-09-07 08:22:05 UTC (rev 245426)
@@ -0,0 +1,38 @@
+--- ./src/makemake.in.orig 2013-02-16 15:26:28.0 -0700
 ./src/makemake.in  2015-02-11 17:20:00.0 -0700
+@@ -1217,7 +1217,7 @@ if [ $XCC_GCC = true ] ; then
+   if [ $CROSS = false ] ; then
+ case "$XCC_GCC_VERSION" in
+   # gcc 2.7 introduced an annoying warning, but gcc 2.8 has a workaround:
+-  2.[8-9]* | 3.* | 4.* | egcs-2.*)
++  2.[8-9]* | 3.* | 4.* | 5.* | egcs-2.*)
+ XCFLAGS=$XCFLAGS' -Wno-sign-compare -Wno-format-nonliteral'
+ ;;
+   * ) ;;
+@@ -1226,7 +1226,7 @@ if [ $XCC_GCC = true ] ; then
+   if [ $CROSS = false -a $CC_CPLUSPLUS = true ] ; then
+ case "$XCC_GCC_VERSION" in
+   # g++ 3.4 introduced an annoying warning, but has a workaround:
+-  3.[4-9]* | 4.*)
++  3.[4-9]* | 4.* | 5.*)
+ XCFLAGS=$XCFLAGS' -Wno-invalid-offsetof'
+ ;;
+   * ) ;;
+@@ -1241,7 +1241,7 @@ if [ $XCC_GCC = true ] ; then
+ # gcc-2.7.2 has a strength-reduction bug (fixed in gcc-2.7.2.1,
+ # also fixed through the specs file of some Linux distributions).
+ XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations 
-fno-strength-reduce' ;;
+-  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | egcs-2.*)
++  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | 5.* | egcs-2.*)
+ XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations' ;;
+   * )
+ XCFLAGS=$XCFLAGS' -O' ;;
+@@ -1295,7 +1295,7 @@ if [ $XCC_GCC = true ] ; then
+ esac
+   fi # with_debug
+   case "$XCC_GCC_VERSION" in
+-3* | 4*)
++3* | 4* | 5*)
+   # When not optimizing on linux, or with Apple's gcc 4 on MacOS X,
+   # or with GCC 4 when "gcc -Os" is used:
+   #   C_CODE_ALIGNMENT is wrong.  = 0x806D512


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:51:32
  Author: foutrelis
Revision: 245431

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

Added:
  lame/repos/staging-i686/
  lame/repos/staging-i686/PKGBUILD
(from rev 245430, lame/trunk/PKGBUILD)
  lame/repos/staging-i686/sse.patch
(from rev 245430, lame/trunk/sse.patch)
  lame/repos/staging-x86_64/
  lame/repos/staging-x86_64/PKGBUILD
(from rev 245430, lame/trunk/PKGBUILD)
  lame/repos/staging-x86_64/sse.patch
(from rev 245430, lame/trunk/sse.patch)

--+
 staging-i686/PKGBUILD|   40 
 staging-i686/sse.patch   |   30 ++
 staging-x86_64/PKGBUILD  |   40 
 staging-x86_64/sse.patch |   30 ++
 4 files changed, 140 insertions(+)

Copied: lame/repos/staging-i686/PKGBUILD (from rev 245430, lame/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 08:51:32 UTC (rev 245431)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=lame
+pkgver=3.99.5
+pkgrel=3
+pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
+arch=('i686' 'x86_64')
+url="http://lame.sourceforge.net/;
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+"sse.patch")
+md5sums=('84835b313d4a8b68f5349816d33e07ce'
+ 'ca77f3259ed398ae1c55073dacdd752f')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../sse.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --enable-nasm \
+  --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lame/repos/staging-i686/sse.patch (from rev 245430, 
lame/trunk/sse.patch)
===
--- staging-i686/sse.patch  (rev 0)
+++ staging-i686/sse.patch  2015-09-07 08:51:32 UTC (rev 245431)
@@ -0,0 +1,30 @@
+xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
+xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled 
changes the ABI [-W
+psabi]
+ const __m128 vec_fabs_mask = _mm_loadu_ps(_mask._float[0]);
+  ^
+In file included from xmm_quantize_sub.c:37:0:
+/usr/lib/gcc/i686-w64-mingw32/4.9.0/include/xmmintrin.h:933:1: error: inlining 
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
+ _mm_loadu_ps (float const *__P)
+ ^
+xmm_quantize_sub.c:65:18: error: called from here
+ const __m128 vec_fabs_mask = _mm_loadu_ps(_mask._float[0]);
+  ^
+--- lame/libmp3lame/vector/xmm_quantize_sub.c.orig 2014-06-08 
12:16:19.455468042 -0700
 lame/libmp3lame/vector/xmm_quantize_sub.c  2014-06-08 12:16:09.592356980 
-0700
+@@ -35,6 +35,7 @@
+ #ifdef HAVE_XMMINTRIN_H
+ 
+ #include 
++#pragma GCC target("sse")
+ 
+ typedef union {
+ int32_t _i_32[4]; /* unions are initialized by its first member */
+@@ -124,6 +125,7 @@
+ }
+ 
+ 
++#pragma GCC target("sse2")
+ void
+ fht_SSE2(FLOAT * fz, int n)
+ {

Copied: lame/repos/staging-x86_64/PKGBUILD (from rev 245430, 
lame/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 08:51:32 UTC (rev 245431)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=lame
+pkgver=3.99.5
+pkgrel=3
+pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
+arch=('i686' 'x86_64')
+url="http://lame.sourceforge.net/;
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+"sse.patch")
+md5sums=('84835b313d4a8b68f5349816d33e07ce'
+ 'ca77f3259ed398ae1c55073dacdd752f')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../sse.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --enable-nasm \
+  --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lame/repos/staging-x86_64/sse.patch (from rev 245430, 
lame/trunk/sse.patch)
===
--- staging-x86_64/sse.patch(rev 0)
+++ staging-x86_64/sse.patch2015-09-07 08:51:32 UTC (rev 245431)
@@ -0,0 +1,30 @@

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:51:24
  Author: foutrelis
Revision: 245430

ncurses 6.0 rebuild.

Modified:
  lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:50:43 UTC (rev 245429)
+++ PKGBUILD2015-09-07 08:51:24 UTC (rev 245430)
@@ -5,7 +5,7 @@
 
 pkgname=lame
 pkgver=3.99.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
 arch=('i686' 'x86_64')
 url="http://lame.sourceforge.net/;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:01:43
  Author: foutrelis
Revision: 139443

ncurses 6.0 rebuild.

Modified:
  zile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:00:42 UTC (rev 139442)
+++ PKGBUILD2015-09-07 09:01:43 UTC (rev 139443)
@@ -5,7 +5,7 @@
 
 pkgname=zile
 pkgver=2.4.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A small, fast, and powerful Emacs clone"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/zile/;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:01:51
  Author: foutrelis
Revision: 139444

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

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

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

Copied: zile/repos/community-staging-i686/PKGBUILD (from rev 139443, 
zile/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 09:01:51 UTC (rev 139444)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=zile
+pkgver=2.4.11
+pkgrel=3
+pkgdesc="A small, fast, and powerful Emacs clone"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/zile/;
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+  'SKIP')
+validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00')  # Reuben Thomas
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Copied: zile/repos/community-staging-x86_64/PKGBUILD (from rev 139443, 
zile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 09:01:51 UTC (rev 139444)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=zile
+pkgver=2.4.11
+pkgrel=3
+pkgdesc="A small, fast, and powerful Emacs clone"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/zile/;
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+  'SKIP')
+validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00')  # Reuben Thomas
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:27:52
  Author: foutrelis
Revision: 139454

ncurses 6.0 rebuild.

Modified:
  ht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:25:22 UTC (rev 139453)
+++ PKGBUILD2015-09-07 09:27:52 UTC (rev 139454)
@@ -5,7 +5,7 @@
 
 pkgname=ht
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A file editor/viewer/analyzer for executables"
 arch=('i686' 'x86_64')
 url="http://hte.sourceforge.net/;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:28:00
  Author: foutrelis
Revision: 139455

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

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

-+
 community-staging-i686/PKGBUILD |   34 ++
 community-staging-i686/ht.install   |   20 
 community-staging-x86_64/PKGBUILD   |   34 ++
 community-staging-x86_64/ht.install |   20 
 4 files changed, 108 insertions(+)

Copied: ht/repos/community-staging-i686/PKGBUILD (from rev 139454, 
ht/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 09:28:00 UTC (rev 139455)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tardo 
+# Contributor: Simon Morgan <"mra84...@mra.pb.hx".decode('rot-13')>
+
+pkgname=ht
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="A file editor/viewer/analyzer for executables"
+arch=('i686' 'x86_64')
+url="http://hte.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo')
+makedepends=('texinfo')
+install=ht.install
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
+md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+  # doc
+  install -dm0755 $pkgdir/usr/share/{info,doc/ht}
+  install -m0644 doc/*.info $pkgdir/usr/share/info/
+  install -m0644 doc/{README,*.html} $pkgdir/usr/share/doc/ht/
+}

Copied: ht/repos/community-staging-i686/ht.install (from rev 139454, 
ht/trunk/ht.install)
===
--- community-staging-i686/ht.install   (rev 0)
+++ community-staging-i686/ht.install   2015-09-07 09:28:00 UTC (rev 139455)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ht.info hthelp.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}

Copied: ht/repos/community-staging-x86_64/PKGBUILD (from rev 139454, 
ht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 09:28:00 UTC (rev 139455)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tardo 
+# Contributor: Simon Morgan <"mra84...@mra.pb.hx".decode('rot-13')>
+
+pkgname=ht
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="A file editor/viewer/analyzer for executables"
+arch=('i686' 'x86_64')
+url="http://hte.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo')
+makedepends=('texinfo')
+install=ht.install
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
+md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+  # doc
+  install -dm0755 $pkgdir/usr/share/{info,doc/ht}
+  install -m0644 doc/*.info $pkgdir/usr/share/info/
+  install -m0644 doc/{README,*.html} $pkgdir/usr/share/doc/ht/
+}

Copied: ht/repos/community-staging-x86_64/ht.install (from rev 139454, 
ht/trunk/ht.install)
===
--- community-staging-x86_64/ht.install (rev 0)
+++ community-staging-x86_64/ht.install 2015-09-07 09:28:00 UTC (rev 139455)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ht.info hthelp.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+post_upgrade() {

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

2015-09-07 Thread Felix Yan
Date: Monday, September 7, 2015 @ 08:37:12
  Author: fyan
Revision: 245423

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 06:36:58 UTC (rev 245422)
+++ PKGBUILD2015-09-07 06:37:12 UTC (rev 245423)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.2
-pkgrel=2
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('964449faecce8b039343ea4364e73e035b7a99ba425939c07ee86c2db75b3b34ddbfc5d03b468ee11266eed74208b2038b3785332ff90d74087ee1d45620912e')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 245422, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 06:37:12 UTC (rev 245423)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=18.3.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('1a00386cd33267c1787b50a26cb008c975e720e0ef17d5d9c89c1d2f62a6b1d86e4731ab259667d9e2eb1d4c29bc96729221e672e1c3a6e18a181c8f35711f21')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:26:42
  Author: foutrelis
Revision: 245427

ncurses 6.0 rebuild.

Modified:
  clisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:22:05 UTC (rev 245426)
+++ PKGBUILD2015-09-07 08:26:42 UTC (rev 245427)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=clisp
 pkgver=2.49
-pkgrel=4
+pkgrel=5
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:26:49
  Author: foutrelis
Revision: 245428

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

Added:
  clisp/repos/staging-i686/
  clisp/repos/staging-i686/PKGBUILD
(from rev 245427, clisp/trunk/PKGBUILD)
  clisp/repos/staging-i686/clisp-gcc5.patch
(from rev 245427, clisp/trunk/clisp-gcc5.patch)
  clisp/repos/staging-x86_64/
  clisp/repos/staging-x86_64/PKGBUILD
(from rev 245427, clisp/trunk/PKGBUILD)
  clisp/repos/staging-x86_64/clisp-gcc5.patch
(from rev 245427, clisp/trunk/clisp-gcc5.patch)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-i686/clisp-gcc5.patch   |   38 ++
 staging-x86_64/PKGBUILD |   42 ++
 staging-x86_64/clisp-gcc5.patch |   38 ++
 4 files changed, 160 insertions(+)

Copied: clisp/repos/staging-i686/PKGBUILD (from rev 245427, 
clisp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 08:26:49 UTC (rev 245428)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+pkgname=clisp
+pkgver=2.49
+pkgrel=5
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://clisp.cons.org/;
+depends=('readline' 'libsigsegv')
+provides=('common-lisp')
+makedepends=('ffcall')
+options=('!makeflags' '!emptydirs')
+source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2;
+"clisp-gcc5.patch")
+md5sums=('1962b99d5e530390ec3829236d168649'
+ 'f576778ab7fc879d9509decfd559d32e')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+  patch -Np1 -i ../clisp-gcc5.patch
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-readline --with-ffcall src
+  cd src
+  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
+  make
+  sed -i 
's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g'
 config.lisp
+  make
+}
+
+check() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make check
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make DESTDIR=$pkgdir install
+}

Copied: clisp/repos/staging-i686/clisp-gcc5.patch (from rev 245427, 
clisp/trunk/clisp-gcc5.patch)
===
--- staging-i686/clisp-gcc5.patch   (rev 0)
+++ staging-i686/clisp-gcc5.patch   2015-09-07 08:26:49 UTC (rev 245428)
@@ -0,0 +1,38 @@
+--- ./src/makemake.in.orig 2013-02-16 15:26:28.0 -0700
 ./src/makemake.in  2015-02-11 17:20:00.0 -0700
+@@ -1217,7 +1217,7 @@ if [ $XCC_GCC = true ] ; then
+   if [ $CROSS = false ] ; then
+ case "$XCC_GCC_VERSION" in
+   # gcc 2.7 introduced an annoying warning, but gcc 2.8 has a workaround:
+-  2.[8-9]* | 3.* | 4.* | egcs-2.*)
++  2.[8-9]* | 3.* | 4.* | 5.* | egcs-2.*)
+ XCFLAGS=$XCFLAGS' -Wno-sign-compare -Wno-format-nonliteral'
+ ;;
+   * ) ;;
+@@ -1226,7 +1226,7 @@ if [ $XCC_GCC = true ] ; then
+   if [ $CROSS = false -a $CC_CPLUSPLUS = true ] ; then
+ case "$XCC_GCC_VERSION" in
+   # g++ 3.4 introduced an annoying warning, but has a workaround:
+-  3.[4-9]* | 4.*)
++  3.[4-9]* | 4.* | 5.*)
+ XCFLAGS=$XCFLAGS' -Wno-invalid-offsetof'
+ ;;
+   * ) ;;
+@@ -1241,7 +1241,7 @@ if [ $XCC_GCC = true ] ; then
+ # gcc-2.7.2 has a strength-reduction bug (fixed in gcc-2.7.2.1,
+ # also fixed through the specs file of some Linux distributions).
+ XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations 
-fno-strength-reduce' ;;
+-  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | egcs-2.*)
++  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | 5.* | egcs-2.*)
+ XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations' ;;
+   * )
+ XCFLAGS=$XCFLAGS' -O' ;;
+@@ -1295,7 +1295,7 @@ if [ $XCC_GCC = true ] ; then
+ esac
+   fi # with_debug
+   case "$XCC_GCC_VERSION" in
+-3* | 4*)
++3* | 4* | 5*)
+   # When not optimizing on linux, or with Apple's gcc 4 on MacOS X,
+   # or with GCC 4 when "gcc -Os" is used:
+   #   C_CODE_ALIGNMENT is wrong.  = 0x806D512

Copied: clisp/repos/staging-x86_64/PKGBUILD (from rev 245427, 
clisp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 08:26:49 UTC (rev 245428)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+pkgname=clisp
+pkgver=2.49
+pkgrel=5
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://clisp.cons.org/;

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:55:29
  Author: foutrelis
Revision: 139439

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

Added:
  pfff/repos/community-staging-i686/
  pfff/repos/community-staging-i686/PKGBUILD
(from rev 139438, pfff/trunk/PKGBUILD)
  
pfff/repos/community-staging-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 139438, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-staging-i686/lang_js-analyze-utils_js.mli.patch
(from rev 139438, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  pfff/repos/community-staging-x86_64/
  pfff/repos/community-staging-x86_64/PKGBUILD
(from rev 139438, pfff/trunk/PKGBUILD)
  
pfff/repos/community-staging-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 139438, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-staging-x86_64/lang_js-analyze-utils_js.mli.patch
(from rev 139438, pfff/trunk/lang_js-analyze-utils_js.mli.patch)

-+
 community-staging-i686/PKGBUILD
 |   44 +
 
community-staging-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
   |   80 ++
 community-staging-i686/lang_js-analyze-utils_js.mli.patch  
 |   30 +++
 community-staging-x86_64/PKGBUILD  
 |   44 +
 
community-staging-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 |   80 ++
 community-staging-x86_64/lang_js-analyze-utils_js.mli.patch
 |   30 +++
 6 files changed, 308 insertions(+)

Copied: pfff/repos/community-staging-i686/PKGBUILD (from rev 139438, 
pfff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 08:55:29 UTC (rev 139439)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: David Stelter 
+# Contributor: Francisco Lopes 
+
+pkgname='pfff'
+pkgver=0.29
+pkgrel=3
+
+pkgdesc='Tools and APIs for code analysis, visualization and transformation'
+arch=('i686' 'x86_64')
+url='https://github.com/facebook/pfff'
+license=('LGPL2.1')
+depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
+optdepends=('gtk2: required by codegraph and codemap')
+options=(!makeflags staticlibs) # parallel build fails, need *.a files
+source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;
+"lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch"
+"lang_js-analyze-utils_js.mli.patch")
+sha256sums=('d31c68f1ebb1770297eb26441d21d83728c0fbdb9c7bb3be27625db45fae72d1'
+'28b220807087b9378e0fcab1187163cdeb8d3da80f53f00ec9af434467ace57f'
+'bb10f6b25afe0cd0df5084d9e3624f43cbf7489b148c67d99479d11cf90999b7')
+
+prepare() {
+   cd "$srcdir"/$pkgname-$pkgver
+   patch -Np1 -i ../lang_js-analyze-utils_js.mli.patch
+   patch -Np1 -i 
../lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
+}
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make clean
+   make depend
+   make
+   make opt
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -dm755 "$pkgdir"/usr/lib/ocaml
+   make OCAMLFIND_LDCONF="$pkgdir"/tmp/ld.conf 
OCAMLFIND_DESTDIR="$pkgdir"/usr/lib/ocaml install-findlib
+}

Copied: 
pfff/repos/community-staging-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 (from rev 139438, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
===
--- 
community-staging-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
   (rev 0)
+++ 
community-staging-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
   2015-09-07 08:55:29 UTC (rev 139439)
@@ -0,0 +1,80 @@
+From 90424f6a206b32c0995e043fe404e694c884b5d3 Mon Sep 17 00:00:00 2001
+From: Juergen Hoetzel 
+Date: Mon, 24 Aug 2015 13:55:44 +0200
+Subject: [PATCH] * lang_js/analyze/module_js.ml: Fix invalid documentation
+ comments. Refs #130
+
+See: http://caml.inria.fr/mantis/view.php?id=6916
+---
+ lang_js/analyze/module_js.ml | 22 +++---
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/lang_js/analyze/module_js.ml b/lang_js/analyze/module_js.ml
+index 1433bf0..3bf63b3 100644
+--- a/lang_js/analyze/module_js.ml
 b/lang_js/analyze/module_js.ml
+@@ -48,50 +48,50 @@ type shape =
+   | LiteralShape
+   | ArrayShape
+ 
+-  (** 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 10:55:20
  Author: foutrelis
Revision: 139438

ncurses 6.0 rebuild.

Modified:
  pfff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:50:09 UTC (rev 139437)
+++ PKGBUILD2015-09-07 08:55:20 UTC (rev 139438)
@@ -5,7 +5,7 @@
 
 pkgname='pfff'
 pkgver=0.29
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Tools and APIs for code analysis, visualization and transformation'
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:27:03
  Author: foutrelis
Revision: 245439

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

Added:
  lftp/repos/staging-i686/
  lftp/repos/staging-i686/PKGBUILD
(from rev 245438, lftp/trunk/PKGBUILD)
  lftp/repos/staging-x86_64/
  lftp/repos/staging-x86_64/PKGBUILD
(from rev 245438, lftp/trunk/PKGBUILD)

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

Copied: lftp/repos/staging-i686/PKGBUILD (from rev 245438, lftp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 09:27:03 UTC (rev 245439)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.6.4
+pkgrel=2
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('84987c1095df84bfb5ac9c95c6aba6be'
+ 'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: lftp/repos/staging-x86_64/PKGBUILD (from rev 245438, 
lftp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 09:27:03 UTC (rev 245439)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.6.4
+pkgrel=2
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('84987c1095df84bfb5ac9c95c6aba6be'
+ 'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:26:54
  Author: foutrelis
Revision: 245438

ncurses 6.0 rebuild.

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:16:37 UTC (rev 245437)
+++ PKGBUILD2015-09-07 09:26:54 UTC (rev 245438)
@@ -4,7 +4,7 @@
 
 pkgname=lftp
 pkgver=4.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:43:38
  Author: alucryd
Revision: 139432

upgpkg: plank 0.10.0-1

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 07:34:24 UTC (rev 139431)
+++ PKGBUILD2015-09-07 07:43:38 UTC (rev 139432)
@@ -4,17 +4,19 @@
 # Contributor: dcelasun 
 
 pkgname=plank
-pkgver=0.9.1
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='Elegant, simple, clean dock'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/plank'
 license=('GPL3')
-depends=('bamf' 'libgee')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libdbusmenu-glib' 'libdbusmenu-gtk3' 'libgee' 'libwnck3' 'libx11'
+ 'libxfixes' 'libxi' 'pango')
 makedepends=('gnome-common' 'intltool' 'vala')
 install='plank.install'
 
source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2')
+sha256sums=('4023eaa59cca3ee35032c23c2b011e1cabac812b8828af9ca55e6aaa084ad203')
 
 build() {
   cd plank-${pkgver}


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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:43:55
  Author: alucryd
Revision: 139433

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

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

+
 /PKGBUILD  |   74 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   35 --
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   35 --
 community-x86_64/plank.install |   15 ---
 6 files changed, 104 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 07:43:38 UTC (rev 139432)
+++ community-i686/PKGBUILD 2015-09-07 07:43:55 UTC (rev 139433)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 139432, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 07:43:55 UTC (rev 139433)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dcelasun 
+
+pkgname=plank
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libdbusmenu-glib' 'libdbusmenu-gtk3' 'libgee' 'libwnck3' 'libx11'
+ 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('4023eaa59cca3ee35032c23c2b011e1cabac812b8828af9ca55e6aaa084ad203')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-09-07 07:43:38 UTC (rev 139432)
+++ community-i686/plank.install2015-09-07 07:43:55 UTC (rev 139433)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 139432, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-09-07 07:43:55 UTC (rev 139433)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-07 07:43:38 UTC (rev 139432)
+++ community-x86_64/PKGBUILD   2015-09-07 07:43:55 UTC (rev 139433)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:16:28
  Author: foutrelis
Revision: 245436

upgpkg: ncurses 6.0-2

Remove non-widec compatibility libraries.

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 08:59:55 UTC (rev 245435)
+++ PKGBUILD2015-09-07 09:16:28 UTC (rev 245436)
@@ -5,50 +5,36 @@
 
 pkgname=ncurses
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='System V Release 4.0 curses emulation library'
 arch=('i686' 'x86_64')
 url='http://invisible-island.net/ncurses/ncurses.html'
 license=('MIT')
 depends=('glibc' 'gcc-libs' 'sh')
-provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
-  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so'
+  'libncursesw.so')
 source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
 md5sums=('ee13d052e1ead260d7c28071f46eefb1'
  'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
 
-prepare() {
-  mkdir ncurses{,w}-build
-}
+build() {
+  cd $pkgname-${pkgver/_/-}
 
-build() {
-  cd ncursesw-build
-  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+  ./configure --prefix=/usr --mandir=/usr/share/man \
  --with-shared --with-normal --without-debug --without-ada \
  --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
  --enable-ext-colors --enable-ext-mouse
   make
-
-  # libraries for external binary support
-  cd ${srcdir}/ncurses-build
-  [[ $CARCH = "x86_64" ]] && CONFIGFLAG="--with-chtype=long"
-  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
---with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
---with-cxx-binding --with-cxx-shared
-  make
 }
 
 package() {
-  cd ncursesw-build
+  cd $pkgname-${pkgver/_/-}
   make DESTDIR="$pkgdir" install
 
   # fool packages looking to link to non-wide-character ncurses libraries
   for lib in ncurses ncurses++ form panel menu; do
 echo "INPUT(-l${lib}w)" > "$pkgdir"/usr/lib/lib${lib}.so
-  done
-
-  for lib in ncurses ncurses++ form panel menu; do
 ln -s ${lib}w.pc "$pkgdir"/usr/lib/pkgconfig/${lib}.pc
   done
 
@@ -56,16 +42,7 @@
   echo "INPUT(-lncursesw)" > "$pkgdir"/usr/lib/libcursesw.so
   ln -s libncurses.so "$pkgdir"/usr/lib/libcurses.so
 
-  # non-widec compatibility libraries
-  cd "$srcdir"/ncurses-build
-  for lib in ncurses form panel menu; do
-install -Dm755 lib/lib${lib}.so.${pkgver%_*} \
-   "$pkgdir"/usr/lib/lib${lib}.so.${pkgver%_*}
-ln -s lib${lib}.so.${pkgver%_*} "$pkgdir"/usr/lib/lib${lib}.so.5
-  done
-
   # install license, rip it from the readme
-  cd "$srcdir"/$pkgname-${pkgver/_/-}
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
   grep -B 100 '$Id' README > "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2015-09-07 Thread Felix Yan
Date: Monday, September 7, 2015 @ 11:17:13
  Author: fyan
Revision: 139448

upgpkg: jenkins 1.628-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:16:43 UTC (rev 139447)
+++ PKGBUILD2015-09-07 09:17:13 UTC (rev 139448)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.627
+pkgver=1.628
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('bf588377ae8910b5cc9db42bc177aaf4d714c9433b851cb8daef3e592844dd8f17ecfbc9f9e6e989d9033feacaaaf05ead3537bf61163335e25001499acfe6d1'
+sha512sums=('573585a085d9b2aab3eb2f2a8333deba31f6706ba1b7a8ba249c7b8eec76881908f8302cf6766d4243b380da8e093c577c9251113424c77251e73bae73bf6e20'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:17:38
  Author: foutrelis
Revision: 139449

ncurses 6.0 rebuild.

Modified:
  wyrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:17:13 UTC (rev 139448)
+++ PKGBUILD2015-09-07 09:17:38 UTC (rev 139449)
@@ -4,7 +4,7 @@
 
 pkgname=wyrd
 pkgver=1.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A text-based front-end to Remind.'
 arch=('i686' 'x86_64')
 url='http://pessimization.com/software/wyrd/'


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

2015-09-07 Thread Felix Yan
Date: Monday, September 7, 2015 @ 11:17:40
  Author: fyan
Revision: 139450

archrelease: copy trunk to community-any

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

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 09:17:38 UTC (rev 139449)
+++ PKGBUILD2015-09-07 09:17:40 UTC (rev 139450)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.627
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:16:38
  Author: foutrelis
Revision: 139446

upgpkg: lib32-ncurses 6.0-2

Remove non-widec compatibility libraries.

Modified:
  lib32-ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:10:05 UTC (rev 139445)
+++ PKGBUILD2015-09-07 09:16:38 UTC (rev 139446)
@@ -5,7 +5,7 @@
 _pkgbasename=ncurses
 pkgname=lib32-${_pkgbasename}
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/ncurses/;
@@ -18,31 +18,21 @@
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
 
 build() {
+  cd ${_pkgbasename}-${pkgver}
+
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd ${srcdir}/
-  mkdir ncurses{,w}-build
-
-  cd ${srcdir}/ncursesw-build
-  ../${_pkgbasename}-${pkgver}/configure --prefix=/usr --mandir=/usr/share/man 
\
+  ./configure --prefix=/usr --mandir=/usr/share/man \
  --with-shared --with-normal --without-debug --without-ada \
  --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
  --enable-ext-colors --enable-ext-mouse
   make
-
-  # libraries for external binary support
-  cd ${srcdir}/ncurses-build
-#  [ $CARCH = "x86_64" ] && CONFIGFLAG="--with-chtype=long"
-  ../${_pkgbasename}-${pkgver}/configure --prefix=/usr \
---with-shared --with-normal --without-debug --without-ada \
---with-install-prefix=${pkgdir} $CONFIGFLAG --libdir=/usr/lib32
-  make
 }
 
 package() {
-  cd ${srcdir}/ncursesw-build
+  cd ${_pkgbasename}-${pkgver}
   make install
 
   install -dm755 ${pkgdir}/usr/lib32
@@ -62,13 +52,6 @@
   ln -sf libncursesw.a ${pkgdir}/usr/lib32/libcursesw.a
   ln -sf libncurses.a ${pkgdir}/usr/lib32/libcurses.a
 
-  # non-widec compatibility libraries
-  cd ${srcdir}/ncurses-build
-  for lib in ncurses form panel menu; do
-install -Dm755 lib/lib${lib}.so.${pkgver} 
${pkgdir}/usr/lib32/lib${lib}.so.${pkgver}
-ln -s lib${lib}.so.${pkgver} ${pkgdir}/usr/lib32/lib${lib}.so.5
-  done
-
   rm -rf "${pkgdir}"/usr/{include,share,bin}
   mkdir -p "$pkgdir/usr/share/licenses"
   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:17:44
  Author: foutrelis
Revision: 139451

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

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

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

Copied: wyrd/repos/community-staging-i686/PKGBUILD (from rev 139450, 
wyrd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 09:17:44 UTC (rev 139451)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jeff Mickey 
+# Contributor: Daniel J Griffiths 
+
+pkgname=wyrd
+pkgver=1.4.6
+pkgrel=3
+pkgdesc='A text-based front-end to Remind.'
+arch=('i686' 'x86_64')
+url='http://pessimization.com/software/wyrd/'
+license=('GPL')
+depends=('remind' 'ncurses')
+makedepends=('ocaml' 'camlp4')
+source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2fc561482fdac4daac0cb6735d934ebe')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-utf8
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: wyrd/repos/community-staging-x86_64/PKGBUILD (from rev 139450, 
wyrd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 09:17:44 UTC (rev 139451)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jeff Mickey 
+# Contributor: Daniel J Griffiths 
+
+pkgname=wyrd
+pkgver=1.4.6
+pkgrel=3
+pkgdesc='A text-based front-end to Remind.'
+arch=('i686' 'x86_64')
+url='http://pessimization.com/software/wyrd/'
+license=('GPL')
+depends=('remind' 'ncurses')
+makedepends=('ocaml' 'camlp4')
+source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2fc561482fdac4daac0cb6735d934ebe')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-utf8
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:29:36
  Author: foutrelis
Revision: 245440

ncurses 6.0 rebuild.

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:27:03 UTC (rev 245439)
+++ PKGBUILD2015-09-07 09:29:36 UTC (rev 245440)
@@ -3,7 +3,7 @@
 
 pkgname=guile1.8
 pkgver=1.8.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
 url="http://www.gnu.org/software/guile/;
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:52:14
  Author: foutrelis
Revision: 245447

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

Added:
  gdb/repos/staging-i686/
  gdb/repos/staging-i686/PKGBUILD
(from rev 245446, gdb/trunk/PKGBUILD)
  gdb/repos/staging-i686/gdb.install
(from rev 245446, gdb/trunk/gdb.install)
  gdb/repos/staging-x86_64/
  gdb/repos/staging-x86_64/PKGBUILD
(from rev 245446, gdb/trunk/PKGBUILD)
  gdb/repos/staging-x86_64/gdb.install
(from rev 245446, gdb/trunk/gdb.install)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/gdb.install   |   20 +
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/gdb.install |   20 +
 4 files changed, 140 insertions(+)

Copied: gdb/repos/staging-i686/PKGBUILD (from rev 245446, gdb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 09:52:14 UTC (rev 245447)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.10
+pkgrel=2
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/staging-i686/gdb.install (from rev 245446, 
gdb/trunk/gdb.install)
===
--- staging-i686/gdb.install(rev 0)
+++ staging-i686/gdb.install2015-09-07 09:52:14 UTC (rev 245447)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: gdb/repos/staging-x86_64/PKGBUILD (from rev 245446, gdb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 09:52:14 UTC (rev 245447)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.10
+pkgrel=2
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/staging-x86_64/gdb.install (from rev 245446, 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:52:07
  Author: foutrelis
Revision: 245446

ncurses 6.0 rebuild.

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:48:00 UTC (rev 245445)
+++ PKGBUILD2015-09-07 09:52:07 UTC (rev 245446)
@@ -4,7 +4,7 @@
 
 pkgname=gdb
 pkgver=7.10
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Debugger'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'


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

2015-09-07 Thread Massimiliano Torromeo
Date: Monday, September 7, 2015 @ 11:51:32
  Author: mtorromeo
Revision: 139456

upgpkg: sysdig 0.1.104-1

Updated to 0.1.104

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:28:00 UTC (rev 139455)
+++ PKGBUILD2015-09-07 09:51:32 UTC (rev 139456)
@@ -4,7 +4,7 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.1.103
+pkgver=0.1.104
 pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('dkms' 'jsoncpp' 'luajit')
 makedepends=('cmake')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('65f272b20ad1858534b6b4a6f5e07012a3d0ae46d2bb9db36bf7821cc8230949')
+sha256sums=('05a7ed95a1b73053cae0a77de199e84d7c9804014166527e3b211ed637c3fbab')
 install=$pkgname.install
 
 build() {


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

2015-09-07 Thread Antonio Rojas
Date: Monday, September 7, 2015 @ 12:21:06
  Author: arojas
Revision: 139458

Update to 1.3.1

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:52:02 UTC (rev 139457)
+++ PKGBUILD2015-09-07 10:21:06 UTC (rev 139458)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kaffeine
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='KDE media player'
 license=(GPL)
@@ -13,7 +13,7 @@
 makedepends=(cmake automoc4)
 install=kaffeine.install
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
-md5sums=('4b20f3caeae716494f777e37d7a6571c')
+md5sums=('f2308cf7abf5ec7ad5c724593594c198')
 
 prepare() {
   mkdir -p build
@@ -21,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr


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

2015-09-07 Thread Antonio Rojas
Date: Monday, September 7, 2015 @ 12:22:00
  Author: arojas
Revision: 139459

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

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

---+
 /PKGBUILD |   68 
 /kaffeine.install |   24 
 community-i686/PKGBUILD   |   34 --
 community-i686/kaffeine.install   |   12 --
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/kaffeine.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 10:21:06 UTC (rev 139458)
+++ community-i686/PKGBUILD 2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=1.3
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-install=kaffeine.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
-md5sums=('4b20f3caeae716494f777e37d7a6571c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 139458, 
kaffeine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 10:22:00 UTC (rev 139459)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+md5sums=('f2308cf7abf5ec7ad5c724593594c198')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/kaffeine.install
===
--- community-i686/kaffeine.install 2015-09-07 10:21:06 UTC (rev 139458)
+++ community-i686/kaffeine.install 2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,12 +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: kaffeine/repos/community-i686/kaffeine.install (from rev 139458, 
kaffeine/trunk/kaffeine.install)
===
--- community-i686/kaffeine.install (rev 0)
+++ community-i686/kaffeine.install 2015-09-07 10:22:00 UTC (rev 139459)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-07 10:21:06 UTC (rev 139458)
+++ community-x86_64/PKGBUILD   2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=1.3
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-install=kaffeine.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
-md5sums=('4b20f3caeae716494f777e37d7a6571c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-

[arch-commits] Commit in python/trunk (PKGBUILD increase-dh-key-size.patch)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 12:44:58
  Author: foutrelis
Revision: 245450

Add upstream patch to increase DH key size in tests

This fixes a failure in test_ssl.

Added:
  python/trunk/increase-dh-key-size.patch
Modified:
  python/trunk/PKGBUILD

+
 PKGBUILD   |9 ++-
 increase-dh-key-size.patch |   49 +++
 2 files changed, 56 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 10:31:10 UTC (rev 245449)
+++ PKGBUILD2015-09-07 10:44:58 UTC (rev 245450)
@@ -25,12 +25,17 @@
 options=('!makeflags')
 provides=('python3')
 replaces=('python3')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
+increase-dh-key-size.patch)
+sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456'
+  '924393ee68a39ba4931a49045895db8786b5e178')
 
 prepare() {
   cd Python-${pkgver}
 
+  # http://bugs.python.org/issue23844
+  patch -Np1 -i ../increase-dh-key-size.patch
+
   # FS#23997
   sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
 

Added: increase-dh-key-size.patch
===
--- increase-dh-key-size.patch  (rev 0)
+++ increase-dh-key-size.patch  2015-09-07 10:44:58 UTC (rev 245450)
@@ -0,0 +1,49 @@
+
+# HG changeset patch
+# User Benjamin Peterson 
+# Date 1427947446 14400
+# Node ID 1ad7c0253abe1252128d61c3d0127d22144cb354
+# Parent  47451f6e7e7528a6647dbdc435e9a9f5c13c0080
+replace 512 bit dh key with a 2014 bit one (closes #23844)
+
+Patch by Cédric Krier.
+
+diff --git a/Lib/test/dh1024.pem b/Lib/test/dh1024.pem
+new file mode 100644
+--- /dev/null
 b/Lib/test/dh1024.pem
+@@ -0,0 +1,7 @@
++-BEGIN DH PARAMETERS-
++MIGHAoGBAIbzw1s9CT8SV5yv6L7esdAdZYZjPi3qWFs61CYTFFQnf2s/d09NYaJt
++rrvJhIzWavqnue71qXCf83/J3nz3FEwUU/L0mGyheVbsSHiI64wUo3u50wK5Igo0
++RNs/LD0irs7m0icZ//hijafTU+JOBiuA8zMI+oZfU7BGuc9XrUprAgEC
++-END DH PARAMETERS-
++
++Generated with: openssl dhparam -out dh1024.pem  1024
+diff --git a/Lib/test/dh512.pem b/Lib/test/dh512.pem
+deleted file mode 100644
+--- a/Lib/test/dh512.pem
 /dev/null
+@@ -1,9 +0,0 @@
+--BEGIN DH PARAMETERS-
+-MEYCQQD1Kv884bEpQBgRjXyEpwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWak
+-XUGfnHy9iUsiGSa6q6Jew1XpKgVfAgEC
+--END DH PARAMETERS-
+-
+-These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
+-(http://www.skip-vpn.org/spec/numbers.html).
+-See there for how they were generated.
+-Note that g is not a generator, but this is not a problem since p is a safe 
prime.
+diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
+--- a/Lib/test/test_ssl.py
 b/Lib/test/test_ssl.py
+@@ -64,7 +64,7 @@ BADKEY = data_file("badkey.pem")
+ NOKIACERT = data_file("nokia.pem")
+ NULLBYTECERT = data_file("nullbytecert.pem")
+ 
+-DHFILE = data_file("dh512.pem")
++DHFILE = data_file("dh1024.pem")
+ BYTES_DHFILE = os.fsencode(DHFILE)
+ 
+ 
+


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 14:18:00
  Author: spupykin
Revision: 139484

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

Added:
  dictd/repos/community-i686/PKGBUILD
(from rev 139483, dictd/trunk/PKGBUILD)
  dictd/repos/community-i686/colorit.conf
(from rev 139483, dictd/trunk/colorit.conf)
  dictd/repos/community-i686/dict.conf
(from rev 139483, dictd/trunk/dict.conf)
  dictd/repos/community-i686/dictd.conf
(from rev 139483, dictd/trunk/dictd.conf)
  dictd/repos/community-i686/dictd.confd
(from rev 139483, dictd/trunk/dictd.confd)
  dictd/repos/community-i686/dictd.service
(from rev 139483, dictd/trunk/dictd.service)
  dictd/repos/community-i686/dictd.xinetd
(from rev 139483, dictd/trunk/dictd.xinetd)
  dictd/repos/community-i686/site.info
(from rev 139483, dictd/trunk/site.info)
  dictd/repos/community-x86_64/PKGBUILD
(from rev 139483, dictd/trunk/PKGBUILD)
  dictd/repos/community-x86_64/colorit.conf
(from rev 139483, dictd/trunk/colorit.conf)
  dictd/repos/community-x86_64/dict.conf
(from rev 139483, dictd/trunk/dict.conf)
  dictd/repos/community-x86_64/dictd.conf
(from rev 139483, dictd/trunk/dictd.conf)
  dictd/repos/community-x86_64/dictd.confd
(from rev 139483, dictd/trunk/dictd.confd)
  dictd/repos/community-x86_64/dictd.service
(from rev 139483, dictd/trunk/dictd.service)
  dictd/repos/community-x86_64/dictd.xinetd
(from rev 139483, dictd/trunk/dictd.xinetd)
  dictd/repos/community-x86_64/site.info
(from rev 139483, dictd/trunk/site.info)
Deleted:
  dictd/repos/community-i686/PKGBUILD
  dictd/repos/community-i686/colorit.conf
  dictd/repos/community-i686/dict.conf
  dictd/repos/community-i686/dictd.conf
  dictd/repos/community-i686/dictd.confd
  dictd/repos/community-i686/dictd.service
  dictd/repos/community-i686/dictd.xinetd
  dictd/repos/community-i686/site.info
  dictd/repos/community-x86_64/PKGBUILD
  dictd/repos/community-x86_64/colorit.conf
  dictd/repos/community-x86_64/dict.conf
  dictd/repos/community-x86_64/dictd.conf
  dictd/repos/community-x86_64/dictd.confd
  dictd/repos/community-x86_64/dictd.service
  dictd/repos/community-x86_64/dictd.xinetd
  dictd/repos/community-x86_64/site.info

+
 /PKGBUILD  |  118 +++
 /colorit.conf  |   64 +
 /dict.conf |   12 +++
 /dictd.conf|   50 
 /dictd.confd   |   14 
 /dictd.service |   22 +++
 /dictd.xinetd  |   24 +++
 /site.info |   12 +++
 community-i686/PKGBUILD|   58 ---
 community-i686/colorit.conf|   32 --
 community-i686/dict.conf   |6 -
 community-i686/dictd.conf  |   25 
 community-i686/dictd.confd |7 --
 community-i686/dictd.service   |   11 ---
 community-i686/dictd.xinetd|   12 ---
 community-i686/site.info   |6 -
 community-x86_64/PKGBUILD  |   58 ---
 community-x86_64/colorit.conf  |   32 --
 community-x86_64/dict.conf |6 -
 community-x86_64/dictd.conf|   25 
 community-x86_64/dictd.confd   |7 --
 community-x86_64/dictd.service |   11 ---
 community-x86_64/dictd.xinetd  |   12 ---
 community-x86_64/site.info |6 -
 24 files changed, 316 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 12:17:32 UTC (rev 139483)
+++ community-i686/PKGBUILD 2015-09-07 12:18:00 UTC (rev 139484)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: SmackleFunky 
-# Contributor: Enrico Morelli 
-
-pkgname=dictd
-pkgver=1.12.1
-pkgrel=4
-pkgdesc="Online dictionary client and server"
-url="http://sourceforge.net/projects/dict/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sh' 'zlib' 'libmaa')
-makedepends=('flex')
-backup=(etc/dict/dictd.conf
-   etc/dict/dict.conf
-   etc/dict/site.info
-   etc/conf.d/dictd
-   etc/xinetd.d/dictd
-   etc/dict/colorit.conf)
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz;
-   dict.conf
-   dictd.conf
-   dictd.confd
-   dictd.service
-   site.info
-   dictd.xinetd
-   colorit.conf)
-md5sums=('62696491174c22079f664830d07c0623'
- 'fb72f7d8c55f84b1b37bbc8d33a8e55a'
- '64cd6ffdb40fb3367224f91ac44926ac'
- '838887fee38ae4cebd652d399b1f2266'
- 'd94fa6c43514c158c80e85f856c65365'
- 'b8cabf913876e544d919c7f20ff8db9e'
- 'bd3fd3f68625bad0c23754686ae2e99c'
- '978c9c079a0fc8d7d42a4cd4000190e7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --enable-dictorg --prefix=/usr 

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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 14:17:12
  Author: spupykin
Revision: 139480

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   75 
 cacti.install |   14 +-
 2 files changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 12:17:01 UTC (rev 139479)
+++ PKGBUILD2015-09-07 12:17:12 UTC (rev 139480)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=0.8.8_f
-pkgrel=2
-pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
-arch=(any)
-url="http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess')
-install=cacti.install
-source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('8d90642b362f80c46c489c5531e2ba90')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
-  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
-  echo "Require all denied" >> $pkgdir/etc/webapps/cacti/.htaccess
-  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
-  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
-
-  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
-
-  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
-  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
-
-  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
-  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 139479, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 12:17:12 UTC (rev 139480)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: tuxbubling 
+
+pkgname=cacti
+pkgver=0.8.8_f
+pkgrel=3
+pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
+arch=(any)
+url="http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess'
+   'etc/webapps/cacti/config.php')
+install=cacti.install
+source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
+md5sums=('8d90642b362f80c46c489c5531e2ba90')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
+  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
+  echo "Require all denied" >> $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
+
+  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
+
+  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
+  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
+
+  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
+  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
+}

Deleted: cacti.install
===
--- cacti.install   2015-09-07 12:17:01 UTC (rev 139479)
+++ cacti.install   2015-09-07 12:17:12 UTC (rev 139480)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  post_install
-}
-
-post_install() {
-  chown -R http:http var/log/cacti var/lib/cacti/rra
-}

Copied: cacti/repos/community-any/cacti.install (from rev 139479, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2015-09-07 12:17:12 UTC (rev 139480)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  post_install
+}
+
+post_install() {
+  chown -R http:http var/log/cacti var/lib/cacti/rra
+}


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 14:17:01
  Author: spupykin
Revision: 139479

upgpkg: cacti 0.8.8_f-3

upd

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:46:28 UTC (rev 139478)
+++ PKGBUILD2015-09-07 12:17:01 UTC (rev 139479)
@@ -4,13 +4,14 @@
 
 pkgname=cacti
 pkgver=0.8.8_f
-pkgrel=2
+pkgrel=3
 pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
 arch=(any)
 url="http://www.cacti.net;
 license=('GPL')
 depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess')
+backup=('etc/webapps/cacti/.htaccess'
+   'etc/webapps/cacti/config.php')
 install=cacti.install
 source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
 md5sums=('8d90642b362f80c46c489c5531e2ba90')


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 14:17:32
  Author: spupykin
Revision: 139483

upgpkg: dictd 1.12.1-5

upd

Modified:
  dictd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 12:17:27 UTC (rev 139482)
+++ PKGBUILD2015-09-07 12:17:32 UTC (rev 139483)
@@ -5,7 +5,7 @@
 
 pkgname=dictd
 pkgver=1.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Online dictionary client and server"
 url="http://sourceforge.net/projects/dict/;
 license=('GPL')
@@ -12,6 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('sh' 'zlib' 'libmaa')
 makedepends=('flex')
+optdepends=('xclip: for dict_lookup')
 backup=(etc/dict/dictd.conf
etc/dict/dict.conf
etc/dict/site.info


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 14:17:17
  Author: spupykin
Revision: 139481

upgpkg: devede 4.1-2

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 12:17:12 UTC (rev 139480)
+++ PKGBUILD2015-09-07 12:17:17 UTC (rev 139481)
@@ -6,13 +6,13 @@
 
 pkgname=devede
 pkgver=4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html;
 license=('GPL3')
 depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'pygtk' 'ttf-dejavu'
+'cdrkit' 'ttf-dejavu'
 'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
 'python-pip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:23:00
  Author: spupykin
Revision: 139468

upgpkg: owncloud 8.1.2-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:22:57 UTC (rev 139467)
+++ PKGBUILD2015-09-07 11:23:00 UTC (rev 139468)
@@ -4,7 +4,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -41,16 +41,16 @@

"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;

"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
'apache.example.conf')
-md5sums=('f090316ebc6c1f94428165141311a243'
- 'ead753509c03d37d732024a344054b04'
- '651575b541d4539b25b0dea57854eadb'
- '80bd3f3c0271c70df91502082d8318f7'
- 'a5aa02a6bf5e60da4fae85d73f0b4462'
- '0e8a8f2d39d8eade343633c66949db59'
- '39b26de12e7b3b4f9b0d7a86a601c54a'
- '6b7febebc486fd64c0da914fa7df8a2f'
- '999fc7a365b9a26d128b4c65e174f1cf'
- 'a36ddd7c878f0f96fa170784f99c058a'
+md5sums=('93ec94ad4fbab9a4b3ca6c3c3dc92714'
+ '9f082556eb081853b146bdc1fcc5c310'
+ '0b63c232ea529446ca9b6b04d2c0e5a4'
+ '1878f2f2ebe32b7ce701cda044f1f757'
+ '2691ad2b5f6a1dac158242ecb5096e2d'
+ '487b65795fcff24aee9df348289c357c'
+ '5d15050cf6b83deb750b980fad6ac24b'
+ '21d7ac553847193c7881abb4b3552a2b'
+ '95e2aa1e2d2084646c0f835d8e83bc82'
+ '43bf14b656813b8386004dcdf59cf571'
  '64c6edf88bcbb37d063e4bf77b39237f')
 
 prepare() {


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:23:10
  Author: spupykin
Revision: 139469

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 139468, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 139468, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  200 +-
 apache.example.conf |   36 -
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 11:23:00 UTC (rev 139468)
+++ PKGBUILD2015-09-07 11:23:10 UTC (rev 139469)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.1.1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-_watch="https://owncloud.org/changelog/;
-#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz;
-   
"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz;
-   
"$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz;
-   
"$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz;
-   
"$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz;
-   
"$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;
-   
"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
-   'apache.example.conf')
-md5sums=('f090316ebc6c1f94428165141311a243'
- 'ead753509c03d37d732024a344054b04'
- '651575b541d4539b25b0dea57854eadb'
- '80bd3f3c0271c70df91502082d8318f7'
- 'a5aa02a6bf5e60da4fae85d73f0b4462'
- '0e8a8f2d39d8eade343633c66949db59'
- '39b26de12e7b3b4f9b0d7a86a601c54a'
- '6b7febebc486fd64c0da914fa7df8a2f'
- '999fc7a365b9a26d128b4c65e174f1cf'
- 'a36ddd7c878f0f96fa170784f99c058a'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-  rm -rf $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps
-  for i in files_locking files_pdfviewer files_texteditor firstrunwizard \
-   templateeditor updater activity; do
-mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i
-  done
-  find . -type f -name .gitattributes -delete
-  find . -type f -name .gitkeep -delete
-  find . -type f -name .gitignore -delete
-  find . -type f -name .gitmodules -delete
-  find . -type f -name .travis.yml -delete
-  find . -type d -name .git -exec rm -rf {} \;
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 

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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:22:57
  Author: spupykin
Revision: 139467

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 139466, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
(from rev 139466, mediainfo-gui/trunk/mediainfo-gui.install)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 139466, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install
(from rev 139466, mediainfo-gui/trunk/mediainfo-gui.install)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
  mediainfo-gui/repos/community-x86_64/PKGBUILD
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install

+
 /PKGBUILD  |   72 +++
 /mediainfo-gui.install |   24 ++
 community-i686/PKGBUILD|   36 ---
 community-i686/mediainfo-gui.install   |   12 -
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/mediainfo-gui.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 11:22:44 UTC (rev 139466)
+++ community-i686/PKGBUILD 2015-09-07 11:22:57 UTC (rev 139467)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.76
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-install=mediainfo-gui.install
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('c0e0cad6262fa143341a2b6f20d98029')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 139466, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 11:22:57 UTC (rev 139467)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.77
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('c2764a059c03117d9fd17fc7130dcb6a')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-i686/mediainfo-gui.install
===
--- community-i686/mediainfo-gui.install2015-09-07 11:22:44 UTC (rev 
139466)
+++ community-i686/mediainfo-gui.install2015-09-07 11:22:57 UTC (rev 
139467)
@@ -1,12 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
- 

[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:23:24
  Author: spupykin
Revision: 139470

upgpkg: owncloud-app-bookmarks 8.1.2-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:23:10 UTC (rev 139469)
+++ PKGBUILD2015-09-07 11:23:24 UTC (rev 139470)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('ccc952bed7ba5511497495ae2dfdbb8b')
+md5sums=('d7e6cf3f75b4e7e6c85fabcbbe6aa3fe')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:23:33
  Author: spupykin
Revision: 139471

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 139470, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 11:23:24 UTC (rev 139470)
+++ PKGBUILD2015-09-07 11:23:33 UTC (rev 139471)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=8.1.1
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('ccc952bed7ba5511497495ae2dfdbb8b')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 139470, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 11:23:33 UTC (rev 139471)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('d7e6cf3f75b4e7e6c85fabcbbe6aa3fe')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:22:41
  Author: spupykin
Revision: 139465

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 11:22:25 UTC (rev 139464)
+++ community-i686/PKGBUILD 2015-09-07 11:22:41 UTC (rev 139465)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.76
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('c0e0cad6262fa143341a2b6f20d98029')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 139464, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 11:22:41 UTC (rev 139465)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.77
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('c2764a059c03117d9fd17fc7130dcb6a')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-07 11:22:25 UTC (rev 139464)
+++ community-x86_64/PKGBUILD   2015-09-07 11:22:41 UTC (rev 139465)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.76
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('c0e0cad6262fa143341a2b6f20d98029')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 139464, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-07 11:22:41 UTC (rev 139465)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.77
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('c2764a059c03117d9fd17fc7130dcb6a')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:22:03
  Author: spupykin
Revision: 139462

upgpkg: libmediainfo 0.7.77-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:21:51 UTC (rev 139461)
+++ PKGBUILD2015-09-07 11:22:03 UTC (rev 139462)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.76
+pkgver=0.7.77
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('de3f8a33c9cab149e45984455b30bd35'
+md5sums=('dd27c74218a5c87c033c7fe089aa3b91'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:22:25
  Author: spupykin
Revision: 139464

upgpkg: mediainfo 0.7.77-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:22:17 UTC (rev 139463)
+++ PKGBUILD2015-09-07 11:22:25 UTC (rev 139464)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.76
+pkgver=0.7.77
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('c0e0cad6262fa143341a2b6f20d98029')
+md5sums=('c2764a059c03117d9fd17fc7130dcb6a')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:22:44
  Author: spupykin
Revision: 139466

upgpkg: mediainfo-gui 0.7.77-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:22:41 UTC (rev 139465)
+++ PKGBUILD2015-09-07 11:22:44 UTC (rev 139466)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.76
+pkgver=0.7.77
 pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('imagemagick')
 install=mediainfo-gui.install
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('c0e0cad6262fa143341a2b6f20d98029')
+md5sums=('c2764a059c03117d9fd17fc7130dcb6a')
 
 build() {
   cd MediaInfo/Project/GNU/GUI


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 14:17:27
  Author: spupykin
Revision: 139482

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 139481, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 12:17:17 UTC (rev 139481)
+++ PKGBUILD2015-09-07 12:17:27 UTC (rev 139482)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.1
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'pygtk' 'ttf-dejavu'
-'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
-'python-pip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('6754c0886ede12b3fb8d9c1fa79e6713')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 139481, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 12:17:27 UTC (rev 139482)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.1
+pkgrel=2
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('6754c0886ede12b3fb8d9c1fa79e6713')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 12:28:52
  Author: alucryd
Revision: 245448

upgpkg: ffmpeg 1:2.7.2-3

FS#46199: Enable LADSPA

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:52:14 UTC (rev 245447)
+++ PKGBUILD2015-09-07 10:28:52 UTC (rev 245448)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.7.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -20,7 +20,8 @@
   'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
   'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
 )
-makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
 provides=(
   'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@@ -44,6 +45,7 @@
 --enable-fontconfig \
 --enable-gnutls \
 --enable-gpl \
+--enable-ladspa \
 --enable-libass \
 --enable-libbluray \
 --enable-libfreetype \


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 14:38:38
  Author: foutrelis
Revision: 245451

Fix possible test_faulthandler hang on x86_64

Added:
  python/trunk/fix-undefined-behaviour-in-faulthandler.patch
Modified:
  python/trunk/PKGBUILD

---+
 PKGBUILD  |7 +++-
 fix-undefined-behaviour-in-faulthandler.patch |   41 
 2 files changed, 47 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 10:44:58 UTC (rev 245450)
+++ PKGBUILD2015-09-07 12:38:38 UTC (rev 245451)
@@ -26,14 +26,19 @@
 provides=('python3')
 replaces=('python3')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
+fix-undefined-behaviour-in-faulthandler.patch
 increase-dh-key-size.patch)
 sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456'
+  '26c5bb4fc14d49438fbd99a5aa9a51289b6d3010'
   '924393ee68a39ba4931a49045895db8786b5e178')
 
 prepare() {
   cd Python-${pkgver}
 
-  # http://bugs.python.org/issue23844
+  # https://bugs.python.org/issue23433
+  patch -Np1 -i ../fix-undefined-behaviour-in-faulthandler.patch
+
+  # https://bugs.python.org/issue23844
   patch -Np1 -i ../increase-dh-key-size.patch
 
   # FS#23997

Added: fix-undefined-behaviour-in-faulthandler.patch
===
--- fix-undefined-behaviour-in-faulthandler.patch   
(rev 0)
+++ fix-undefined-behaviour-in-faulthandler.patch   2015-09-07 12:38:38 UTC 
(rev 245451)
@@ -0,0 +1,41 @@
+
+# HG changeset patch
+# User Victor Stinner 
+# Date 1423661015 -3600
+# Node ID 689092296ad31951f8f919fc06b49450e648e93d
+# Parent  645f3d750be139ce0198e15e221da07b22289a92
+Issue #23433: Fix faulthandler._stack_overflow()
+
+Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead
+of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5.
+
+diff --git a/Modules/faulthandler.c b/Modules/faulthandler.c
+--- a/Modules/faulthandler.c
 b/Modules/faulthandler.c
+@@ -911,12 +911,12 @@ faulthandler_fatal_error_py(PyObject *se
+ }
+ 
+ #if defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGACTION)
+-static void*
+-stack_overflow(void *min_sp, void *max_sp, size_t *depth)
++static Py_uintptr_t
++stack_overflow(Py_uintptr_t min_sp, Py_uintptr_t max_sp, size_t *depth)
+ {
+ /* allocate 4096 bytes on the stack at each call */
+ unsigned char buffer[4096];
+-void *sp = 
++Py_uintptr_t sp = (Py_uintptr_t)
+ *depth += 1;
+ if (sp < min_sp || max_sp < sp)
+ return sp;
+@@ -929,7 +929,8 @@ static PyObject *
+ faulthandler_stack_overflow(PyObject *self)
+ {
+ size_t depth, size;
+-char *sp = (char *), *stop;
++Py_uintptr_t sp = (Py_uintptr_t)
++Py_uintptr_t stop;
+ 
+ depth = 0;
+ stop = stack_overflow(sp - STACK_OVERFLOW_MAX_SIZE,
+


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

2015-09-07 Thread Massimiliano Torromeo
Date: Monday, September 7, 2015 @ 11:52:02
  Author: mtorromeo
Revision: 139457

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

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

-+
 /PKGBUILD   |   82 ++
 /sysdig.install |   42 +++
 community-i686/PKGBUILD |   41 ---
 community-i686/sysdig.install   |   21 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/sysdig.install |   21 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 09:51:32 UTC (rev 139456)
+++ community-i686/PKGBUILD 2015-09-07 09:52:02 UTC (rev 139457)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.1.103
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit')
-makedepends=('cmake')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('65f272b20ad1858534b6b4a6f5e07012a3d0ae46d2bb9db36bf7821cc8230949')
-install=$pkgname.install
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_LUAJIT=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_ZLIB=OFF \
--DUSE_BUNDLED_NCURSES=OFF \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 139456, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 09:52:02 UTC (rev 139457)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.1.104
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit')
+makedepends=('cmake')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('05a7ed95a1b73053cae0a77de199e84d7c9804014166527e3b211ed637c3fbab')
+install=$pkgname.install
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_ZLIB=OFF \
+-DUSE_BUNDLED_NCURSES=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2015-09-07 09:51:32 UTC (rev 139456)
+++ community-i686/sysdig.install   2015-09-07 09:52:02 UTC (rev 139457)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 139456, 
sysdig/trunk/sysdig.install)
===
--- community-i686/sysdig.install   (rev 0)
+++ 

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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:22:17
  Author: spupykin
Revision: 139463

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 139462, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 139462, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 139462, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 139462, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 11:22:03 UTC (rev 139462)
+++ community-i686/PKGBUILD 2015-09-07 11:22:17 UTC (rev 139463)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.76
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('de3f8a33c9cab149e45984455b30bd35'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 139462, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 11:22:17 UTC (rev 139463)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  hydro 
+
+pkgname=libmediainfo
+pkgver=0.7.77
+pkgrel=1
+pkgdesc="shared library for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('dd27c74218a5c87c033c7fe089aa3b91'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  sh ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 $pkgdir/usr/include/$i
+install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2015-09-07 11:22:03 UTC 
(rev 139462)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2015-09-07 

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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:21:51
  Author: spupykin
Revision: 139461

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

Added:
  instead/repos/community-i686/PKGBUILD
(from rev 139460, instead/trunk/PKGBUILD)
  instead/repos/community-x86_64/PKGBUILD
(from rev 139460, 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-09-07 11:21:30 UTC (rev 139460)
+++ community-i686/PKGBUILD 2015-09-07 11:21:51 UTC (rev 139461)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=2.2.3
-pkgrel=2
-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=('8bee01d435e240e4e7585e3b96393313')
-
-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 139460, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 11:21:51 UTC (rev 139461)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=2.2.5
+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=('de9450d9f5f0f1268aa386ff460b99fe')
+
+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-09-07 11:21:30 UTC (rev 139460)
+++ community-x86_64/PKGBUILD   2015-09-07 11:21:51 UTC (rev 139461)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=2.2.3
-pkgrel=2
-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=('8bee01d435e240e4e7585e3b96393313')
-
-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 139460, 
instead/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-07 11:21:51 UTC (rev 139461)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=2.2.5
+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=('de9450d9f5f0f1268aa386ff460b99fe')
+
+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-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:21:30
  Author: spupykin
Revision: 139460

upgpkg: instead 2.2.5-1

upd

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 10:22:00 UTC (rev 139459)
+++ PKGBUILD2015-09-07 11:21:30 UTC (rev 139460)
@@ -3,8 +3,8 @@
 # Contributor: Peter Kosyh 
 
 pkgname=instead
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.5
+pkgrel=1
 pkgdesc="a quest interpreter"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/instead/;
@@ -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=('8bee01d435e240e4e7585e3b96393313')
+md5sums=('de9450d9f5f0f1268aa386ff460b99fe')
 
 build() {
   cd "${srcdir}/instead-${pkgver}"


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:47:54
  Author: foutrelis
Revision: 245444

ncurses 6.0 rebuild.

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 09:31:33 UTC (rev 245443)
+++ PKGBUILD2015-09-07 09:47:54 UTC (rev 245444)
@@ -5,7 +5,7 @@
 
 pkgname=guile
 pkgver=2.0.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Portable, embeddable Scheme implementation written in C'
 url='http://www.gnu.org/software/guile/'
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 11:48:00
  Author: foutrelis
Revision: 245445

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

Added:
  guile/repos/staging-i686/
  guile/repos/staging-i686/PKGBUILD
(from rev 245444, guile/trunk/PKGBUILD)
  guile/repos/staging-i686/guile.install
(from rev 245444, guile/trunk/guile.install)
  guile/repos/staging-x86_64/
  guile/repos/staging-x86_64/PKGBUILD
(from rev 245444, guile/trunk/PKGBUILD)
  guile/repos/staging-x86_64/guile.install
(from rev 245444, guile/trunk/guile.install)

--+
 staging-i686/PKGBUILD|   29 +
 staging-i686/guile.install   |   30 ++
 staging-x86_64/PKGBUILD  |   29 +
 staging-x86_64/guile.install |   30 ++
 4 files changed, 118 insertions(+)

Copied: guile/repos/staging-i686/PKGBUILD (from rev 245444, 
guile/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 09:48:00 UTC (rev 245445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=3
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}

Copied: guile/repos/staging-i686/guile.install (from rev 245444, 
guile/trunk/guile.install)
===
--- staging-i686/guile.install  (rev 0)
+++ staging-i686/guile.install  2015-09-07 09:48:00 UTC (rev 245445)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: guile/repos/staging-x86_64/PKGBUILD (from rev 245444, 
guile/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 09:48:00 UTC (rev 245445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=3
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}

Copied: guile/repos/staging-x86_64/guile.install (from rev 245444, 
guile/trunk/guile.install)
===
--- staging-x86_64/guile.install(rev 0)
+++ staging-x86_64/guile.install2015-09-07 09:48:00 UTC (rev 245445)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in 

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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:24:21
  Author: spupykin
Revision: 139475

upgpkg: tesseract-data 3.04.00-1

upd

Modified:
  tesseract-data/trunk/PKGBUILD

--+
 PKGBUILD |   91 -
 1 file changed, 13 insertions(+), 78 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:24:13 UTC (rev 139474)
+++ PKGBUILD2015-09-07 11:24:21 UTC (rev 139475)
@@ -2,90 +2,25 @@
 # Maintainer: Sergej Pupykin 
 # Contributor: Andreas Hauser 
 
-# chinese requires two files
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
-eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
-ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
-ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+_langs=(afr amh ara asm aze aze_cyrl bel ben bod bos bul cat ceb ces
+chi_sim chi_tra chr cym dan dan_frak deu deu_frak dzo ell eng enm epo
+equ est eus fas fin fra frk frm gle glg grc guj hat heb hin hrv hun
+iku ind isl ita ita_old jav jpn kan kat kat_old kaz khm kir kor kur
+lao lat lav lit mal mar mkd mlt msa mya nep nld nor ori osd pan pol
+por pus ron rus san sin slk slk_frak slv spa spa_old sqi srp srp_latn
+swa swe syr tam tel tgk tgl tha tir tur uig ukr urd uzb uzb_cyrl vie yid)
 
 pkgbase=tesseract-data
 pkgname=($(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-pkgver=3.02.02
-_pkgver=3.02
-pkgrel=5
+pkgver=3.04.00
+pkgrel=1
 pkgdesc="An OCR programm"
 arch=(any)
-url="http://code.google.com/p/tesseract-ocr;
+url="https://github.com/tesseract-ocr/tessdata;
 license=("APACHE")
 depends=()
-source=($(for l in ${_langs[@]}; do
-echo 
http://tesseract-ocr.googlecode.com/files/tesseract-ocr-${_pkgver}.${l}.tar.gz
-done))
-md5sums=('16a756bf353896e34386f4509582e487'
- 'd7b3708f1f1f2898c258209923063f57'
- '143044ff7b643b844c2f0b2a170ceda2'
- '3bb6dab515166d641ac62e973c868ac5'
- '0b662630eb4b2e0ebf40c38184068fba'
- '91fc34ef041aafe32549a7a6232afad0'
- '27b77ecc66f8c8d904cd6b87886aca22'
- 'ae144b9d230267b5ae62804ad7a09dac'
- '718779539d3202ae95ae5ff52a3ad5e8'
- '391ed3fcf014bae777b33dc7a771a00d'
- 'dd5b4fa247500d7713ab5556af62d9fa'
- '2f6a93920b3ce55de24ca762a66a5de1'
- '57bdb26ec7c767e126ff97776d8bfb10'
- '3760cc3dee6489dcc865b31e7a36bd47'
- '3562250fe6f4e76229a329166b8ae853'
- 'd9dc4ad9cbcde78e5be59eb226865661'
- '5dc0cf01d21ee43ed834ee947e1e810a'
- '67815529386679223092ddf301bf57d4'
- '94667836c651fc4fd43645efdc34e19a'
- 'a067f5975cbe83fea205897187fa256b'
- '4c2cee5bf3558f6384e5907aa02ae80c'
- '71f8b343ed2010f775ff474faec5874f'
- '2bca200b783fdba2f546063c68740c50'
- 'dd734ac212a98a02945760891b657e70'
- 'e0ca24ca45de83e67057f0e208233ffc'
- 'ef7b8e13891e08f29b02011a5dd6b630'
- 'ac493e5a49e456f2dd354f5b6449573e'
- '7ae7f3384083c66f06d63b6c0f0a66c3'
- '186f17b326a58313344c2ea987ea7785'
- '0396a267d894f485b6b534476f3322dc'
- 'eb1b3537cd664fec48bebac75fac5992'
- '9f672ea7c90eecbbe35ec353ff45c764'
- '3f05946a9e57a8ffabb3fccc8a80cfaa'
- 'fbdba86f34b907f5a709051c01b53f71'
- '989ca558eb05fcf6873dfdd8c692291d'
- 'e1be2b08e667c3bb0ab0f18c9456bf2f'
- '510016e85d7ea8e1f4ebf98741138909'
- 'fc9125f6652fb661575d6e15c94f88f6'
- '2095b56c9c6b0dba9b837fd226ed6d29'
- '801021a1ad6e4aa3ef697f065ff6c798'
- '1f5e8f022d3c2697075bdfc03935f128'
- 'b8930c64befcaadbb47951cad4a2f075'
- '90a41ac86375b230980b643b35b88011'
- 'cb42ec9504eecdc4f974dbca4387ac34'
- '6db5753b3b03296544bbb2c0f59a7178'
- '6d979585abb07c13dda003820129461c'
- '90b3f1f4113a9dccd0287e6b5b7512d6'
- 'ad490a8091ee329190266f3fd057c511'
- '9f498e01855a57473af8f083c125455a'
- 'e8c785df8aaa49e61f3a95aa24066122'
- '991e4771e16abd6a66caeaeeb2a4d4d2'
- 'c7bea975ba663d13e03c29d6cf33b5a8'
- 'fe1385ed203ecd9e0999a44b135069ec'
- '7838da948e404bb760bef83a5c3d64dd'
- '372e38617fcc7e25c77996c5499ae063'
- 'd8350668fa790b5d4007348a55840bdf'
- '6c68107a71f82fa42c858e4d6dc70aca'
- '46d3a5d7159236edb33272dd8b1090f6'
- 'c68b0fdcdf34dd431c25f323673ef1d6'
- '349d203ef88864eab8d1201672ca84be'
- 'd458f0719b99e4dcfd4fa2a06e5150a3'
- '3dc5a5028e75da12eaba62669a80acc4'
- 'a8934e0e6496997112cbef2961adef5e'
- '0aa61f18463bb89234a6d06fcbf0c644'
- '78a74432848b4c53cc2ccf2eb339c0b6')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/tesseract-ocr/tessdata/archive/$pkgver.tar.gz)

[arch-commits] Commit in owncloud-app-gallery/repos/community-any (PKGBUILD PKGBUILD)

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:24:13
  Author: spupykin
Revision: 139474

archrelease: copy trunk to community-any

Added:
  owncloud-app-gallery/repos/community-any/PKGBUILD
(from rev 139473, owncloud-app-gallery/trunk/PKGBUILD)
Deleted:
  owncloud-app-gallery/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 11:24:02 UTC (rev 139473)
+++ PKGBUILD2015-09-07 11:24:13 UTC (rev 139474)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-gallery
-pkgver=8.1.1
-pkgrel=1
-pkgdesc="Gallery app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('5a687ab8ad40288035e5ac62b336ba19')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
-}

Copied: owncloud-app-gallery/repos/community-any/PKGBUILD (from rev 139473, 
owncloud-app-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 11:24:13 UTC (rev 139474)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-gallery
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="Gallery app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
+md5sums=('91166d6d1492f69d12063847703f203e')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}


[arch-commits] Commit in owncloud-app-gallery/trunk (PKGBUILD)

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:24:02
  Author: spupykin
Revision: 139473

upgpkg: owncloud-app-gallery 8.1.2-1

upd

Modified:
  owncloud-app-gallery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 11:23:59 UTC (rev 139472)
+++ PKGBUILD2015-09-07 11:24:02 UTC (rev 139473)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-gallery
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc="Gallery app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('5a687ab8ad40288035e5ac62b336ba19')
+md5sums=('91166d6d1492f69d12063847703f203e')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 13:23:59
  Author: spupykin
Revision: 139472

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 139471, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 11:23:33 UTC (rev 139471)
+++ PKGBUILD2015-09-07 11:23:59 UTC (rev 139472)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=8.1.2
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('d7e6cf3f75b4e7e6c85fabcbbe6aa3fe')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 139471, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 11:23:59 UTC (rev 139472)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('d7e6cf3f75b4e7e6c85fabcbbe6aa3fe')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 16:08:07
  Author: foutrelis
Revision: 245464

ncurses 6.0 rebuild.

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 14:06:53 UTC (rev 245463)
+++ PKGBUILD2015-09-07 14:08:07 UTC (rev 245464)
@@ -3,7 +3,7 @@
 
 pkgname=moc
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Felix Yan
Date: Monday, September 7, 2015 @ 17:46:04
  Author: fyan
Revision: 139501

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 15:45:50 UTC (rev 139500)
+++ PKGBUILD2015-09-07 15:46:04 UTC (rev 139501)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2015.9.6.1
-pkgrel=1
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('1b44a71c564da97c79bf76bd8e4b29b752fd5849bccb209b6e97a239370126acc2562937ed010135f2cc45cf78438cc4b113906dc7dc9b45507e9f33ac9f8988')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 139500, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 15:46:04 UTC (rev 139501)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2015.9.6.2
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-09-07 Thread Felix Yan
Date: Monday, September 7, 2015 @ 17:45:50
  Author: fyan
Revision: 139500

upgpkg: python-certifi 2015.9.6.2-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 15:20:35 UTC (rev 139499)
+++ PKGBUILD2015-09-07 15:45:50 UTC (rev 139500)
@@ -6,7 +6,7 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2015.9.6.1
+pkgver=2015.9.6.2
 pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('1b44a71c564da97c79bf76bd8e4b29b752fd5849bccb209b6e97a239370126acc2562937ed010135f2cc45cf78438cc4b113906dc7dc9b45507e9f33ac9f8988')
+sha512sums=('78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 18:07:09
  Author: foutrelis
Revision: 139503

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

Added:
  bfgminer/repos/community-staging-i686/
  bfgminer/repos/community-staging-i686/PKGBUILD
(from rev 139502, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-staging-i686/remove-dangerous-rpath.patch
(from rev 139502, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-staging-x86_64/
  bfgminer/repos/community-staging-x86_64/PKGBUILD
(from rev 139502, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-staging-x86_64/remove-dangerous-rpath.patch
(from rev 139502, bfgminer/trunk/remove-dangerous-rpath.patch)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/remove-dangerous-rpath.patch   |   21 +++
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/remove-dangerous-rpath.patch |   21 +++
 4 files changed, 132 insertions(+)

Copied: bfgminer/repos/community-staging-i686/PKGBUILD (from rev 139502, 
bfgminer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 16:07:09 UTC (rev 139503)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=5.3.0
+pkgrel=2
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('d48fa6e51ff70ee1a85f77334a24f842ca6774c073c2d864fe739f07093ef77f'
+'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: bfgminer/repos/community-staging-i686/remove-dangerous-rpath.patch 
(from rev 139502, bfgminer/trunk/remove-dangerous-rpath.patch)
===
--- community-staging-i686/remove-dangerous-rpath.patch 
(rev 0)
+++ community-staging-i686/remove-dangerous-rpath.patch 2015-09-07 16:07:09 UTC 
(rev 139503)
@@ -0,0 +1,21 @@
+diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure
+--- bfgminer-4.8.0-orig/configure  2014-10-04 20:54:28.717071865 -0400
 bfgminer-4.8.0/configure   2014-10-04 20:55:50.140274445 -0400
+@@ -12201,7 +12201,7 @@
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ 
+   libbase58_CFLAGS='-I'"${ac_abs_top_srcdir}"'/libbase58'
+-  libbase58_LIBS='-L'"${ac_abs_top_srcdir}"'/libbase58/.libs 
-Wl,-rpath,\$$ORIGIN/libbase58/.libs'"$origin_LDFLAGS"'  -lbase58'
++  libbase58_LIBS='-L'"${ac_abs_top_srcdir}"'/libbase58/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lbase58'
+   libbase58_SUBDIRS=libbase58
+   libbase58_EXTRADEPS=libbase58_directory
+   BUNDLED_LIB_RULES="$BUNDLED_LIB_RULES
+@@ -12470,7 +12470,7 @@
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ 
+   libblkmaker_CFLAGS='-I'"${ac_abs_top_srcdir}"'/libblkmaker'
+-  libblkmaker_LIBS='-L'"${ac_abs_top_srcdir}"'/libblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"'  
-lblkmaker_jansson-0.1 -lblkmaker-0.1'
++  libblkmaker_LIBS='-L'"${ac_abs_top_srcdir}"'/libblkmaker/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lblkmaker_jansson-0.1 -lblkmaker-0.1'
+   libblkmaker_SUBDIRS=libblkmaker
+   libblkmaker_EXTRADEPS=libblkmaker_directory
+   BUNDLED_LIB_RULES="$BUNDLED_LIB_RULES

Copied: bfgminer/repos/community-staging-x86_64/PKGBUILD (from rev 139502, 
bfgminer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 16:07:09 UTC (rev 139503)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 18:07:01
  Author: foutrelis
Revision: 139502

ncurses 6.0 rebuild.

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 15:46:04 UTC (rev 139501)
+++ PKGBUILD2015-09-07 16:07:01 UTC (rev 139502)
@@ -4,7 +4,7 @@
 
 pkgname=bfgminer
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
 arch=('i686' 'x86_64')
 depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')


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

2015-09-07 Thread Laurent Carlier
Date: Monday, September 7, 2015 @ 18:12:49
  Author: lcarlier
Revision: 245470

upgpkg: mesa 10.6.6-1

upstream update 10.6.6

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 15:05:34 UTC (rev 245469)
+++ PKGBUILD2015-09-07 16:12:49 UTC (rev 245470)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.6.5
+pkgver=10.6.6
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('fb6fac3c85bcfa9d06b8dd439169f23f0c0924a88e44362e738b99b1feff762f'
+sha256sums=('570f2154b7340ff5db61ff103bc6e85165b8958798b78a50fa2df488e98e5778'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')


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

2015-09-07 Thread Laurent Carlier
Date: Monday, September 7, 2015 @ 18:12:59
  Author: lcarlier
Revision: 245471

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

Added:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 245470, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 245470, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 245470, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 245470, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 245470, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 245470, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +
 /LICENSE  |  164 
 /PKGBUILD |  346 
++
 extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch   |   33 
 extra-i686/LICENSE|   82 --
 extra-i686/PKGBUILD   |  173 -
 extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 
 extra-x86_64/LICENSE  |   82 --
 extra-x86_64/PKGBUILD |  173 -
 9 files changed, 576 insertions(+), 576 deletions(-)

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


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

2015-09-07 Thread Laurent Carlier
Date: Monday, September 7, 2015 @ 17:18:38
  Author: lcarlier
Revision: 139496

upgpkg: minetest 0.4.13-1

upstream update 0.4.13, now built with clang (FS#46176)

Modified:
  minetest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 14:25:43 UTC (rev 139495)
+++ PKGBUILD2015-09-07 15:18:38 UTC (rev 139496)
@@ -3,18 +3,18 @@
 # Contributor: Konsta Kokkinen 
 
 pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=0.4.12
-pkgrel=2
+pkgver=0.4.13
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://minetest.net/'
 license=('GPL')
 makedepends=('sqlite' 'freetype2' 'leveldb' 'openal' 'libvorbis' 'curl' 
'irrlicht'
- 'hicolor-icon-theme' 'cmake' 'hiredis')
+ 'hicolor-icon-theme' 'cmake' 'hiredis' 'clang')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/minetest/minetest/archive/$pkgver.tar.gz
 
$pkgname-data-$pkgver.tar.gz::https://github.com/minetest/minetest_game/archive/$pkgver.tar.gz
 minetest@.service)
-md5sums=('67d383346ffa08819d062a65614291d6'
- '3fb2f7c3ec549a38f6458d2269075071'
+md5sums=('e3385b55faeb1164ac5349dd9b21b461'
+ 'cc02e8844bbfbd14a3545a202ef38772'
  'ec193b09eb85f2518aaa17506ad06c57')
 
 prepare() {
@@ -29,7 +29,9 @@
 -DENABLE_GETTEXT=1 \
 -DENABLE_FREETYPE=1 \
 -DENABLE_LEVELDB=0 \
--DENABLE_REDIS=0
+-DENABLE_REDIS=0 \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++
   make
 
   cd "$srcdir"/build-server
@@ -37,7 +39,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_CLIENT=0 \
 -DENABLE_LEVELDB=1 \
--DENABLE_REDIS=1
+-DENABLE_REDIS=1 \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++
   make
 }
 


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 18:09:51
  Author: foutrelis
Revision: 139506

ncurses 6.0 rebuild.

Modified:
  progress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 16:09:21 UTC (rev 139505)
+++ PKGBUILD2015-09-07 16:09:51 UTC (rev 139506)
@@ -7,7 +7,7 @@
 pkgname=progress
 pkgdesc="Shows running coreutils basic commands and displays stats"
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="https://github.com/Xfennec/progress;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 18:09:59
  Author: foutrelis
Revision: 139507

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

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

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

Copied: progress/repos/community-staging-i686/PKGBUILD (from rev 139506, 
progress/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 16:09:59 UTC (rev 139507)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.9
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: progress/repos/community-staging-x86_64/PKGBUILD (from rev 139506, 
progress/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 16:09:59 UTC (rev 139507)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.9
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (6 files)

2015-09-07 Thread Laurent Carlier
Date: Monday, September 7, 2015 @ 18:21:09
  Author: lcarlier
Revision: 139509

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 139508, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 139508, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 139508, lib32-mesa/trunk/PKGBUILD)
Deleted:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +--
 LICENSE  |  164 -
 PKGBUILD |  296 -
 3 files changed, 263 insertions(+), 263 deletions(-)

Deleted: 0001-i965-Remove-early-release-of-DRI2-miptree.patch
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-09-07 
16:21:01 UTC (rev 139508)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-09-07 
16:21:09 UTC (rev 139509)
@@ -1,33 +0,0 @@
-From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Fri, 10 Jul 2015 10:41:35 +0100
-Subject: [PATCH] i965: Remove early release of DRI2 miptree
-
-intel_update_winsys_renderbuffer_miptree() will release the existing
-miptree when wrapping a new DRI2 buffer, so we can remove the early
-release and so prevent a NULL mt dereference should importing the new
-DRI2 name fail for any reason. (Reusing the old DRI2 name will result
-in the rendering going astray, to a stale buffer, and not shown on the
-screen, but it allows us to issue a warning and not crash much later in
-innocent code.)
-
-Signed-off-by: Chris Wilson 

- src/mesa/drivers/dri/i965/brw_context.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
-index e8d1396..72f3897 100644
 a/src/mesa/drivers/dri/i965/brw_context.c
-+++ b/src/mesa/drivers/dri/i965/brw_context.c
-@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
-   buffer->cpp, buffer->pitch);
-}
- 
--   intel_miptree_release(>mt);
-bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
-   buffer->name);
-if (!bo) {
--- 
-2.5.0
-

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
 (from rev 139508, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-09-07 
16:21:09 UTC (rev 139509)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson 
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson 
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer->cpp, buffer->pitch);
+}
+ 
+-   intel_miptree_release(>mt);
+bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
+   buffer->name);
+if (!bo) {
+-- 
+2.5.0
+

Deleted: LICENSE
===
--- LICENSE 2015-09-07 16:21:01 UTC (rev 139508)
+++ LICENSE 2015-09-07 16:21:09 UTC (rev 139509)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). 

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

2015-09-07 Thread Laurent Carlier
Date: Monday, September 7, 2015 @ 18:21:01
  Author: lcarlier
Revision: 139508

upgpkg: lib32-mesa 10.6.6-1

upstream update 10.6.6

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 16:09:59 UTC (rev 139507)
+++ PKGBUILD2015-09-07 16:21:01 UTC (rev 139508)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.6.5
+pkgver=10.6.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('fb6fac3c85bcfa9d06b8dd439169f23f0c0924a88e44362e738b99b1feff762f'
+sha256sums=('570f2154b7340ff5db61ff103bc6e85165b8958798b78a50fa2df488e98e5778'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')


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

2015-09-07 Thread Laurent Carlier
Date: Monday, September 7, 2015 @ 17:19:08
  Author: lcarlier
Revision: 139497

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

Added:
  minetest/repos/community-i686/PKGBUILD
(from rev 139496, minetest/trunk/PKGBUILD)
  minetest/repos/community-i686/minetest-server.install
(from rev 139496, minetest/trunk/minetest-server.install)
  minetest/repos/community-i686/minetest.install
(from rev 139496, minetest/trunk/minetest.install)
  minetest/repos/community-i686/minetest@.service
(from rev 139496, minetest/trunk/minetest@.service)
  minetest/repos/community-x86_64/PKGBUILD
(from rev 139496, minetest/trunk/PKGBUILD)
  minetest/repos/community-x86_64/minetest-server.install
(from rev 139496, minetest/trunk/minetest-server.install)
  minetest/repos/community-x86_64/minetest.install
(from rev 139496, minetest/trunk/minetest.install)
  minetest/repos/community-x86_64/minetest@.service
(from rev 139496, minetest/trunk/minetest@.service)
Deleted:
  minetest/repos/community-i686/PKGBUILD
  minetest/repos/community-i686/minetest-server.install
  minetest/repos/community-i686/minetest.install
  minetest/repos/community-i686/minetest@.service
  minetest/repos/community-x86_64/PKGBUILD
  minetest/repos/community-x86_64/minetest-server.install
  minetest/repos/community-x86_64/minetest.install
  minetest/repos/community-x86_64/minetest@.service

--+
 /PKGBUILD|  180 +
 /minetest-server.install |   16 ++
 /minetest.install|   24 +++
 /minetest@.service   |   20 +++
 community-i686/PKGBUILD  |   86 -
 community-i686/minetest-server.install   |8 -
 community-i686/minetest.install  |   12 -
 community-i686/minetest@.service |   10 -
 community-x86_64/PKGBUILD|   86 -
 community-x86_64/minetest-server.install |8 -
 community-x86_64/minetest.install|   12 -
 community-x86_64/minetest@.service   |   10 -
 12 files changed, 240 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 15:18:38 UTC (rev 139496)
+++ community-i686/PKGBUILD 2015-09-07 15:19:08 UTC (rev 139497)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Konsta Kokkinen 
-
-pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=0.4.12
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://minetest.net/'
-license=('GPL')
-makedepends=('sqlite' 'freetype2' 'leveldb' 'openal' 'libvorbis' 'curl' 
'irrlicht'
- 'hicolor-icon-theme' 'cmake' 'hiredis')
-source=($pkgname-$pkgver.tar.gz::https://github.com/minetest/minetest/archive/$pkgver.tar.gz
-
$pkgname-data-$pkgver.tar.gz::https://github.com/minetest/minetest_game/archive/$pkgver.tar.gz
-minetest@.service)
-md5sums=('67d383346ffa08819d062a65614291d6'
- '3fb2f7c3ec549a38f6458d2269075071'
- 'ec193b09eb85f2518aaa17506ad06c57')
-
-prepare() {
-  install -d build-{client,server}
-}
-
-build() {
-  cd "$srcdir"/build-client
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SERVER=0 \
--DENABLE_GETTEXT=1 \
--DENABLE_FREETYPE=1 \
--DENABLE_LEVELDB=0 \
--DENABLE_REDIS=0
-  make
-
-  cd "$srcdir"/build-server
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_CLIENT=0 \
--DENABLE_LEVELDB=1 \
--DENABLE_REDIS=1
-  make
-}
-
-package_minetest() {
-  pkgdesc='Multiplayer infinite-world block sandbox game'
-  depends=('minetest-common' 'irrlicht' 'curl' 'libvorbis' 'sqlite'
-   'openal' 'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils')
-  install=$pkgname.install
-
-  cd build-client
-  make DESTDIR="$pkgdir" install
-  cp -r locale "$pkgdir"/usr/share/
-
-  rm -rf "$pkgdir"/usr/share/{minetest,doc}
-  rm "$pkgdir"/usr/share/man/man6/minetestserver.6
-}
-
-package_minetest-server() {
-  pkgdesc='Server of infinite-world block sandbox game'
-  depends=('minetest-common' 'leveldb' 'curl' 'sqlite' 'hiredis')
-  install=$pkgname.install
-
-  cd build-server
-  make DESTDIR="$pkgdir" install
-  install -d  "$pkgdir"/etc/minetest
-  install -Dm644 ../minetest@.service \
-"$pkgdir"/usr/lib/systemd/system/minetest@.service
-
-  rm -rf "$pkgdir"/usr/share/{minetest,appdata,applications,icons,doc}
-  rm "$pkgdir"/usr/share/man/man6/minetest.6
-}
-
-package_minetest-common() {
-  pkgdesc='Common data files for minetest and minetest-server'
-
-  cd $pkgbase-$pkgver
-  install -d "$pkgdir"/usr/share/minetest
-
-  cp -r games builtin client fonts textures "$pkgdir"/usr/share/minetest/
-  cp -r "$srcdir"/minetest_game-$pkgver 
"$pkgdir"/usr/share/minetest/games/minetest
-  rm 

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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 17:20:35
  Author: spupykin
Revision: 139499

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 15:20:19 UTC (rev 139498)
+++ PKGBUILD2015-09-07 15:20:35 UTC (rev 139499)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
-# Contributor: Jens Adam (byte/jra) 
+# Contributor: Jens Adam 
 # Contributor: BlackIkeEagle 
 
 pkgbase=lazarus


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

2015-09-07 Thread Sergej Pupykin
Date: Monday, September 7, 2015 @ 17:20:19
  Author: spupykin
Revision: 139498

Modified:
  fpc-src/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 15:19:08 UTC (rev 139497)
+++ PKGBUILD2015-09-07 15:20:19 UTC (rev 139498)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
-# Contributor: Jens Adam (byte/jra) 
+# Contributor: Jens Adam 
 
 pkgname=fpc-src
 pkgver=2.6.4


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 18:09:12
  Author: foutrelis
Revision: 139504

ncurses 6.0 rebuild.

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 16:07:09 UTC (rev 139503)
+++ PKGBUILD2015-09-07 16:09:12 UTC (rev 139504)
@@ -9,7 +9,7 @@
 
 pkgname=angband
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('i686' 'x86_64')
 url="http://rephial.org/;


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 18:09:21
  Author: foutrelis
Revision: 139505

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

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

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

Copied: angband/repos/community-staging-i686/PKGBUILD (from rev 139504, 
angband/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 16:09:21 UTC (rev 139505)
@@ -0,0 +1,46 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('242dca62b4c4cd1749305287b7636691')

Copied: angband/repos/community-staging-x86_64/PKGBUILD (from rev 139504, 
angband/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-07 16:09:21 UTC (rev 139505)
@@ -0,0 +1,46 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('242dca62b4c4cd1749305287b7636691')


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 15:39:45
  Author: foutrelis
Revision: 245454

ncurses 6.0 rebuild.

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 13:27:49 UTC (rev 245453)
+++ PKGBUILD2015-09-07 13:39:45 UTC (rev 245454)
@@ -4,7 +4,7 @@
 
 pkgname=gdb
 pkgver=7.10
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Debugger'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'


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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 15:39:54
  Author: foutrelis
Revision: 245455

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

Added:
  gdb/repos/staging-i686/PKGBUILD
(from rev 245454, gdb/trunk/PKGBUILD)
  gdb/repos/staging-i686/gdb.install
(from rev 245454, gdb/trunk/gdb.install)
  gdb/repos/staging-x86_64/PKGBUILD
(from rev 245454, gdb/trunk/PKGBUILD)
  gdb/repos/staging-x86_64/gdb.install
(from rev 245454, gdb/trunk/gdb.install)
Deleted:
  gdb/repos/staging-i686/PKGBUILD
  gdb/repos/staging-i686/gdb.install
  gdb/repos/staging-x86_64/PKGBUILD
  gdb/repos/staging-x86_64/gdb.install

+
 /PKGBUILD  |  100 +++
 /gdb.install   |   40 +
 staging-i686/PKGBUILD  |   50 -
 staging-i686/gdb.install   |   20 
 staging-x86_64/PKGBUILD|   50 -
 staging-x86_64/gdb.install |   20 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-07 13:39:45 UTC (rev 245454)
+++ staging-i686/PKGBUILD   2015-09-07 13:39:54 UTC (rev 245455)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Jan de Groot 
-
-pkgname=gdb
-pkgver=7.10
-pkgrel=2
-pkgdesc='The GNU Debugger'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(ncurses expat python xz guile)
-makedepends=(texinfo)
-backup=(etc/gdb/gdbinit)
-install=gdb.install
-source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
-  'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-
-prepare() {
-  cd gdb-$pkgver
-
-  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-  
-  ./configure --prefix=/usr --disable-nls \
---with-system-readline \
---with-python=/usr/bin/python3 \
---with-system-gdbinit=/etc/gdb/gdbinit
-  make
-}
-
-package() {
-  cd gdb-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install "custom" system gdbinit
-  install -dm755 $pkgdir/etc/gdb
-  touch $pkgdir/etc/gdb/gdbinit
-
-  # resolve conflicts with binutils
-  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
-  rm $pkgdir/usr/share/info/bfd.info
-  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
-}

Copied: gdb/repos/staging-i686/PKGBUILD (from rev 245454, gdb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 13:39:54 UTC (rev 245455)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.10
+pkgrel=3
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Deleted: staging-i686/gdb.install
===
--- staging-i686/gdb.install2015-09-07 13:39:45 UTC (rev 245454)
+++ staging-i686/gdb.install2015-09-07 13:39:54 UTC (rev 245455)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> 

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

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 16:08:15
  Author: foutrelis
Revision: 245465

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

Added:
  moc/repos/staging-i686/
  moc/repos/staging-i686/PKGBUILD
(from rev 245464, moc/trunk/PKGBUILD)
  moc/repos/staging-x86_64/
  moc/repos/staging-x86_64/PKGBUILD
(from rev 245464, moc/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: moc/repos/staging-i686/PKGBUILD (from rev 245464, moc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-07 14:08:15 UTC (rev 245465)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.0
+pkgrel=3
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
+  'SKIP')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: moc/repos/staging-x86_64/PKGBUILD (from rev 245464, moc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-07 14:08:15 UTC (rev 245465)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.0
+pkgrel=3
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
+  'SKIP')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


  1   2   3   >