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

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 12:18:58
  Author: svenstaro
Revision: 138139

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

Added:
  audaspace/repos/community-i686/
  audaspace/repos/community-i686/PKGBUILD
(from rev 138138, audaspace/trunk/PKGBUILD)
  audaspace/repos/community-x86_64/
  audaspace/repos/community-x86_64/PKGBUILD
(from rev 138138, audaspace/trunk/PKGBUILD)

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

Copied: audaspace/repos/community-i686/PKGBUILD (from rev 138138, 
audaspace/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 10:18:58 UTC (rev 138139)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=audaspace
+pkgver=1.0rc1
+_pkgver=1.0-rc1
+pkgrel=1
+pkgdesc=A high level and feature rich audio library written in C++ with 
language bindings
+arch=(x86_64 i686)
+url=http://audaspace.github.io/;
+license=('APACHE')
+depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack')
+makedepends=('cmake' 'python' 'python-setuptools')
+optdepends=()
+source=(https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz;)
+md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
+
+build() {
+   cd ${pkgname}-${_pkgver}
+
+mkdir build
+cd build
+
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_PYTHON=1 \
+-DWITH_JACK=1 \
+-DDEFAULT_PLUGIN_PATH=/usr/share/audaspace/plugins
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${_pkgver}
+
+cd build
+
+   make DESTDIR=${pkgdir}/ install
+}

Copied: audaspace/repos/community-x86_64/PKGBUILD (from rev 138138, 
audaspace/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-09 10:18:58 UTC (rev 138139)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=audaspace
+pkgver=1.0rc1
+_pkgver=1.0-rc1
+pkgrel=1
+pkgdesc=A high level and feature rich audio library written in C++ with 
language bindings
+arch=(x86_64 i686)
+url=http://audaspace.github.io/;
+license=('APACHE')
+depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack')
+makedepends=('cmake' 'python' 'python-setuptools')
+optdepends=()
+source=(https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz;)
+md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
+
+build() {
+   cd ${pkgname}-${_pkgver}
+
+mkdir build
+cd build
+
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_PYTHON=1 \
+-DWITH_JACK=1 \
+-DDEFAULT_PLUGIN_PATH=/usr/share/audaspace/plugins
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${_pkgver}
+
+cd build
+
+   make DESTDIR=${pkgdir}/ install
+}


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

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 12:18:53
  Author: svenstaro
Revision: 138138

upgpkg: audaspace 1.0rc1-1

audaspace as a dep for upcoming blender

Modified:
  audaspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 08:18:55 UTC (rev 138137)
+++ PKGBUILD2015-08-09 10:18:53 UTC (rev 138138)
@@ -22,7 +22,8 @@
cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_PYTHON=1 \
--DWITH_JACK=1
+-DWITH_JACK=1 \
+-DDEFAULT_PLUGIN_PATH=/usr/share/audaspace/plugins
 
make
 }


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

2015-08-09 Thread Jelle van der Waa
Date: Sunday, August 9, 2015 @ 13:56:13
  Author: jelle
Revision: 138141

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

Added:
  haskell-stm/repos/community-i686/PKGBUILD
(from rev 138140, haskell-stm/trunk/PKGBUILD)
  haskell-stm/repos/community-i686/haskell-stm.install
(from rev 138140, haskell-stm/trunk/haskell-stm.install)
  haskell-stm/repos/community-x86_64/PKGBUILD
(from rev 138140, haskell-stm/trunk/PKGBUILD)
  haskell-stm/repos/community-x86_64/haskell-stm.install
(from rev 138140, haskell-stm/trunk/haskell-stm.install)
Deleted:
  haskell-stm/repos/community-i686/PKGBUILD
  haskell-stm/repos/community-i686/haskell-stm.install
  haskell-stm/repos/community-x86_64/PKGBUILD
  haskell-stm/repos/community-x86_64/haskell-stm.install

--+
 /PKGBUILD|   76 +
 /haskell-stm.install |   36 +++
 community-i686/PKGBUILD  |   38 
 community-i686/haskell-stm.install   |   18 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/haskell-stm.install |   18 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 11:56:01 UTC (rev 138140)
+++ community-i686/PKGBUILD 2015-08-09 11:56:13 UTC (rev 138141)
@@ -1,38 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.5
-_hkgname=stm
-pkgname=haskell-stm
-pkgver=2.4.4
-pkgrel=1
-pkgdesc=A modular composable concurrency abstraction.
-url=http://hackage.haskell.org/package/stm;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.1' 'sh')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-options=('staticlibs')
-md5sums=('3acbbfc1e95d0939728f12673bdd2bae')
-
-build() {
-cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-$pkgver
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-stm/repos/community-i686/PKGBUILD (from rev 138140, 
haskell-stm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 11:56:13 UTC (rev 138141)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.5
+_hkgname=stm
+pkgname=haskell-stm
+pkgver=2.4.4
+pkgrel=2
+pkgdesc=A modular composable concurrency abstraction.
+url=http://hackage.haskell.org/package/stm;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('3acbbfc1e95d0939728f12673bdd2bae')
+
+build() {
+cd ${srcdir}/${_hkgname}-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-$pkgver
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm 

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

2015-08-09 Thread Jelle van der Waa
Date: Sunday, August 9, 2015 @ 13:56:01
  Author: jelle
Revision: 138140

upgpkg: haskell-stm 2.4.4-2

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 10:18:58 UTC (rev 138139)
+++ PKGBUILD2015-08-09 11:56:01 UTC (rev 138140)
@@ -4,7 +4,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
@@ -17,7 +17,7 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
   --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock


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

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:50:23
  Author: bluewind
Revision: 138146

upgpkg: lib32-libcups 2.0.4-1

upstream update

Modified:
  lib32-libcups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 15:46:56 UTC (rev 138145)
+++ PKGBUILD2015-08-09 15:50:23 UTC (rev 138146)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc=The CUPS Printing System - client libraries (32-bit)
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=(gcc-multilib)
 source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
 http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
-md5sums=('8d98b85edbdab7ab03739c9622f570e8'
+md5sums=('f5c847d9a4fac6c4c66fb0526a7afaae'
  'SKIP')
 validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
 


[arch-commits] Commit in lib32-libcups/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:50:26
  Author: bluewind
Revision: 138147

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcups/repos/multilib-x86_64/PKGBUILD
(from rev 138146, lib32-libcups/trunk/PKGBUILD)
Deleted:
  lib32-libcups/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 15:50:23 UTC (rev 138146)
+++ PKGBUILD2015-08-09 15:50:26 UTC (rev 138147)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-_pkgbasename=libcups
-pkgname=lib32-$_pkgbasename
-pkgver=2.0.3
-pkgrel=1
-pkgdesc=The CUPS Printing System - client libraries (32-bit)
-arch=('x86_64')
-license=('GPL')
-url=http://www.cups.org/;
-depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
-md5sums=('8d98b85edbdab7ab03739c9622f570e8'
- 'SKIP')
-validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/cups-${pkgver}
-
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
- --enable-ssl=yes--enable-threads --enable-libusb=no \
---disable-avahi --disable-dnssd \
- --with-optim=$CFLAGS --libdir=/usr/lib32
-  make libs
-}
-
-package() {
-  cd ${srcdir}/cups-${pkgver}
-  make BUILDROOT=${pkgdir} install-libs
-  rm -rf $pkgdir/usr/lib
-}
-

Copied: lib32-libcups/repos/multilib-x86_64/PKGBUILD (from rev 138146, 
lib32-libcups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 15:50:26 UTC (rev 138147)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+_pkgbasename=libcups
+pkgname=lib32-$_pkgbasename
+pkgver=2.0.4
+pkgrel=1
+pkgdesc=The CUPS Printing System - client libraries (32-bit)
+arch=('x86_64')
+license=('GPL')
+url=http://www.cups.org/;
+depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
+http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
+md5sums=('f5c847d9a4fac6c4c66fb0526a7afaae'
+ 'SKIP')
+validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/cups-${pkgver}
+
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
+ --enable-ssl=yes--enable-threads --enable-libusb=no \
+--disable-avahi --disable-dnssd \
+ --with-optim=$CFLAGS --libdir=/usr/lib32
+  make libs
+}
+
+package() {
+  cd ${srcdir}/cups-${pkgver}
+  make BUILDROOT=${pkgdir} install-libs
+  rm -rf $pkgdir/usr/lib
+}
+


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

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:51:56
  Author: bluewind
Revision: 138149

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 138148, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 138148, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 15:51:53 UTC (rev 138148)
+++ PKGBUILD2015-08-09 15:51:56 UTC (rev 138149)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=2.2.26
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  dmidecode: inxi -M if no sys machine data
-  file: inxi -o unmounted file system
-  hddtemp: inxi -Dx show hdd temp
-  net-tools: inxi -i ip lan-deprecated
-  iproute2: inxi -i ip lan
-  lm_sensors: inxi -s sensors output
-  usbutils: inxi -A usb audio;-N usb networking
-  kmod: inxi -Ax,-Nx module version
-  systemd-sysvcompat: inxi -I runlevel
-  sudo: inxi -Dx hddtemp-user;-o file-user
-  mesa-demos: inxi -G glx info
-  xorg-xdpyinfo: inxi -G multi screen resolution
-  xorg-xprop: inxi -S desktop data
-  xorg-xrandr: inxi -G single screen resolution
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2441f0bf51770fc0d6b843d463accf1f')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 138148, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 15:51:56 UTC (rev 138149)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=2.2.27
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  dmidecode: inxi -M if no sys machine data
+  file: inxi -o unmounted file system
+  hddtemp: inxi -Dx show hdd temp
+  net-tools: inxi -i ip lan-deprecated
+  iproute2: inxi -i ip lan
+  lm_sensors: inxi -s sensors output
+  usbutils: inxi -A usb audio;-N usb networking
+  kmod: inxi -Ax,-Nx module version
+  systemd-sysvcompat: inxi -I runlevel
+  sudo: inxi -Dx hddtemp-user;-o file-user
+  mesa-demos: inxi -G glx info
+  xorg-xdpyinfo: inxi -G multi screen resolution
+  xorg-xprop: inxi -S desktop data
+  xorg-xrandr: inxi -G single screen resolution
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e06361e11cf3b083c0020a9b4f5a38a8')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2015-08-09 15:51:53 UTC (rev 138148)
+++ upgpkg  2015-08-09 15:51:56 UTC (rev 138149)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 138148, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2015-08-09 15:51:56 UTC (rev 138149)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}


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

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:53:54
  Author: bluewind
Revision: 138150

upgpkg: vimpager 2.06-1

upstream update

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 15:51:56 UTC (rev 138149)
+++ PKGBUILD2015-08-09 15:53:54 UTC (rev 138150)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vimpager
-pkgver=2.05
+pkgver=2.06
 pkgrel=1
 pkgdesc=A vim-based script to use as a PAGER.
 arch=('any')
@@ -14,7 +14,7 @@
 backup=(etc/vimpagerrc)
 
source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
https://github.com/rkitover/vimpager/releases/download/$pkgver/man.tar.gz;)
-md5sums=('c2c81346eb4aeacbd8ad0d969f49325c'
+md5sums=('2b0986775fd98c10c3f8536fa6bd6890'
  '55f48bbd73d8f2b956043186b83a6024')
 
 prepare() {


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

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:51:53
  Author: bluewind
Revision: 138148

upgpkg: inxi 2.2.27-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 15:50:26 UTC (rev 138147)
+++ PKGBUILD2015-08-09 15:51:53 UTC (rev 138148)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=2.2.26
+pkgver=2.2.27
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -25,7 +25,7 @@
   xorg-xrandr: inxi -G single screen resolution
 )
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2441f0bf51770fc0d6b843d463accf1f')
+md5sums=('e06361e11cf3b083c0020a9b4f5a38a8')
 
 package() {
   cd $srcdir


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

2015-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 9, 2015 @ 20:52:24
  Author: jlichtblau
Revision: 138155

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 138154, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 138154, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 138154, qmmp/trunk/qmmp.install)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 138154, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 138154, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 138154, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

-+
 /PKGBUILD   |  102 +
 /qmmp.changelog |  282 ++
 /qmmp.install   |   24 +++
 community-i686/PKGBUILD |   51 --
 community-i686/qmmp.changelog   |  138 --
 community-i686/qmmp.install |   12 -
 community-x86_64/PKGBUILD   |   51 --
 community-x86_64/qmmp.changelog |  138 --
 community-x86_64/qmmp.install   |   12 -
 9 files changed, 408 insertions(+), 402 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 18:51:57 UTC (rev 138154)
+++ community-i686/PKGBUILD 2015-08-09 18:52:24 UTC (rev 138155)
@@ -1,51 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-
-pkgname=qmmp
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
- 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7fe9347ad6c66e8013b73f2c5cf628037c58151e0cfcb926a8f27b93ad2d7c0d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 138154, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 18:52:24 UTC (rev 138155)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+
+pkgname=qmmp
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual 

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

2015-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 9, 2015 @ 20:51:57
  Author: jlichtblau
Revision: 138154

upgpkg: qmmp 0.8.6-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |4 ++--
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 18:49:10 UTC (rev 138153)
+++ PKGBUILD2015-08-09 18:51:57 UTC (rev 138154)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 
 pkgname=qmmp
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7fe9347ad6c66e8013b73f2c5cf628037c58151e0cfcb926a8f27b93ad2d7c0d')
+sha256sums=('0daea3f0a0df7b34089513c2c57413c82816ab8892bddabf49c18a7956255449')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2015-08-09 18:49:10 UTC (rev 138153)
+++ qmmp.changelog  2015-08-09 18:51:57 UTC (rev 138154)
@@ -1,3 +1,6 @@
+2015-08-09 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qmmp 0.8.6-1
+
 2015-06-07 Jaroslav Lichtblau svetlemo...@archlinux.org
* qmmp 0.8.5-1
 


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

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:53:57
  Author: bluewind
Revision: 138151

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 138150, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 138150, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   76 +++
 license.txt |  574 +-
 2 files changed, 325 insertions(+), 325 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 15:53:54 UTC (rev 138150)
+++ PKGBUILD2015-08-09 15:53:57 UTC (rev 138151)
@@ -1,38 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vimpager
-pkgver=2.05
-pkgrel=1
-pkgdesc=A vim-based script to use as a PAGER.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:BSD')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
-
https://github.com/rkitover/vimpager/releases/download/$pkgver/man.tar.gz;)
-md5sums=('c2c81346eb4aeacbd8ad0d969f49325c'
- '55f48bbd73d8f2b956043186b83a6024')
-
-prepare() {
-   cd ${srcdir}
-
-   mkdir -p $srcdir/vimpager-$pkgver
-   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
-
-   cd $srcdir/vimpager-$pkgver
-
-   sed -i s/\r$// vimpager
-   cp $srcdir/{vimpager.1,vimcat.1} .
-}
-
-package() {
-   cd ${srcdir}/vimpager-$pkgver
-
-   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 138150, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 15:53:57 UTC (rev 138151)
@@ -0,0 +1,38 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vimpager
+pkgver=2.06
+pkgrel=1
+pkgdesc=A vim-based script to use as a PAGER.
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=1723;
+license=('custom:BSD')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
+
https://github.com/rkitover/vimpager/releases/download/$pkgver/man.tar.gz;)
+md5sums=('2b0986775fd98c10c3f8536fa6bd6890'
+ '55f48bbd73d8f2b956043186b83a6024')
+
+prepare() {
+   cd ${srcdir}
+
+   mkdir -p $srcdir/vimpager-$pkgver
+   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
+
+   cd $srcdir/vimpager-$pkgver
+
+   sed -i s/\r$// vimpager
+   cp $srcdir/{vimpager.1,vimcat.1} .
+}
+
+package() {
+   cd ${srcdir}/vimpager-$pkgver
+
+   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2015-08-09 15:53:54 UTC (rev 138150)
+++ license.txt 2015-08-09 15:53:57 UTC (rev 138151)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified 

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

2015-08-09 Thread Maxime Gauduin
Date: Sunday, August 9, 2015 @ 20:48:55
  Author: alucryd
Revision: 138152

upgpkg: lollypop 0.9.42-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 15:53:57 UTC (rev 138151)
+++ PKGBUILD2015-08-09 18:48:55 UTC (rev 138152)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde gnu...@gmail.com
 
 pkgname=lollypop
-pkgver=0.9.41
+pkgver=0.9.42
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -17,7 +17,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('5f119296ed2015eaa343c0ae495a844c2353aa90432e127a35525dfba18999fd')
+sha256sums=('65d44d073a249d9c9562ed1bbda65bb28173ab86df5dd045034b34e346110d20')
 
 build() {
   cd lollypop-${pkgver}


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

2015-08-09 Thread Maxime Gauduin
Date: Sunday, August 9, 2015 @ 20:49:10
  Author: alucryd
Revision: 138153

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 lollypop.install |   30 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 18:48:55 UTC (rev 138152)
+++ PKGBUILD2015-08-09 18:49:10 UTC (rev 138153)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kirek rbu...@gmail.com
-# Contributor: Cédric Bellegarde gnu...@gmail.com
-
-pkgname=lollypop
-pkgver=0.9.41
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('5f119296ed2015eaa343c0ae495a844c2353aa90432e127a35525dfba18999fd')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 138152, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 18:49:10 UTC (rev 138153)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.42
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('65d44d073a249d9c9562ed1bbda65bb28173ab86df5dd045034b34e346110d20')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-08-09 18:48:55 UTC (rev 138152)
+++ lollypop.install2015-08-09 18:49:10 UTC (rev 138153)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 138152, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-08-09 18:49:10 UTC (rev 138153)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-08-09 Thread Levente Polyak
Date: Sunday, August 9, 2015 @ 15:19:37
  Author: anthraxx
Revision: 138142

upgpkg: afl 1.86b-1

upgpkg afl 1.86b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 11:56:13 UTC (rev 138141)
+++ PKGBUILD2015-08-09 13:19:37 UTC (rev 138142)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.85b
+pkgver=1.86b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
+sha512sums=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:46:56
  Author: bluewind
Revision: 138145

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 138144, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 15:46:49 UTC (rev 138144)
+++ PKGBUILD2015-08-09 15:46:56 UTC (rev 138145)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.41
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 138144, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 15:46:56 UTC (rev 138145)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  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 lib32-harfbuzz/trunk (PKGBUILD)

2015-08-09 Thread Florian Pritz
Date: Sunday, August 9, 2015 @ 17:46:49
  Author: bluewind
Revision: 138144

upgpkg: lib32-harfbuzz 1.0.1-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 13:19:46 UTC (rev 138143)
+++ PKGBUILD2015-08-09 15:46:49 UTC (rev 138144)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.41
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
+sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
 
 build() {
   export CC=gcc -m32


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

2015-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 9, 2015 @ 23:00:23
  Author: jlichtblau
Revision: 138162

upgpkg: colordiff 1.0.15-1 - new upstream release

Modified:
  colordiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 20:49:51 UTC (rev 138161)
+++ PKGBUILD2015-08-09 21:00:23 UTC (rev 138162)
@@ -3,8 +3,8 @@
 # Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 
 pkgname=colordiff
-pkgver=1.0.13
-pkgrel=3
+pkgver=1.0.15
+pkgrel=1
 pkgdesc=A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting
 arch=('any')
 url=http://www.colordiff.org/;
@@ -12,9 +12,9 @@
 depends=('perl' 'diffutils')
 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
 source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('64e369aed2230f3aa5f1510b231fcac270793c09'
-  'SKIP')
-validpgpkeys=('AEC593600A357FE982E49E106769CD28DA92') #Dave Ewart 
da...@sungate.co.uk
+sha256sums=('595ee4e9796ba02fad0b181e21df3ee34ae71d1611e301e146c0bf00c5269d45'
+'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 
da...@sungate.co.uk
 
 package() {
   cd ${pkgname}-${pkgver}


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

2015-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 9, 2015 @ 23:00:38
  Author: jlichtblau
Revision: 138163

archrelease: copy trunk to community-any

Added:
  colordiff/repos/community-any/PKGBUILD
(from rev 138162, colordiff/trunk/PKGBUILD)
Deleted:
  colordiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 21:00:23 UTC (rev 138162)
+++ PKGBUILD2015-08-09 21:00:38 UTC (rev 138163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-
-pkgname=colordiff
-pkgver=1.0.13
-pkgrel=3
-pkgdesc=A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting
-arch=('any')
-url=http://www.colordiff.org/;
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('64e369aed2230f3aa5f1510b231fcac270793c09'
-  'SKIP')
-validpgpkeys=('AEC593600A357FE982E49E106769CD28DA92') #Dave Ewart 
da...@sungate.co.uk
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
-  install -m644 colordiffrc-lightbg ${pkgdir}/etc/colordiffrc-lightbg
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 138162, 
colordiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 21:00:38 UTC (rev 138163)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+
+pkgname=colordiff
+pkgver=1.0.15
+pkgrel=1
+pkgdesc=A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting
+arch=('any')
+url=http://www.colordiff.org/;
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('595ee4e9796ba02fad0b181e21df3ee34ae71d1611e301e146c0bf00c5269d45'
+'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 
da...@sungate.co.uk
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
+  install -m644 colordiffrc-lightbg ${pkgdir}/etc/colordiffrc-lightbg
+}


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

2015-08-09 Thread Jelle van der Waa
Date: Sunday, August 9, 2015 @ 21:58:38
  Author: jelle
Revision: 138158

upgpkg: bandit 0.13.0-1

Modified:
  bandit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 19:27:08 UTC (rev 138157)
+++ PKGBUILD2015-08-09 19:58:38 UTC (rev 138158)
@@ -7,21 +7,16 @@
 arch=('any')
 url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
 license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six')
-makedepends=('python-setuptools')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
+makedepends=('python2-setuptools' 'git')
 
source=(https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
 md5sums=('5c5bf7b87b727757220a8b3cd046c4ee')
 
-build() {
-cd bandit-$pkgver
-python setup.py build
-}
-
 package() {
 cd bandit-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
 
-python setup.py  install -v --root=$pkgdir --optimize=1
-
-# Fix configuration file, somehow it does play correctly with 
--root=$pkgdir
+# TODO: Fix configuration file, somehow it does play correctly with 
--root=$pkgdir
 mv $pkgdir/usr/etc $pkgdir/
+rmdir $pkgdir/usr/bandit
 }


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

2015-08-09 Thread Jelle van der Waa
Date: Sunday, August 9, 2015 @ 21:58:49
  Author: jelle
Revision: 138159

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 138158, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 19:58:38 UTC (rev 138158)
+++ PKGBUILD2015-08-09 19:58:49 UTC (rev 138159)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa je...@archlinux.org
-
-pkgname=bandit
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python2-yaml' 'python2-stevedore')
-makedepends=('python2-setuptools')
-source=(https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
-md5sums=('48a94a025d71154577564ff31826ca23')
-
-build() {
-cd bandit-$pkgver
-python2 setup.py build
-}
-
-package() {
-cd bandit-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-# TODO: /usr/lib/python2.7/site-packages/bandit/config/bandit.yaml
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 138158, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 19:58:49 UTC (rev 138159)
@@ -0,0 +1,22 @@
+# Maintainer: Jelle van der Waa je...@archlinux.org
+
+pkgname=bandit
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
+makedepends=('python2-setuptools' 'git')
+source=(https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
+md5sums=('5c5bf7b87b727757220a8b3cd046c4ee')
+
+package() {
+cd bandit-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+
+# TODO: Fix configuration file, somehow it does play correctly with 
--root=$pkgdir
+mv $pkgdir/usr/etc $pkgdir/
+rmdir $pkgdir/usr/bandit
+}


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

2015-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 9, 2015 @ 22:49:51
  Author: jlichtblau
Revision: 138161

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 20:49:21 UTC (rev 138160)
+++ community-i686/PKGBUILD 2015-08-09 20:49:51 UTC (rev 138161)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.18
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}
-  install -d src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  if [ ${CARCH} == i686 ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH} == x86_64 ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 138160, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 20:49:51 UTC (rev 138161)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.19
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  install -d src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  if [ ${CARCH} == i686 ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH} == x86_64 ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+  install -Dm644 

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

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 21:26:48
  Author: svenstaro
Revision: 138156

upgpkg: uwsgi 2.0.11.1-2

Remove systemd dependency (fixes FS#45847)

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 18:52:24 UTC (rev 138155)
+++ PKGBUILD2015-08-09 19:26:48 UTC (rev 138156)
@@ -22,7 +22,7 @@
  uwsgi-plugin-webdav
  mod_proxy_uwsgi)
 pkgver=2.0.11.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -85,7 +85,7 @@
 
 package_uwsgi() {
 pkgdesc=A fast, self-healing and developer/sysadmin-friendly application 
container server coded in pure C
-depends=(python2 libxml2 jansson libyaml systemd)
+depends=(python2 libxml2 jansson libyaml libsystemd libcap pam)
 install=uwsgi.install
 cd $srcdir/$pkgbase-$pkgver
 install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi


[arch-commits] Commit in uwsgi/repos (48 files)

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 21:27:08
  Author: svenstaro
Revision: 138157

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

Added:
  uwsgi/repos/community-i686/PKGBUILD
(from rev 138156, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 138156, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 138156, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 138156, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 138156, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 138156, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 138156, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi_at.service
(from rev 138156, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-i686/uwsgi_at.socket
(from rev 138156, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 138156, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 138156, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 138156, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 138156, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 138156, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 138156, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 138156, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 138156, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 138156, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 138156, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 138156, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 138156, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 138156, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 138156, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 138156, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi_at.service
  uwsgi/repos/community-i686/uwsgi_at.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  392 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 +
 /emperor.uwsgi.socket |   18 
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi_at.service |   32 +
 /uwsgi_at.socket  |   18 
 /uwsgi_fix_rpath.patch|  132 ++
 /uwsgi_ruby20_compatibility.patch |   84 
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  196 --
 community-i686/archlinux.ini  |5 
 community-i686/emperor.ini|4 
 community-i686/emperor.uwsgi.service  |   16 
 community-i686/emperor.uwsgi.socket   |9 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi_at.service   

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

2015-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 9, 2015 @ 22:49:21
  Author: jlichtblau
Revision: 138160

upgpkg: syncthing 0.11.19-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 19:58:49 UTC (rev 138159)
+++ PKGBUILD2015-08-09 20:49:21 UTC (rev 138160)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.11.18
+pkgver=0.11.19
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:47:40
  Author: fyan
Revision: 138171

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 138170, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 138170, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 138170, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 138170, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 138170, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 138170, 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-08-10 02:46:58 UTC (rev 138170)
+++ LICENSE 2015-08-10 02:47:40 UTC (rev 138171)
@@ -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 138170, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-10 02:47:40 UTC (rev 138171)
@@ -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-08-10 02:46:58 UTC (rev 138170)
+++ PKGBUILD2015-08-10 02:47:40 UTC (rev 138171)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.623
-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 jenkins/trunk (PKGBUILD)

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:46:58
  Author: fyan
Revision: 138170

upgpkg: jenkins 1.624-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 02:44:35 UTC (rev 138169)
+++ PKGBUILD2015-08-10 02:46:58 UTC (rev 138170)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.623
+pkgver=1.624
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('0a42dad3b90c136d9aff24584896d09e1e4ecb3eff7db4540db29f0840ae15a28ac291a92ccacdcd4304ad1aa84e6810ec99e20fde23dba427fb230f2edc4eef'
+sha512sums=('9015dd83ad4c88adf8cf1e7e1096ffd4bd2eb355c40308711d752f71e75bfe3ab3442cbc44f90599eb75a33ded13ca68ae85328e6d5585e297492af0036ac730'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 05:49:47
  Author: fyan
Revision: 243134

upgpkg: twisted 15.3.0-1

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 08:45:51 UTC (rev 243133)
+++ PKGBUILD2015-08-10 03:49:47 UTC (rev 243134)
@@ -6,7 +6,7 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=15.2.1
+pkgver=15.3.0
 pkgrel=1
 pkgdesc=Asynchronous networking framework written in Python
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
  'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
 
source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
-sha1sums=('c24b07daa5ff505ee499ec760cf4e1213112bd8f')
+sha1sums=('1932cc62ac038cce1624f3aa1c893bd83afe0f32')
 
 prepare() {
   cp -a Twisted-$pkgver{,-py2}
@@ -37,10 +37,10 @@
 
 check() {
   cd $srcdir/Twisted-$pkgver
-  # python bin/trial twisted
+  # LC_CTYPE=en_US.utf8 python bin/trial twisted
 
   cd $srcdir/Twisted-$pkgver-py2
-  python2 bin/trial twisted || warning Tests failed
+  LC_CTYPE=en_US.utf8 python2 bin/trial twisted || warning Tests failed
 }
 
 package_python-twisted() {
@@ -52,6 +52,11 @@
 
   cd Twisted-$pkgver
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  # Wrong path, wrong!
+  cp -a $pkgdir/usr/twisted/* 
$pkgdir/usr/lib/python3.4/site-packages/twisted/
+  rm -r $pkgdir/usr/twisted
+
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 05:50:17
  Author: fyan
Revision: 243135

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

Added:
  twisted/repos/testing-i686/
  twisted/repos/testing-i686/PKGBUILD
(from rev 243134, twisted/trunk/PKGBUILD)
  twisted/repos/testing-x86_64/
  twisted/repos/testing-x86_64/PKGBUILD
(from rev 243134, twisted/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   78 ++
 testing-x86_64/PKGBUILD |   78 ++
 2 files changed, 156 insertions(+)

Copied: twisted/repos/testing-i686/PKGBUILD (from rev 243134, 
twisted/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-10 03:50:17 UTC (rev 243135)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=15.3.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
+ 'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
+sha1sums=('1932cc62ac038cce1624f3aa1c893bd83afe0f32')
+
+prepare() {
+  cp -a Twisted-$pkgver{,-py2}
+
+  cd Twisted-$pkgver-py2
+  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+twisted/python/test/pullpipe.py \
+twisted/mail/test/pop3testserver.py \
+twisted/trial/test/scripttest.py
+}
+
+build() {
+  cd $srcdir/Twisted-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/Twisted-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/Twisted-$pkgver
+  # LC_CTYPE=en_US.utf8 python bin/trial twisted
+
+  cd $srcdir/Twisted-$pkgver-py2
+  LC_CTYPE=en_US.utf8 python2 bin/trial twisted || warning Tests failed
+}
+
+package_python-twisted() {
+  depends=('python-crypto' 'python-zope-interface')
+  optdepends=('python-pyopenssl'
+  'python-service-identity: for TLS client hostname verification'
+  'python-pyasn1: for using conch'
+  'tk: for using tkconch')
+
+  cd Twisted-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  # Wrong path, wrong!
+  cp -a $pkgdir/usr/twisted/* 
$pkgdir/usr/lib/python3.4/site-packages/twisted/
+  rm -r $pkgdir/usr/twisted
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-twisted() {
+  depends=('python2-crypto' 'python2-zope-interface')
+  optdepends=('python2-pyopenssl'
+  'python2-service-identity: for TLS client hostname verification'
+  'python2-soappy: for twisted.web.soap'
+  'python2-pyasn1: for using conch'
+  'pygtk: for using manhole'
+  'tk: for using tkconch')
+  provides=(twisted=$pkgver)
+  conflicts=('twisted14.0.0')
+  replaces=('twisted14.0.0')
+
+  cd Twisted-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: twisted/repos/testing-x86_64/PKGBUILD (from rev 243134, 
twisted/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-10 03:50:17 UTC (rev 243135)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=15.3.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
+ 'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
+sha1sums=('1932cc62ac038cce1624f3aa1c893bd83afe0f32')
+
+prepare() {
+  cp -a Twisted-$pkgver{,-py2}
+
+  cd Twisted-$pkgver-py2
+  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+twisted/python/test/pullpipe.py \
+twisted/mail/test/pop3testserver.py \
+twisted/trial/test/scripttest.py
+}
+
+build() {
+  cd $srcdir/Twisted-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/Twisted-$pkgver-py2
+  

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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:39:19
  Author: fyan
Revision: 138166

upgpkg: python-phonenumbers 7.0.9-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 02:28:19 UTC (rev 138165)
+++ PKGBUILD2015-08-10 02:39:19 UTC (rev 138166)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.0.8
+pkgver=7.0.9
 pkgrel=1
 pkgdesc=Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('ba960b93790b23503a68aa440c1cfb6de2735365735aa22366e15de378e5b59bb8bfba905478882b1ebca47f86f989b594c729bed984ec3c507efef896e4ca4f')
+sha512sums=('7b05186427ba1dac58b2179fd7ca3f67da3bf31d6719a49a522f1c5b1e270efb2c015c77c161de6b384ea94198410ed53ec77467b7e3e37a8251dd8e6bac127b')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:39:39
  Author: fyan
Revision: 138167

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-10 02:39:19 UTC (rev 138166)
+++ PKGBUILD2015-08-10 02:39:39 UTC (rev 138167)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.0.8
-pkgrel=1
-pkgdesc=Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers
-arch=('any')
-url=https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=(python-setuptools python2-setuptools)
-source=(https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('ba960b93790b23503a68aa440c1cfb6de2735365735aa22366e15de378e5b59bb8bfba905478882b1ebca47f86f989b594c729bed984ec3c507efef896e4ca4f')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root ${pkgdir}
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root ${pkgdir}
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 138166, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-10 02:39:39 UTC (rev 138167)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.0.9
+pkgrel=1
+pkgdesc=Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers
+arch=('any')
+url=https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=(python-setuptools python2-setuptools)
+source=(https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+sha512sums=('7b05186427ba1dac58b2179fd7ca3f67da3bf31d6719a49a522f1c5b1e270efb2c015c77c161de6b384ea94198410ed53ec77467b7e3e37a8251dd8e6bac127b')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root ${pkgdir}
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root ${pkgdir}
+}


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:28:19
  Author: fyan
Revision: 138165

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 138164, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 138164, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-10 02:27:57 UTC (rev 138164)
+++ PKGBUILD2015-08-10 02:28:19 UTC (rev 138165)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150802
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('998dd6c3f22a1fc43a8e7a8ff8cef96a'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 138164, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-10 02:28:19 UTC (rev 138165)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150809
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('68f937ad8ebd6fdda2e902bcef5ef19b'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-08-10 02:27:57 UTC (rev 138164)
+++ skk-jisyo.install   2015-08-10 02:28:19 UTC (rev 138165)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 138164, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-08-10 02:28:19 UTC (rev 138165)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:27:57
  Author: fyan
Revision: 138164

upgpkg: skk-jisyo 20150809-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 21:00:38 UTC (rev 138163)
+++ PKGBUILD2015-08-10 02:27:57 UTC (rev 138164)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150802
+pkgver=20150809
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('998dd6c3f22a1fc43a8e7a8ff8cef96a'
+md5sums=('68f937ad8ebd6fdda2e902bcef5ef19b'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:44:35
  Author: fyan
Revision: 138169

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-10 02:44:13 UTC (rev 138168)
+++ PKGBUILD2015-08-10 02:44:35 UTC (rev 138169)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.4
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('any')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
- 'happy' 'alex')
-checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
-  'xorg-server-xvfb' 'xorg-xeyes')
-source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xcffib{,-py2}
-
-  sed -e 's/python /python2 /' \
-  -e 's/nosetests /nosetests2 /' \
-  -e 's/flake8 /flake8-python2 /' \
-  -i xcffib-py2/Makefile
-
-  cd xcffib
-  cabal update
-  cabal install --only-dependencies --enable-tests
-  cabal configure --enable-tests
-}
-
-build() {
-  cd $srcdir/xcffib
-  make xcffib
-
-  cd $srcdir/xcffib-py2
-  make xcffib
-}
-
-check() {
-  cd $srcdir/xcffib
-  make check
-
-  cd $srcdir/xcffib-py2
-  make check
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 138168, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-10 02:44:35 UTC (rev 138169)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('any')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
+}
+
+build() {
+  cd $srcdir/xcffib
+  make xcffib
+
+  cd $srcdir/xcffib-py2
+  make xcffib
+}
+
+check() {
+  cd $srcdir/xcffib
+  make check
+
+  cd $srcdir/xcffib-py2
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 04:44:13
  Author: fyan
Revision: 138168

upgpkg: python-xcffib 0.3.5-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 02:39:39 UTC (rev 138167)
+++ PKGBUILD2015-08-10 02:44:13 UTC (rev 138168)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('any')


[arch-commits] Commit in (4 files)

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 06:07:52
  Author: fyan
Revision: 138172

addpkg: vamp-aubio-plugins 0.5.0-1

Added:
  vamp-aubio-plugins/
  vamp-aubio-plugins/repos/
  vamp-aubio-plugins/trunk/
  vamp-aubio-plugins/trunk/PKGBUILD

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

Added: vamp-aubio-plugins/trunk/PKGBUILD
===
--- vamp-aubio-plugins/trunk/PKGBUILD   (rev 0)
+++ vamp-aubio-plugins/trunk/PKGBUILD   2015-08-10 04:07:52 UTC (rev 138172)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=vamp-aubio-plugins
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library
+arch=(i686 x86_64)
+url=https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins;
+license=(GPL2)
+depends=(vamp-plugin-sdk aubio)
+source=(http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;)
+md5sums=('30dec2127a91a5fa29c45dbe54737456')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make -f Makefile.linux
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 vamp-aubio.so $pkgdir/usr/lib/vamp/vamp-aubio.so
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-09 Thread Felix Yan
Date: Monday, August 10, 2015 @ 06:08:46
  Author: fyan
Revision: 138173

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

Added:
  vamp-aubio-plugins/repos/community-i686/
  vamp-aubio-plugins/repos/community-i686/PKGBUILD
(from rev 138172, vamp-aubio-plugins/trunk/PKGBUILD)
  vamp-aubio-plugins/repos/community-x86_64/
  vamp-aubio-plugins/repos/community-x86_64/PKGBUILD
(from rev 138172, vamp-aubio-plugins/trunk/PKGBUILD)

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

Copied: vamp-aubio-plugins/repos/community-i686/PKGBUILD (from rev 138172, 
vamp-aubio-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-10 04:08:46 UTC (rev 138173)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=vamp-aubio-plugins
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library
+arch=(i686 x86_64)
+url=https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins;
+license=(GPL2)
+depends=(vamp-plugin-sdk aubio)
+source=(http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;)
+md5sums=('30dec2127a91a5fa29c45dbe54737456')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make -f Makefile.linux
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 vamp-aubio.so $pkgdir/usr/lib/vamp/vamp-aubio.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vamp-aubio-plugins/repos/community-x86_64/PKGBUILD (from rev 138172, 
vamp-aubio-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-10 04:08:46 UTC (rev 138173)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=vamp-aubio-plugins
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library
+arch=(i686 x86_64)
+url=https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins;
+license=(GPL2)
+depends=(vamp-plugin-sdk aubio)
+source=(http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;)
+md5sums=('30dec2127a91a5fa29c45dbe54737456')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make -f Makefile.linux
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 vamp-aubio.so $pkgdir/usr/lib/vamp/vamp-aubio.so
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:39:22
  Author: heftig
Revision: 243136

3.16.5

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 03:50:17 UTC (rev 243135)
+++ PKGBUILD2015-08-10 05:39:22 UTC (rev 243136)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.16.4
-pkgrel=3
+pkgver=3.16.5
+pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
@@ -12,7 +12,7 @@
 url=https://wiki.gnome.org/Apps/Evolution;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('62af92dd5563d58a2f13ec99cbb7201c15a60eb9e6f4f2bf69688aa07a06')
+sha256sums=('e44ad4143402957cab8cab1a6b3d7057d8b111d268c6b9ad4e4008850f5b244c')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-09 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:06:34
  Author: ttoepper
Revision: 138129

upgpkg: mathomatic 16.0.5-3 - rmath path FS#43075

Modified:
  mathomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 05:55:18 UTC (rev 138128)
+++ PKGBUILD2015-08-09 06:06:34 UTC (rev 138129)
@@ -5,7 +5,7 @@
 
 pkgname=mathomatic
 pkgver=16.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='General purpose Computer Algebra System written in C'
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -43,6 +43,7 @@
 
   cd $srcdir/$pkgname-$pkgver/primes
   make prefix=$pkgdir/usr install
+  sed -i s+$pkgdir++ $pkgdir/usr/bin/matho
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-09 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:06:40
  Author: ttoepper
Revision: 138130

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   48 -
 community-x86_64/PKGBUILD |   48 -
 3 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 06:06:34 UTC (rev 138129)
+++ community-i686/PKGBUILD 2015-08-09 06:06:40 UTC (rev 138130)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=2
-pkgdesc='General purpose Computer Algebra System written in C'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://mathomatic.orgserve.de/math/;
-depends=('readline')
-makedepends=('time')
-optdepends=('python2: for running 
/usr/share/doc/mathomatic/factorial/factorial'
-'bash: for running a test script'
-'m4: for complex operations using the matho script'
-'rlwrap: for readline editing'
-'gnuplot: for plotting')
-source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
-md5sums=('dd04913a98a5073b56f3bc78a01820f3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make READLINE=1
-  make test
-  cd $srcdir/$pkgname-$pkgver/primes
-  make
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr m4install
-  sed -i 's+/build/pkg++' $pkgdir/usr/bin/matho
-
-  cd $srcdir/$pkgname-$pkgver/primes
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mathomatic/repos/community-i686/PKGBUILD (from rev 138129, 
mathomatic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 06:06:40 UTC (rev 138130)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=mathomatic
+pkgver=16.0.5
+pkgrel=3
+pkgdesc='General purpose Computer Algebra System written in C'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://mathomatic.orgserve.de/math/;
+depends=('readline')
+makedepends=('time')
+optdepends=('python2: for running 
/usr/share/doc/mathomatic/factorial/factorial'
+'bash: for running a test script'
+'m4: for complex operations using the matho script'
+'rlwrap: for readline editing'
+'gnuplot: for plotting')
+source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
+md5sums=('dd04913a98a5073b56f3bc78a01820f3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  make READLINE=1
+  make test
+  cd $srcdir/$pkgname-$pkgver/primes
+  make
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr m4install
+  sed -i 's+/build/pkg++' $pkgdir/usr/bin/matho
+
+  cd $srcdir/$pkgname-$pkgver/primes
+  make prefix=$pkgdir/usr install
+  sed -i s+$pkgdir++ $pkgdir/usr/bin/matho
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-09 06:06:34 UTC (rev 138129)
+++ community-x86_64/PKGBUILD   2015-08-09 06:06:40 UTC (rev 138130)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=2
-pkgdesc='General purpose Computer Algebra System written in C'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://mathomatic.orgserve.de/math/;
-depends=('readline')
-makedepends=('time')
-optdepends=('python2: for running 
/usr/share/doc/mathomatic/factorial/factorial'
-'bash: for running a test script'
-'m4: for 

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

2015-08-09 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:13:33
  Author: ttoepper
Revision: 138132

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 138131, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 06:13:29 UTC (rev 138131)
+++ PKGBUILD2015-08-09 06:13:33 UTC (rev 138132)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Francois Boulogne fboulogne at april dot org
-# Contributor: Andre Klitzing aklitzing () online () de
-# Contributor : Allan McRae mcrae_al...@hotmail.com
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
-
-_dlid=3942
-pkgname=po4a
-pkgver=0.45
-pkgrel=1
-pkgdesc=tools for helping translation of documentation
-arch=('any')
-license=('GPL')
-url=http://po4a.alioth.debian.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('423bdf5c39f30e63a808b84c5d9d1899')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build destdir=${pkgdir} install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 138131, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 06:13:33 UTC (rev 138132)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Contributor: Andre Klitzing aklitzing () online () de
+# Contributor : Allan McRae mcrae_al...@hotmail.com
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
+
+_dlid=4134
+pkgname=po4a
+pkgver=0.46
+pkgrel=1
+pkgdesc=tools for helping translation of documentation
+arch=('any')
+license=('GPL')
+url=http://po4a.alioth.debian.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('27bddc74edab0dd0c7615779a9b17506')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build.PL installdirs=vendor create_packlist=0
+   perl Build
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-09 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:13:29
  Author: ttoepper
Revision: 138131

upgpkg: po4a 0.46-1 - FS#45907

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 06:06:40 UTC (rev 138130)
+++ PKGBUILD2015-08-09 06:13:29 UTC (rev 138131)
@@ -5,9 +5,9 @@
 # Contributor : Allan McRae mcrae_al...@hotmail.com
 # Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
 
-_dlid=3942
+_dlid=4134
 pkgname=po4a
-pkgver=0.45
+pkgver=0.46
 pkgrel=1
 pkgdesc=tools for helping translation of documentation
 arch=('any')
@@ -14,10 +14,11 @@
 license=('GPL')
 url=http://po4a.alioth.debian.org/;
 depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
 options=('!emptydirs')
 
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('423bdf5c39f30e63a808b84c5d9d1899')
+md5sums=('27bddc74edab0dd0c7615779a9b17506')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 09:47:25
  Author: svenstaro
Revision: 138134

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 138133, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 138133, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 138133, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  374 
 wine.install  |   24 +--
 3 files changed, 219 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-08-09 07:47:13 UTC (rev 138133)
+++ 30-win32-aliases.conf   2015-08-09 07:47:25 UTC (rev 138134)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 138133, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-08-09 07:47:25 UTC (rev 138134)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 07:47:13 UTC (rev 138133)
+++ PKGBUILD2015-08-09 07:47:25 UTC (rev 138134)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.48
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('df9445e0912a937743f804d6256fa2ebb4a502dd'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 09:47:13
  Author: svenstaro
Revision: 138133

upgpkg: wine 1.7.49-1

upstream release 1.7.49

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 06:13:33 UTC (rev 138132)
+++ PKGBUILD2015-08-09 07:47:13 UTC (rev 138133)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.48
+pkgver=1.7.49
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('df9445e0912a937743f804d6256fa2ebb4a502dd'
+sha1sums=('1d481104b13a207e6719d584b1fa2287199cba15'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


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

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 09:57:22
  Author: svenstaro
Revision: 138135

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 138134, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 138134, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 138134, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  374 
 wine.install  |   24 +--
 3 files changed, 219 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-08-09 07:47:25 UTC (rev 138134)
+++ 30-win32-aliases.conf   2015-08-09 07:57:22 UTC (rev 138135)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 138134, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-08-09 07:57:22 UTC (rev 138135)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 07:47:25 UTC (rev 138134)
+++ PKGBUILD2015-08-09 07:57:22 UTC (rev 138135)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.48
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('df9445e0912a937743f804d6256fa2ebb4a502dd'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins 

[arch-commits] Commit in (4 files)

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 10:00:41
  Author: svenstaro
Revision: 138136

Adding audaspace for next blender version

Added:
  audaspace/
  audaspace/repos/
  audaspace/trunk/
  audaspace/trunk/PKGBUILD

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

Added: audaspace/trunk/PKGBUILD
===
--- audaspace/trunk/PKGBUILD(rev 0)
+++ audaspace/trunk/PKGBUILD2015-08-09 08:00:41 UTC (rev 138136)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=audaspace
+pkgver=1.0rc1
+_pkgver=1.0-rc1
+pkgrel=1
+pkgdesc=A high level and feature rich audio library written in C++ with 
language bindings
+arch=(x86_64 i686)
+url=http://audaspace.github.io/;
+license=('APACHE')
+depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile')
+makedepends=('cmake' 'python')
+optdepends=()
+source=(https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz;)
+md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
+
+build() {
+   cd ${pkgname}-${_pkgver}
+
+mkdir build
+cd build
+
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${_pkgver}
+
+cd build
+
+   make DESTDIR=${pkgdir}/ install
+}


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

2015-08-09 Thread Sven-Hendrik Haase
Date: Sunday, August 9, 2015 @ 10:18:55
  Author: svenstaro
Revision: 138137

Enable python and jack

Modified:
  audaspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 08:00:41 UTC (rev 138136)
+++ PKGBUILD2015-08-09 08:18:55 UTC (rev 138137)
@@ -7,8 +7,8 @@
 arch=(x86_64 i686)
 url=http://audaspace.github.io/;
 license=('APACHE')
-depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile')
-makedepends=('cmake' 'python')
+depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack')
+makedepends=('cmake' 'python' 'python-setuptools')
 optdepends=()
 source=(https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz;)
 md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
@@ -20,7 +20,9 @@
 cd build
 
cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_PYTHON=1 \
+-DWITH_JACK=1
 
make
 }


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

2015-08-09 Thread Levente Polyak
Date: Sunday, August 9, 2015 @ 15:19:46
  Author: anthraxx
Revision: 138143

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 13:19:37 UTC (rev 138142)
+++ community-i686/PKGBUILD 2015-08-09 13:19:46 UTC (rev 138143)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.85b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 138142, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 13:19:46 UTC (rev 138143)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.86b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-09 13:19:37 UTC (rev 138142)
+++ community-x86_64/PKGBUILD   2015-08-09 13:19:46 UTC (rev 138143)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.85b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 138142, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-09 13:19:46 UTC (rev 138143)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.86b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')

[arch-commits] Commit in evolution-ews/trunk (PKGBUILD localedir.patch)

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:49:19
  Author: heftig
Revision: 243138

3.16.5

Modified:
  evolution-ews/trunk/PKGBUILD
Deleted:
  evolution-ews/trunk/localedir.patch

-+
 PKGBUILD|   10 +++---
 localedir.patch |   25 -
 2 files changed, 3 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 05:48:59 UTC (rev 243137)
+++ PKGBUILD2015-08-10 05:49:19 UTC (rev 243138)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.16.3
+pkgver=3.16.5
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -11,15 +11,11 @@
 depends=('libmspack' 'evolution')
 makedepends=('intltool' 'gnome-common')
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-localedir.patch)
-sha256sums=('529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0'
-'774bb703f5846c14ed4f098311a5595f2738999afdd616e029bb2b53344ea16a')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../localedir.patch
-  autoreconf -fvi
 }
 
 build() {

Deleted: localedir.patch
===
--- localedir.patch 2015-08-10 05:48:59 UTC (rev 243137)
+++ localedir.patch 2015-08-10 05:49:19 UTC (rev 243138)
@@ -1,25 +0,0 @@
-From 8263b3dbbb58be07e812fcff627a392dd73419ad Mon Sep 17 00:00:00 2001
-From: Milan Crha mc...@redhat.com
-Date: Thu, 11 Jun 2015 10:11:15 +0200
-Subject: configure.ac: Do not override localedir variable
-
-It could place locale files into $PREFIX/locale, instead of 
$PREFIX/share/locale.
-The change follows bug 703732.
-
-diff --git a/configure.ac b/configure.ac
-index d1c792e..0538904 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews
- AC_SUBST(GETTEXT_PACKAGE)
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE, [Package name for 
gettext])
- 
--localedir='$(prefix)/$(DATADIRNAME)/locale'
--AC_SUBST(localedir)
--
- dnl 
- dnl Initialize libtool
- dnl 
--- 
-cgit v0.10.2
-


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

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:48:59
  Author: heftig
Revision: 243137

3.16.5

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 05:39:22 UTC (rev 243136)
+++ PKGBUILD2015-08-10 05:48:59 UTC (rev 243137)
@@ -4,8 +4,8 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.16.4
-pkgrel=2
+pkgver=3.16.5
+pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
 license=(GPL)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('60d90c4f36cc05f925f50dc7e8dcc4f83edd6d9b5476f14e75c1d10ce7fbd67f')
+sha256sums=('fef4e8d0a81dc4562f984dddc5ccfee885506a2e030692b5ac6cd50e32efce37')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in evolution-data-server/repos (8 files)

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:51:03
  Author: heftig
Revision: 243139

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 243138, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 243138, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 243138, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 243138, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   66 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   33 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-10 05:49:19 UTC (rev 243138)
+++ extra-i686/PKGBUILD 2015-08-10 05:51:03 UTC (rev 243139)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.16.4
-pkgrel=3
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc git 
gnome-common)
-install=$pkgname.install
-url=https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('62af92dd5563d58a2f13ec99cbb7201c15a60eb9e6f4f2bf69688aa07a06')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 243138, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-10 05:51:03 UTC (rev 243139)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.16.5
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc git 
gnome-common)
+install=$pkgname.install
+url=https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e44ad4143402957cab8cab1a6b3d7057d8b111d268c6b9ad4e4008850f5b244c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2015-08-10 05:49:19 UTC (rev 
243138)
+++ extra-i686/evolution-data-server.install2015-08-10 05:51:03 UTC (rev 
243139)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: 

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

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:54:48
  Author: heftig
Revision: 243141

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 243140, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 243140, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-i686/localedir.patch
  evolution-ews/repos/extra-x86_64/PKGBUILD
  evolution-ews/repos/extra-x86_64/localedir.patch

--+
 /PKGBUILD|   62 +
 extra-i686/PKGBUILD  |   35 ---
 extra-i686/localedir.patch   |   25 
 extra-x86_64/PKGBUILD|   35 ---
 extra-x86_64/localedir.patch |   25 
 5 files changed, 62 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-i686/PKGBUILD 2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.16.3
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('libmspack' 'evolution')
-makedepends=('intltool' 'gnome-common')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-localedir.patch)
-sha256sums=('529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0'
-'774bb703f5846c14ed4f098311a5595f2738999afdd616e029bb2b53344ea16a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../localedir.patch
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 243140, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-10 05:54:48 UTC (rev 243141)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.16.5
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('libmspack' 'evolution')
+makedepends=('intltool' 'gnome-common')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/localedir.patch
===
--- extra-i686/localedir.patch  2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-i686/localedir.patch  2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,25 +0,0 @@
-From 8263b3dbbb58be07e812fcff627a392dd73419ad Mon Sep 17 00:00:00 2001
-From: Milan Crha mc...@redhat.com
-Date: Thu, 11 Jun 2015 10:11:15 +0200
-Subject: configure.ac: Do not override localedir variable
-
-It could place locale files into $PREFIX/locale, instead of 
$PREFIX/share/locale.
-The change follows bug 703732.
-
-diff --git a/configure.ac b/configure.ac
-index d1c792e..0538904 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews
- AC_SUBST(GETTEXT_PACKAGE)
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE, [Package name for 
gettext])
- 
--localedir='$(prefix)/$(DATADIRNAME)/locale'
--AC_SUBST(localedir)
--
- dnl 
- dnl Initialize libtool
- dnl 
--- 
-cgit v0.10.2
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-x86_64/PKGBUILD   2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.16.3
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('libmspack' 'evolution')
-makedepends=('intltool' 'gnome-common')
-options=('!emptydirs')

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

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:54:10
  Author: heftig
Revision: 243140

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

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

+
 /PKGBUILD  |  132 +++
 /evolution.install |   38 +++
 extra-i686/PKGBUILD|   66 ---
 extra-i686/evolution.install   |   19 -
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/evolution.install |   19 -
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-10 05:51:03 UTC (rev 243139)
+++ extra-i686/PKGBUILD 2015-08-10 05:54:10 UTC (rev 243140)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.16.4
-pkgrel=2
-pkgdesc=Manage your email, contacts and schedule
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui gnome-common git gtk-doc)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('60d90c4f36cc05f925f50dc7e8dcc4f83edd6d9b5476f14e75c1d10ce7fbd67f')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar \
-  --enable-gtk-doc
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_evolution() {
-  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
-   desktop-file-utils hicolor-icon-theme dconf gtkspell3 libcryptui 
webkitgtk)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir ../plugins
-  mv $pkgdir/usr/lib/evolution/modules/module-bogofilter.so ../plugins/
-  mv $pkgdir/usr/lib/evolution/modules/module-spamassassin.so ../plugins/
-  mv $pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml ../plugins/
-  mv $pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  depends=(evolution=$pkgver 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
$pkgdir/usr/lib/evolution/modules/module-bogofilter.so
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml
-}
-
-package_evolution-spamassassin() {
-  depends=(evolution=$pkgver 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
$pkgdir/usr/lib/evolution/modules/module-spamassassin.so
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 243139, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-10 05:54:10 UTC (rev 243140)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.16.5
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop