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

2015-06-10 Thread Martin Wimpress
Date: Wednesday, June 10, 2015 @ 12:01:56
  Author: flexiondotorg
Revision: 135131

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

Added:
  unittestpp/repos/community-i686/PKGBUILD
(from rev 135130, unittestpp/trunk/PKGBUILD)
  unittestpp/repos/community-i686/unittest++.pc
(from rev 135130, unittestpp/trunk/unittest++.pc)
  unittestpp/repos/community-x86_64/PKGBUILD
(from rev 135130, unittestpp/trunk/PKGBUILD)
  unittestpp/repos/community-x86_64/unittest++.pc
(from rev 135130, unittestpp/trunk/unittest++.pc)
Deleted:
  unittestpp/repos/community-i686/PKGBUILD
  unittestpp/repos/community-i686/unittest++.pc
  unittestpp/repos/community-x86_64/PKGBUILD
  unittestpp/repos/community-x86_64/unittest++.pc

+
 /PKGBUILD  |   90 +++
 /unittest++.pc |   28 
 community-i686/PKGBUILD|   45 ---
 community-i686/unittest++.pc   |   14 --
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/unittest++.pc |   14 --
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 10:01:45 UTC (rev 135130)
+++ community-i686/PKGBUILD 2015-06-10 10:01:56 UTC (rev 135131)
@@ -1,45 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Jorge Araya Navarro elcor...@deshackra.com
-# Contributor: Piotr Beling q...@w8.pl
-# Contributor: Vianney le Clément vleclement AT gmail · com
-
-pkgname=unittestpp
-pkgver=1.4
-pkgrel=6
-pkgdesc=A lightweight unit testing framework for C++
-arch=('i686' 'x86_64')
-url=http://unittest-cpp.sourceforge.net/;
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/project/unittest-cpp/UnitTest%2B%2B/$pkgver/unittest-cpp-$pkgver.zip;
-'unittest++.pc')
-md5sums=('bd373a53403ed51ea1bbb60b1952d7e3'
- 'fa35c8a0274264dcb75e5106c5b3deb7')
-license=('MIT')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/UnitTest++
-make all
-}
-
-package() {
-install -dm755 ${pkgdir}/usr/lib/pkgconfig
-install -m644 unittest++.pc ${pkgdir}/usr/lib/pkgconfig
-
-cd ${srcdir}/UnitTest++
-
-install -dm755 ${pkgdir}/usr/include/unittest++/Posix
-install -m644 src/*.h ${pkgdir}/usr/include/unittest++
-install -m644 src/Posix/*.h ${pkgdir}/usr/include/unittest++/Posix
-
-install -dm755 ${pkgdir}/usr/lib
-install -m644 libUnitTest++.a ${pkgdir}/usr/lib
-ln -s libUnitTest++.a ${pkgdir}/usr/lib/libunittest++.a
-
-install -dm755 ${pkgdir}/usr/share/licenses/unittestpp
-install -m644 COPYING ${pkgdir}/usr/share/licenses/unittestpp/LICENSE
-install -dm755 ${pkgdir}/usr/share/doc/unittestpp
-install -m644 README ${pkgdir}/usr/share/doc/unittestpp/README
-install -m644 docs/UnitTest++.html 
${pkgdir}/usr/share/doc/unittestpp/UnitTest++.html
-}

Copied: unittestpp/repos/community-i686/PKGBUILD (from rev 135130, 
unittestpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 10:01:56 UTC (rev 135131)
@@ -0,0 +1,45 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Jorge Araya Navarro elcor...@deshackra.com
+# Contributor: Piotr Beling q...@w8.pl
+# Contributor: Vianney le Clément vleclement AT gmail · com
+
+pkgname=unittestpp
+pkgver=1.4
+pkgrel=7
+pkgdesc=A lightweight unit testing framework for C++
+arch=('i686' 'x86_64')
+url=http://unittest-cpp.sourceforge.net/;
+depends=('gcc-libs')
+source=(https://github.com/unittest-cpp/unittest-cpp/archive/v${pkgver}.tar.gz;
+'unittest++.pc')
+md5sums=('f571c054bf6840c9a981a3e9862b5363'
+ 'fa35c8a0274264dcb75e5106c5b3deb7')
+license=('MIT')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/unittest-cpp-${pkgver}
+make all
+}
+
+package() {
+install -dm755 ${pkgdir}/usr/lib/pkgconfig
+install -m644 unittest++.pc ${pkgdir}/usr/lib/pkgconfig
+
+cd ${srcdir}/unittest-cpp-${pkgver}
+
+install -dm755 ${pkgdir}/usr/include/unittest++/Posix
+install -m644 src/*.h ${pkgdir}/usr/include/unittest++
+install -m644 src/Posix/*.h ${pkgdir}/usr/include/unittest++/Posix
+
+install -dm755 ${pkgdir}/usr/lib
+install -m644 libUnitTest++.a ${pkgdir}/usr/lib
+ln -s libUnitTest++.a ${pkgdir}/usr/lib/libunittest++.a
+
+install -dm755 ${pkgdir}/usr/share/licenses/unittestpp
+install -m644 COPYING ${pkgdir}/usr/share/licenses/unittestpp/LICENSE
+install -dm755 ${pkgdir}/usr/share/doc/unittestpp
+install -m644 README ${pkgdir}/usr/share/doc/unittestpp/README
+install -m644 docs/UnitTest++.html 
${pkgdir}/usr/share/doc/unittestpp/UnitTest++.html
+}

Deleted: community-i686/unittest++.pc

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

2015-06-10 Thread Martin Wimpress
Date: Wednesday, June 10, 2015 @ 12:01:45
  Author: flexiondotorg
Revision: 135130

upgpkg: unittestpp 1.4-7 - Fixes FS#44514

Modified:
  unittestpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 09:58:21 UTC (rev 135129)
+++ PKGBUILD2015-06-10 10:01:45 UTC (rev 135130)
@@ -6,20 +6,20 @@
 
 pkgname=unittestpp
 pkgver=1.4
-pkgrel=6
+pkgrel=7
 pkgdesc=A lightweight unit testing framework for C++
 arch=('i686' 'x86_64')
 url=http://unittest-cpp.sourceforge.net/;
 depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/project/unittest-cpp/UnitTest%2B%2B/$pkgver/unittest-cpp-$pkgver.zip;
+source=(https://github.com/unittest-cpp/unittest-cpp/archive/v${pkgver}.tar.gz;
 'unittest++.pc')
-md5sums=('bd373a53403ed51ea1bbb60b1952d7e3'
+md5sums=('f571c054bf6840c9a981a3e9862b5363'
  'fa35c8a0274264dcb75e5106c5b3deb7')
 license=('MIT')
 options=('staticlibs')
 
 build() {
-cd ${srcdir}/UnitTest++
+cd ${srcdir}/unittest-cpp-${pkgver}
 make all
 }
 
@@ -27,7 +27,7 @@
 install -dm755 ${pkgdir}/usr/lib/pkgconfig
 install -m644 unittest++.pc ${pkgdir}/usr/lib/pkgconfig
 
-cd ${srcdir}/UnitTest++
+cd ${srcdir}/unittest-cpp-${pkgver}
 
 install -dm755 ${pkgdir}/usr/include/unittest++/Posix
 install -m644 src/*.h ${pkgdir}/usr/include/unittest++


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

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 09:20:01
  Author: arojas
Revision: 135117

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

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

-+
 /PKGBUILD   |   76 ++
 /gtkpod.install |   24 
 community-i686/PKGBUILD |   38 ---
 community-i686/gtkpod.install   |   12 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/gtkpod.install |   12 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 07:18:48 UTC (rev 135116)
+++ community-i686/PKGBUILD 2015-06-10 07:20:01 UTC (rev 135117)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=gtkpod
-pkgver=2.1.4
-pkgrel=4
-pkgdesc=A platform independent GUI for Apple's iPod using GTK3
-arch=('i686' 'x86_64')
-url=http://gtkpod.sourceforge.net;
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'webkitgtk')
-makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   'libvorbis: OGG support'
-'id3v2: mp3 conversion support'
-'faad2: m4a conversion support')
-install=gtkpod.install
-source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
-md5sums=('66c12ccb529c0f7de9a48a7f0d277c80')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtkpod/repos/community-i686/PKGBUILD (from rev 135116, 
gtkpod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 07:20:01 UTC (rev 135117)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.5
+pkgrel=1
+pkgdesc=A platform independent GUI for Apple's iPod using GTK3
+arch=('i686' 'x86_64')
+url=http://gtkpod.sourceforge.net;
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'webkitgtk' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
+md5sums=('f011d6bc403f06d8bb13829c1c3d25fe')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gtkpod.install
===
--- community-i686/gtkpod.install   2015-06-10 07:18:48 UTC (rev 135116)
+++ community-i686/gtkpod.install   2015-06-10 07:20:01 UTC (rev 135117)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gtkpod/repos/community-i686/gtkpod.install (from rev 135116, 
gtkpod/trunk/gtkpod.install)
===
--- community-i686/gtkpod.install   (rev 0)
+++ community-i686/gtkpod.install   2015-06-10 07:20:01 UTC (rev 135117)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+

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

2015-06-10 Thread Ray Rashif
Date: Wednesday, June 10, 2015 @ 10:40:52
  Author: schiv
Revision: 135120

cinelerra-cv: disable mmx for all archs

Modified:
  cinelerra-cv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 08:33:29 UTC (rev 135119)
+++ PKGBUILD2015-06-10 08:40:52 UTC (rev 135120)
@@ -30,14 +30,6 @@
  '02d8222e596133bbc05eaad15bef242c'
  '7bf8fe04ce242d8aa76dba94897eac4e')
 
-_confit() {
-  ./configure --prefix=/usr \
-  --with-buildinfo=git/recompile \
-  --with-external-ffmpeg \
-  --enable-opengl \
-  --disable-esd $@
-}
-
 prepare() {
   cd $srcdir/$pkgname
 
@@ -87,12 +79,14 @@
 
   ./autogen.sh
 
-  # asm failure for mmx on x64
-  if [ $CARCH = 'x86_64' ]; then
-_confit --disable-mmx
-  else
-_confit --enable-mmx
-  fi
+  # disable mmx due to improper use of registers in asm
+  # - possibly a new problem since gcc 4.9
+  ./configure --prefix=/usr \
+  --with-buildinfo=git/recompile \
+  --with-external-ffmpeg \
+  --enable-opengl \
+  --disable-mmx \
+  --disable-esd
 
   make
 }


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

2015-06-10 Thread Giovanni Scafora
Date: Wednesday, June 10, 2015 @ 11:31:52
  Author: giovanni
Revision: 240468

upgpkg: ssmtp 2.64-6

Fixed FS42535 - Added --enable-inet6 option

Modified:
  ssmtp/trunk/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 27 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 02:22:18 UTC (rev 240467)
+++ PKGBUILD2015-06-10 09:31:52 UTC (rev 240468)
@@ -3,7 +3,7 @@
 
 pkgname=ssmtp
 pkgver=2.64
-pkgrel=5
+pkgrel=6
 pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,27 +20,36 @@
 
 ## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -p1 -i ${srcdir}/opessl_crypto.patch
+}
+
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ${srcdir}/opessl_crypto.patch
-   autoreconf
-   ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---enable-md5auth --enable-ssl
-   make
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man \
+  --enable-md5auth \
+  --enable-ssl\
+  --enable-inet6
+  make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
 
-   install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
+  install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
 
-   ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
-   ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
-   ln -s ssmtp ${pkgdir}/usr/sbin/mailq
-# usrmove
-cd $pkgdir
-mv usr/sbin usr/bin
+  ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
+  ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
+  ln -s ssmtp ${pkgdir}/usr/sbin/mailq
+  # usrmove
+  cd $pkgdir
+  mv usr/sbin usr/bin
 }


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

2015-06-10 Thread Giovanni Scafora
Date: Wednesday, June 10, 2015 @ 11:32:00
  Author: giovanni
Revision: 240469

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

Added:
  ssmtp/repos/extra-i686/PKGBUILD
(from rev 240468, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/extra-i686/opessl_crypto.patch
(from rev 240468, ssmtp/trunk/opessl_crypto.patch)
  ssmtp/repos/extra-x86_64/PKGBUILD
(from rev 240468, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/extra-x86_64/opessl_crypto.patch
(from rev 240468, ssmtp/trunk/opessl_crypto.patch)
Deleted:
  ssmtp/repos/extra-i686/PKGBUILD
  ssmtp/repos/extra-i686/opessl_crypto.patch
  ssmtp/repos/extra-x86_64/PKGBUILD
  ssmtp/repos/extra-x86_64/opessl_crypto.patch

--+
 /PKGBUILD|  110 +
 /opessl_crypto.patch |   42 ++
 extra-i686/PKGBUILD  |   46 ---
 extra-i686/opessl_crypto.patch   |   21 ---
 extra-x86_64/PKGBUILD|   46 ---
 extra-x86_64/opessl_crypto.patch |   21 ---
 6 files changed, 152 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 09:31:52 UTC (rev 240468)
+++ extra-i686/PKGBUILD 2015-06-10 09:32:00 UTC (rev 240469)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=ssmtp
-pkgver=2.64
-pkgrel=5
-pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://packages.debian.org/stable/mail/ssmtp;
-depends=('openssl' 'inetutils')
-conflicts=('exim' 'smtp-forwarder')
-provides=('smtp-forwarder')
-backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
-options=('!makeflags' '!emptydirs')
-source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2;
-'opessl_crypto.patch')
-md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
- 'aeb4ed09a26eefea9a5f6ac755c4dff0')
-
-## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ${srcdir}/opessl_crypto.patch
-   autoreconf
-   ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---enable-md5auth --enable-ssl
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
-
-   install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
-
-   ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
-   ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
-   ln -s ssmtp ${pkgdir}/usr/sbin/mailq
-# usrmove
-cd $pkgdir
-mv usr/sbin usr/bin
-}

Copied: ssmtp/repos/extra-i686/PKGBUILD (from rev 240468, ssmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 09:32:00 UTC (rev 240469)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:
+
+pkgname=ssmtp
+pkgver=2.64
+pkgrel=6
+pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/stable/mail/ssmtp;
+depends=('openssl' 'inetutils')
+conflicts=('exim' 'smtp-forwarder')
+provides=('smtp-forwarder')
+backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
+options=('!makeflags' '!emptydirs')
+source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2;
+'opessl_crypto.patch')
+md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
+ 'aeb4ed09a26eefea9a5f6ac755c4dff0')
+
+## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -p1 -i ${srcdir}/opessl_crypto.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man \
+  --enable-md5auth \
+  --enable-ssl\
+  --enable-inet6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
+
+  install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
+
+  ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
+  ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
+  ln -s ssmtp ${pkgdir}/usr/sbin/mailq
+  # usrmove
+  cd $pkgdir
+  mv usr/sbin usr/bin
+}

Deleted: extra-i686/opessl_crypto.patch
===
--- extra-i686/opessl_crypto.patch  2015-06-10 09:31:52 UTC (rev 240468)
+++ extra-i686/opessl_crypto.patch  2015-06-10 09:32:00 UTC (rev 240469)
@@ -1,21 +0,0 @@
-Fix linking error:
-
-Undefined symbols:
-  _X509_free, referenced from:
-  _smtp_open in ssmtp.o

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

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 09:18:48
  Author: arojas
Revision: 135116

Update to 2.1.5, enable clarity display, enable musicbrainz and discid support

Modified:
  gtkpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 05:34:06 UTC (rev 135115)
+++ PKGBUILD2015-06-10 07:18:48 UTC (rev 135116)
@@ -4,13 +4,13 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=2.1.4
-pkgrel=4
+pkgver=2.1.5
+pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
 license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'webkitgtk')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'webkitgtk' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk')
 makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
@@ -19,7 +19,7 @@
 'faad2: m4a conversion support')
 install=gtkpod.install
 source=(http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz;)
-md5sums=('66c12ccb529c0f7de9a48a7f0d277c80')
+md5sums=('f011d6bc403f06d8bb13829c1c3d25fe')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 10:52:25
  Author: foutrelis
Revision: 135122

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 135121, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake.install
(from rev 135121, handbrake/trunk/handbrake.install)
  handbrake/repos/community-i686/standard-presets-fix-type.patch
(from rev 135121, handbrake/trunk/standard-presets-fix-type.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 135121, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake.install
(from rev 135121, handbrake/trunk/handbrake.install)
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch
(from rev 135121, handbrake/trunk/standard-presets-fix-type.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-i686/standard-presets-fix-type.patch
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch

--+
 /PKGBUILD|  144 +
 /handbrake.install   |   28 +++
 /standard-presets-fix-type.patch |  176 +
 community-i686/PKGBUILD  |   79 -
 community-i686/handbrake.install |   14 -
 community-i686/standard-presets-fix-type.patch   |   88 --
 community-x86_64/PKGBUILD|   79 -
 community-x86_64/handbrake.install   |   14 -
 community-x86_64/standard-presets-fix-type.patch |   88 --
 9 files changed, 348 insertions(+), 362 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 08:52:09 UTC (rev 135121)
+++ community-i686/PKGBUILD 2015-06-10 08:52:25 UTC (rev 135122)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=https://handbrake.fr/;
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav' 'librsvg')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-standard-presets-fix-type.patch)
-sha256sums=('7ea42031fd4d5efd04903a9aae79c952c50fd43b6f7bf08fd1a93f6b358a23f5'
-'dce9dc044321b26a9022b1a4d23950c781c51c8c07653ba19c3eedf30f1d54d4')
-
-prepare() {
-  cd $srcdir/HandBrake-$pkgver
-
-  # Use more system libs
-  # We had ffmpeg here as well but it broke PGS subtitle processing
-  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
-  sed -i \
--e '/MODULES += contrib\/libbluray/d' \
--e '/MODULES += contrib\/libdvdnav/d' \
--e '/MODULES += contrib\/libdvdread/d' \
-make/include/main.defs
-
-  # Fix crash while adding job (FS#43060)
-  # https://forum.handbrake.fr/viewtopic.php?f=12t=32090
-  # https://trac.handbrake.fr/changeset/7008/branches/0.10.x
-  patch -Np2 -i ../standard-presets-fix-type.patch
-}
-
-build() {
-  cd $srcdir/HandBrake-$pkgver
-
-  ./configure \
---prefix=/usr \
---force \
---disable-gtk-update-checks
-  cd build
-  make
-}
-
-package_handbrake() {
-  pkgdesc=Multithreaded video transcoder
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'libx264' 'libdvdnav' 'librsvg' 'desktop-file-utils'
-   'hicolor-icon-theme')
-  depends+=('libx264.so')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-  install=$pkgname.install
-
-  cd $srcdir/HandBrake-$pkgver/build
-
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/bin/HandBrakeCLI
-}
-
-package_handbrake-cli() {
-  pkgdesc=Multithreaded video transcoder (CLI)
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
-   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
-  depends+=('libx264.so')
-
-  cd $srcdir/HandBrake-$pkgver/build
-  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-i686/PKGBUILD (from rev 135121, 
handbrake/trunk/PKGBUILD)

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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 10:52:09
  Author: foutrelis
Revision: 135121

upgpkg: handbrake 0.10.2-1

New upstream release.

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 08:40:52 UTC (rev 135120)
+++ PKGBUILD2015-06-10 08:52:09 UTC (rev 135121)
@@ -4,8 +4,8 @@
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://handbrake.fr/;
 license=('GPL')
@@ -14,10 +14,8 @@
  'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
  'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
  'libdvdnav' 'librsvg')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-standard-presets-fix-type.patch)
-sha256sums=('7ea42031fd4d5efd04903a9aae79c952c50fd43b6f7bf08fd1a93f6b358a23f5'
-'dce9dc044321b26a9022b1a4d23950c781c51c8c07653ba19c3eedf30f1d54d4')
+source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
+sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
 
 prepare() {
   cd $srcdir/HandBrake-$pkgver
@@ -30,11 +28,6 @@
 -e '/MODULES += contrib\/libdvdnav/d' \
 -e '/MODULES += contrib\/libdvdread/d' \
 make/include/main.defs
-
-  # Fix crash while adding job (FS#43060)
-  # https://forum.handbrake.fr/viewtopic.php?f=12t=32090
-  # https://trac.handbrake.fr/changeset/7008/branches/0.10.x
-  patch -Np2 -i ../standard-presets-fix-type.patch
 }
 
 build() {


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

2015-06-10 Thread Massimiliano Torromeo
Date: Wednesday, June 10, 2015 @ 15:03:24
  Author: mtorromeo
Revision: 135133

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

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

-+
 /PKGBUILD   |  168 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch-user.conf|2 
 /elasticsearch.default  |   26 
 /elasticsearch.install  |   16 ++
 /elasticsearch.service  |   42 ++
 /elasticsearch@.service |   42 ++
 community-i686/PKGBUILD |   84 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch-user.conf  |1 
 community-i686/elasticsearch.default|   13 --
 community-i686/elasticsearch.install|8 -
 community-i686/elasticsearch.service|   21 ---
 community-i686/elasticsearch@.service   |   21 ---
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch-user.conf|1 
 community-x86_64/elasticsearch.default  |   13 --
 community-x86_64/elasticsearch.install  |8 -
 community-x86_64/elasticsearch.service  |   21 ---
 community-x86_64/elasticsearch@.service |   21 ---
 24 files changed, 302 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 13:02:59 UTC (rev 135132)
+++ community-i686/PKGBUILD 2015-06-10 13:03:24 UTC (rev 135133)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored 

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

2015-06-10 Thread Massimiliano Torromeo
Date: Wednesday, June 10, 2015 @ 15:02:59
  Author: mtorromeo
Revision: 135132

upgpkg: elasticsearch 1.6.0-1

Updated to version 1.6.0

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 10:01:56 UTC (rev 135131)
+++ PKGBUILD2015-06-10 13:02:59 UTC (rev 135132)
@@ -4,7 +4,7 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.5.2
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('efae7897367ac3fa8057d02fad31c72e215b6edef599b63e373d3ce0c1049a14'
+sha256sums=('dc336c83394b2f2f72f362e0f959a4cfdec2109aa3de15668401afeab0b02d2e'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in supercollider/trunk (PKGBUILD ftbfs-gcc-4.9.patch)

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 11:13:55
  Author: foutrelis
Revision: 135125

Fix build with recent GCC versions

Added:
  supercollider/trunk/ftbfs-gcc-4.9.patch
Modified:
  supercollider/trunk/PKGBUILD

-+
 PKGBUILD|   11 +--
 ftbfs-gcc-4.9.patch |   20 
 2 files changed, 29 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 09:04:15 UTC (rev 135124)
+++ PKGBUILD2015-06-10 09:13:55 UTC (rev 135125)
@@ -17,9 +17,16 @@
 'vim: vim interface'
 'ruby: vim support')
 install=$pkgname.install
-source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;)
-md5sums=('14d6063933230c74e42f5923a811e7c6')
+source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;
+ftbfs-gcc-4.9.patch)
+md5sums=('14d6063933230c74e42f5923a811e7c6'
+ '257a9198e650638a9a43bad2812760f7')
 
+prepare() {
+  cd $srcdir/$_name-Source
+  patch -Np1 -i ../ftbfs-gcc-4.9.patch
+}
+
 build() {
   cd $srcdir/$_name-Source
   [ -d b ] || mkdir b  cd b

Added: ftbfs-gcc-4.9.patch
===
--- ftbfs-gcc-4.9.patch (rev 0)
+++ ftbfs-gcc-4.9.patch 2015-06-10 09:13:55 UTC (rev 135125)
@@ -0,0 +1,20 @@
+From: Felipe Sateler fsate...@debian.org
+Date: Fri, 6 Jun 2014 13:15:18 -0400
+Subject: Fix implementation of aligned_allocator::constructU.
+
+Fixes a build failure with gcc = 4.9, because it defines __cplusplus = 
201103L.
+
+A typo, apparently. This patch can be dropped in the next upstream release.
+Index: supercollider/server/supernova/utilities/malloc_aligned.hpp
+===
+--- supercollider.orig/server/supernova/utilities/malloc_aligned.hpp   
2014-09-11 09:15:20.399357542 +0100
 supercollider/server/supernova/utilities/malloc_aligned.hpp
2014-09-11 09:15:20.399357542 +0100
+@@ -243,7 +243,7 @@
+ template class U, class... Args 
+ void construct(U * p, Args ... args)
+ {
+-::new(p) T(std::forwardArgs(args)...);
++::new(p) U(std::forwardArgs(args)...);
+ }
+ #endif
+


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

2015-06-10 Thread Ike Devolder
Date: Wednesday, June 10, 2015 @ 10:33:29
  Author: idevolder
Revision: 135119

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 135118, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 135118, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 135118, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 135118, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   64 +++
 /mongo.ini |   56 +
 community-i686/PKGBUILD|   32 -
 community-i686/mongo.ini   |   28 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/mongo.ini |   28 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 08:33:16 UTC (rev 135118)
+++ community-i686/PKGBUILD 2015-06-10 08:33:29 UTC (rev 135119)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.6.8
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-sha256sums=('c7a2055e4fedb6ebb4aca1de41d11f11833d512e3b452c628695385d311c3c82'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 135118, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 08:33:29 UTC (rev 135119)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.6.9
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(
+   http://pecl.php.net/get/mongo-$pkgver.tgz;
+   mongo.ini
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}
+sha256sums=('b8213e0f08873f1455b2c7e8bfb5f33405afbcd5ce598d81b5f5c49556114581'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-06-10 08:33:16 UTC (rev 135118)
+++ community-i686/mongo.ini2015-06-10 08:33:29 UTC (rev 135119)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 135118, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-06-10 08:33:29 UTC (rev 135119)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on 

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

2015-06-10 Thread Ike Devolder
Date: Wednesday, June 10, 2015 @ 10:33:16
  Author: idevolder
Revision: 135118

php-mongo :: 1.6.9

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 07:20:01 UTC (rev 135117)
+++ PKGBUILD2015-06-10 08:33:16 UTC (rev 135118)
@@ -4,7 +4,7 @@
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -28,5 +28,5 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-sha256sums=('c7a2055e4fedb6ebb4aca1de41d11f11833d512e3b452c628695385d311c3c82'
+sha256sums=('b8213e0f08873f1455b2c7e8bfb5f33405afbcd5ce598d81b5f5c49556114581'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-06-10 Thread Martin Wimpress
Date: Wednesday, June 10, 2015 @ 11:52:19
  Author: flexiondotorg
Revision: 135127

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   66 +-
 mate-themes.install |   28 +
 2 files changed, 45 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 09:52:11 UTC (rev 135126)
+++ PKGBUILD2015-06-10 09:52:19 UTC (rev 135127)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_gtkver=3.16
-pkgname=mate-themes
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=Default themes for the MATE desktop
-url=http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk3' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
-groups=('mate' 'mate-gtk3')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 135126, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 09:52:19 UTC (rev 135127)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_gtkver=3.16
+pkgname=mate-themes
+pkgver=${_ver}.1
+pkgrel=2
+pkgdesc=Default themes for the MATE desktop
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+groups=('mate' 'mate-gtk3')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-06-10 09:52:11 UTC (rev 135126)
+++ mate-themes.install 2015-06-10 09:52:19 UTC (rev 135127)
@@ -1,16 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
-gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
-gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 135126, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-06-10 09:52:19 UTC (rev 135127)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-06-10 Thread Martin Wimpress
Date: Wednesday, June 10, 2015 @ 11:52:11
  Author: flexiondotorg
Revision: 135126

upgpkg: mate-themes 1.10.1-2 - Fixes FS#44959

Modified:
  mate-themes/trunk/PKGBUILD
  mate-themes/trunk/mate-themes.install

-+
 PKGBUILD|2 +-
 mate-themes.install |6 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 09:13:55 UTC (rev 135125)
+++ PKGBUILD2015-06-10 09:52:11 UTC (rev 135126)
@@ -4,7 +4,7 @@
 _gtkver=3.16
 pkgname=mate-themes
 pkgver=${_ver}.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Default themes for the MATE desktop
 url=http://mate-desktop.org;
 arch=('any')

Modified: mate-themes.install
===
--- mate-themes.install 2015-06-10 09:13:55 UTC (rev 135125)
+++ mate-themes.install 2015-06-10 09:52:11 UTC (rev 135126)
@@ -1,10 +1,6 @@
 post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
-gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
-gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
 gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
 }
 
 post_upgrade() {


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

2015-06-10 Thread Sven-Hendrik Haase
Date: Wednesday, June 10, 2015 @ 11:58:21
  Author: svenstaro
Revision: 135129

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 135128, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 135128, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 135128, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 135128, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 135128, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 135128, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  174 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   87 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 09:58:04 UTC (rev 135128)
+++ community-i686/PKGBUILD 2015-06-10 09:58:21 UTC (rev 135129)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
-
-pkgname=emscripten
-pkgver=1.33.1
-pkgrel=1
-pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
-arch=('i686' 'x86_64')
-url=http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-emscripten.sh)
-sha256sums=('cc28aa1075b6146daa73b4105e191b900e04d68b95a72c8b7738753a95f00e1f'
-'7cf7fd28db34e53f4d50fc3821c69ea6321d70a7f2a4649812b062f9cf777c15'
-'d359c64c101bb6e5892870e4d107fa4b3f623f844cc503221ab135e0d6960249'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s $srcdir/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')| \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD=X86;JSBackend \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_EXAMPLES=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 $srcdir/emscripten.sh $pkgdir/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd $srcdir/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
$pkgdir/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* $pkgdir/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd $srcdir/emscripten-$pkgver
-  install -d $pkgdir/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
$pkgdir/usr/lib/emscripten
-
-  # remove clutter
-  rm $pkgdir/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm 

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

2015-06-10 Thread Sven-Hendrik Haase
Date: Wednesday, June 10, 2015 @ 11:58:04
  Author: svenstaro
Revision: 135128

upgpkg: emscripten 1.33.2-1

upstream release 1.33.2

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 09:52:19 UTC (rev 135127)
+++ PKGBUILD2015-06-10 09:58:04 UTC (rev 135128)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
 
 pkgname=emscripten
-pkgver=1.33.1
+pkgver=1.33.2
 pkgrel=1
 pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 emscripten.sh)
-sha256sums=('cc28aa1075b6146daa73b4105e191b900e04d68b95a72c8b7738753a95f00e1f'
-'7cf7fd28db34e53f4d50fc3821c69ea6321d70a7f2a4649812b062f9cf777c15'
-'d359c64c101bb6e5892870e4d107fa4b3f623f844cc503221ab135e0d6960249'
+sha256sums=('b7421c30c4e609aa6ba040b59b9732dadf2965c9d1cba3f279db5ad5d9ef7b73'
+'f8eb8fe70adbbc7865736461500ecbf77b3bf68979683e9cf1843a9fc35657b6'
+'5d1bc2854fe784dc718a281dfc7906ccb05a17e700c4538be007164dc14d86a3'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:24:11
  Author: foutrelis
Revision: 240471

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

Added:
  libvisual/repos/extra-i686/PKGBUILD
(from rev 240470, libvisual/trunk/PKGBUILD)
  libvisual/repos/extra-i686/libvisual-0.4.0-inlinedefineconflict.patch
(from rev 240470, 
libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch)
  libvisual/repos/extra-x86_64/PKGBUILD
(from rev 240470, libvisual/trunk/PKGBUILD)
  libvisual/repos/extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch
(from rev 240470, 
libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch)
Deleted:
  libvisual/repos/extra-i686/PKGBUILD
  libvisual/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 extra-i686/PKGBUILD |   24 
 extra-i686/libvisual-0.4.0-inlinedefineconflict.patch   |   61 
 extra-x86_64/PKGBUILD   |   24 
 extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch |   61 
 5 files changed, 192 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 14:23:58 UTC (rev 240470)
+++ extra-i686/PKGBUILD 2015-06-10 14:24:11 UTC (rev 240471)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=5
-pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/libvisual/;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;)
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libvisual/repos/extra-i686/PKGBUILD (from rev 240470, 
libvisual/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 14:24:11 UTC (rev 240471)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 
+
+pkgname=libvisual
+pkgver=0.4.0
+pkgrel=5
+pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/libvisual/;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;
+libvisual-0.4.0-inlinedefineconflict.patch)
+md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
+ 'e49d55a9ea20c949512c1d2143086936')
+
+prepare()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # libvisual's definition of inline causes issues when compiling with the
+  # new C++11 ABI (patch from Fedora)
+  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
+}
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libvisual/repos/extra-i686/libvisual-0.4.0-inlinedefineconflict.patch 
(from rev 240470, libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch)
===
--- extra-i686/libvisual-0.4.0-inlinedefineconflict.patch   
(rev 0)
+++ extra-i686/libvisual-0.4.0-inlinedefineconflict.patch   2015-06-10 
14:24:11 UTC (rev 240471)
@@ -0,0 +1,61 @@
+diff -ru libvisual-0.4.0.orig/libvisual/lv_cache.c 
libvisual-0.4.0/libvisual/lv_cache.c
+--- libvisual-0.4.0.orig/libvisual/lv_cache.c  2009-03-07 17:17:38.0 
+
 libvisual-0.4.0/libvisual/lv_cache.c   2009-03-07 17:25:26.0 
+
+@@ -32,7 +32,7 @@
+ static int cache_dtor (VisObject *object);
+ static int cache_remove_list_entry (VisCache *cache, VisListEntry **le);
+ 
+-static inline void handle_request_reset (VisCache *cache, VisListEntry *le);
++static lv_inline void handle_request_reset (VisCache *cache, VisListEntry 
*le);
+ 
+ static int cache_dtor (VisObject *object)
+ {
+@@ -74,7 +74,7 @@
+ }
+ 
+ 
+-static inline void handle_request_reset (VisCache *cache, VisListEntry *le)
++static lv_inline void handle_request_reset (VisCache *cache, VisListEntry *le)
+ {
+   VisCacheEntry *centry;
+ 
+diff -ru libvisual-0.4.0.orig/libvisual/lv_defines.h 
libvisual-0.4.0/libvisual/lv_defines.h
+--- libvisual-0.4.0.orig/libvisual/lv_defines.h2009-03-07 
17:17:38.0 +
 libvisual-0.4.0/libvisual/lv_defines.h 2009-03-07 17:24:17.0 
+
+@@ -63,13 +63,13 @@
+ 
+ /* Compiler specific optimalization macros */
+ #if __GNUC__ = 3
+-# define inline   inline __attribute__ ((always_inline))
++# define lv_inlineinline __attribute__ 

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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:23:58
  Author: foutrelis
Revision: 240470

upgpkg: libvisual 0.4.0-5

Add patch from Fedora to work around libvisual's definition of inline.

Added:
  libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch
Modified:
  libvisual/trunk/PKGBUILD

+
 PKGBUILD   |   15 +-
 libvisual-0.4.0-inlinedefineconflict.patch |   61 +++
 2 files changed, 74 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 09:32:00 UTC (rev 240469)
+++ PKGBUILD2015-06-10 14:23:58 UTC (rev 240470)
@@ -8,9 +8,20 @@
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/libvisual/;
 license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;)
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
+source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;
+libvisual-0.4.0-inlinedefineconflict.patch)
+md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
+ 'e49d55a9ea20c949512c1d2143086936')
 
+prepare()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # libvisual's definition of inline causes issues when compiling with the
+  # new C++11 ABI (patch from Fedora)
+  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
+}
+
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}

Added: libvisual-0.4.0-inlinedefineconflict.patch
===
--- libvisual-0.4.0-inlinedefineconflict.patch  (rev 0)
+++ libvisual-0.4.0-inlinedefineconflict.patch  2015-06-10 14:23:58 UTC (rev 
240470)
@@ -0,0 +1,61 @@
+diff -ru libvisual-0.4.0.orig/libvisual/lv_cache.c 
libvisual-0.4.0/libvisual/lv_cache.c
+--- libvisual-0.4.0.orig/libvisual/lv_cache.c  2009-03-07 17:17:38.0 
+
 libvisual-0.4.0/libvisual/lv_cache.c   2009-03-07 17:25:26.0 
+
+@@ -32,7 +32,7 @@
+ static int cache_dtor (VisObject *object);
+ static int cache_remove_list_entry (VisCache *cache, VisListEntry **le);
+ 
+-static inline void handle_request_reset (VisCache *cache, VisListEntry *le);
++static lv_inline void handle_request_reset (VisCache *cache, VisListEntry 
*le);
+ 
+ static int cache_dtor (VisObject *object)
+ {
+@@ -74,7 +74,7 @@
+ }
+ 
+ 
+-static inline void handle_request_reset (VisCache *cache, VisListEntry *le)
++static lv_inline void handle_request_reset (VisCache *cache, VisListEntry *le)
+ {
+   VisCacheEntry *centry;
+ 
+diff -ru libvisual-0.4.0.orig/libvisual/lv_defines.h 
libvisual-0.4.0/libvisual/lv_defines.h
+--- libvisual-0.4.0.orig/libvisual/lv_defines.h2009-03-07 
17:17:38.0 +
 libvisual-0.4.0/libvisual/lv_defines.h 2009-03-07 17:24:17.0 
+
+@@ -63,13 +63,13 @@
+ 
+ /* Compiler specific optimalization macros */
+ #if __GNUC__ = 3
+-# define inline   inline __attribute__ ((always_inline))
++# define lv_inlineinline __attribute__ ((always_inline))
+ # define __malloc __attribute__ ((malloc))
+ # define __packed __attribute__ ((packed))
+ # define VIS_LIKELY(x)__builtin_expect (!!(x), 1)
+ # define VIS_UNLIKELY(x)  __builtin_expect (!!(x), 0)
+ #else
+-# define inline   /* no inline */
++# define lv_inline/* no inline */
+ # define __malloc /* no malloc */
+ # define __packed /* no packed */
+ # define VIS_LIKELY(x)(x)
+diff -ru libvisual-0.4.0.orig/libvisual/lv_time.h 
libvisual-0.4.0/libvisual/lv_time.h
+--- libvisual-0.4.0.orig/libvisual/lv_time.h   2009-03-07 17:17:38.0 
+
 libvisual-0.4.0/libvisual/lv_time.h2009-03-07 17:25:15.0 
+
+@@ -101,7 +101,7 @@
+  *
+  * @return Nothing.
+  */
+-static inline void visual_timer_tsc_get (uint32_t *lo, uint32_t *hi)
++static lv_inline void visual_timer_tsc_get (uint32_t *lo, uint32_t *hi)
+ {
+ #if defined(VISUAL_ARCH_X86) || defined(VISUAL_ARCH_X86_64)
+   __asm __volatile
+@@ -115,7 +115,7 @@
+ }
+ 
+ /* FIXME use uint64_t here, make sure type exists */
+-static inline unsigned long long visual_timer_tsc_get_returned ()
++static lv_inline unsigned long long visual_timer_tsc_get_returned ()
+ {
+   uint32_t lo, hi;
+ 


[arch-commits] Commit in libvisual/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:25:58
  Author: foutrelis
Revision: 240473

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

Deleted:
  libvisual/repos/extra-i686/PKGBUILD
  libvisual/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   35 ---
 extra-x86_64/PKGBUILD |   35 ---
 2 files changed, 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 14:25:51 UTC (rev 240472)
+++ extra-i686/PKGBUILD 2015-06-10 14:25:58 UTC (rev 240473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=5
-pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/libvisual/;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;
-libvisual-0.4.0-inlinedefineconflict.patch)
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
- 'e49d55a9ea20c949512c1d2143086936')
-
-prepare()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # libvisual's definition of inline causes issues when compiling with the
-  # new C++11 ABI (patch from Fedora)
-  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
-}
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-10 14:25:51 UTC (rev 240472)
+++ extra-x86_64/PKGBUILD   2015-06-10 14:25:58 UTC (rev 240473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=5
-pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/libvisual/;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;
-libvisual-0.4.0-inlinedefineconflict.patch)
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
- 'e49d55a9ea20c949512c1d2143086936')
-
-prepare()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # libvisual's definition of inline causes issues when compiling with the
-  # new C++11 ABI (patch from Fedora)
-  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
-}
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}


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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:25:51
  Author: foutrelis
Revision: 240472

upgpkg: libvisual 0.4.0-6

Push previous change.

Modified:
  libvisual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:24:11 UTC (rev 240471)
+++ PKGBUILD2015-06-10 14:25:51 UTC (rev 240472)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/libvisual/;


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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:28:34
  Author: foutrelis
Revision: 240474

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

Added:
  libvisual/repos/extra-i686/PKGBUILD
(from rev 240473, libvisual/trunk/PKGBUILD)
  libvisual/repos/extra-i686/libvisual-0.4.0-inlinedefineconflict.patch
(from rev 240473, 
libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch)
  libvisual/repos/extra-x86_64/PKGBUILD
(from rev 240473, libvisual/trunk/PKGBUILD)
  libvisual/repos/extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch
(from rev 240473, 
libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch)
Deleted:
  libvisual/repos/extra-i686/libvisual-0.4.0-inlinedefineconflict.patch
  libvisual/repos/extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch

-+
 /libvisual-0.4.0-inlinedefineconflict.patch |  122 ++
 extra-i686/PKGBUILD |   35 
 extra-i686/libvisual-0.4.0-inlinedefineconflict.patch   |   61 ---
 extra-x86_64/PKGBUILD   |   35 
 extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch |   61 ---
 5 files changed, 192 insertions(+), 122 deletions(-)

Copied: libvisual/repos/extra-i686/PKGBUILD (from rev 240473, 
libvisual/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 14:28:34 UTC (rev 240474)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 
+
+pkgname=libvisual
+pkgver=0.4.0
+pkgrel=6
+pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/libvisual/;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz;
+libvisual-0.4.0-inlinedefineconflict.patch)
+md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
+ 'e49d55a9ea20c949512c1d2143086936')
+
+prepare()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # libvisual's definition of inline causes issues when compiling with the
+  # new C++11 ABI (patch from Fedora)
+  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
+}
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libvisual-0.4.0-inlinedefineconflict.patch
===
--- extra-i686/libvisual-0.4.0-inlinedefineconflict.patch   2015-06-10 
14:25:58 UTC (rev 240473)
+++ extra-i686/libvisual-0.4.0-inlinedefineconflict.patch   2015-06-10 
14:28:34 UTC (rev 240474)
@@ -1,61 +0,0 @@
-diff -ru libvisual-0.4.0.orig/libvisual/lv_cache.c 
libvisual-0.4.0/libvisual/lv_cache.c
 libvisual-0.4.0.orig/libvisual/lv_cache.c  2009-03-07 17:17:38.0 
+
-+++ libvisual-0.4.0/libvisual/lv_cache.c   2009-03-07 17:25:26.0 
+
-@@ -32,7 +32,7 @@
- static int cache_dtor (VisObject *object);
- static int cache_remove_list_entry (VisCache *cache, VisListEntry **le);
- 
--static inline void handle_request_reset (VisCache *cache, VisListEntry *le);
-+static lv_inline void handle_request_reset (VisCache *cache, VisListEntry 
*le);
- 
- static int cache_dtor (VisObject *object)
- {
-@@ -74,7 +74,7 @@
- }
- 
- 
--static inline void handle_request_reset (VisCache *cache, VisListEntry *le)
-+static lv_inline void handle_request_reset (VisCache *cache, VisListEntry *le)
- {
-   VisCacheEntry *centry;
- 
-diff -ru libvisual-0.4.0.orig/libvisual/lv_defines.h 
libvisual-0.4.0/libvisual/lv_defines.h
 libvisual-0.4.0.orig/libvisual/lv_defines.h2009-03-07 
17:17:38.0 +
-+++ libvisual-0.4.0/libvisual/lv_defines.h 2009-03-07 17:24:17.0 
+
-@@ -63,13 +63,13 @@
- 
- /* Compiler specific optimalization macros */
- #if __GNUC__ = 3
--# define inline   inline __attribute__ ((always_inline))
-+# define lv_inlineinline __attribute__ ((always_inline))
- # define __malloc __attribute__ ((malloc))
- # define __packed __attribute__ ((packed))
- # define VIS_LIKELY(x)__builtin_expect (!!(x), 1)
- # define VIS_UNLIKELY(x)  __builtin_expect (!!(x), 0)
- #else
--# define inline   /* no inline */
-+# define lv_inline/* no inline */
- # define __malloc /* no malloc */
- # define __packed /* no packed */
- # define VIS_LIKELY(x)(x)
-diff -ru libvisual-0.4.0.orig/libvisual/lv_time.h 
libvisual-0.4.0/libvisual/lv_time.h
 libvisual-0.4.0.orig/libvisual/lv_time.h   2009-03-07 17:17:38.0 
+
-+++ libvisual-0.4.0/libvisual/lv_time.h2009-03-07 17:25:15.0 
+
-@@ -101,7 +101,7 @@
-  *
-  * @return Nothing.
-  */
--static inline void 

[arch-commits] Commit in python-repoze.lru/trunk (PKGBUILD)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:38:58
  Author: fyan
Revision: 135134

upgpkg: python-repoze.lru 0.6-4

- add python 3 counterpart
- add missing LICENSE file

Modified:
  python-repoze.lru/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 13:03:24 UTC (rev 135133)
+++ PKGBUILD2015-06-10 14:38:58 UTC (rev 135134)
@@ -1,33 +1,53 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: DasIch dasdas...@googlemail.com
 # Contributor: James Bulmer neki...@gmail.com
 
 pkgbase=python-repoze.lru
-pkgname=python2-repoze.lru
+pkgname=(python-repoze.lru python2-repoze.lru)
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc=A tiny LRU cache implementation and decorator
 arch=(any)
 url=https://pypi.python.org/pypi/repoze.lru;
 license=(custom:BSD)
-depends=(python2)
-makedepends=('python2-setuptools')
-checkdepends=('python2-nose')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
 
source=(https://pypi.python.org/packages/source/r/repoze.lru/repoze.lru-${pkgver}.tar.gz;)
 md5sums=(2c3b64b17a8e18b405f55d46173e14dd)
 
+prepare() {
+  cp -a repoze.lru-${pkgver}{,-py2}
+}
+
 build() {
   cd ${srcdir}/repoze.lru-${pkgver}/
+  python setup.py build
+
+  cd ${srcdir}/repoze.lru-${pkgver}-py2/
   python2 setup.py build
 }
 
-build() {
+check() {
   cd ${srcdir}/repoze.lru-${pkgver}/
+  python setup.py test
+
+  cd ${srcdir}/repoze.lru-${pkgver}-py2/
   python2 setup.py test
 }
 
+package_python-repoze.lru() {
+  depends=(python)
+
+  cd ${srcdir}/repoze.lru-${pkgver}/
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
 package_python2-repoze.lru() {
-  cd ${srcdir}/repoze.lru-${pkgver}/
+  depends=(python2)
+
+  cd ${srcdir}/repoze.lru-${pkgver}-py2/
   python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in python-repoze.lru/repos/community-any (PKGBUILD PKGBUILD)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:39:12
  Author: fyan
Revision: 135135

archrelease: copy trunk to community-any

Added:
  python-repoze.lru/repos/community-any/PKGBUILD
(from rev 135134, python-repoze.lru/trunk/PKGBUILD)
Deleted:
  python-repoze.lru/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 14:38:58 UTC (rev 135134)
+++ PKGBUILD2015-06-10 14:39:12 UTC (rev 135135)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: DasIch dasdas...@googlemail.com
-# Contributor: James Bulmer neki...@gmail.com
-
-pkgbase=python-repoze.lru
-pkgname=python2-repoze.lru
-pkgver=0.6
-pkgrel=3
-pkgdesc=A tiny LRU cache implementation and decorator
-arch=(any)
-url=https://pypi.python.org/pypi/repoze.lru;
-license=(custom:BSD)
-depends=(python2)
-makedepends=('python2-setuptools')
-checkdepends=('python2-nose')
-source=(https://pypi.python.org/packages/source/r/repoze.lru/repoze.lru-${pkgver}.tar.gz;)
-md5sums=(2c3b64b17a8e18b405f55d46173e14dd)
-
-build() {
-  cd ${srcdir}/repoze.lru-${pkgver}/
-  python2 setup.py build
-}
-
-build() {
-  cd ${srcdir}/repoze.lru-${pkgver}/
-  python2 setup.py test
-}
-
-package_python2-repoze.lru() {
-  cd ${srcdir}/repoze.lru-${pkgver}/
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-}

Copied: python-repoze.lru/repos/community-any/PKGBUILD (from rev 135134, 
python-repoze.lru/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 14:39:12 UTC (rev 135135)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: DasIch dasdas...@googlemail.com
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgbase=python-repoze.lru
+pkgname=(python-repoze.lru python2-repoze.lru)
+pkgver=0.6
+pkgrel=4
+pkgdesc=A tiny LRU cache implementation and decorator
+arch=(any)
+url=https://pypi.python.org/pypi/repoze.lru;
+license=(custom:BSD)
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/r/repoze.lru/repoze.lru-${pkgver}.tar.gz;)
+md5sums=(2c3b64b17a8e18b405f55d46173e14dd)
+
+prepare() {
+  cp -a repoze.lru-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/repoze.lru-${pkgver}/
+  python setup.py build
+
+  cd ${srcdir}/repoze.lru-${pkgver}-py2/
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/repoze.lru-${pkgver}/
+  python setup.py test
+
+  cd ${srcdir}/repoze.lru-${pkgver}-py2/
+  python2 setup.py test
+}
+
+package_python-repoze.lru() {
+  depends=(python)
+
+  cd ${srcdir}/repoze.lru-${pkgver}/
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-repoze.lru() {
+  depends=(python2)
+
+  cd ${srcdir}/repoze.lru-${pkgver}-py2/
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:42:26
  Author: fyan
Revision: 135136

upgpkg: python-routes 2.1-2

add python 3 counterpart

Modified:
  python-routes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:39:12 UTC (rev 135135)
+++ PKGBUILD2015-06-10 14:42:26 UTC (rev 135136)
@@ -4,32 +4,50 @@
 # Contributor: James Bulmer neki...@gmail.com
 
 pkgbase=python-routes
-pkgname=python2-routes
+pkgname=(python-routes python2-routes)
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Routing recognition and generation tools
 arch=(any)
 url=https://pypi.python.org/pypi/Routes;
 license=(custom:BSD)
-makedepends=('python2-setuptools' 'python2-repoze.lru')
-checkdepends=('python2-nose' 'python2-webob' 'python2-coverage')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 
'python-coverage' 'python2-coverage')
 
source=(https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz;)
 md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
 
+prepare() {
+  cp -a Routes-${pkgver}{,-py2}
+}
+
 build() {
   cd ${srcdir}/Routes-${pkgver}/
+  python setup.py build
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
   python2 setup.py build
 }
 
 check() {
   cd ${srcdir}/Routes-${pkgver}/
+  nosetests3
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
   nosetests2
 }
 
+package_python-routes() {
+  depends=(python-repoze.lru)
+
+  cd ${srcdir}/Routes-${pkgver}/
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
 package_python2-routes() {
-  depends=(python2 python2-repoze.lru)
+  depends=(python2-repoze.lru)
 
-  cd ${srcdir}/Routes-${pkgver}/
+  cd ${srcdir}/Routes-${pkgver}-py2/
   python2 setup.py install --root=${pkgdir}/ --optimize=1
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
 }


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:42:41
  Author: fyan
Revision: 135137

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 14:42:26 UTC (rev 135136)
+++ PKGBUILD2015-06-10 14:42:41 UTC (rev 135137)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: SpepS dreamspep...@yahoo.it
-# Contributor: James Bulmer neki...@gmail.com
-
-pkgbase=python-routes
-pkgname=python2-routes
-pkgver=2.1
-pkgrel=1
-pkgdesc=Routing recognition and generation tools
-arch=(any)
-url=https://pypi.python.org/pypi/Routes;
-license=(custom:BSD)
-makedepends=('python2-setuptools' 'python2-repoze.lru')
-checkdepends=('python2-nose' 'python2-webob' 'python2-coverage')
-source=(https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz;)
-md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
-
-build() {
-  cd ${srcdir}/Routes-${pkgver}/
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/Routes-${pkgver}/
-  nosetests2
-}
-
-package_python2-routes() {
-  depends=(python2 python2-repoze.lru)
-
-  cd ${srcdir}/Routes-${pkgver}/
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-routes/repos/community-any/PKGBUILD (from rev 135136, 
python-routes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 14:42:41 UTC (rev 135137)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: SpepS dreamspep...@yahoo.it
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgbase=python-routes
+pkgname=(python-routes python2-routes)
+pkgver=2.1
+pkgrel=2
+pkgdesc=Routing recognition and generation tools
+arch=(any)
+url=https://pypi.python.org/pypi/Routes;
+license=(custom:BSD)
+makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 
'python-coverage' 'python2-coverage')
+source=(https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz;)
+md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
+
+prepare() {
+  cp -a Routes-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/Routes-${pkgver}/
+  python setup.py build
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/Routes-${pkgver}/
+  nosetests3
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
+  nosetests2
+}
+
+package_python-routes() {
+  depends=(python-repoze.lru)
+
+  cd ${srcdir}/Routes-${pkgver}/
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-routes() {
+  depends=(python2-repoze.lru)
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:51:32
  Author: fyan
Revision: 240476

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 14:51:19 UTC (rev 240475)
+++ PKGBUILD2015-06-10 14:51:32 UTC (rev 240476)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Justin Dray jus...@dray.be
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: lang2 wenzhi.li...@gmail.com
-
-pkgbase=python-pycparser
-pkgname=(python-pycparser python2-pycparser)
-pkgver=2.13
-pkgrel=1
-pkgdesc='C parser and AST generator written in Python'
-url='https://github.com/eliben/pycparser'
-makedepends=('python-ply' 'python2-ply' 'git')
-arch=('any')
-license=('BSD')
-source=(https://github.com/eliben/pycparser/archive/release_v$pkgver.zip;)
-sha256sums=('93d5a52d802dfe9f8724fdeb4446b689eabf2e6a817e390c34cc5b2cd6cddf6e')
-
-prepare() {
-  cp -a pycparser-release_v${pkgver}{,-py2}
-}
-
-build() {
-  cd pycparser-release_v${pkgver}
-  python setup.py build
-
-  cd pycparser
-  python _build_tables.py
-
-  cd $srcdir/pycparser-release_v${pkgver}-py2
-  python2 setup.py build
-
-  cd pycparser
-  python2 _build_tables.py
-}
-
-package_python-pycparser() {
-  depends=('python-ply')
-
-  cd pycparser-release_v${pkgver}
-
-  python setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pycparser() {
-  depends=('python2-ply')
-
-  cd pycparser-release_v${pkgver}-py2
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pycparser/repos/extra-any/PKGBUILD (from rev 240475, 
python-pycparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 14:51:32 UTC (rev 240476)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Justin Dray jus...@dray.be
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: lang2 wenzhi.li...@gmail.com
+
+pkgbase=python-pycparser
+pkgname=(python-pycparser python2-pycparser)
+pkgver=2.14
+pkgrel=1
+pkgdesc='C parser and AST generator written in Python'
+url='https://github.com/eliben/pycparser'
+makedepends=('python-ply' 'python2-ply' 'python-setuptools' 
'python2-setuptools' 'git')
+arch=('any')
+license=('BSD')
+source=(https://github.com/eliben/pycparser/archive/release_v$pkgver.zip;)
+sha256sums=('8612b94df49ce0c69a56b7ba23530e69cfb91bf788cc7fde14e17a099feb4e25')
+
+prepare() {
+  cp -a pycparser-release_v${pkgver}{,-py2}
+}
+
+build() {
+  cd pycparser-release_v${pkgver}
+  python setup.py build
+
+  cd pycparser
+  python _build_tables.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 setup.py build
+
+  cd pycparser
+  python2 _build_tables.py
+}
+
+check() {
+  cd pycparser-release_v${pkgver}
+  python tests/all_tests.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 tests/all_tests.py
+}
+
+package_python-pycparser() {
+  depends=('python-ply')
+
+  cd pycparser-release_v${pkgver}
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycparser() {
+  depends=('python2-ply')
+
+  cd pycparser-release_v${pkgver}-py2
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in perl-list-moreutils/repos (4 files)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:53:16
  Author: fyan
Revision: 240478

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

Added:
  perl-list-moreutils/repos/staging-i686/PKGBUILD
(from rev 240477, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/staging-x86_64/PKGBUILD
(from rev 240477, perl-list-moreutils/trunk/PKGBUILD)
Deleted:
  perl-list-moreutils/repos/staging-i686/PKGBUILD
  perl-list-moreutils/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-06-10 14:52:55 UTC (rev 240477)
+++ staging-i686/PKGBUILD   2015-06-10 14:53:16 UTC (rev 240478)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.412
-pkgrel=2
-pkgdesc=Provide the stuff missing in List::Util
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=(http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz;)
-sha512sums=('6be4bda9cfb9dc9e3a7a9263323b3297994ec7057b620067f99fe3c1714700c58d3d753711196b0f92cf417cf2a231532031ef3a630d56d8290d5c25aca40deb')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd ${srcdir}/List-MoreUtils-${pkgver}
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd ${srcdir}/List-MoreUtils-${pkgver}
-make test
-  )
-}
-
-package() {
-cd ${srcdir}/List-MoreUtils-${pkgver}
-make DESTDIR=$pkgdir install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/staging-i686/PKGBUILD (from rev 240477, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-10 14:53:16 UTC (rev 240478)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.413
+pkgrel=1
+pkgdesc=Provide the stuff missing in List::Util
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-exporter-tiny')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=(http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz;)
+sha512sums=('178c08995d2eddd75054b29cd68adb77617e92b7e56ac56a890eb7b8e04a1f8eda09f2208288d61352db563bff7da0accf58f7482906a51e03b38465ea655d17')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+cd ${srcdir}/List-MoreUtils-${pkgver}
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd ${srcdir}/List-MoreUtils-${pkgver}
+make test
+  )
+}
+
+package() {
+cd ${srcdir}/List-MoreUtils-${pkgver}
+make DESTDIR=$pkgdir install
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-06-10 14:52:55 UTC (rev 240477)
+++ staging-x86_64/PKGBUILD 2015-06-10 14:53:16 UTC (rev 240478)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# 

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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:46:07
  Author: foutrelis
Revision: 135138

Point setuptools to swig-2

Modified:
  python-pybox2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:42:41 UTC (rev 135137)
+++ PKGBUILD2015-06-10 14:46:07 UTC (rev 135138)
@@ -15,8 +15,8 @@
 
 build() {
   cd $pkgbase
-  
-  # TODO: set swig2 path. SWIG_PATH?
+
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig-2
   python2 setup.py build
 }
 


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:51:19
  Author: fyan
Revision: 240475

upgpkg: python-pycparser 2.14-1

Modified:
  python-pycparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:28:34 UTC (rev 240474)
+++ PKGBUILD2015-06-10 14:51:19 UTC (rev 240475)
@@ -6,15 +6,15 @@
 
 pkgbase=python-pycparser
 pkgname=(python-pycparser python2-pycparser)
-pkgver=2.13
+pkgver=2.14
 pkgrel=1
 pkgdesc='C parser and AST generator written in Python'
 url='https://github.com/eliben/pycparser'
-makedepends=('python-ply' 'python2-ply' 'git')
+makedepends=('python-ply' 'python2-ply' 'python-setuptools' 
'python2-setuptools' 'git')
 arch=('any')
 license=('BSD')
 source=(https://github.com/eliben/pycparser/archive/release_v$pkgver.zip;)
-sha256sums=('93d5a52d802dfe9f8724fdeb4446b689eabf2e6a817e390c34cc5b2cd6cddf6e')
+sha256sums=('8612b94df49ce0c69a56b7ba23530e69cfb91bf788cc7fde14e17a099feb4e25')
 
 prepare() {
   cp -a pycparser-release_v${pkgver}{,-py2}
@@ -34,6 +34,14 @@
   python2 _build_tables.py
 }
 
+check() {
+  cd pycparser-release_v${pkgver}
+  python tests/all_tests.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 tests/all_tests.py
+}
+
 package_python-pycparser() {
   depends=('python-ply')
 


[arch-commits] Commit in perl-list-moreutils/trunk (PKGBUILD)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:52:55
  Author: fyan
Revision: 240477

upgpkg: perl-list-moreutils 0.413-1

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:51:32 UTC (rev 240476)
+++ PKGBUILD2015-06-10 14:52:55 UTC (rev 240477)
@@ -4,8 +4,8 @@
 # Generator : pbjam 0.01
 
 pkgname=perl-list-moreutils
-pkgver=0.412
-pkgrel=2
+pkgver=0.413
+pkgrel=1
 pkgdesc=Provide the stuff missing in List::Util
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 depends=('perl-exporter-tiny')
 url=http://search.cpan.org/dist/List-MoreUtils
 
source=(http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz;)
-sha512sums=('6be4bda9cfb9dc9e3a7a9263323b3297994ec7057b620067f99fe3c1714700c58d3d753711196b0f92cf417cf2a231532031ef3a630d56d8290d5c25aca40deb')
+sha512sums=('178c08995d2eddd75054b29cd68adb77617e92b7e56ac56a890eb7b8e04a1f8eda09f2208288d61352db563bff7da0accf58f7482906a51e03b38465ea655d17')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:56:40
  Author: fyan
Revision: 135139

upgpkg: goagent 3.2.3.20150606-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:46:07 UTC (rev 135138)
+++ PKGBUILD2015-06-10 14:56:40 UTC (rev 135139)
@@ -4,9 +4,9 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.2.3
-#_commit=d911497475c516405dde59a968cd506424326b55
-pkgrel=3
+pkgver=3.2.3.20150606
+_commit=c35fb8e25e7d952943c3d8b0717282a978960157
+pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
@@ -15,23 +15,19 @@
 optdepends=('python2-crypto: Optimization for RC4'
 'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
 makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
+#source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
 ${pkgname}.user.ini
-${pkgname}.service
-sslwrap-python-2.7.9.patch)
+${pkgname}.service)
 backup=('etc/goagent')
 install=goagent.install
 sha512sums=('SKIP'
 
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c'
-
'c999f2c3de574a2826b2ae51a0469c0a070e2f7177a86c70a21304fadede999342d1b01f5925a8785fa56f0745154734df65cb929b00bd5f9066f85c3d300354')
+
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')
 
 prepare() {
   cd $pkgname
 
-  patch -p1 -i ../sslwrap-python-2.7.9.patch
-
   sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
   -i local/{proxy.py,dnsproxy.py}
   sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)|' \
@@ -50,7 +46,6 @@
   install -Dm644 local/proxylib.py 
$pkgdir/usr/share/$pkgname/local/proxylib.py
   install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
   install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
 
   install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
   install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent


[arch-commits] Commit in goagent/repos/community-any (10 files)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 16:57:36
  Author: fyan
Revision: 135140

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 135139, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 135139, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 135139, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 135139, goagent/trunk/goagent.user.ini)
  goagent/repos/community-any/sslwrap-python-2.7.9.patch
(from rev 135139, goagent/trunk/sslwrap-python-2.7.9.patch)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini
  goagent/repos/community-any/sslwrap-python-2.7.9.patch

+
 PKGBUILD   |  131 ---
 goagent.install|   42 ++---
 goagent.service|   24 +++
 sslwrap-python-2.7.9.patch |   94 +++---
 4 files changed, 143 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 14:56:40 UTC (rev 135139)
+++ PKGBUILD2015-06-10 14:57:36 UTC (rev 135140)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.2.3
-#_commit=d911497475c516405dde59a968cd506424326b55
-pkgrel=3
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
-${pkgname}.user.ini
-${pkgname}.service
-sslwrap-python-2.7.9.patch)
-backup=('etc/goagent')
-install=goagent.install
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c'
-
'c999f2c3de574a2826b2ae51a0469c0a070e2f7177a86c70a21304fadede999342d1b01f5925a8785fa56f0745154734df65cb929b00bd5f9066f85c3d300354')
-
-prepare() {
-  cd $pkgname
-
-  patch -p1 -i ../sslwrap-python-2.7.9.patch
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)|' \
-  -e s|os.path.join(os.path.dirname(os.path.abspath(__file__)), 
'cacert.pem')|'/etc/ssl/certs/ca-certificates.crt'| \
-  -i local/proxylib.py
-  sed -e 's|^.*google_appengine.zip.*$||' \
-  -e 's|sys\.modules\.pop(.google., None)||' \
-  -i server/uploader.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxylib.py 
$pkgdir/usr/share/$pkgname/local/proxylib.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent $pkgdir/usr/share/$pkgname/local/goagent.user.ini
-
-  chown -R nobody:nobody $pkgdir/usr/share/$pkgname/local
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/{uploader.bat,google_appengine.zip}
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: goagent/repos/community-any/PKGBUILD (from rev 135139, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 14:57:36 UTC (rev 135140)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.2.3.20150606
+_commit=c35fb8e25e7d952943c3d8b0717282a978960157
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy

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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 17:30:05
  Author: spupykin
Revision: 135152

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 135151, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 15:29:56 UTC (rev 135151)
+++ PKGBUILD2015-06-10 15:30:05 UTC (rev 135152)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.4.8
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('28cd25689eb71541bfda4c18bb3ab1b6')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 135151, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 15:30:05 UTC (rev 135152)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.4.9
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('31434f013f5dc514cdd851c4071834f9')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 17:29:39
  Author: spupykin
Revision: 135149

upgpkg: cacti 0.8.8_d-1

upd

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 15:24:50 UTC (rev 135148)
+++ PKGBUILD2015-06-10 15:29:39 UTC (rev 135149)
@@ -3,7 +3,7 @@
 # Contributor: tuxbubling tuxbubl...@jabber.fr
 
 pkgname=cacti
-pkgver=0.8.8_c
+pkgver=0.8.8_d
 pkgrel=1
 pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
 arch=(any)
@@ -13,7 +13,7 @@
 backup=('etc/webapps/cacti/.htaccess')
 install=cacti.install
 source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('11e3955c9ea494879967e19aa935e682')
+md5sums=('4507d6d189cf0dc881bf00d47537037a')
 
 prepare() {
   cd $srcdir/$pkgname-${pkgver/_/}


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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 17:29:52
  Author: spupykin
Revision: 135150

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 15:29:39 UTC (rev 135149)
+++ PKGBUILD2015-06-10 15:29:52 UTC (rev 135150)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tuxbubling tuxbubl...@jabber.fr
-
-pkgname=cacti
-pkgver=0.8.8_c
-pkgrel=1
-pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
-arch=(any)
-url=http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess')
-install=cacti.install
-source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('11e3955c9ea494879967e19aa935e682')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
-  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
-  echo Require all denied  $pkgdir/etc/webapps/cacti/.htaccess
-  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
-  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
-
-  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
-
-  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
-  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
-
-  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
-  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 135149, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 15:29:52 UTC (rev 135150)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tuxbubling tuxbubl...@jabber.fr
+
+pkgname=cacti
+pkgver=0.8.8_d
+pkgrel=1
+pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
+arch=(any)
+url=http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess')
+install=cacti.install
+source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
+md5sums=('4507d6d189cf0dc881bf00d47537037a')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
+  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
+  echo Require all denied  $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
+
+  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
+
+  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
+  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
+
+  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
+  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
+}

Deleted: cacti.install
===
--- cacti.install   2015-06-10 15:29:39 UTC (rev 135149)
+++ cacti.install   2015-06-10 15:29:52 UTC (rev 135150)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  post_install
-}
-
-post_install() {
-  chown -R http:http var/log/cacti var/lib/cacti/rra
-}

Copied: cacti/repos/community-any/cacti.install (from rev 135149, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2015-06-10 15:29:52 UTC (rev 135150)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  post_install
+}
+
+post_install() {
+  chown -R http:http var/log/cacti var/lib/cacti/rra
+}


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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 17:29:56
  Author: spupykin
Revision: 135151

upgpkg: phpmyadmin 4.4.9-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 15:29:52 UTC (rev 135150)
+++ PKGBUILD2015-06-10 15:29:56 UTC (rev 135151)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.4.8
+pkgver=4.4.9
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('28cd25689eb71541bfda4c18bb3ab1b6')
+md5sums=('31434f013f5dc514cdd851c4071834f9')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 18:51:31
  Author: fyan
Revision: 135161

upgpkg: pidgin-lwqq 0.6.0-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 16:48:48 UTC (rev 135160)
+++ PKGBUILD2015-06-10 16:51:31 UTC (rev 135161)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=pidgin-lwqq
-pkgver=0.5.0
-#_gitver=tag=v$pkgver
-_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
+pkgver=0.6.0
+_gitver=tag=v$pkgver
+#_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')


[arch-commits] Commit in (gtkhotkey)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 17:38:24
  Author: fyan
Revision: 135155

dropped gtkhotkey to [unsupported]

Deleted:
  gtkhotkey/


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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 18:01:19
  Author: spupykin
Revision: 135156

upgpkg: libunibreak 3.0-2

upd

Modified:
  libunibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 15:38:24 UTC (rev 135155)
+++ PKGBUILD2015-06-10 16:01:19 UTC (rev 135156)
@@ -4,12 +4,12 @@
 
 pkgname=libunibreak
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
 arch=(i686 x86_64)
 url=https://github.com/adah1972/libunibreak/;
 license=(custom:zlib/libpng)
-depends=(glibc)
+depends=()
 replaces=('liblinebreak')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
 md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
@@ -24,5 +24,6 @@
 package() {
   cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
   make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/lib/*.a
   install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 18:01:33
  Author: spupykin
Revision: 135157

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 16:01:19 UTC (rev 135156)
+++ community-i686/PKGBUILD 2015-06-10 16:01:33 UTC (rev 135157)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=1
-pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
-arch=(i686 x86_64)
-url=https://github.com/adah1972/libunibreak/;
-license=(custom:zlib/libpng)
-depends=(glibc)
-replaces=('liblinebreak')
-source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 135156, 
libunibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 16:01:33 UTC (rev 135157)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=3.0
+pkgrel=2
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)
+url=https://github.com/adah1972/libunibreak/;
+license=(custom:zlib/libpng)
+depends=()
+replaces=('liblinebreak')
+source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
+
+build() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/lib/*.a
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-10 16:01:19 UTC (rev 135156)
+++ community-x86_64/PKGBUILD   2015-06-10 16:01:33 UTC (rev 135157)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=1
-pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
-arch=(i686 x86_64)
-url=https://github.com/adah1972/libunibreak/;
-license=(custom:zlib/libpng)
-depends=(glibc)
-replaces=('liblinebreak')
-source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 135156, 
libunibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-10 16:01:33 UTC (rev 135157)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=3.0
+pkgrel=2
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)

[arch-commits] Commit in lwqq/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 18:48:20
  Author: fyan
Revision: 135159

archrelease: copy trunk to community-x86_64

Added:
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 135158, lwqq/trunk/PKGBUILD)
Deleted:
  lwqq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 16:48:07 UTC (rev 135158)
+++ PKGBUILD2015-06-10 16:48:20 UTC (rev 135159)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=lwqq
-pkgver=0.5.0
-#_gitver=tag=v$pkgver
-_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-options=('debug')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 135158, 
lwqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 16:48:20 UTC (rev 135159)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.6.0
+_gitver=tag=v$pkgver
+#_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+options=('debug')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 18:48:48
  Author: fyan
Revision: 135160

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 16:48:20 UTC (rev 135159)
+++ community-i686/PKGBUILD 2015-06-10 16:48:48 UTC (rev 135160)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=lwqq
-pkgver=0.5.0
-#_gitver=tag=v$pkgver
-_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-options=('debug')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 135159, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 16:48:48 UTC (rev 135160)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.6.0
+_gitver=tag=v$pkgver
+#_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+options=('debug')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-10 16:48:20 UTC (rev 135159)
+++ community-x86_64/PKGBUILD   2015-06-10 16:48:48 UTC (rev 135160)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=lwqq
-pkgver=0.6.0
-_gitver=tag=v$pkgver
-#_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-options=('debug')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 135159, 
lwqq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-10 16:48:48 UTC (rev 135160)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.6.0
+_gitver=tag=v$pkgver
+#_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+options=('debug')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 18:51:54
  Author: fyan
Revision: 135162

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 135161, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 135161, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 135161, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 135161, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   64 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   32 
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   32 
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 16:51:31 UTC (rev 135161)
+++ community-i686/PKGBUILD 2015-06-10 16:51:54 UTC (rev 135162)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=pidgin-lwqq
-pkgver=0.5.0
-#_gitver=tag=v$pkgver
-_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-options=('debug')
-install=$pkgname.install
-source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 135161, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 16:51:54 UTC (rev 135162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pidgin-lwqq
+pkgver=0.6.0
+_gitver=tag=v$pkgver
+#_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+options=('debug')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2015-06-10 16:51:31 UTC (rev 135161)
+++ community-i686/pidgin-lwqq.install  2015-06-10 16:51:54 UTC (rev 135162)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 135161, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2015-06-10 16:51:54 UTC (rev 135162)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-10 16:51:31 UTC (rev 135161)
+++ community-x86_64/PKGBUILD   2015-06-10 16:51:54 UTC (rev 135162)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=pidgin-lwqq
-pkgver=0.5.0
-#_gitver=tag=v$pkgver
-_gitver='commit=81a92de20dd34c41982a636077972f3585069f65'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe 

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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 18:48:07
  Author: fyan
Revision: 135158

upgpkg: lwqq 0.6.0-1

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 16:01:33 UTC (rev 135157)
+++ PKGBUILD2015-06-10 16:48:07 UTC (rev 135158)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=lwqq
-pkgver=0.5.0
-#_gitver=tag=v$pkgver
-_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
+pkgver=0.6.0
+_gitver=tag=v$pkgver
+#_gitver='commit=4257454b08cdd15097fbefeca4a6ad580c28a4a0'
 pkgrel=1
 pkgdesc=A library for webqq protocol
 arch=('i686' 'x86_64')


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

2015-06-10 Thread Gaetan Bisson
Date: Wednesday, June 10, 2015 @ 21:42:30
  Author: bisson
Revision: 240483

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 19:41:55 UTC (rev 240482)
+++ extra-i686/PKGBUILD 2015-06-10 19:42:30 UTC (rev 240483)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Simon Perry aur [at] sanxion [dot] net
-# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
-
-pkgname=libsidplayfp
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('vice' 'xa')
-optdepends=('vice: better SID support')
-source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0ff83093dbce8afec69ab0850f0ebe0a202e6436')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/sidplayfp
-   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 240482, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 19:42:30 UTC (rev 240483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('3f05602402d8a23814babc830ce56cae78840aaf')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/sidplayfp
+   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-10 19:41:55 UTC (rev 240482)
+++ extra-x86_64/PKGBUILD   2015-06-10 19:42:30 UTC (rev 240483)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Simon Perry aur [at] sanxion [dot] net
-# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
-
-pkgname=libsidplayfp
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('vice' 'xa')
-optdepends=('vice: better SID support')
-source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0ff83093dbce8afec69ab0850f0ebe0a202e6436')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/sidplayfp
-   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 240482, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-10 19:42:30 UTC (rev 240483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'

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

2015-06-10 Thread Gaetan Bisson
Date: Wednesday, June 10, 2015 @ 21:50:34
  Author: bisson
Revision: 240486

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 19:44:39 UTC (rev 240485)
+++ extra-i686/PKGBUILD 2015-06-10 19:50:34 UTC (rev 240486)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=dcraw
-pkgver=9.26.0
-pkgrel=1
-pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('lcms2' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
-
-build() {
-   cd ${srcdir}/${pkgname}
-   gcc ${CFLAGS} ${LDFLAGS} \
-   -o dcraw dcraw.c \
-   -lm -ljasper -ljpeg -llcms2 \
-   -DLOCALEDIR=\/usr/share/locale/\
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm755 dcraw ${pkgdir}/usr/bin/dcraw
-   install -Dm644 dcraw.1 ${pkgdir}/usr/share/man/man1/dcraw.1
-   
-   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
-   install -Dm644 $i ${pkgdir}/usr/share/man/$k/man1/dcraw.1
-   done
-
-   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
-   install -d ${pkgdir}/usr/share/locale/$k/LC_MESSAGES
-   msgfmt -o ${pkgdir}/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
-   done
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   head -25 dcraw.c  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 240485, dcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 19:50:34 UTC (rev 240486)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=dcraw
+pkgver=9.26.0
+pkgrel=1
+pkgdesc='Decodes any raw image from any digital camera'
+url='http://www.cybercom.net/~dcoffin/dcraw/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('lcms2' 'jasper')
+source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
+
+build() {
+   cd ${srcdir}/${pkgname}
+   gcc ${CFLAGS} ${LDFLAGS} \
+   -o dcraw dcraw.c \
+   -lm -ljasper -ljpeg -llcms2 \
+   -DLOCALEDIR=\/usr/share/locale/\
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm755 dcraw ${pkgdir}/usr/bin/dcraw
+   install -Dm644 dcraw.1 ${pkgdir}/usr/share/man/man1/dcraw.1
+   
+   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
+   install -Dm644 $i ${pkgdir}/usr/share/man/$k/man1/dcraw.1
+   done
+
+   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
+   install -d ${pkgdir}/usr/share/locale/$k/LC_MESSAGES
+   msgfmt -o ${pkgdir}/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
+   done
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   head -25 dcraw.c  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-10 19:44:39 UTC (rev 240485)
+++ extra-x86_64/PKGBUILD   2015-06-10 19:50:34 UTC (rev 240486)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=dcraw
-pkgver=9.26.0
-pkgrel=1
-pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('lcms2' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
-
-build() {
-   cd ${srcdir}/${pkgname}
-   gcc ${CFLAGS} ${LDFLAGS} \
-   -o dcraw dcraw.c \
-   -lm -ljasper -ljpeg -llcms2 \
-   -DLOCALEDIR=\/usr/share/locale/\
-}
-
-package() {
-   

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

2015-06-10 Thread Jaroslav Lichtblau
Date: Wednesday, June 10, 2015 @ 22:22:14
  Author: jlichtblau
Revision: 135166

upgpkg: syncthing-gtk 0.7.3-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 17:55:42 UTC (rev 135165)
+++ PKGBUILD2015-06-10 20:22:14 UTC (rev 135166)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -17,7 +17,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('22bdca7c4ed540aa46ce93e0aed7056a254cf0263fae5a144aa6ff3d167da6cd')
+sha256sums=('038e110289cdf77ef6f32882e52645431b426da483372e6e92a864c43ac0e681')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-10 Thread Jaroslav Lichtblau
Date: Wednesday, June 10, 2015 @ 22:22:55
  Author: jlichtblau
Revision: 135167

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 135166, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 135166, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   60 
 syncthing-gtk.install |   22 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 20:22:14 UTC (rev 135166)
+++ PKGBUILD2015-06-10 20:22:55 UTC (rev 135167)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('22bdca7c4ed540aa46ce93e0aed7056a254cf0263fae5a144aa6ff3d167da6cd')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 135166, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 20:22:55 UTC (rev 135167)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('038e110289cdf77ef6f32882e52645431b426da483372e6e92a864c43ac0e681')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2015-06-10 20:22:14 UTC (rev 135166)
+++ syncthing-gtk.install   2015-06-10 20:22:55 UTC (rev 135167)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
135166, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2015-06-10 20:22:55 UTC (rev 135167)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-06-10 Thread Gaetan Bisson
Date: Wednesday, June 10, 2015 @ 21:41:55
  Author: bisson
Revision: 240482

upstream update

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 18:14:14 UTC (rev 240481)
+++ PKGBUILD2015-06-10 19:41:55 UTC (rev 240482)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
 
 pkgname=libsidplayfp
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='http://sourceforge.net/projects/sidplay-residfp/'
@@ -14,7 +14,7 @@
 makedepends=('vice' 'xa')
 optdepends=('vice: better SID support')
 
source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0ff83093dbce8afec69ab0850f0ebe0a202e6436')
+sha1sums=('3f05602402d8a23814babc830ce56cae78840aaf')
 
 build() {
cd ${pkgname}-${pkgver}


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

2015-06-10 Thread Gaetan Bisson
Date: Wednesday, June 10, 2015 @ 21:44:39
  Author: bisson
Revision: 240485

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 19:44:11 UTC (rev 240484)
+++ extra-i686/PKGBUILD 2015-06-10 19:44:39 UTC (rev 240485)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=dcraw
-pkgver=9.25.0
-pkgrel=1
-pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('lcms2' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0c598ea240d73de706d21199163702d06e7400e2')
-
-build() {
-   cd ${srcdir}/${pkgname}
-   gcc ${CFLAGS} ${LDFLAGS} \
-   -o dcraw dcraw.c \
-   -lm -ljasper -ljpeg -llcms2 \
-   -DLOCALEDIR=\/usr/share/locale/\
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm755 dcraw ${pkgdir}/usr/bin/dcraw
-   install -Dm644 dcraw.1 ${pkgdir}/usr/share/man/man1/dcraw.1
-   
-   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
-   install -Dm644 $i ${pkgdir}/usr/share/man/$k/man1/dcraw.1
-   done
-
-   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
-   install -d ${pkgdir}/usr/share/locale/$k/LC_MESSAGES
-   msgfmt -o ${pkgdir}/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
-   done
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   head -25 dcraw.c  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 240484, dcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 19:44:39 UTC (rev 240485)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=dcraw
+pkgver=9.26.0
+pkgrel=1
+pkgdesc='Decodes any raw image from any digital camera'
+url='http://www.cybercom.net/~dcoffin/dcraw/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('lcms2' 'jasper')
+source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
+
+build() {
+   cd ${srcdir}/${pkgname}
+   gcc ${CFLAGS} ${LDFLAGS} \
+   -o dcraw dcraw.c \
+   -lm -ljasper -ljpeg -llcms2 \
+   -DLOCALEDIR=\/usr/share/locale/\
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm755 dcraw ${pkgdir}/usr/bin/dcraw
+   install -Dm644 dcraw.1 ${pkgdir}/usr/share/man/man1/dcraw.1
+   
+   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
+   install -Dm644 $i ${pkgdir}/usr/share/man/$k/man1/dcraw.1
+   done
+
+   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
+   install -d ${pkgdir}/usr/share/locale/$k/LC_MESSAGES
+   msgfmt -o ${pkgdir}/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
+   done
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   head -25 dcraw.c  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-10 19:44:11 UTC (rev 240484)
+++ extra-x86_64/PKGBUILD   2015-06-10 19:44:39 UTC (rev 240485)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=dcraw
-pkgver=9.25.0
-pkgrel=1
-pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('lcms2' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0c598ea240d73de706d21199163702d06e7400e2')
-
-build() {
-   cd ${srcdir}/${pkgname}
-   gcc ${CFLAGS} ${LDFLAGS} \
-   -o dcraw dcraw.c \
-   -lm -ljasper -ljpeg -llcms2 \
-   -DLOCALEDIR=\/usr/share/locale/\
-}
-
-package() {
-   

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

2015-06-10 Thread Gaetan Bisson
Date: Wednesday, June 10, 2015 @ 21:44:11
  Author: bisson
Revision: 240484

upstream update

Modified:
  dcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 19:42:30 UTC (rev 240483)
+++ PKGBUILD2015-06-10 19:44:11 UTC (rev 240484)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=dcraw
-pkgver=9.25.0
+pkgver=9.26.0
 pkgrel=1
 pkgdesc='Decodes any raw image from any digital camera'
 url='http://www.cybercom.net/~dcoffin/dcraw/'
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('lcms2' 'jasper')
 
source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0c598ea240d73de706d21199163702d06e7400e2')
+sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
 
 build() {
cd ${srcdir}/${pkgname}


[arch-commits] Commit in fillets-ng/trunk (lua-config)

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 19:55:42
  Author: foutrelis
Revision: 135165

Make lua-config executable

Modified:
  fillets-ng/trunk/lua-config   (properties)

Index: fillets-ng/trunk/lua-config
===
--- fillets-ng/trunk/lua-config 2015-06-10 17:14:20 UTC (rev 135164)
+++ fillets-ng/trunk/lua-config 2015-06-10 17:55:42 UTC (rev 135165)

Property changes on: fillets-ng/trunk/lua-config
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2015-06-10 Thread Ike Devolder
Date: Wednesday, June 10, 2015 @ 19:14:20
  Author: idevolder
Revision: 135164

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 135163, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 135163, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 135163, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 135163, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  134 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 17:14:09 UTC (rev 135163)
+++ PKGBUILD2015-06-10 17:14:20 UTC (rev 135164)
@@ -1,67 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-# Contributor: eworm
-
-pkgname=opera
-pkgver=30.0.1835.52
-pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
-url=http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=(etc/$pkgname/default)
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
-)
-arch=('x86_64')
-source_x86_64=(
-   
#http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-)
-source=(
-   opera
-   default
-)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('6cc5560b3a8ec06eb6383b43d7d47d94f321e3076518c9a7d1c667f6dda9b99d')
-
-prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
-}
-
-package() {
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
-
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
-
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
-
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
-
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
-
-   install -Dm644 \
-   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
-   $pkgdir/usr/share/licenses/$pkgname/copyright
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 135163, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 17:14:20 UTC (rev 135164)
@@ -0,0 +1,67 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+# Contributor: eworm
+
+pkgname=opera
+pkgver=30.0.1835.59
+pkgrel=1
+pkgdesc=A fast and secure web browser and Internet suite.
+url=http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=(etc/$pkgname/default)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   'ffmpeg: playback of proprietary formats'
+)
+arch=('x86_64')
+source_x86_64=(
+   
#http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
+   

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

2015-06-10 Thread Ike Devolder
Date: Wednesday, June 10, 2015 @ 19:14:09
  Author: idevolder
Revision: 135163

opera :: 30.0.1835.59

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 16:51:54 UTC (rev 135162)
+++ PKGBUILD2015-06-10 17:14:09 UTC (rev 135163)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=30.0.1835.52
+pkgver=30.0.1835.59
 pkgrel=1
 pkgdesc=A fast and secure web browser and Internet suite.
 url=http://www.opera.com/;
@@ -34,7 +34,7 @@
 )
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('6cc5560b3a8ec06eb6383b43d7d47d94f321e3076518c9a7d1c667f6dda9b99d')
+sha256sums_x86_64=('ee51e4f49afae9662e742c30c99b5737c990ec2e57f2bd6f04205ce8d51268e3')
 
 prepare() {
sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera


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

2015-06-10 Thread Evangelos Foutras
Date: Thursday, June 11, 2015 @ 00:49:00
  Author: foutrelis
Revision: 135168

upgpkg: shorewall 4.6.10.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 20:22:55 UTC (rev 135167)
+++ PKGBUILD2015-06-10 22:49:00 UTC (rev 135168)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.10
+pkgver=4.6.10.1
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('b39aa85f24e08c89f042db56b487674b59878ea550ed01af95daad8ba56455fa'
-'22e8010e62797f020b5ba65f7470e2c9c6608c3ce78dee6968c9423447d35020'
-'30988e5dbd28ce8da3b90489bcd7571c154613916b0b8f08558a5573782c8336')
+sha256sums=('de527474f5bac6bf59678321c604748c48efe28a897d339a2187a45e3efed8ef'
+'1a2e303e9361fccf393ebfe512cf8d770b522f6b65a0a125a5e4aa0b28dd6e0c'
+'5af804f39f4480685e995080dc8913d4af61af70d5a478dd00bbf0593851b44d')
 
 build() {
   for product in shorewall{,6,-core}; do


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

2015-06-10 Thread Evangelos Foutras
Date: Thursday, June 11, 2015 @ 00:49:08
  Author: foutrelis
Revision: 135169

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 22:49:00 UTC (rev 135168)
+++ PKGBUILD2015-06-10 22:49:08 UTC (rev 135169)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.10
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('b39aa85f24e08c89f042db56b487674b59878ea550ed01af95daad8ba56455fa'
-'22e8010e62797f020b5ba65f7470e2c9c6608c3ce78dee6968c9423447d35020'
-'30988e5dbd28ce8da3b90489bcd7571c154613916b0b8f08558a5573782c8336')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 135168, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 22:49:08 UTC (rev 135169)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.10.1
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.10/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('de527474f5bac6bf59678321c604748c48efe28a897d339a2187a45e3efed8ef'
+'1a2e303e9361fccf393ebfe512cf8d770b522f6b65a0a125a5e4aa0b28dd6e0c'
+'5af804f39f4480685e995080dc8913d4af61af70d5a478dd00bbf0593851b44d')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An iptables-based firewall for Linux systems
+  depends=('shorewall-core' 'perl')
+  

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

2015-06-10 Thread Daniel Isenmann
Date: Thursday, June 11, 2015 @ 00:50:00
  Author: daniel
Revision: 240489

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

Added:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
(from rev 240488, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-i686/PKGBUILD
(from rev 240488, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 240488, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/build_fix.patch
(from rev 240488, mono/trunk/build_fix.patch)
  mono/repos/extra-i686/fix-zlib-helper.patch
(from rev 240488, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 240488, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 240488, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
(from rev 240488, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 240488, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 240488, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/build_fix.patch
(from rev 240488, mono/trunk/build_fix.patch)
  mono/repos/extra-x86_64/fix-zlib-helper.patch
(from rev 240488, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 240488, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 240488, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/build_fix.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-i686/sgen_fix.patch
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/build_fix.patch
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/sgen_fix.patch

+
 /Microsoft.Portable.Common.targets |8 
 /PKGBUILD  |  138 ++
 /bug434892.patch   |   22 ++
 /build_fix.patch   |   50 +
 /mono.binfmt.d |2 
 /sgen_fix.patch|  224 +++
 extra-i686/Microsoft.Portable.Common.targets   |4 
 extra-i686/PKGBUILD|   65 --
 extra-i686/bug434892.patch |   11 -
 extra-i686/build_fix.patch |   25 --
 extra-i686/fix-zlib-helper.patch   |   26 ++
 extra-i686/mono.binfmt.d   |1 
 extra-i686/sgen_fix.patch  |  112 ---
 extra-x86_64/Microsoft.Portable.Common.targets |4 
 extra-x86_64/PKGBUILD  |   65 --
 extra-x86_64/bug434892.patch   |   11 -
 extra-x86_64/build_fix.patch   |   25 --
 extra-x86_64/fix-zlib-helper.patch |   26 ++
 extra-x86_64/mono.binfmt.d |1 
 extra-x86_64/sgen_fix.patch|  112 ---
 20 files changed, 496 insertions(+), 436 deletions(-)

Deleted: extra-i686/Microsoft.Portable.Common.targets
===
--- extra-i686/Microsoft.Portable.Common.targets2015-06-10 22:49:49 UTC 
(rev 240488)
+++ extra-i686/Microsoft.Portable.Common.targets2015-06-10 22:50:00 UTC 
(rev 240489)
@@ -1,4 +0,0 @@
-Project xmlns=http://schemas.microsoft.com/developer/msbuild/2003;
-   Import Project=..\Microsoft.Portable.Core.props /
-   Import Project=..\Microsoft.Portable.Core.targets /
-/Project

Copied: mono/repos/extra-i686/Microsoft.Portable.Common.targets (from rev 
240488, mono/trunk/Microsoft.Portable.Common.targets)
===
--- extra-i686/Microsoft.Portable.Common.targets
(rev 0)
+++ extra-i686/Microsoft.Portable.Common.targets2015-06-10 22:50:00 UTC 
(rev 240489)
@@ -0,0 +1,4 @@
+Project xmlns=http://schemas.microsoft.com/developer/msbuild/2003;
+   Import Project=..\Microsoft.Portable.Core.props /
+   Import Project=..\Microsoft.Portable.Core.targets /
+/Project

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 22:49:49 UTC (rev 240488)
+++ extra-i686/PKGBUILD 2015-06-10 22:50:00 UTC (rev 240489)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Brice Carpentier br...@dlfp.org
-
-pkgname=mono
-pkgver=4.0.1.28
-_pkgver=4.0.1
-pkgrel=1
-pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')

[arch-commits] Commit in mono/trunk (PKGBUILD fix-zlib-helper.patch)

2015-06-10 Thread Daniel Isenmann
Date: Thursday, June 11, 2015 @ 00:49:49
  Author: daniel
Revision: 240488

upgpkg: mono 4.0.1.44-1

New upstream release

Added:
  mono/trunk/fix-zlib-helper.patch
Modified:
  mono/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +-
 fix-zlib-helper.patch |   26 ++
 2 files changed, 35 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 20:56:07 UTC (rev 240487)
+++ PKGBUILD2015-06-10 22:49:49 UTC (rev 240488)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier br...@dlfp.org
 
 pkgname=mono
-pkgver=4.0.1.28
+pkgver=4.0.1.44
 _pkgver=4.0.1
 pkgrel=1
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
@@ -18,16 +18,20 @@
 mono.binfmt.d
 sgen_fix.patch
build_fix.patch
-   Microsoft.Portable.Common.targets)
-md5sums=('2e71b347e23408548349492f75bfd2ca'
+   Microsoft.Portable.Common.targets
+   fix-zlib-helper.patch)
+md5sums=('d55c9d8aab2cdfde53f830ae6ea75358'
  'b9ef8a65fea497acf176cca16c1e2402'
  '8a700b94bff7a913f920e95890d2fb4c'
  '30a5af1a4ff50b98f9e73cc2ae554115'
- 'acbffadb0ac233c494b40dd5e79209a5')
+ 'acbffadb0ac233c494b40dd5e79209a5'
+ '62912ad289535bf841c140727e5c1165')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
-
+  
+  patch -Np1 -i ${srcdir}/fix-zlib-helper.patch
+   
   # build mono
   ./configure --prefix=/usr \
 --sysconfdir=/etc \

Added: fix-zlib-helper.patch
===
--- fix-zlib-helper.patch   (rev 0)
+++ fix-zlib-helper.patch   2015-06-10 22:49:49 UTC (rev 240488)
@@ -0,0 +1,26 @@
+@@ -, +, @@ 
+---
+ support/zlib-helper.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+--- a/support/zlib-helper.c
 a/support/zlib-helper.c
+@@ -90,6 +90,8 @@ CreateZStream (gint compress, guchar gzip, read_write_func 
func, void *gchandle)
+   result-gchandle = gchandle;
+   result-compress = compress;
+   result-buffer = g_new (guchar, BUFFER_SIZE);
++  result-stream-next_out = result-buffer;
++  result-stream-avail_out = BUFFER_SIZE;
+   return result;
+ }
+ 
+@@ -148,7 +150,7 @@ flush_internal (ZStream *stream, gboolean is_final)
+   if (!stream-compress)
+   return 0;
+ 
+-  if (!is_final) {
++  if (!is_final  stream-stream-avail_in != 0) {
+   status = deflate (stream-stream, Z_PARTIAL_FLUSH);
+   if (status != Z_OK  status != Z_STREAM_END)
+   return status;
+-- 
+


[arch-commits] Commit in (68 files)

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 22:56:07
  Author: arojas
Revision: 240487

KDE Frameworks 5.11

Modified:
  attica-qt5/trunk/PKGBUILD
  bluez-qt/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-frameworks/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kpackage/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kpeople/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  kxmlrpcclient/trunk/PKGBUILD
  modemmanager-qt/trunk/PKGBUILD
  networkmanager-qt/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD
Deleted:
  kconfig/trunk/session-restore.patch
  kxmlgui/trunk/session-restore.patch

---+
 attica-qt5/trunk/PKGBUILD |4 -
 bluez-qt/trunk/PKGBUILD   |4 -
 extra-cmake-modules/trunk/PKGBUILD|4 -
 frameworkintegration/trunk/PKGBUILD   |4 -
 kactivities-frameworks/trunk/PKGBUILD |4 -
 kapidox/trunk/PKGBUILD|4 -
 karchive/trunk/PKGBUILD   |4 -
 kauth/trunk/PKGBUILD  |4 -
 kbookmarks/trunk/PKGBUILD |4 -
 kcmutils/trunk/PKGBUILD   |4 -
 kcodecs/trunk/PKGBUILD|4 -
 kcompletion/trunk/PKGBUILD|4 -
 kconfig/trunk/PKGBUILD|   14 +--
 kconfig/trunk/session-restore.patch   |  127 
 kconfigwidgets/trunk/PKGBUILD |4 -
 kcoreaddons/trunk/PKGBUILD|4 -
 kcrash/trunk/PKGBUILD |4 -
 kdbusaddons/trunk/PKGBUILD|4 -
 kdeclarative/trunk/PKGBUILD   |4 -
 kded/trunk/PKGBUILD   |4 -
 kdelibs4support/trunk/PKGBUILD|4 -
 kdesignerplugin/trunk/PKGBUILD|4 -
 kdesu/trunk/PKGBUILD  |4 -
 kdewebkit/trunk/PKGBUILD  |4 -
 kdnssd/trunk/PKGBUILD |4 -
 kdoctools/trunk/PKGBUILD  |4 -
 kemoticons/trunk/PKGBUILD |4 -
 kglobalaccel/trunk/PKGBUILD   |8 +-
 kguiaddons/trunk/PKGBUILD |4 -
 khtml/trunk/PKGBUILD  |4 -
 ki18n/trunk/PKGBUILD  |4 -
 kiconthemes/trunk/PKGBUILD|4 -
 kidletime/trunk/PKGBUILD  |4 -
 kimageformats/trunk/PKGBUILD  |6 -
 kinit/trunk/PKGBUILD  |4 -
 kio/trunk/PKGBUILD|5 -
 kitemmodels/trunk/PKGBUILD|4 -
 kitemviews/trunk/PKGBUILD |4 -
 kjobwidgets/trunk/PKGBUILD|4 -
 kjs/trunk/PKGBUILD|4 -
 kjsembed/trunk/PKGBUILD   |4 -
 kmediaplayer/trunk/PKGBUILD   |4 -
 knewstuff/trunk/PKGBUILD  |4 -
 knotifications/trunk/PKGBUILD |4 -
 knotifyconfig/trunk/PKGBUILD  |4 -
 kpackage/trunk/PKGBUILD   |4 -
 kparts/trunk/PKGBUILD |4 -
 kpeople/trunk/PKGBUILD|4 -
 kplotting/trunk/PKGBUILD  |4 -
 kpty/trunk/PKGBUILD   |4 -
 kross/trunk/PKGBUILD  |4 -
 krunner/trunk/PKGBUILD|4 -
 kservice/trunk/PKGBUILD   |4 -
 ktexteditor/trunk/PKGBUILD|4 -
 ktextwidgets/trunk/PKGBUILD   |4 -
 kunitconversion/trunk/PKGBUILD|4 -
 kwallet/trunk/PKGBUILD|4 -
 kwidgetsaddons/trunk/PKGBUILD |4 -
 kwindowsystem/trunk/PKGBUILD  |4 -
 kxmlgui/trunk/PKGBUILD|   14 +--
 

[arch-commits] Commit in gnome-initial-setup/repos (8 files)

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:02:38
  Author: bgyorgy
Revision: 135176

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

Added:
  gnome-initial-setup/repos/community-i686/PKGBUILD
(from rev 135175, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
(from rev 135175, gnome-initial-setup/trunk/gnome-initial-setup.install)
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 135175, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install
(from rev 135175, gnome-initial-setup/trunk/gnome-initial-setup.install)
Deleted:
  gnome-initial-setup/repos/community-i686/PKGBUILD
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install

--+
 /PKGBUILD|   68 +
 /gnome-initial-setup.install |   20 +++
 community-i686/PKGBUILD  |   34 
 community-i686/gnome-initial-setup.install   |   10 ---
 community-x86_64/PKGBUILD|   34 
 community-x86_64/gnome-initial-setup.install |   10 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-11 01:02:14 UTC (rev 135175)
+++ community-i686/PKGBUILD 2015-06-11 01:02:38 UTC (rev 135176)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnome-initial-setup
-pkgver=3.16.2
-pkgrel=1
-pkgdesc=Simple, easy, and safe way to prepare a new system
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
-license=('GPL')
-depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f3270ac1cc5eab53b03736cfb3dbff1b3ae0c5bef8956877366d5bea2aac123')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/var/lib/gnome-initial-setup
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: gnome-initial-setup/repos/community-i686/PKGBUILD (from rev 135175, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-11 01:02:38 UTC (rev 135176)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnome-initial-setup
+pkgver=3.16.3
+pkgrel=1
+pkgdesc=Simple, easy, and safe way to prepare a new system
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/;
+license=('GPL')
+depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
+makedepends=('intltool' 'python2')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c424fd6ccc9c6e17b6352a39f6a0e8080294978ad15b24e67b53b3714ab1dfa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/var/lib/gnome-initial-setup
+
+  # Fix a warning
+  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
+  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
+}

Deleted: community-i686/gnome-initial-setup.install
===
--- community-i686/gnome-initial-setup.install  2015-06-11 01:02:14 UTC (rev 
135175)
+++ community-i686/gnome-initial-setup.install  2015-06-11 01:02:38 UTC (rev 
135176)
@@ -1,10 +0,0 @@
-post_install() {
-  getent passwd gnome-initial-setup  /dev/null 21  \
-usermod -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup  /dev/null 21 || \
-useradd -rM -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
-  passwd -l gnome-initial-setup  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}


[arch-commits] Commit in gnome-initial-setup/trunk (PKGBUILD)

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:02:14
  Author: bgyorgy
Revision: 135175

upgpkg: gnome-initial-setup 3.16.3-1

Update to version 3.16.3

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 00:52:10 UTC (rev 135174)
+++ PKGBUILD2015-06-11 01:02:14 UTC (rev 135175)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=gnome-initial-setup
-pkgver=3.16.2
+pkgver=3.16.3
 pkgrel=1
 pkgdesc=Simple, easy, and safe way to prepare a new system
 arch=('i686' 'x86_64')
@@ -10,12 +10,12 @@
 license=('GPL')
 depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
  'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool')
+makedepends=('intltool' 'python2')
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f3270ac1cc5eab53b03736cfb3dbff1b3ae0c5bef8956877366d5bea2aac123')
+sha256sums=('9c424fd6ccc9c6e17b6352a39f6a0e8080294978ad15b24e67b53b3714ab1dfa')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 02:51:38
  Author: bgyorgy
Revision: 135173

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/
  guake/repos/community-any/PKGBUILD
(from rev 135172, guake/trunk/PKGBUILD)
  guake/repos/community-any/default-value.patch
(from rev 135172, guake/trunk/default-value.patch)
  guake/repos/community-any/guake.install
(from rev 135172, guake/trunk/guake.install)
  guake/repos/community-any/keybinder.patch
(from rev 135172, guake/trunk/keybinder.patch)
  guake/repos/community-any/unbind.patch
(from rev 135172, guake/trunk/unbind.patch)

-+
 PKGBUILD|   52 +
 default-value.patch |   22 
 guake.install   |   22 
 keybinder.patch | 1948 ++
 unbind.patch|  147 +++
 5 files changed, 2191 insertions(+)

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


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 02:51:21
  Author: bgyorgy
Revision: 135172

upgpkg: guake 0.7.2-1

Update to version 0.7.2, fix FS#45182

Added:
  guake/trunk/default-value.patch
  guake/trunk/keybinder.patch
  guake/trunk/unbind.patch
Modified:
  guake/trunk/PKGBUILD

-+
 PKGBUILD|   25 
 default-value.patch |   22 
 keybinder.patch | 1948 ++
 unbind.patch|  147 +++
 4 files changed, 2136 insertions(+), 6 deletions(-)

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


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 02:52:10
  Author: bgyorgy
Revision: 135174

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
(from rev 135173, guake/trunk/PKGBUILD)
  guake/repos/community-any/default-value.patch
(from rev 135173, guake/trunk/default-value.patch)
  guake/repos/community-any/guake.install
(from rev 135173, guake/trunk/guake.install)
  guake/repos/community-any/keybinder.patch
(from rev 135173, guake/trunk/keybinder.patch)
  guake/repos/community-any/unbind.patch
(from rev 135173, guake/trunk/unbind.patch)
Deleted:
  guake/repos/community-any/PKGBUILD
  guake/repos/community-any/default-value.patch
  guake/repos/community-any/guake.install
  guake/repos/community-any/keybinder.patch
  guake/repos/community-any/unbind.patch
  guake/repos/community-i686/
  guake/repos/community-x86_64/

---+
 /PKGBUILD |   52 
 /default-value.patch  |   22 
 /guake.install|   22 
 /keybinder.patch  | 1948 
 /unbind.patch |  147 ++
 community-any/PKGBUILD|   52 
 community-any/default-value.patch |   22 
 community-any/guake.install   |   22 
 community-any/keybinder.patch | 1948 
 community-any/unbind.patch|  147 --
 10 files changed, 2191 insertions(+), 2191 deletions(-)

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


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:08:00
  Author: bgyorgy
Revision: 135178

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +--
 cherrytree.install |   28 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-11 01:07:55 UTC (rev 135177)
+++ PKGBUILD2015-06-11 01:08:00 UTC (rev 135178)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.35.7
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e311af09fe634dcd8d2934a9bbc8eed546a01ca8b02b006b0e66b0a94f5fe30e')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Fix file permissions
-  find $pkgdir/usr/share -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 135177, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-11 01:08:00 UTC (rev 135178)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.35.8
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2015-06-11 01:07:55 UTC (rev 135177)
+++ cherrytree.install  2015-06-11 01:08:00 UTC (rev 135178)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 135177, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2015-06-11 01:08:00 UTC (rev 135178)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:07:55
  Author: bgyorgy
Revision: 135177

upgpkg: cherrytree 0.35.8-1

Update to version 0.35.8

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 01:02:38 UTC (rev 135176)
+++ PKGBUILD2015-06-11 01:07:55 UTC (rev 135177)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.7
+pkgver=0.35.8
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e311af09fe634dcd8d2934a9bbc8eed546a01ca8b02b006b0e66b0a94f5fe30e')
+sha256sums=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:12:44
  Author: bgyorgy
Revision: 135180

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-11 01:12:35 UTC (rev 135179)
+++ community-i686/PKGBUILD 2015-06-11 01:12:44 UTC (rev 135180)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=libosinfo
-pkgver=0.2.11
-pkgrel=1
-pkgdesc=GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support
-arch=('i686' 'x86_64')
-url=http://libosinfo.org/;
-license=('GPL' 'LGPL')
-depends=('glib2' 'libxslt')
-makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'python2')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb6ba136756b26045ba3ed9b3c1b0920a639dd80b007769a1df356d8e2fe0921')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-udev \
-  --with-udev-rulesdir=/usr/lib/udev/rules.d \
-  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
-  --with-pci-ids-path=/usr/share/hwdata/pci.ids
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libosinfo/repos/community-i686/PKGBUILD (from rev 135179, 
libosinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-11 01:12:44 UTC (rev 135180)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=libosinfo
+pkgver=0.2.12
+pkgrel=1
+pkgdesc=GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support
+arch=('i686' 'x86_64')
+url=http://libosinfo.org/;
+license=('GPL' 'LGPL')
+depends=('glib2' 'libxslt')
+makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'python2')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('fa00ea8ddbca06c0dcc31e8938ac55cb71e71c6e2449687cd2c9e003a9478fed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-udev \
+  --with-udev-rulesdir=/usr/lib/udev/rules.d \
+  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
+  --with-pci-ids-path=/usr/share/hwdata/pci.ids
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-11 01:12:35 UTC (rev 135179)
+++ community-x86_64/PKGBUILD   2015-06-11 01:12:44 UTC (rev 135180)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=libosinfo
-pkgver=0.2.11
-pkgrel=1
-pkgdesc=GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support
-arch=('i686' 'x86_64')
-url=http://libosinfo.org/;
-license=('GPL' 'LGPL')
-depends=('glib2' 'libxslt')
-makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'python2')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb6ba136756b26045ba3ed9b3c1b0920a639dd80b007769a1df356d8e2fe0921')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-udev \
-  --with-udev-rulesdir=/usr/lib/udev/rules.d \
-  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
-  --with-pci-ids-path=/usr/share/hwdata/pci.ids
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd 

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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:12:35
  Author: bgyorgy
Revision: 135179

upgpkg: libosinfo 0.2.12-1

Update to version 0.2.12

Modified:
  libosinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 01:08:00 UTC (rev 135178)
+++ PKGBUILD2015-06-11 01:12:35 UTC (rev 135179)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini stefano.facch...@gmail.com
 
 pkgname=libosinfo
-pkgver=0.2.11
+pkgver=0.2.12
 pkgrel=1
 pkgdesc=GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'python2')
 options=('!libtool')
 source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb6ba136756b26045ba3ed9b3c1b0920a639dd80b007769a1df356d8e2fe0921')
+sha256sums=('fa00ea8ddbca06c0dcc31e8938ac55cb71e71c6e2449687cd2c9e003a9478fed')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in modem-manager-gui/repos (6 files)

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 02:23:43
  Author: bgyorgy
Revision: 135171

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

Added:
  modem-manager-gui/repos/community-i686/PKGBUILD
(from rev 135170, modem-manager-gui/trunk/PKGBUILD)
  
modem-manager-gui/repos/community-i686/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch
(from rev 135170, 
modem-manager-gui/trunk/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch)
  modem-manager-gui/repos/community-x86_64/PKGBUILD
(from rev 135170, modem-manager-gui/trunk/PKGBUILD)
  
modem-manager-gui/repos/community-x86_64/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch
(from rev 135170, 
modem-manager-gui/trunk/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch)
Deleted:
  modem-manager-gui/repos/community-i686/PKGBUILD
  modem-manager-gui/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  
 76 
 community-i686/PKGBUILD |  
 28 
 community-i686/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch   |  
965 ++
 community-x86_64/PKGBUILD   |  
 28 
 community-x86_64/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch |  
965 ++
 5 files changed, 2006 insertions(+), 56 deletions(-)

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


[arch-commits] Commit in modem-manager-gui/trunk (2 files)

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 02:23:18
  Author: bgyorgy
Revision: 135170

upgpkg: modem-manager-gui 0.0.17.1-2

Fix FS#44899

Added:
  
modem-manager-gui/trunk/modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch
Modified:
  modem-manager-gui/trunk/PKGBUILD

+
 PKGBUILD   |   18 
 modem-manager-gui-0.0.17.1-fix-libebook-api-break-v2.patch |  965 +++
 2 files changed, 979 insertions(+), 4 deletions(-)

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


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:13:57
  Author: bgyorgy
Revision: 135181

upgpkg: python2-futures 3.0.2-1

Update to version 3.0.2

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 01:12:44 UTC (rev 135180)
+++ PKGBUILD2015-06-11 01:13:57 UTC (rev 135181)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('c872d96e128fb79371409f68f8c17f74'
+md5sums=('42aaf1e4de48d6e871d77dc1f9d96d5a'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


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

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:14:02
  Author: bgyorgy
Revision: 135182

archrelease: copy trunk to community-any

Added:
  python2-futures/repos/community-any/LICENSE
(from rev 135181, python2-futures/trunk/LICENSE)
  python2-futures/repos/community-any/PKGBUILD
(from rev 135181, python2-futures/trunk/PKGBUILD)
Deleted:
  python2-futures/repos/community-any/LICENSE
  python2-futures/repos/community-any/PKGBUILD

--+
 LICENSE  |   42 +-
 PKGBUILD |   60 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-06-11 01:13:57 UTC (rev 135181)
+++ LICENSE 2015-06-11 01:14:02 UTC (rev 135182)
@@ -1,21 +0,0 @@
-Copyright 2009 Brian Quinlan. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-   2. Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
-HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Copied: python2-futures/repos/community-any/LICENSE (from rev 135181, 
python2-futures/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-06-11 01:14:02 UTC (rev 135182)
@@ -0,0 +1,21 @@
+Copyright 2009 Brian Quinlan. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-11 01:13:57 UTC (rev 135181)
+++ PKGBUILD2015-06-11 01:14:02 UTC (rev 135182)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=python2-futures
-_pkgname=futures
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Backport of the concurrent.futures package from Python 3.2
-arch=('any')
-url=https://github.com/agronholm/pythonfutures;
-license=('BSD')
-depends=('python2')
-source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
- LICENSE)
-md5sums=('c872d96e128fb79371409f68f8c17f74'
- 'dd6708d05936d3f6c4e20ed14c87b5e3')
-
-build() {
-  cd $_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --root $pkgdir --optimize=1
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-futures/repos/community-any/PKGBUILD (from rev 135181, 
python2-futures/trunk/PKGBUILD)

[arch-commits] Commit in (4 files)

2015-06-10 Thread Felix Yan
Date: Thursday, June 11, 2015 @ 04:27:55
  Author: fyan
Revision: 135183

addpkg: python-appdirs 1.4.0-2

Added:
  python-appdirs/
  python-appdirs/repos/
  python-appdirs/trunk/
  python-appdirs/trunk/PKGBUILD

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

Added: python-appdirs/trunk/PKGBUILD
===
--- python-appdirs/trunk/PKGBUILD   (rev 0)
+++ python-appdirs/trunk/PKGBUILD   2015-06-11 02:27:55 UTC (rev 135183)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Tobias Roettger toroe...@gmail.com
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a user data dir.'
+arch=(any)
+url=https://github.com/ActiveState/appdirs;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+md5sums=('1d17b4c9694ab84794e228f28dc3275b')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+check() {
+  cd $srcdir/appdirs-$pkgver
+  python setup.py test
+
+  cd $srcdir/appdirs-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd $srcdir/appdirs-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd $srcdir/appdirs-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-06-10 Thread Felix Yan
Date: Thursday, June 11, 2015 @ 04:28:10
  Author: fyan
Revision: 135184

archrelease: copy trunk to community-any

Added:
  python-appdirs/repos/community-any/
  python-appdirs/repos/community-any/PKGBUILD
(from rev 135183, python-appdirs/trunk/PKGBUILD)

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

Copied: python-appdirs/repos/community-any/PKGBUILD (from rev 135183, 
python-appdirs/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-06-11 02:28:10 UTC (rev 135184)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Tobias Roettger toroe...@gmail.com
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a user data dir.'
+arch=(any)
+url=https://github.com/ActiveState/appdirs;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+md5sums=('1d17b4c9694ab84794e228f28dc3275b')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+check() {
+  cd $srcdir/appdirs-$pkgver
+  python setup.py test
+
+  cd $srcdir/appdirs-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd $srcdir/appdirs-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd $srcdir/appdirs-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-10 Thread Felix Yan
Date: Thursday, June 11, 2015 @ 04:32:10
  Author: fyan
Revision: 135185

upgpkg: python-pytools 2014.3.5-2

- fix dependency on six (FS#45268) and appdirs
- enable tests

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 02:28:10 UTC (rev 135184)
+++ PKGBUILD2015-06-11 02:32:10 UTC (rev 135185)
@@ -5,12 +5,12 @@
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
 pkgver=2014.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A collection of tools for Python
 arch=('any')
 url=http://mathema.tician.de/software/pytools;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 
'python2-appdirs')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
 
sha512sums=('94d2b51cdd87dd11263fdc7d04040979240dea0e0090da0ff325112df9770aacb0849e20812b90f807024ad3815313bc344307a30add8f6795a70e7ebd6adfaa')
@@ -28,23 +28,21 @@
 }
 
 check() {
-   # Need pytools installed for running tests
-
cd $srcdir/pytools-$pkgver
-   #py.test
+   PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 
cd $srcdir/pytools-$pkgver-python2
-   #py.test2
+   PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test2
 }
 
 package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
+   depends=('python2-six' 'python2-decorator' 'python2-appdirs')
cd $srcdir/pytools-$pkgver-python2
python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
 }
 
 package_python-pytools(){
-   depends=('python' 'python-decorator')
+   depends=('python-six' 'python-decorator' 'python-appdirs')
cd $srcdir/pytools-$pkgver
python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
 }


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

2015-06-10 Thread Felix Yan
Date: Thursday, June 11, 2015 @ 04:32:23
  Author: fyan
Revision: 135186

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-11 02:32:10 UTC (rev 135185)
+++ PKGBUILD2015-06-11 02:32:23 UTC (rev 135186)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.3.5
-pkgrel=1
-pkgdesc=A collection of tools for Python
-arch=('any')
-url=http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('94d2b51cdd87dd11263fdc7d04040979240dea0e0090da0ff325112df9770aacb0849e20812b90f807024ad3815313bc344307a30add8f6795a70e7ebd6adfaa')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd $srcdir/pytools-$pkgver
-   python setup.py build
-
-   cd $srcdir/pytools-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   # Need pytools installed for running tests
-
-   cd $srcdir/pytools-$pkgver
-   #py.test
-
-   cd $srcdir/pytools-$pkgver-python2
-   #py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
-   cd $srcdir/pytools-$pkgver-python2
-   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python' 'python-decorator')
-   cd $srcdir/pytools-$pkgver
-   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 135185, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-11 02:32:23 UTC (rev 135186)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.3.5
+pkgrel=2
+pkgdesc=A collection of tools for Python
+arch=('any')
+url=http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 
'python2-appdirs')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('94d2b51cdd87dd11263fdc7d04040979240dea0e0090da0ff325112df9770aacb0849e20812b90f807024ad3815313bc344307a30add8f6795a70e7ebd6adfaa')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd $srcdir/pytools-$pkgver
+   python setup.py build
+
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd $srcdir/pytools-$pkgver
+   PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+
+   cd $srcdir/pytools-$pkgver-python2
+   PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2-six' 'python2-decorator' 'python2-appdirs')
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python-six' 'python-decorator' 'python-appdirs')
+   cd $srcdir/pytools-$pkgver
+   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 17:16:06
  Author: fyan
Revision: 135141

upgpkg: kimtoy 1.10.1-1

Modified:
  kimtoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:57:36 UTC (rev 135140)
+++ PKGBUILD2015-06-10 15:16:06 UTC (rev 135141)
@@ -3,25 +3,25 @@
 # Contributor: CSSlayer wen...@gmail.com
 
 pkgname=kimtoy
-pkgver=1.9.2
+pkgver=1.10.1
 pkgdesc=Standalone input method panel
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/KIMToy?content=140967;
 license=('GPL')
-makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++') #ibus) ibus support 
not working due to upstream ABI change
-depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++' 'ibus')
+depends=('kdebase-runtime')
 optdepends=('fcitx: fcitx support'
 'scim: scim support'
-'dbus-c++: scim support')
-#'ibus: ibus support') ibus support not working due to upstream 
ABI change
+'dbus-c++: scim support'
+'ibus: ibus support')
 install=$pkgname.install
-source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2)
+source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2;)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
   make
 }
 
@@ -34,4 +34,4 @@
   mv $srcdir/tmp_locale $pkgdir/usr/share/locale/kde4
 }
 
-md5sums=('94f09a33940d189059f9620427689af5')
+md5sums=('38ddfd6d1346a01cde913a114ea98b25')


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 17:16:30
  Author: fyan
Revision: 135142

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

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

-+
 /PKGBUILD   |   74 ++
 /kimtoy.install |   22 +++
 community-i686/PKGBUILD |   37 ---
 community-i686/kimtoy.install   |   11 -
 community-x86_64/PKGBUILD   |   37 ---
 community-x86_64/kimtoy.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 15:16:06 UTC (rev 135141)
+++ community-i686/PKGBUILD 2015-06-10 15:16:30 UTC (rev 135142)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: CSSlayer wen...@gmail.com
-
-pkgname=kimtoy
-pkgver=1.9.2
-pkgdesc=Standalone input method panel
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/KIMToy?content=140967;
-license=('GPL')
-makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++') #ibus) ibus support 
not working due to upstream ABI change
-depends=('kdelibs')
-optdepends=('fcitx: fcitx support'
-'scim: scim support'
-'dbus-c++: scim support')
-#'ibus: ibus support') ibus support not working due to upstream 
ABI change
-install=$pkgname.install
-source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  mv $pkgdir/usr/share/locale $srcdir/tmp_locale
-  mkdir -p $pkgdir/usr/share/locale
-  mv $srcdir/tmp_locale $pkgdir/usr/share/locale/kde4
-}
-
-md5sums=('94f09a33940d189059f9620427689af5')

Copied: kimtoy/repos/community-i686/PKGBUILD (from rev 135141, 
kimtoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 15:16:30 UTC (rev 135142)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: CSSlayer wen...@gmail.com
+
+pkgname=kimtoy
+pkgver=1.10.1
+pkgdesc=Standalone input method panel
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/KIMToy?content=140967;
+license=('GPL')
+makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++' 'ibus')
+depends=('kdebase-runtime')
+optdepends=('fcitx: fcitx support'
+'scim: scim support'
+'dbus-c++: scim support'
+'ibus: ibus support')
+install=$pkgname.install
+source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  mv $pkgdir/usr/share/locale $srcdir/tmp_locale
+  mkdir -p $pkgdir/usr/share/locale
+  mv $srcdir/tmp_locale $pkgdir/usr/share/locale/kde4
+}
+
+md5sums=('38ddfd6d1346a01cde913a114ea98b25')

Deleted: community-i686/kimtoy.install
===
--- community-i686/kimtoy.install   2015-06-10 15:16:06 UTC (rev 135141)
+++ community-i686/kimtoy.install   2015-06-10 15:16:30 UTC (rev 135142)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: kimtoy/repos/community-i686/kimtoy.install (from rev 135141, 
kimtoy/trunk/kimtoy.install)
===
--- community-i686/kimtoy.install   (rev 0)
+++ community-i686/kimtoy.install   2015-06-10 15:16:30 UTC (rev 135142)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-10 15:16:06 UTC (rev 135141)
+++ community-x86_64/PKGBUILD   2015-06-10 15:16:30 UTC 

[arch-commits] Commit in blobby2/trunk (PKGBUILD ostream-include.patch)

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 17:17:39
  Author: foutrelis
Revision: 135143

Add upstream patch to include missing header

Added:
  blobby2/trunk/ostream-include.patch
Modified:
  blobby2/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 ostream-include.patch |   10 ++
 2 files changed, 14 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 15:16:30 UTC (rev 135142)
+++ PKGBUILD2015-06-10 15:17:39 UTC (rev 135143)
@@ -12,14 +12,17 @@
 depends=('sdl2' 'physfs' 'libgl')
 makedepends=('cmake' 'boost' 'mesa' 'zip')
 source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
-   $pkgname.desktop
+ostream-include.patch
+$pkgname.desktop
 $pkgname.png)
 md5sums=('a6c89ae64693490385fa05c0a01b0a3b'
+ '926f1e5760769548562c2a569fe18196'
  'ab05bed794ee78db693fd3036393275a'
  'c1bc427b41a0a3facd771ac83c7fb412')
 
 prepare() {
   cd $srcdir/blobby-$pkgver
+  patch -Np2 -i ../ostream-include.patch # r1542 upstream
   sed -i s|data|/usr/share/blobby|g src/main.cpp
   sed -i s|file\(filename\)|file(\/usr/share/blobby\ + filename|g 
src/main.cpp
 }

Added: ostream-include.patch
===
--- ostream-include.patch   (rev 0)
+++ ostream-include.patch   2015-06-10 15:17:39 UTC (rev 135143)
@@ -0,0 +1,10 @@
+--- a/trunk/src/NetworkMessage.cpp
 b/trunk/src/NetworkMessage.cpp
+@@ -23,6 +23,7 @@
+ 
+ /* includes */
+ #include cstring
++#include ostream
+ 
+ #include UserConfig.h
+ #include SpeedController.h


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

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 17:20:52
  Author: arojas
Revision: 240479

Update to 0.16.2

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:53:16 UTC (rev 240478)
+++ PKGBUILD2015-06-10 15:20:52 UTC (rev 240479)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('a1b95b6c2379e46bf09321d3281185474ea47d1e4585f3c5a4f36e0fbcbbe8bc')
+sha256sums=('6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187')
 
 build() {
   cd LibRaw-${pkgver}


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

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 17:21:55
  Author: arojas
Revision: 240480

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-10 15:20:52 UTC (rev 240479)
+++ extra-i686/PKGBUILD 2015-06-10 15:21:55 UTC (rev 240480)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=libraw
-pkgver=0.16.1
-pkgrel=1
-pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
-arch=('i686' 'x86_64')
-url=http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('a1b95b6c2379e46bf09321d3281185474ea47d1e4585f3c5a4f36e0fbcbbe8bc')
-
-build() {
-  cd LibRaw-${pkgver}
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 240479, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-10 15:21:55 UTC (rev 240480)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andre Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=libraw
+pkgver=0.16.2
+pkgrel=1
+pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
+arch=('i686' 'x86_64')
+url=http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms2' 'jasper')
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187')
+
+build() {
+  cd LibRaw-${pkgver}
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-10 15:20:52 UTC (rev 240479)
+++ extra-x86_64/PKGBUILD   2015-06-10 15:21:55 UTC (rev 240480)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=libraw
-pkgver=0.16.1
-pkgrel=1
-pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
-arch=('i686' 'x86_64')
-url=http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('a1b95b6c2379e46bf09321d3281185474ea47d1e4585f3c5a4f36e0fbcbbe8bc')
-
-build() {
-  cd LibRaw-${pkgver}
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 240479, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-10 15:21:55 UTC (rev 240480)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andre Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# 

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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 17:24:50
  Author: fyan
Revision: 135148

archrelease: copy trunk to community-testing-any

Added:
  pathod/repos/community-testing-any/
  pathod/repos/community-testing-any/PKGBUILD
(from rev 135147, pathod/trunk/PKGBUILD)

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

Copied: pathod/repos/community-testing-any/PKGBUILD (from rev 135147, 
pathod/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-06-10 15:24:50 UTC (rev 135148)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pathod
+pkgver=0.12.1
+pkgrel=1
+pkgdesc=A pathological web daemon
+url=http://pathod.net;
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
+checkdepends=('python2-mock' 'python2-nose')
+arch=('any')
+license=('MIT')
+source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
+sha256sums=('0777c1acd7e627900461351be011a3ddfeafd89fddf76896681c21b3dfee841a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e '1s/env python$/env python2/g' -i libpathod/cmdline.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  # One test failed: https://github.com/mitmproxy/pathod/issues/24
+
+  cd $pkgname-$pkgver
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2 || warning Tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver  
+  python2 setup.py install -O1 --skip-build --root=$pkgdir
+
+  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-10 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 17:24:39
  Author: fyan
Revision: 135147

upgpkg: pathod 0.12.1-1

Modified:
  pathod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 15:18:13 UTC (rev 135146)
+++ PKGBUILD2015-06-10 15:24:39 UTC (rev 135147)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=pathod
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc=A pathological web daemon
 url=http://pathod.net;
@@ -11,7 +11,7 @@
 arch=('any')
 license=('MIT')
 
source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('4c43a442f77dc1fae9bad8c22380661a80563c0d367e51772df7f37293bce001')
+sha256sums=('0777c1acd7e627900461351be011a3ddfeafd89fddf76896681c21b3dfee841a')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,8 +24,10 @@
 }
 
 check() {
+  # One test failed: https://github.com/mitmproxy/pathod/issues/24
+
   cd $pkgname-$pkgver
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2 || warning Tests failed
 }
 
 package() {