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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 04:57:05
  Author: fyan
Revision: 142946

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 02:56:43 UTC (rev 142945)
+++ PKGBUILD2015-10-05 02:57:05 UTC (rev 142946)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.4.1
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 142945, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 02:57:05 UTC (rev 142946)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('f5dae0e0ecda28aab12386e6c0705d4c'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 04:56:43
  Author: fyan
Revision: 142945

upgpkg: lib32-gnutls 3.4.5-1

sync with [core]

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 02:54:29 UTC (rev 142944)
+++ PKGBUILD2015-10-05 02:56:43 UTC (rev 142945)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.4.1
+pkgver=3.4.5
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
+md5sums=('f5dae0e0ecda28aab12386e6c0705d4c'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


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

2015-10-04 Thread Sven-Hendrik Haase
Date: Monday, October 5, 2015 @ 05:07:56
  Author: svenstaro
Revision: 142951

upgpkg: postfixadmin 2.93-1

upstream release 2.93

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 03:05:36 UTC (rev 142950)
+++ PKGBUILD2015-10-05 03:07:56 UTC (rev 142951)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Filip 
 pkgname=postfixadmin
-pkgver=2.92
+pkgver=2.93
 pkgrel=1
 pkgdesc="A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('mariadb: MySQL server'
 'postgresql: PostgreSQL server')
 
source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
-md5sums=('01f96e90a2ef084075e15e760f3bfc15')
+md5sums=('d9a0e19bdb3241411cac8446d511fdb4')
 
 package() {
   _destdir=$pkgdir/usr/share/webapps/postfixAdmin


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

2015-10-04 Thread Sven-Hendrik Haase
Date: Monday, October 5, 2015 @ 05:08:03
  Author: svenstaro
Revision: 142952

archrelease: copy trunk to community-any

Added:
  postfixadmin/repos/community-any/PKGBUILD
(from rev 142951, postfixadmin/trunk/PKGBUILD)
Deleted:
  postfixadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 03:07:56 UTC (rev 142951)
+++ PKGBUILD2015-10-05 03:08:03 UTC (rev 142952)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Filip 
-pkgname=postfixadmin
-pkgver=2.92
-pkgrel=1
-pkgdesc="A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix"
-arch=('any')
-license=('GPL')
-url="http://postfixadmin.sourceforge.net/;
-backup=(etc/webapps/postfixadmin/config.inc.php
-etc/webapps/postfixadmin/.htaccess)
-depends=('php')
-optdepends=('mariadb: MySQL server'
-'postgresql: PostgreSQL server')
-source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
-md5sums=('01f96e90a2ef084075e15e760f3bfc15')
-
-package() {
-  _destdir=$pkgdir/usr/share/webapps/postfixAdmin
-  _destdir_etc=$pkgdir/etc/webapps/postfixadmin
-  _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
-  
-  install -dm755 ${_destdir}
-  install -dm755 ${_destdir_etc}
-  install -dm755 ${_destdir_doc}
-  
-  cd $srcdir/$pkgname-$pkgver
-  cp -r * ${_destdir}
-  
-  # config
-  mv ${_destdir}/config.inc.php ${_destdir_etc}
-  ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
-  echo "#Require all denied" >${_destdir_etc}/.htaccess
-  ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
-
-  # template cache needs to be writeable
-  chown http:http ${_destdir}/templates_c
-  
-  # docs
-  mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} 
${_destdir_doc}
-  rm -rf ${_destdir}/debian
-}

Copied: postfixadmin/repos/community-any/PKGBUILD (from rev 142951, 
postfixadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 03:08:03 UTC (rev 142952)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Filip 
+pkgname=postfixadmin
+pkgver=2.93
+pkgrel=1
+pkgdesc="A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix"
+arch=('any')
+license=('GPL')
+url="http://postfixadmin.sourceforge.net/;
+backup=(etc/webapps/postfixadmin/config.inc.php
+etc/webapps/postfixadmin/.htaccess)
+depends=('php')
+optdepends=('mariadb: MySQL server'
+'postgresql: PostgreSQL server')
+source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d9a0e19bdb3241411cac8446d511fdb4')
+
+package() {
+  _destdir=$pkgdir/usr/share/webapps/postfixAdmin
+  _destdir_etc=$pkgdir/etc/webapps/postfixadmin
+  _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
+  
+  install -dm755 ${_destdir}
+  install -dm755 ${_destdir_etc}
+  install -dm755 ${_destdir_doc}
+  
+  cd $srcdir/$pkgname-$pkgver
+  cp -r * ${_destdir}
+  
+  # config
+  mv ${_destdir}/config.inc.php ${_destdir_etc}
+  ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
+  echo "#Require all denied" >${_destdir_etc}/.htaccess
+  ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
+
+  # template cache needs to be writeable
+  chown http:http ${_destdir}/templates_c
+  
+  # docs
+  mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} 
${_destdir_doc}
+  rm -rf ${_destdir}/debian
+}


[arch-commits] Commit in perl-package-deprecationmanager/repos/community-any (2 files)

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:31:08
  Author: fyan
Revision: 142957

archrelease: copy trunk to community-any

Added:
  perl-package-deprecationmanager/repos/community-any/PKGBUILD
(from rev 142956, perl-package-deprecationmanager/trunk/PKGBUILD)
Deleted:
  perl-package-deprecationmanager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 03:30:47 UTC (rev 142956)
+++ PKGBUILD2015-10-05 03:31:08 UTC (rev 142957)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Justin Davis (juster) 
-
-pkgname=perl-package-deprecationmanager
-pkgver=0.13
-pkgrel=2
-pkgdesc="Manage deprecation warnings for your distribution"
-arch=('any')
-license=('Artistic2.0')
-options=('!emptydirs')
-depends=('perl-list-moreutils' 'perl-params-util' 'perl-sub-install')
-checkdepends=('perl-test-fatal' 'perl-test-requires')
-url="https://metacpan.org/release/Package-DeprecationManager;
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
-md5sums=('f81ae3c0f9bcac048eb4bff348b79f67')
-
-build()
-(
-  cd "$srcdir/Package-DeprecationManager-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/Package-DeprecationManager-$pkgver"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/Package-DeprecationManager-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)

Copied: perl-package-deprecationmanager/repos/community-any/PKGBUILD (from rev 
142956, perl-package-deprecationmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 03:31:08 UTC (rev 142957)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-package-deprecationmanager
+pkgver=0.14
+pkgrel=1
+pkgdesc="Manage deprecation warnings for your distribution"
+arch=('any')
+license=('Artistic2.0')
+options=('!emptydirs')
+depends=('perl-list-moreutils' 'perl-params-util' 'perl-sub-install')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+url="https://metacpan.org/release/Package-DeprecationManager;
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
+md5sums=('e15e14a4e3f914eff937a55549692f51')
+
+build() {
+  cd "$srcdir/Package-DeprecationManager-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Package-DeprecationManager-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Package-DeprecationManager-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-package-deprecationmanager/trunk (PKGBUILD)

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:30:47
  Author: fyan
Revision: 142956

upgpkg: perl-package-deprecationmanager 0.14-1

Modified:
  perl-package-deprecationmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 03:12:04 UTC (rev 142955)
+++ PKGBUILD2015-10-05 03:30:47 UTC (rev 142956)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
 # Contributor: Justin Davis (juster) 
 
 pkgname=perl-package-deprecationmanager
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc="Manage deprecation warnings for your distribution"
 arch=('any')
 license=('Artistic2.0')
@@ -13,28 +14,21 @@
 checkdepends=('perl-test-fatal' 'perl-test-requires')
 url="https://metacpan.org/release/Package-DeprecationManager;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
-md5sums=('f81ae3c0f9bcac048eb4bff348b79f67')
+md5sums=('e15e14a4e3f914eff937a55549692f51')
 
-build()
-(
+build() {
   cd "$srcdir/Package-DeprecationManager-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL
   make
-)
+}
 
-check()
-(
+check() {
   cd "$srcdir/Package-DeprecationManager-$pkgver"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
   make test
-)
+}
 
-package()
-(
+package() {
   cd "$srcdir/Package-DeprecationManager-$pkgver"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
+}


[arch-commits] Commit in perl-test-requires/repos/community-any (PKGBUILD PKGBUILD)

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:38:57
  Author: fyan
Revision: 142959

archrelease: copy trunk to community-any

Added:
  perl-test-requires/repos/community-any/PKGBUILD
(from rev 142958, perl-test-requires/trunk/PKGBUILD)
Deleted:
  perl-test-requires/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 03:38:36 UTC (rev 142958)
+++ PKGBUILD2015-10-05 03:38:57 UTC (rev 142959)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Sergej Pupykin 
-# Contributor: Justin Davis 
-
-pkgname='perl-test-requires'
-pkgver=0.08
-pkgrel=1
-pkgdesc="Checks to see if the module can be loaded"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Test-Requires'
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz;)
-md5sums=('339ec20fbbeaa904a968bdee629688a6')
-
-build() {
-  cd "$srcdir"/Test-Requires-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-PERL_AUTOINSTALL="--skipdeps"  \
-PERL_MM_OPT="INSTALLDIRS=vendor" DESTDIR='$pkgdir' \
-PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-MODULEBUILDRC=/dev/null
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir"/Test-Requires-$pkgver
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/Test-Requires-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: perl-test-requires/repos/community-any/PKGBUILD (from rev 142958, 
perl-test-requires/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 03:38:57 UTC (rev 142959)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Sergej Pupykin 
+# Contributor: Justin Davis 
+
+pkgname=perl-test-requires
+pkgver=0.10
+pkgrel=1
+pkgdesc="Checks to see if the module can be loaded"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-Requires'
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz;)
+md5sums=('0d5da779609d0c8fa6f796b45ff8c6f3')
+
+build() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  make DESTDIR="$pkgdir"/ install
+}


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

2015-10-04 Thread Gaetan Bisson
Date: Monday, October 5, 2015 @ 04:37:24
  Author: bisson
Revision: 248359

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-05 02:36:33 UTC (rev 248358)
+++ extra-i686/PKGBUILD 2015-10-05 02:37:24 UTC (rev 248359)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.13.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('3f333c1ea26346a3f5481653c8a2e4633cde3a1a' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 248358, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-05 02:37:24 UTC (rev 248359)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.14
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('c5e419e4f5cce648f60f87879237ff57b1375032' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-05 02:36:33 UTC (rev 248358)
+++ extra-x86_64/PKGBUILD   2015-10-05 02:37:24 UTC (rev 248359)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.13.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('3f333c1ea26346a3f5481653c8a2e4633cde3a1a' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 248358, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-05 02:37:24 UTC (rev 248359)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.14
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2015-10-04 Thread Gaetan Bisson
Date: Monday, October 5, 2015 @ 04:36:33
  Author: bisson
Revision: 248358

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 00:27:29 UTC (rev 248357)
+++ PKGBUILD2015-10-05 02:36:33 UTC (rev 248358)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.13.1
+pkgver=2.14
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('3f333c1ea26346a3f5481653c8a2e4633cde3a1a' 'SKIP')
+sha1sums=('c5e419e4f5cce648f60f87879237ff57b1375032' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 04:54:29
  Author: fyan
Revision: 142944

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 142943, lib32-glib2/trunk/PKGBUILD)
  
lib32-glib2/repos/multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 142943, lib32-glib2/trunk/revert-warn-glib-compile-schemas.patch)

+
 PKGBUILD   |   48 +++
 revert-warn-glib-compile-schemas.patch |   33 +
 2 files changed, 81 insertions(+)

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 142943, 
lib32-glib2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-10-05 02:54:29 UTC (rev 142944)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.46.0
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
+url="http://www.gtk.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-dbus' 'lib32-libffi' 'lib32-pcre' 'lib32-zlib' "$_pkgbasename")
+makedepends=('gcc-multilib' 'python2')
+options=('!docs')
+source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
+'revert-warn-glib-compile-schemas.patch')
+sha256sums=('b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd "${srcdir}/glib-${pkgver}"
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/glib-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libdir=/usr/lib32 --with-pcre=system --disable-fam
+  make
+}
+
+package() {
+  cd "${srcdir}/glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{share,include}}
+
+  cd "${pkgdir}"/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf "$pkgdir"/usr/lib32/gdbus-2.0
+  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules-32 -delete
+}

Copied: 
lib32-glib2/repos/multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch
 (from rev 142943, lib32-glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch  
(rev 0)
+++ multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch  
2015-10-05 02:54:29 UTC (rev 142944)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie 
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path && (g_str_has_prefix (path, "/apps/") ||
++   g_str_has_prefix (path, "/desktop/") ||
++   g_str_has_prefix (path, "/system/")))
++g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
++"'/apps/', '/desktop/' or '/system/' are deprecated.\n", id, 
path);
++
+   state->schema_state = schema_state_new (path, gettext_domain,
+   extends, extends_name, list_of);
+ 
+--
+cgit v0.9.0.2


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 04:54:11
  Author: fyan
Revision: 142943

upgpkg: lib32-glib2 2.46.0-1

sync with [testing]

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 02:53:31 UTC (rev 142942)
+++ PKGBUILD2015-10-05 02:54:11 UTC (rev 142943)
@@ -5,7 +5,7 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.44.1
+pkgver=2.46.0
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
 url="http://www.gtk.org/;
@@ -16,7 +16,7 @@
 options=('!docs')
 
source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
 'revert-warn-glib-compile-schemas.patch')
-sha256sums=('8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07'
+sha256sums=('b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 04:53:09
  Author: fyan
Revision: 142941

upgpkg: python-pytest-cov 2.2.0-1

Modified:
  python-pytest-cov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 18:14:18 UTC (rev 142940)
+++ PKGBUILD2015-10-05 02:53:09 UTC (rev 142941)
@@ -6,8 +6,8 @@
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
 _pypiname=pytest-cov
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')
 license=('MIT')


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 04:53:31
  Author: fyan
Revision: 142942

archrelease: copy trunk to community-any

Added:
  python-pytest-cov/repos/community-any/PKGBUILD
(from rev 142941, python-pytest-cov/trunk/PKGBUILD)
Deleted:
  python-pytest-cov/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 02:53:09 UTC (rev 142941)
+++ PKGBUILD2015-10-05 02:53:31 UTC (rev 142942)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastien LEDUC 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-pytest-cov
-pkgname=('python-pytest-cov' 'python2-pytest-cov')
-_pypiname=pytest-cov
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
-arch=('any')
-license=('MIT')
-url='https://github.com/schlamar/pytest-cov'
-makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
- 'python-pytest' 'python2-pytest' 'git')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 
'python2-process-tests'
-  'python-pytest-cache' 'python2-pytest-cache' 
'python-pytest-xdist' 'python2-pytest-xdist'
-  'python-pytest-capturelog' 'python2-pytest-capturelog')
-source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-cov() {
-  depends=('python-pytest' 'python-coverage')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pytest-cov() {
-  depends=('python2-pytest' 'python2-coverage')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-cov/repos/community-any/PKGBUILD (from rev 142941, 
python-pytest-cov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 02:53:31 UTC (rev 142942)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sebastien LEDUC 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-pytest-cov
+pkgname=('python-pytest-cov' 'python2-pytest-cov')
+_pypiname=pytest-cov
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
+arch=('any')
+license=('MIT')
+url='https://github.com/schlamar/pytest-cov'
+makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
+ 'python-pytest' 'python2-pytest' 'git')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 
'python2-process-tests'
+  'python-pytest-cache' 'python2-pytest-cache' 
'python-pytest-xdist' 'python2-pytest-xdist'
+  'python-pytest-capturelog' 'python2-pytest-capturelog')
+source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-cov() {
+  depends=('python-pytest' 'python-coverage')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pytest-cov() {
+  depends=('python2-pytest' 'python2-coverage')
+
+  cd 

[arch-commits] Commit in lib32-nss/trunk (PKGBUILD ssl-renegotiate-transitional.patch)

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:04:23
  Author: fyan
Revision: 142947

upgpkg: lib32-nss 3.20-1

sync with [core]

Modified:
  lib32-nss/trunk/PKGBUILD
Deleted:
  lib32-nss/trunk/ssl-renegotiate-transitional.patch

+
 PKGBUILD   |   13 -
 ssl-renegotiate-transitional.patch |   21 -
 2 files changed, 4 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 02:57:05 UTC (rev 142946)
+++ PKGBUILD2015-10-05 03:04:23 UTC (rev 142947)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
-pkgver=3.18.1
+pkgver=3.20
 pkgrel=1
 pkgdesc="Mozilla Network Security Services (32-bit)"
 arch=('x86_64')
@@ -22,18 +22,13 @@
 makedepends=('gcc-multilib' 'perl')
 options=('!strip' '!makeflags' staticlibs)
 
source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-nss.pc.in
-ssl-renegotiate-transitional.patch)
-sha256sums=('10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70'
-'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
-'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97')
+nss.pc.in)
+sha256sums=('5e38d4b9837ca338af966b97fc91c07f67ad647fb38dc4af3cfd0d84e477d15c'
+'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
 
 prepare() {
   cd "${srcdir}"/${_pkgbasename}-${pkgver}/
 
-  # Adds transitional SSL renegotiate support - patch from Debian
-  patch -Np3 -i "${srcdir}/ssl-renegotiate-transitional.patch"
-
   # Respect LDFLAGS
   sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
   -i nss/coreconf/rules.mk

Deleted: ssl-renegotiate-transitional.patch
===
--- ssl-renegotiate-transitional.patch  2015-10-05 02:57:05 UTC (rev 142946)
+++ ssl-renegotiate-transitional.patch  2015-10-05 03:04:23 UTC (rev 142947)
@@ -1,21 +0,0 @@
-Enable transitional scheme for ssl renegotiation:
-
-(from mozilla/security/nss/lib/ssl/ssl.h)
-Disallow unsafe renegotiation in server sockets only, but allow clients
-to continue to renegotiate with vulnerable servers.
-This value should only be used during the transition period when few
-servers have been upgraded.
-
-diff --git a/mozilla/security/nss/lib/ssl/sslsock.c 
b/mozilla/security/nss/lib/ssl/sslsock.c
-index f1d1921..c074360 100644
 a/mozilla/security/nss/lib/ssl/sslsock.c
-+++ b/mozilla/security/nss/lib/ssl/sslsock.c
-@@ -181,7 +181,7 @@ static sslOptions ssl_defaults = {
- PR_FALSE,   /* noLocks*/
- PR_FALSE,   /* enableSessionTickets */
- PR_FALSE,   /* enableDeflate  */
--2,  /* enableRenegotiation (default: requires extension) */
-+3,  /* enableRenegotiation (default: transitional) */
- PR_FALSE,   /* requireSafeNegotiation */
- };
- 


[arch-commits] Commit in lib32-nss/repos/multilib-x86_64 (7 files)

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:04:54
  Author: fyan
Revision: 142948

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 142947, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
(from rev 142947, lib32-nss/trunk/lib32-nss.install)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 142947, lib32-nss/trunk/nss.pc.in)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
  lib32-nss/repos/multilib-x86_64/nss.pc.in
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch

+
 PKGBUILD   |  161 ---
 lib32-nss.install  |   28 +++---
 nss.pc.in  |   22 ++--
 ssl-renegotiate-transitional.patch |   21 
 4 files changed, 103 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 03:04:23 UTC (rev 142947)
+++ PKGBUILD2015-10-05 03:04:54 UTC (rev 142948)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-_pkgbasename=nss
-pkgname=lib32-${_pkgbasename}
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Mozilla Network Security Services (32-bit)"
-arch=('x86_64')
-url="http://www.mozilla.org/projects/security/pki/nss/;
-
-#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
-#alternative download link
-#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-
-license=('MPL' 'GPL')
-install=lib32-nss.install
-_nsprver=4.10.8
-depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite>=3.6.17' "${_pkgbasename}" 
'lib32-zlib' 'lib32-p11-kit')
-makedepends=('gcc-multilib' 'perl')
-options=('!strip' '!makeflags' staticlibs)
-source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-nss.pc.in
-ssl-renegotiate-transitional.patch)
-sha256sums=('10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70'
-'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
-'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97')
-
-prepare() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/
-
-  # Adds transitional SSL renegotiate support - patch from Debian
-  patch -Np3 -i "${srcdir}/ssl-renegotiate-transitional.patch"
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-}
-
-build(){
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/$_pkgbasename
-
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/$_pkgbasename
-  install -d "$pkgdir"/usr/lib32/pkgconfig
- 
-  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}')
- 
-  sed $srcdir/nss.pc.in \
--e "s,%libdir%,/usr/lib32,g" \
--e "s,%prefix%,/usr,g" \
--e "s,%exec_prefix%,/usr/bin,g" \
--e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,${_nsprver},g" \
--e "s,%NSS_VERSION%,${pkgver},g" \
-> "$pkgdir/usr/lib32/pkgconfig/nss.pc"
-  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
- 
- 
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/dist/*.OBJ/lib
-  install -t "$pkgdir/usr/lib32" *.so
-  install -t "$pkgdir/usr/lib32" -m644 libcrmf.a *.chk
-
-  rm "$pkgdir/usr/lib32/libnssckbi.so"
-  ln -s libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
-}

Copied: lib32-nss/repos/multilib-x86_64/PKGBUILD (from rev 142947, 
lib32-nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 03:04:54 UTC (rev 142948)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+_pkgbasename=nss
+pkgname=lib32-${_pkgbasename}
+pkgver=3.20
+pkgrel=1
+pkgdesc="Mozilla Network Security Services (32-bit)"
+arch=('x86_64')
+url="http://www.mozilla.org/projects/security/pki/nss/;
+
+#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
+#alternative download link
+#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
+
+license=('MPL' 'GPL')
+install=lib32-nss.install
+_nsprver=4.10.8
+depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite>=3.6.17' "${_pkgbasename}" 

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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:05:15
  Author: fyan
Revision: 142949

upgpkg: lib32-libcups 2.1.0-1

sync with [extra]

Modified:
  lib32-libcups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 03:04:54 UTC (rev 142948)
+++ PKGBUILD2015-10-05 03:05:15 UTC (rev 142949)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=(gcc-multilib)
 source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
 http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
-md5sums=('f5c847d9a4fac6c4c66fb0526a7afaae'
+md5sums=('c4e57a66298bfdba66bb3d5bedd317a4'
  'SKIP')
 validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
 


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:05:36
  Author: fyan
Revision: 142950

archrelease: copy trunk to multilib-x86_64

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

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

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

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


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:11:37
  Author: fyan
Revision: 142953

upgpkg: lib32-util-linux 2.27-1

sync with [core]

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 03:08:03 UTC (rev 142952)
+++ PKGBUILD2015-10-05 03:11:37 UTC (rev 142953)
@@ -4,7 +4,7 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.26.2
+pkgver=2.27
 _pkgver=(${pkgver//./ })
 _pkgver=${_pkgver[0]}.${_pkgver[1]}
 pkgrel=1
@@ -17,7 +17,7 @@
 license=('GPL2')
 options=('!libtool' '!emptydirs')
 
source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz;)
-md5sums=('9bdf368c395f1b70325d0eb22c7f48fb')
+md5sums=('5b06bbda9309624ee7add15bc8d8ca22')
 
 build() {
   cd "$_pkgbasename-$pkgver"


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

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:11:59
  Author: fyan
Revision: 142954

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 142953, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-05 03:11:37 UTC (rev 142953)
+++ PKGBUILD2015-10-05 03:11:59 UTC (rev 142954)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-pkgver=2.26.2
-_pkgver=(${pkgver//./ })
-_pkgver=${_pkgver[0]}.${_pkgver[1]}
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
-arch=('x86_64')
-depends=('lib32-glibc' "$_pkgbasename")
-provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
-makedepends=('gcc-multilib')
-license=('GPL2')
-options=('!libtool' '!emptydirs')
-source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz;)
-md5sums=('9bdf368c395f1b70325d0eb22c7f48fb')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-
-  ./configure \
-  CC="${CC:-cc} -m32" \
-  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
-  --libdir=/usr/lib32
-
-  make lib{uuid,blkid,fdisk,mount,smartcols}.la
-}
-
-package() {
-  make -C "$_pkgbasename-$pkgver" \
-DESTDIR="$pkgdir" \
-install-usrlib_execLTLIBRARIES \
-install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 142953, 
lib32-util-linux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-05 03:11:59 UTC (rev 142954)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+pkgver=2.27
+_pkgver=(${pkgver//./ })
+_pkgver=${_pkgver[0]}.${_pkgver[1]}
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
+makedepends=('gcc-multilib')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz;)
+md5sums=('5b06bbda9309624ee7add15bc8d8ca22')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  ./configure \
+  CC="${CC:-cc} -m32" \
+  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,fdisk,mount,smartcols}.la
+}
+
+package() {
+  make -C "$_pkgbasename-$pkgver" \
+DESTDIR="$pkgdir" \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}


[arch-commits] Commit in perl-test-requires/trunk (PKGBUILD)

2015-10-04 Thread Felix Yan
Date: Monday, October 5, 2015 @ 05:38:36
  Author: fyan
Revision: 142958

upgpkg: perl-test-requires 0.10-1

Modified:
  perl-test-requires/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 03:31:08 UTC (rev 142957)
+++ PKGBUILD2015-10-05 03:38:36 UTC (rev 142958)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 # Contributor: Justin Davis 
 
-pkgname='perl-test-requires'
-pkgver=0.08
+pkgname=perl-test-requires
+pkgver=0.10
 pkgrel=1
 pkgdesc="Checks to see if the module can be loaded"
 arch=('any')
@@ -13,29 +13,20 @@
 depends=('perl')
 url='http://search.cpan.org/dist/Test-Requires'
 
source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz;)
-md5sums=('339ec20fbbeaa904a968bdee629688a6')
+md5sums=('0d5da779609d0c8fa6f796b45ff8c6f3')
 
 build() {
   cd "$srcdir"/Test-Requires-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-PERL_AUTOINSTALL="--skipdeps"  \
-PERL_MM_OPT="INSTALLDIRS=vendor" DESTDIR='$pkgdir' \
-PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-MODULEBUILDRC=/dev/null
-
-  perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
   cd "$srcdir"/Test-Requires-$pkgver
-
   make test
 }
 
 package() {
   cd "$srcdir"/Test-Requires-$pkgver
-
   make DESTDIR="$pkgdir"/ install
 }


[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2015-10-04 Thread Giovanni Scafora
Date: Sunday, October 4, 2015 @ 10:46:36
  Author: giovanni
Revision: 248330

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 248329, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 248329, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-04 08:44:28 UTC (rev 248329)
+++ extra-i686/PKGBUILD 2015-10-04 08:46:36 UTC (rev 248330)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.70
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('511cc451a64b0c5051bd9167f37051a0')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e "/\$opts->{optimize} = '-O2 -g';/d" \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE="$CFLAGS"
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# 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;
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 248329, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-04 08:46:36 UTC (rev 248330)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.72
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url="http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('a740d7792dbac8ca8c4eb38d3b8fbd01')
+
+prepare() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  sed -i \
+  -e "/\$opts->{optimize} = '-O2 -g';/d" \
+  inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  export OPTIMIZE="$CFLAGS"
+  export OPENSSL_PREFIX=/usr
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+# 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;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-04 08:44:28 UTC (rev 248329)
+++ extra-x86_64/PKGBUILD   2015-10-04 08:46:36 UTC (rev 248330)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.70
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)

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

2015-10-04 Thread Felix Yan
Date: Sunday, October 4, 2015 @ 12:42:16
  Author: fyan
Revision: 142916

upgpkg: aria2 1.19.2-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 04:11:17 UTC (rev 142915)
+++ PKGBUILD2015-10-04 10:42:16 UTC (rev 142916)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.19.1
+pkgver=1.19.2
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
 checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-$pkgver.tar.xz;)
-sha256sums=('f731f64940ccfc78e8777190de354ba833fe248851b935d5d8885a7917fc101f')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
+sha256sums=('3605486dd495cd8c2f672b7d0b763397989d831396862f15730697ebcf0ad53e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2015-10-04 Thread Giovanni Scafora
Date: Sunday, October 4, 2015 @ 11:03:29
  Author: giovanni
Revision: 248332

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 248331, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 248331, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-04 09:02:48 UTC (rev 248331)
+++ extra-i686/PKGBUILD 2015-10-04 09:03:29 UTC (rev 248332)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.72
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('a740d7792dbac8ca8c4eb38d3b8fbd01')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e "/\$opts->{optimize} = '-O2 -g';/d" \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE="$CFLAGS"
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# 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;
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 248331, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-04 09:03:29 UTC (rev 248332)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.72
+pkgrel=2
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url="http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('a740d7792dbac8ca8c4eb38d3b8fbd01')
+
+prepare() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  sed -i \
+  -e "/\$opts->{optimize} = '-O2 -g';/d" \
+  inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  export OPTIMIZE="$CFLAGS"
+  export OPENSSL_PREFIX=/usr
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+# 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;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-04 09:02:48 UTC (rev 248331)
+++ extra-x86_64/PKGBUILD   2015-10-04 09:03:29 UTC (rev 248332)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.72
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)

[arch-commits] Commit in linux-lts/repos (14 files)

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 11:48:22
  Author: andyrtr
Revision: 248336

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 248335, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 248335, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 248335, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 248335, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 248335, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 248335, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 248335, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 248335, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 248335, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 248335, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 248335, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 248335, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/PKGBUILD|  290 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7562 +
 testing-i686/config.x86_64   | 7309 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  290 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7562 +
 testing-x86_64/config.x86_64 | 7309 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 12 files changed, 30446 insertions(+)

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


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

2015-10-04 Thread Felix Yan
Date: Sunday, October 4, 2015 @ 12:44:50
  Author: fyan
Revision: 142917

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 10:42:16 UTC (rev 142916)
+++ community-i686/PKGBUILD 2015-10-04 10:44:50 UTC (rev 142917)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.19.1
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-$pkgver.tar.xz;)
-sha256sums=('f731f64940ccfc78e8777190de354ba833fe248851b935d5d8885a7917fc101f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 142916, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 10:44:50 UTC (rev 142917)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.19.2
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
+sha256sums=('3605486dd495cd8c2f672b7d0b763397989d831396862f15730697ebcf0ad53e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 10:42:16 UTC (rev 142916)
+++ community-x86_64/PKGBUILD   2015-10-04 10:44:50 UTC (rev 142917)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.19.1
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-$pkgver.tar.xz;)

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

2015-10-04 Thread Giovanni Scafora
Date: Sunday, October 4, 2015 @ 11:20:10
  Author: giovanni
Revision: 248333

upgpkg: libass 0.13.0-1

upstream release

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 09:03:29 UTC (rev 248332)
+++ PKGBUILD2015-10-04 09:20:10 UTC (rev 248333)
@@ -3,23 +3,21 @@
 # Contributor: G_Syme 
 
 pkgname=libass
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="A portable library for SSA/ASS subtitles rendering"
 arch=('i686' 'x86_64')
 url="https://github.com/libass/libass/;
 license=('BSD')
-depends=('fribidi' 'fontconfig' 'enca')
+depends=('fribidi' 'fontconfig')
 makedepends=('pkg-config' 'yasm')
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('1b53e739ab389335ce46fd626777ec61')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8e6a506b4e5a637764183083421dc827')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./autogen.sh
   ./configure --prefix=/usr \
-  --enable-enca \
   --enable-harfbuzz \
   --enable-fontconfig
   make


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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 11:47:57
  Author: andyrtr
Revision: 248335

upgpkg: linux-lts 4.1.10-1

rebuild for 4.1.10

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 09:20:54 UTC (rev 248334)
+++ PKGBUILD2015-10-04 09:47:57 UTC (rev 248335)
@@ -4,8 +4,8 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.1
-pkgver=4.1.9
-pkgrel=2
+pkgver=4.1.10
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
 license=('GPL2')
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'9912a9ce6aa47d96c526214349daf439d05c59015270dc64e19b065b309be107'
+'929e210fe6dbd5dd26812c146630be14e979aae6c960a2feb39544babb8e73cb'
 'SKIP'
 'a3a17dec60161aa885c372a5edaa047f5e43044a66a5088e19392986eb8ea1a8'
 '70842d2c2bc56f4520bc021786e386634cb1b7adbfbdf704d048aefa65d59aa2'


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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 12:11:58
  Author: andyrtr
Revision: 248340

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 248339, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 248339, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 248339, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 248339, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 248339, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 248339, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   95 +
 staging-i686/dovecot.install |   10 +++
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   95 +
 staging-x86_64/dovecot.install   |   10 +++
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 212 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 248339, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-04 10:11:58 UTC (rev 248340)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.19
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/;
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('95591b6556413edc2f0b160fb469d04c'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib \
+   --with-bzlib \
+   --with-lzma \
+   --with-lz4 \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs #--help
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+   
+  # system user/group dovenull - 74
+  # system user/group dovecot  - 76
+  
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 248339, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2015-10-04 10:11:58 UTC (rev 248340)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> 

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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 12:11:48
  Author: andyrtr
Revision: 248339

upgpkg: dovecot 2.2.19-1

upstream update 2.2.19

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 10:06:54 UTC (rev 248338)
+++ PKGBUILD2015-10-04 10:11:48 UTC (rev 248339)
@@ -8,7 +8,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.18
+pkgver=2.2.19
 pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('1e42eb3b69544c447ad882d7858f3630'
+md5sums=('95591b6556413edc2f0b160fb469d04c'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 



[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2015-10-04 Thread Giovanni Scafora
Date: Sunday, October 4, 2015 @ 10:44:28
  Author: giovanni
Revision: 248329

upgpkg: perl-net-ssleay 1.72-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 07:33:04 UTC (rev 248328)
+++ PKGBUILD2015-10-04 08:44:28 UTC (rev 248329)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.70
+pkgver=1.72
 pkgrel=1
 pkgdesc="Perl extension for using OpenSSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('511cc451a64b0c5051bd9167f37051a0')
+md5sums=('a740d7792dbac8ca8c4eb38d3b8fbd01')
 
 prepare() {
   cd ${srcdir}/${_cpanname}-${pkgver}


[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2015-10-04 Thread Giovanni Scafora
Date: Sunday, October 4, 2015 @ 11:02:48
  Author: giovanni
Revision: 248331

upgpkg: perl-net-ssleay 1.72-2

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 08:46:36 UTC (rev 248330)
+++ PKGBUILD2015-10-04 09:02:48 UTC (rev 248331)
@@ -5,7 +5,7 @@
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
 pkgver=1.72
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl extension for using OpenSSL"
 arch=('i686' 'x86_64')
 license=('custom:BSD')


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

2015-10-04 Thread Giovanni Scafora
Date: Sunday, October 4, 2015 @ 11:20:54
  Author: giovanni
Revision: 248334

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-04 09:20:10 UTC (rev 248333)
+++ extra-i686/PKGBUILD 2015-10-04 09:20:54 UTC (rev 248334)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/;
-license=('BSD')
-depends=('fribidi' 'fontconfig' 'enca')
-makedepends=('pkg-config' 'yasm')
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('1b53e739ab389335ce46fd626777ec61')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-enca \
-  --enable-harfbuzz \
-  --enable-fontconfig
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libass/repos/extra-i686/PKGBUILD (from rev 248333, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-04 09:20:54 UTC (rev 248334)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8e6a506b4e5a637764183083421dc827')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-harfbuzz \
+  --enable-fontconfig
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-04 09:20:10 UTC (rev 248333)
+++ extra-x86_64/PKGBUILD   2015-10-04 09:20:54 UTC (rev 248334)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/;
-license=('BSD')
-depends=('fribidi' 'fontconfig' 'enca')
-makedepends=('pkg-config' 'yasm')
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('1b53e739ab389335ce46fd626777ec61')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-enca \
-  --enable-harfbuzz \
-  --enable-fontconfig
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 248333, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-04 09:20:54 UTC (rev 248334)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8e6a506b4e5a637764183083421dc827')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  

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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 12:06:43
  Author: andyrtr
Revision: 248337

upgpkg: tzdata 2015g-1

upstream update 2015g

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 09:48:22 UTC (rev 248336)
+++ PKGBUILD2015-10-04 10:06:43 UTC (rev 248337)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2015f
+pkgver=2015g
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('d86e6c9e4c6d9cd5de30762723d7a90ac697feeb6dd1f04649f6a35e4e1dc638261c32066db4aeafa767ac339ccd100c38dde044ceadd61e95cb3d39c27f977e'
+sha512sums=('ad7de0e3e8753861d260f0fcbcbca327516a4dc826f7659370a7fb979e6154f1a26b23d2609acf6e1790c8c59da0b76c42f4a94bf361409c1460f6a8ffa6f879'
   'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 


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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 12:06:54
  Author: andyrtr
Revision: 248338

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 248337, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 248337, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-10-04 10:06:54 UTC (rev 248338)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2015g
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha512sums=('ad7de0e3e8753861d260f0fcbcbca327516a4dc826f7659370a7fb979e6154f1a26b23d2609acf6e1790c8c59da0b76c42f4a94bf361409c1460f6a8ffa6f879'
+  'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


[arch-commits] Commit in libreoffice-fresh/repos (20 files)

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 09:31:08
  Author: andyrtr
Revision: 248327

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

Added:
  libreoffice-fresh/repos/testing-i686/PKGBUILD
(from rev 248326, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
(from rev 248326, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.install
(from rev 248326, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
(from rev 248326, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 248326, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 248326, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 248326, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.install
(from rev 248326, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 248326, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 248326, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/testing-i686/PKGBUILD
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff

-+
 /PKGBUILD   |  754 
++
 /libreoffice-fresh.csh  |   12 
 /libreoffice-fresh.install  |   26 
 /libreoffice-fresh.sh   |   12 
 /make-pyuno-work-with-system-wide-module-install.diff   |   88 +
 testing-i686/PKGBUILD   |  375 
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.install  |   13 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 testing-x86_64/PKGBUILD |  375 
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.install|   13 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 892 insertions(+), 888 deletions(-)

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


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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 09:33:04
  Author: andyrtr
Revision: 248328

add help files into future packages

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 07:31:08 UTC (rev 248327)
+++ PKGBUILD2015-10-04 07:33:04 UTC (rev 248328)
@@ -189,6 +189,7 @@
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib --mandir=/usr/share/man \
--with-lang="" \
+   --with-help \
--enable-crashdump \
--disable-avahi \
--enable-dbus \


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

2015-10-04 Thread Andreas Radke
Date: Sunday, October 4, 2015 @ 09:30:46
  Author: andyrtr
Revision: 248326

upgpkg: libreoffice-fresh 5.0.2-2

add missing en_US help files FS#46292

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 02:22:01 UTC (rev 248325)
+++ PKGBUILD2015-10-04 07:30:46 UTC (rev 248326)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.0.2.2
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -166,11 +166,12 @@
ARCH_FLAGS="$ARCH_FLAGS $i"
done
 
-   # qt4 fix
-   sed -i "s:qmake:qmake-qt4:g" configure.ac

# i686 build broken
[ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlimport/d' 
sw/Module_sw.mk
+
+   # qt4 fix
+   sed -i "s:qmake:qmake-qt4:g" configure.ac
 }
 
 build() {
@@ -189,6 +190,7 @@
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib --mandir=/usr/share/man \
--with-lang="" \
+   --with-help \
--enable-crashdump \
--disable-avahi \
--enable-dbus \


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 18:00:31
  Author: arodseth
Revision: 142921

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 142920, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-04 16:00:21 UTC (rev 142920)
+++ PKGBUILD2015-10-04 16:00:31 UTC (rev 142921)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.4.4
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('APACHE')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
-
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
-sha256sums=('a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console'
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # There are probably better ways to do this, but this works.
-  for f in "$pkgname-$pkgver/bin/"*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
-  done
-
-  cd "$pkgname-$pkgver/embeddable"
-  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Create the directories and package the files
-  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
-  cp bin/* "$pkgdir/usr/bin"
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 CLI-LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
-
-  # Package the desktop shortcut for Groovy Console
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# getver: -u 2 groovy-lang.org/download.html
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 142920, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-04 16:00:31 UTC (rev 142921)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.4.5
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('APACHE')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('87e8e9af1f718b84c9bca5a8c42425aadb9e97d8e4ad64e0c91f7c1454cd4caa'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console'
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # There are probably better ways to do this, but this works.
+  for f in "$pkgname-$pkgver/bin/"*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
+  done
+
+  cd "$pkgname-$pkgver/embeddable"
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* "$pkgdir/usr/bin"
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the license file
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Package 

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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 18:00:21
  Author: arodseth
Revision: 142920

upgpkg: groovy 2.4.5-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 15:20:55 UTC (rev 142919)
+++ PKGBUILD2015-10-04 16:00:21 UTC (rev 142920)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser 
 
 pkgname=groovy
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('gendesk')
 source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
 
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
-sha256sums=('a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c'
+sha256sums=('87e8e9af1f718b84c9bca5a8c42425aadb9e97d8e4ad64e0c91f7c1454cd4caa'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
@@ -45,9 +45,9 @@
   # Remove all DOS/Windows batch files
   find $pkgdir -name '*.bat' -exec rm {} \;
 
-  # Package the APACHE license
-  install -Dm644 CLI-LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
+  # Package the license file
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Package the desktop shortcut for Groovy Console
   install -Dm644 "$srcdir/$pkgname.desktop" \
@@ -56,5 +56,5 @@
 "$pkgdir/usr/share/pixmaps/$pkgname.png"
 }
 
-# getver: -u 2 groovy-lang.org/download.html
+# getver: groovy-lang.org/changelogs.html
 # vim:set ts=2 sw=2 et:


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:47:39
  Author: arodseth
Revision: 142933

upgpkg: python-pybox2d 2.3.0-1

Modified:
  python-pybox2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:36:01 UTC (rev 142932)
+++ PKGBUILD2015-10-04 17:47:39 UTC (rev 142933)
@@ -9,14 +9,14 @@
 arch=('x86_64' 'i686')
 url='https://github.com/pybox2d/pybox2d'
 license=('GPL')
-makedepends=('git' 'python2' 'swig2')
-source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=69b535a335")
+makedepends=('git' 'python2' 'swig')
+source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
 md5sums=('SKIP')
 
 build() {
   cd "$pkgbase"
 
-  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig-2
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
   python2 setup.py build
 }
 


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:47:51
  Author: arodseth
Revision: 142934

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 17:47:39 UTC (rev 142933)
+++ community-i686/PKGBUILD 2015-10-04 17:47:51 UTC (rev 142934)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-
-pkgbase=python-pybox2d
-pkgname=('python2-pybox2d')
-pkgver=370
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://code.google.com/p/pybox2d'
-license=('GPL')
-makedepends=('subversion' 'python2' 'swig')
-source=("$pkgbase::svn+http://pybox2d.googlecode.com/svn/trunk/;)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgbase"
-  
-  python2 setup.py build
-}
-
-package_python2-pybox2d() {
-  depends=('python2')
-  pkgdesc='Python wrapper for Box2D'
-
-  cd "$pkgbase"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fixes the warning about a missing dependency on python
-  sed -i 's:python:python2:g' \
-"$pkgdir/usr/lib/python2.7/site-packages/Box2D/__init__.py"
-}
-
-# vim: sw=2 ts=2 et:

Copied: python-pybox2d/repos/community-i686/PKGBUILD (from rev 142933, 
python-pybox2d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 17:47:51 UTC (rev 142934)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+
+pkgbase=python-pybox2d
+pkgname=('python2-pybox2d')
+pkgver=2.3.0
+pkgrel=1
+arch=('x86_64' 'i686')
+url='https://github.com/pybox2d/pybox2d'
+license=('GPL')
+makedepends=('git' 'python2' 'swig')
+source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgbase"
+
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
+  python2 setup.py build
+}
+
+package_python2-pybox2d() {
+  depends=('python2')
+  pkgdesc='Python wrapper for Box2D'
+
+  cd "$pkgbase"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fixes the warning about a missing dependency on python
+  sed -i 's:python:python2:g' \
+"$pkgdir/usr/lib/python2.7/site-packages/Box2D/__init__.py"
+}
+
+# vim: sw=2 ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 17:47:39 UTC (rev 142933)
+++ community-x86_64/PKGBUILD   2015-10-04 17:47:51 UTC (rev 142934)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-
-pkgbase=python-pybox2d
-pkgname=('python2-pybox2d')
-pkgver=370
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://code.google.com/p/pybox2d'
-license=('GPL')
-makedepends=('subversion' 'python2' 'swig')
-source=("$pkgbase::svn+http://pybox2d.googlecode.com/svn/trunk/;)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgbase"
-  
-  python2 setup.py build
-}
-
-package_python2-pybox2d() {
-  depends=('python2')
-  pkgdesc='Python wrapper for Box2D'
-
-  cd "$pkgbase"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fixes the warning about a missing dependency on python
-  sed -i 's:python:python2:g' \
-"$pkgdir/usr/lib/python2.7/site-packages/Box2D/__init__.py"
-}
-
-# vim: sw=2 ts=2 et:

Copied: python-pybox2d/repos/community-x86_64/PKGBUILD (from rev 142933, 
python-pybox2d/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-04 17:47:51 UTC (rev 142934)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+
+pkgbase=python-pybox2d
+pkgname=('python2-pybox2d')
+pkgver=2.3.0
+pkgrel=1
+arch=('x86_64' 'i686')
+url='https://github.com/pybox2d/pybox2d'
+license=('GPL')
+makedepends=('git' 'python2' 'swig')
+source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgbase"
+
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
+  python2 setup.py 

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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 17:20:42
  Author: arodseth
Revision: 142918

upgpkg: chuck 1.3.5.1-1

Modified:
  chuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 10:44:50 UTC (rev 142917)
+++ PKGBUILD2015-10-04 15:20:42 UTC (rev 142918)
@@ -7,7 +7,7 @@
 # Contributor: tardo 
 
 pkgname=chuck
-pkgver=1.3.5.0
+pkgver=1.3.5.1
 pkgrel=1
 pkgdesc='Concurrent, on-the-fly audio programming language'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 license=('GPL')
   depends=('gcc-libs' 'libsndfile' 'jack')
 source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
-sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266')
+sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
 
 build() {
   # Other build alternatives are: linux-alsa linux-oss osx win32
@@ -30,4 +30,5 @@
   cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
 }
 
+# getver: chuck.cs.princeton.edu/release
 # vim:set ts=2 sw=2 et:


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 17:20:55
  Author: arodseth
Revision: 142919

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 15:20:42 UTC (rev 142918)
+++ community-i686/PKGBUILD 2015-10-04 15:20:55 UTC (rev 142919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.5.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
-sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 142918, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 15:20:55 UTC (rev 142919)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.1
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
+sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 15:20:42 UTC (rev 142918)
+++ community-x86_64/PKGBUILD   2015-10-04 15:20:55 UTC (rev 142919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.5.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
-sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 142918, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-04 15:20:55 UTC (rev 142919)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 

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

2015-10-04 Thread Jan Steffens
Date: Sunday, October 4, 2015 @ 17:40:58
  Author: heftig
Revision: 248342

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

Added:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
(from rev 248341, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
(from rev 248341, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-i686/0003-Enable-subpixel-hinting.patch
(from rev 248341, freetype2/trunk/0003-Enable-subpixel-hinting.patch)
  freetype2/repos/extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 248341, 
freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch)
  freetype2/repos/extra-i686/PKGBUILD
(from rev 248341, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-i686/freetype2.install
(from rev 248341, freetype2/trunk/freetype2.install)
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
(from rev 248341, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 248341, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-x86_64/0003-Enable-subpixel-hinting.patch
(from rev 248341, freetype2/trunk/0003-Enable-subpixel-hinting.patch)
  freetype2/repos/extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 248341, 
freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch)
  freetype2/repos/extra-x86_64/PKGBUILD
(from rev 248341, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-x86_64/freetype2.install
(from rev 248341, freetype2/trunk/freetype2.install)
Deleted:
  freetype2/repos/extra-i686/PKGBUILD
  freetype2/repos/extra-i686/env_FT2_SUBPIXEL_HINTING.diff
  freetype2/repos/extra-i686/fix-clipping.patch
  freetype2/repos/extra-i686/freetype-2.2.1-enable-valid.patch
  freetype2/repos/extra-i686/freetype-2.5.1-enable-sph.patch
  freetype2/repos/extra-i686/freetype-2.5.1-enable-spr.patch
  freetype2/repos/extra-i686/freetype2.install
  freetype2/repos/extra-x86_64/PKGBUILD
  freetype2/repos/extra-x86_64/env_FT2_SUBPIXEL_HINTING.diff
  freetype2/repos/extra-x86_64/fix-clipping.patch
  freetype2/repos/extra-x86_64/freetype-2.2.1-enable-valid.patch
  freetype2/repos/extra-x86_64/freetype-2.5.1-enable-sph.patch
  freetype2/repos/extra-x86_64/freetype-2.5.1-enable-spr.patch
  freetype2/repos/extra-x86_64/freetype2.install

---+
 /PKGBUILD |  110 ++
 /freetype2.install|   16 +
 extra-i686/0001-Enable-table-validation-modules.patch |   34 +++
 extra-i686/0002-Enable-subpixel-rendering.patch   |   25 ++
 extra-i686/0003-Enable-subpixel-hinting.patch |   25 ++
 extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch   |   31 ++
 extra-i686/PKGBUILD   |   60 -
 extra-i686/env_FT2_SUBPIXEL_HINTING.diff  |   18 -
 extra-i686/fix-clipping.patch |   25 --
 extra-i686/freetype-2.2.1-enable-valid.patch  |   20 -
 extra-i686/freetype-2.5.1-enable-sph.patch|   13 -
 extra-i686/freetype-2.5.1-enable-spr.patch|   13 -
 extra-i686/freetype2.install  |8 
 extra-x86_64/0001-Enable-table-validation-modules.patch   |   34 +++
 extra-x86_64/0002-Enable-subpixel-rendering.patch |   25 ++
 extra-x86_64/0003-Enable-subpixel-hinting.patch   |   25 ++
 extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch |   31 ++
 extra-x86_64/PKGBUILD |   60 -
 extra-x86_64/env_FT2_SUBPIXEL_HINTING.diff|   18 -
 extra-x86_64/fix-clipping.patch   |   25 --
 extra-x86_64/freetype-2.2.1-enable-valid.patch|   20 -
 extra-x86_64/freetype-2.5.1-enable-sph.patch  |   13 -
 extra-x86_64/freetype-2.5.1-enable-spr.patch  |   13 -
 extra-x86_64/freetype2.install|8 
 24 files changed, 356 insertions(+), 314 deletions(-)

Copied: freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch 
(from rev 248341, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- extra-i686/0001-Enable-table-validation-modules.patch   
(rev 0)
+++ extra-i686/0001-Enable-table-validation-modules.patch   2015-10-04 
15:40:58 UTC (rev 248342)
@@ -0,0 +1,34 @@
+From 27f765b5f41638de36de728e9018a1400b0be615 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 

[arch-commits] Commit in freetype2/trunk (10 files)

2015-10-04 Thread Jan Steffens
Date: Sunday, October 4, 2015 @ 17:39:53
  Author: heftig
Revision: 248341

2.6.1

Added:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
(from rev 248340, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/trunk/0002-Enable-subpixel-rendering.patch
(from rev 248340, freetype2/trunk/freetype-2.5.1-enable-spr.patch)
  freetype2/trunk/0003-Enable-subpixel-hinting.patch
(from rev 248340, freetype2/trunk/freetype-2.5.1-enable-sph.patch)
  freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 248340, freetype2/trunk/env_FT2_SUBPIXEL_HINTING.diff)
Modified:
  freetype2/trunk/PKGBUILD
Deleted:
  freetype2/trunk/env_FT2_SUBPIXEL_HINTING.diff
  freetype2/trunk/fix-clipping.patch
  freetype2/trunk/freetype-2.2.1-enable-valid.patch
  freetype2/trunk/freetype-2.5.1-enable-sph.patch
  freetype2/trunk/freetype-2.5.1-enable-spr.patch

--+
 0001-Enable-table-validation-modules.patch   |   34 
 0002-Enable-subpixel-rendering.patch |   25 +++
 0003-Enable-subpixel-hinting.patch   |   25 +++
 0004-Mask-subpixel-hinting-with-an-env-var.patch |   31 ++
 PKGBUILD |   35 +
 env_FT2_SUBPIXEL_HINTING.diff|   18 --
 fix-clipping.patch   |   25 ---
 freetype-2.2.1-enable-valid.patch|   20 
 freetype-2.5.1-enable-sph.patch  |   13 ---
 freetype-2.5.1-enable-spr.patch  |   13 ---
 10 files changed, 130 insertions(+), 109 deletions(-)

Copied: freetype2/trunk/0001-Enable-table-validation-modules.patch (from rev 
248340, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
===
--- 0001-Enable-table-validation-modules.patch  (rev 0)
+++ 0001-Enable-table-validation-modules.patch  2015-10-04 15:39:53 UTC (rev 
248341)
@@ -0,0 +1,34 @@
+From 27f765b5f41638de36de728e9018a1400b0be615 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/4] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index 2984e51..a5db21d 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.6.0
+

Copied: freetype2/trunk/0002-Enable-subpixel-rendering.patch (from rev 248340, 
freetype2/trunk/freetype-2.5.1-enable-spr.patch)
===
--- 0002-Enable-subpixel-rendering.patch(rev 0)
+++ 0002-Enable-subpixel-rendering.patch2015-10-04 15:39:53 UTC (rev 
248341)
@@ -0,0 +1,25 @@
+From 27d96091b2bb0a825cbd62a332ef918f39c6126f Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/4] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 4970945..ab407e3 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/
+-- 
+2.6.0
+

Copied: freetype2/trunk/0003-Enable-subpixel-hinting.patch (from rev 248340, 
freetype2/trunk/freetype-2.5.1-enable-sph.patch)
===
--- 0003-Enable-subpixel-hinting.patch  (rev 0)
+++ 0003-Enable-subpixel-hinting.patch  2015-10-04 15:39:53 UTC (rev 248341)
@@ -0,0 +1,25 @@
+From f96a1d21d787b173d6293330fbf782b977194aa7 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:57 +0200
+Subject: [PATCH 3/4] Enable subpixel 

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

2015-10-04 Thread Bartłomiej Piotrowski
Date: Sunday, October 4, 2015 @ 18:16:35
  Author: bpiotrowski
Revision: 248344

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-04 16:16:19 UTC (rev 248343)
+++ extra-i686/PKGBUILD 2015-10-04 16:16:35 UTC (rev 248344)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2' 'fontconfig')
-makedepends=('apache-ant' 'git')
-optdepends=('java-environment: for BD-J library')
-#source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-source=("git://git.videolan.org/libbluray.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname install
-}

Copied: libbluray/repos/extra-i686/PKGBUILD (from rev 248343, 
libbluray/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-04 16:16:35 UTC (rev 248344)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+makedepends=('apache-ant')
+optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('a4e8077b9fd82349c767cef2ba9bd750')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-04 16:16:19 UTC (rev 248343)
+++ extra-x86_64/PKGBUILD   2015-10-04 16:16:35 UTC (rev 248344)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2' 'fontconfig')
-makedepends=('apache-ant' 'git')
-optdepends=('java-environment: for BD-J library')
-#source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-source=("git://git.videolan.org/libbluray.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname install
-}

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 248343, 
libbluray/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-04 16:16:35 UTC (rev 248344)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+makedepends=('apache-ant')
+optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('a4e8077b9fd82349c767cef2ba9bd750')
+
+build() {
+  cd 

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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:01:31
  Author: arodseth
Revision: 142928

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

Added:
  prelink/repos/community-i686/PKGBUILD
(from rev 142927, prelink/trunk/PKGBUILD)
  prelink/repos/community-i686/prelink.conf
(from rev 142927, prelink/trunk/prelink.conf)
  prelink/repos/community-i686/prelink.sh
(from rev 142927, prelink/trunk/prelink.sh)
  prelink/repos/community-x86_64/PKGBUILD
(from rev 142927, prelink/trunk/PKGBUILD)
  prelink/repos/community-x86_64/prelink.conf
(from rev 142927, prelink/trunk/prelink.conf)
  prelink/repos/community-x86_64/prelink.sh
(from rev 142927, prelink/trunk/prelink.sh)
Deleted:
  prelink/repos/community-i686/PKGBUILD
  prelink/repos/community-i686/prelink.conf
  prelink/repos/community-x86_64/PKGBUILD
  prelink/repos/community-x86_64/prelink.conf

---+
 /PKGBUILD |   92 
 /prelink.conf |   86 +
 community-i686/PKGBUILD   |   39 
 community-i686/prelink.conf   |   43 --
 community-i686/prelink.sh |2 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/prelink.conf |   43 --
 community-x86_64/prelink.sh   |2 
 8 files changed, 182 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 17:01:17 UTC (rev 142927)
+++ community-i686/PKGBUILD 2015-10-04 17:01:31 UTC (rev 142928)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Juergen Hoetzel 
-# Contributor: Rouslan Solomakhin 
-
-pkgname=prelink
-pkgver=20130503
-pkgrel=4
-pkgdesc='ELF prelinking utility to speed up dynamic linking'
-arch=('x86_64' 'i686')
-url='http://people.redhat.com/jakub/prelink/'
-license=('GPL')
-depends=('elfutils')
-makedepends=('elfutils' 'libtool')
-backup=('etc/prelink.conf')
-source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
-'prelink.conf')
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-'a149b15b3b4f4ebf931b606e560289fa0a00a08f32855dc1c743485fec704381')
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin \
---disable-static --with-gnu-ld
-  make
-}
-
-check() {
-  make -C "$pkgname" check
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  install -Dm644 prelink.conf "$pkgdir/etc/prelink.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: prelink/repos/community-i686/PKGBUILD (from rev 142927, 
prelink/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 17:01:31 UTC (rev 142928)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Rouslan Solomakhin 
+
+pkgname=prelink
+pkgver=20130503
+pkgrel=5
+pkgdesc='ELF prelinking utility to speed up dynamic linking'
+arch=('x86_64' 'i686')
+url='http://people.redhat.com/jakub/prelink/'
+license=('GPL')
+depends=('elfutils')
+makedepends=('elfutils' 'libtool')
+backup=('etc/prelink.conf')
+source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
+'prelink.conf'
+'prelink.sh')
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
+'a149b15b3b4f4ebf931b606e560289fa0a00a08f32855dc1c743485fec704381'
+'c1a18338a8dab4fe64078e8e68a741618a68f54161b76cc2cef17311613dc92c')
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin \
+--disable-static --with-gnu-ld
+  make
+}
+
+check() {
+  # Make check fails, but prelink is needed for wine to work properly.
+  make -C "$pkgname" check || true
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+  install -Dm644 prelink.conf "$pkgdir/etc/prelink.conf"
+
+  # Workaround for FS#46155
+  mv "$pkgdir/usr/bin/prelink" "$pkgdir/usr/bin/prelink.elf"
+  install -Dm755 prelink.sh "$pkgdir/usr/bin/prelink"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/prelink.conf
===
--- community-i686/prelink.conf 2015-10-04 17:01:17 UTC (rev 142927)
+++ community-i686/prelink.conf 2015-10-04 17:01:31 UTC (rev 142928)
@@ -1,43 +0,0 @@
-# From: https://wiki.archlinux.org/index.php/Talk:Prelink
-# See also: FS#40579 and FS#44727
-
-# System
-/usr/lib
-/usr/lib32
-/usr/bin
-
-# Not using prelink for the 

[arch-commits] Commit in prelink/trunk (prelink.sh)

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:01:11
  Author: arodseth
Revision: 142926

Fix for FS#46155

Added:
  prelink/trunk/prelink.sh

+
 prelink.sh |2 ++
 1 file changed, 2 insertions(+)

Added: prelink.sh
===
--- prelink.sh  (rev 0)
+++ prelink.sh  2015-10-04 17:01:11 UTC (rev 142926)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/prelink.elf "$@"


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:01:17
  Author: arodseth
Revision: 142927

upgpkg: prelink 20130503-5

Modified:
  prelink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:01:11 UTC (rev 142926)
+++ PKGBUILD2015-10-04 17:01:17 UTC (rev 142927)
@@ -6,7 +6,7 @@
 
 pkgname=prelink
 pkgver=20130503
-pkgrel=4
+pkgrel=5
 pkgdesc='ELF prelinking utility to speed up dynamic linking'
 arch=('x86_64' 'i686')
 url='http://people.redhat.com/jakub/prelink/'
@@ -15,9 +15,11 @@
 makedepends=('elfutils' 'libtool')
 backup=('etc/prelink.conf')
 source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
-'prelink.conf')
+'prelink.conf'
+'prelink.sh')
 sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-'a149b15b3b4f4ebf931b606e560289fa0a00a08f32855dc1c743485fec704381')
+'a149b15b3b4f4ebf931b606e560289fa0a00a08f32855dc1c743485fec704381'
+'c1a18338a8dab4fe64078e8e68a741618a68f54161b76cc2cef17311613dc92c')
 
 build() {
   cd "$pkgname"
@@ -28,12 +30,17 @@
 }
 
 check() {
-  make -C "$pkgname" check
+  # Make check fails, but prelink is needed for wine to work properly.
+  make -C "$pkgname" check || true
 }
 
 package() {
   make -C "$pkgname" DESTDIR="$pkgdir" install
   install -Dm644 prelink.conf "$pkgdir/etc/prelink.conf"
+
+  # Workaround for FS#46155
+  mv "$pkgdir/usr/bin/prelink" "$pkgdir/usr/bin/prelink.elf"
+  install -Dm755 prelink.sh "$pkgdir/usr/bin/prelink"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:21:25
  Author: arodseth
Revision: 142929

upgpkg: catfish 1.3.2-2

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:01:31 UTC (rev 142928)
+++ PKGBUILD2015-10-04 17:21:25 UTC (rev 142929)
@@ -6,13 +6,13 @@
 
 pkgname=catfish
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install="$pkgname.install"
-depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
+depends=('gtk3' 'python2-gobject' 'python2-xdg' 'xdg-utils' 'python2-pexpect')
 makedepends=('intltool')
 optdepends=('zeitgeist: integration with zeitgeist'
 'findutils: filename search'
@@ -26,6 +26,7 @@
 prepare() {
   cd "$pkgname-$pkgver"
 
+  sed -i '1s|python|python2|' {bin,catfish,catfish_lib}/*.py build.py
   sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
 }
 
@@ -32,7 +33,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --python=python2
   make
 }
 


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:21:34
  Author: arodseth
Revision: 142930

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   97 +++---
 catfish.install |   28 +++
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-04 17:21:25 UTC (rev 142929)
+++ PKGBUILD2015-10-04 17:21:34 UTC (rev 142930)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-
-pkgname=catfish
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
-makedepends=('intltool')
-optdepends=('zeitgeist: integration with zeitgeist'
-'findutils: filename search'
-'mlocate: filename search'
-'tracker: fulltext search'
-'strigi: fulltext search'
-'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: -u 5 launchpad.net/catfish-search
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 142929, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-04 17:21:34 UTC (rev 142930)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+
+pkgname=catfish
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('gtk3' 'python2-gobject' 'python2-xdg' 'xdg-utils' 'python2-pexpect')
+makedepends=('intltool')
+optdepends=('zeitgeist: integration with zeitgeist'
+'findutils: filename search'
+'mlocate: filename search'
+'tracker: fulltext search'
+'strigi: fulltext search'
+'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i '1s|python|python2|' {bin,catfish,catfish_lib}/*.py build.py
+  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --python=python2
+  make
+}
+
+package () {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: -u 5 launchpad.net/catfish-search
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2015-10-04 17:21:25 UTC (rev 142929)
+++ catfish.install 2015-10-04 17:21:34 UTC (rev 142930)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 142929, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2015-10-04 17:21:34 UTC (rev 142930)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'NOTE: One of the file search engines must be 

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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:36:01
  Author: arodseth
Revision: 142932

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

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

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   45 -
 community-x86_64/PKGBUILD |   45 -
 3 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 17:35:49 UTC (rev 142931)
+++ community-i686/PKGBUILD 2015-10-04 17:36:01 UTC (rev 142932)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-# Contributor: Jon Gjengset 
-
-pkgname=lorcon
-pkgver=2.0.0.20091101
-pkgrel=1
-epoch=1
-pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('git')
-source=('git+https://code.google.com/p/lorcon/')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-i686/PKGBUILD (from rev 142931, 
lorcon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 17:36:01 UTC (rev 142932)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: fnord0 [fnord0  riseup  net]
+# Contributor: dninja 
+# Contributor: Jon Gjengset 
+
+pkgname=lorcon
+# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
+pkgver=2.0.0.20091101
+pkgrel=2
+epoch=1
+pkgdesc='Generic library for injecting 802.11 frames'
+url='http://802.11ninja.net/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('libpcap')
+makedepends=('git')
+source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
+  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
+  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
+  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
+  echo "$major.$minor.$tiny.$version"
+}
+
+prepare() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 17:35:49 UTC (rev 142931)
+++ community-x86_64/PKGBUILD   2015-10-04 17:36:01 UTC (rev 142932)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-# Contributor: Jon Gjengset 
-
-pkgname=lorcon
-pkgver=2.0.0.20091101
-pkgrel=1
-epoch=1
-pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('git')
-source=('git+https://code.google.com/p/lorcon/')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: 

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

2015-10-04 Thread Bartłomiej Piotrowski
Date: Sunday, October 4, 2015 @ 18:16:19
  Author: bpiotrowski
Revision: 248343

upgpkg: libbluray 0.9.0-1

new upstream release

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 15:40:58 UTC (rev 248342)
+++ PKGBUILD2015-10-04 16:16:19 UTC (rev 248343)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Cook 
 
 pkgname=libbluray
-pkgver=0.8.1
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=('i686' 'x86_64')
@@ -13,8 +13,9 @@
 depends=('libxml2' 'freetype2' 'fontconfig')
 makedepends=('apache-ant')
 optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
 
source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('c7a89966ad091fa6075a58d31a698e70')
+md5sums=('a4e8077b9fd82349c767cef2ba9bd750')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 18:08:24
  Author: arodseth
Revision: 142923

archrelease: copy trunk to community-any

Added:
  groovy-docs/repos/community-any/PKGBUILD
(from rev 142922, groovy-docs/trunk/PKGBUILD)
Deleted:
  groovy-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-04 16:08:17 UTC (rev 142922)
+++ PKGBUILD2015-10-04 16:08:24 UTC (rev 142923)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: bruce 
-
-pkgname=groovy-docs
-pkgver=2.4.4
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy.codehaus.org/'
-license=('APACHE')
-arch=('any')
-source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
-sha256sums=('ba9d9ab07b0039472a9e5c6dbfe8472c57249952ff8953cb692bb5e2c629a8e4')
-
-package() {
-  cd "groovy-$pkgver"
-
-  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
-  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
-  find "$pkgdir" -type f -exec chmod -x {} \;
-}
-
-# getver: -u 2 groovy-lang.org/download.html
-# vim:set ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 142922, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-04 16:08:24 UTC (rev 142923)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: bruce 
+
+pkgname=groovy-docs
+pkgver=2.4.5
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy.codehaus.org/'
+license=('APACHE')
+arch=('any')
+source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
+sha256sums=('5bd97269d7c379c475f00996ca828ee2ab3f802985d9db061981b310e33e0877')
+
+package() {
+  cd "groovy-$pkgver"
+
+  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
+  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
+  find "$pkgdir" -type f -exec chmod -x {} \;
+}
+
+# getver: groovy-lang.org/changelogs.html
+# vim:set ts=2 sw=2 et:


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 18:08:17
  Author: arodseth
Revision: 142922

upgpkg: groovy-docs 2.4.5-1

Modified:
  groovy-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 16:00:31 UTC (rev 142921)
+++ PKGBUILD2015-10-04 16:08:17 UTC (rev 142922)
@@ -3,7 +3,7 @@
 # Contributor: bruce 
 
 pkgname=groovy-docs
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc='Documentation for the Groovy programming language'
 url='http://groovy.codehaus.org/'
@@ -10,7 +10,7 @@
 license=('APACHE')
 arch=('any')
 source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
-sha256sums=('ba9d9ab07b0039472a9e5c6dbfe8472c57249952ff8953cb692bb5e2c629a8e4')
+sha256sums=('5bd97269d7c379c475f00996ca828ee2ab3f802985d9db061981b310e33e0877')
 
 package() {
   cd "groovy-$pkgver"
@@ -20,5 +20,5 @@
   find "$pkgdir" -type f -exec chmod -x {} \;
 }
 
-# getver: -u 2 groovy-lang.org/download.html
+# getver: groovy-lang.org/changelogs.html
 # vim:set ts=2 sw=2 et:


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

2015-10-04 Thread Jonathan Steel
Date: Sunday, October 4, 2015 @ 18:50:30
  Author: jsteel
Revision: 142924

upgpkg: mednafen 0.9.38.7-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 16:08:24 UTC (rev 142923)
+++ PKGBUILD2015-10-04 16:50:30 UTC (rev 142924)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=0.9.38.6
+pkgver=0.9.38.7
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="http://mednafen.fobby.net;
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8aa26ff02c9552beeb93d90cbcea3eb')
+md5sums=('e49c6b4c0c8278bc01c63cba9b54498c')
 
 build() {
   cd $pkgname


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

2015-10-04 Thread Jonathan Steel
Date: Sunday, October 4, 2015 @ 18:50:50
  Author: jsteel
Revision: 142925

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 16:50:30 UTC (rev 142924)
+++ community-i686/PKGBUILD 2015-10-04 16:50:50 UTC (rev 142925)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.38.6
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.fobby.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8aa26ff02c9552beeb93d90cbcea3eb')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 142924, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 16:50:50 UTC (rev 142925)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.38.7
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.fobby.net;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('e49c6b4c0c8278bc01c63cba9b54498c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 16:50:30 UTC (rev 142924)
+++ community-x86_64/PKGBUILD   2015-10-04 16:50:50 UTC (rev 142925)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.38.6
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.fobby.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8aa26ff02c9552beeb93d90cbcea3eb')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 142924, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-04 16:50:50 UTC (rev 142925)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian 

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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:35:49
  Author: arodseth
Revision: 142931

upgpkg: lorcon 1:2.0.0.20091101-2

Modified:
  lorcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:21:34 UTC (rev 142930)
+++ PKGBUILD2015-10-04 17:35:49 UTC (rev 142931)
@@ -6,8 +6,9 @@
 # Contributor: Jon Gjengset 
 
 pkgname=lorcon
+# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
 pkgver=2.0.0.20091101
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Generic library for injecting 802.11 frames'
 url='http://802.11ninja.net/'
@@ -15,7 +16,7 @@
 arch=('x86_64' 'i686')
 depends=('libpcap')
 makedepends=('git')
-source=('git+https://code.google.com/p/lorcon/')
+source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
 md5sums=('SKIP')
 
 pkgver() {


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

2015-10-04 Thread Jan Steffens
Date: Sunday, October 4, 2015 @ 19:51:45
  Author: heftig
Revision: 142935

3.18.0

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:47:51 UTC (rev 142934)
+++ PKGBUILD2015-10-04 17:51:45 UTC (rev 142935)
@@ -4,17 +4,17 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.16.2
+pkgver=3.18.0
 pkgrel=1
 pkgdesc='Simple scanning utility'
 arch=('i686' 'x86_64')
 url='http://launchpad.net/simple-scan'
 license=('GPL3')
-depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgudev')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgusb' 
'packagekit')
 makedepends=('yelp-tools' 'intltool' 'vala')
 install=$pkgname.install
 
source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('1c6727591813e7fd44da932adbae226001ce3a7b8f1a162c9b19d1dc630d7402')
+sha256sums=('f4a5f5e48f8ef171e91ae12213d0628e95a8f1bf579e7c7977c5f41b20891327')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-04 Thread Antonio Rojas
Date: Sunday, October 4, 2015 @ 22:17:39
  Author: arojas
Revision: 248348

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

Added:
  baloo-widgets/repos/extra-i686/PKGBUILD
(from rev 248347, baloo-widgets/trunk/PKGBUILD)
  baloo-widgets/repos/extra-x86_64/PKGBUILD
(from rev 248347, baloo-widgets/trunk/PKGBUILD)
Deleted:
  baloo-widgets/repos/extra-i686/PKGBUILD
  baloo-widgets/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-04 20:15:31 UTC (rev 248347)
+++ extra-i686/PKGBUILD 2015-10-04 20:17:39 UTC (rev 248348)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://projects.kde.org/baloo-widgets'
-license=(LGPL)
-depends=(baloo kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('8be76053816d783e41c1975c8ec85219')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/extra-i686/PKGBUILD (from rev 248347, 
baloo-widgets/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-04 20:17:39 UTC (rev 248348)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=15.08.1
+pkgrel=2
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('8be76053816d783e41c1975c8ec85219')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-04 20:15:31 UTC (rev 248347)
+++ extra-x86_64/PKGBUILD   2015-10-04 20:17:39 UTC (rev 248348)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://projects.kde.org/baloo-widgets'
-license=(LGPL)
-depends=(baloo kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('8be76053816d783e41c1975c8ec85219')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/extra-x86_64/PKGBUILD (from rev 248347, 
baloo-widgets/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-04 20:17:39 UTC (rev 248348)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=15.08.1
+pkgrel=2
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('8be76053816d783e41c1975c8ec85219')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2015-10-04 Thread Jan Steffens
Date: Sunday, October 4, 2015 @ 19:52:20
  Author: heftig
Revision: 142936

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

Added:
  simple-scan/repos/community-testing-i686/
  simple-scan/repos/community-testing-i686/PKGBUILD
(from rev 142935, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-testing-i686/simple-scan.install
(from rev 142935, simple-scan/trunk/simple-scan.install)
  simple-scan/repos/community-testing-x86_64/
  simple-scan/repos/community-testing-x86_64/PKGBUILD
(from rev 142935, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-testing-x86_64/simple-scan.install
(from rev 142935, simple-scan/trunk/simple-scan.install)

--+
 community-testing-i686/PKGBUILD  |   30 +
 community-testing-i686/simple-scan.install   |   18 +++
 community-testing-x86_64/PKGBUILD|   30 +
 community-testing-x86_64/simple-scan.install |   18 +++
 4 files changed, 96 insertions(+)

Copied: simple-scan/repos/community-testing-i686/PKGBUILD (from rev 142935, 
simple-scan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-04 17:52:20 UTC (rev 142936)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='Simple scanning utility'
+arch=('i686' 'x86_64')
+url='http://launchpad.net/simple-scan'
+license=('GPL3')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgusb' 
'packagekit')
+makedepends=('yelp-tools' 'intltool' 'vala')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4a5f5e48f8ef171e91ae12213d0628e95a8f1bf579e7c7977c5f41b20891327')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: simple-scan/repos/community-testing-i686/simple-scan.install (from rev 
142935, simple-scan/trunk/simple-scan.install)
===
--- community-testing-i686/simple-scan.install  (rev 0)
+++ community-testing-i686/simple-scan.install  2015-10-04 17:52:20 UTC (rev 
142936)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.1.3) < 0 )); then
+usr/sbin/gconfpkg --uninstall simple-scan
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: simple-scan/repos/community-testing-x86_64/PKGBUILD (from rev 142935, 
simple-scan/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-10-04 17:52:20 UTC (rev 142936)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='Simple scanning utility'
+arch=('i686' 'x86_64')
+url='http://launchpad.net/simple-scan'
+license=('GPL3')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgusb' 
'packagekit')
+makedepends=('yelp-tools' 'intltool' 'vala')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4a5f5e48f8ef171e91ae12213d0628e95a8f1bf579e7c7977c5f41b20891327')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: simple-scan/repos/community-testing-x86_64/simple-scan.install (from 
rev 142935, simple-scan/trunk/simple-scan.install)
===
--- community-testing-x86_64/simple-scan.install
(rev 0)
+++ community-testing-x86_64/simple-scan.install2015-10-04 17:52:20 UTC 
(rev 142936)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.1.3) < 0 )); then
+usr/sbin/gconfpkg --uninstall simple-scan
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:53:01
  Author: arodseth
Revision: 142937

upgpkg: python-pybox2d 1:2.3.0-1

Modified:
  python-pybox2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:52:20 UTC (rev 142936)
+++ PKGBUILD2015-10-04 17:53:01 UTC (rev 142937)
@@ -6,6 +6,7 @@
 pkgname=('python2-pybox2d')
 pkgver=2.3.0
 pkgrel=1
+epoch=1
 arch=('x86_64' 'i686')
 url='https://github.com/pybox2d/pybox2d'
 license=('GPL')


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

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:53:13
  Author: arodseth
Revision: 142938

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 17:53:01 UTC (rev 142937)
+++ community-i686/PKGBUILD 2015-10-04 17:53:13 UTC (rev 142938)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-
-pkgbase=python-pybox2d
-pkgname=('python2-pybox2d')
-pkgver=2.3.0
-pkgrel=1
-arch=('x86_64' 'i686')
-url='https://github.com/pybox2d/pybox2d'
-license=('GPL')
-makedepends=('git' 'python2' 'swig')
-source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgbase"
-
-  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
-  python2 setup.py build
-}
-
-package_python2-pybox2d() {
-  depends=('python2')
-  pkgdesc='Python wrapper for Box2D'
-
-  cd "$pkgbase"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fixes the warning about a missing dependency on python
-  sed -i 's:python:python2:g' \
-"$pkgdir/usr/lib/python2.7/site-packages/Box2D/__init__.py"
-}
-
-# vim: sw=2 ts=2 et:

Copied: python-pybox2d/repos/community-i686/PKGBUILD (from rev 142937, 
python-pybox2d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 17:53:13 UTC (rev 142938)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+
+pkgbase=python-pybox2d
+pkgname=('python2-pybox2d')
+pkgver=2.3.0
+pkgrel=1
+epoch=1
+arch=('x86_64' 'i686')
+url='https://github.com/pybox2d/pybox2d'
+license=('GPL')
+makedepends=('git' 'python2' 'swig')
+source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgbase"
+
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
+  python2 setup.py build
+}
+
+package_python2-pybox2d() {
+  depends=('python2')
+  pkgdesc='Python wrapper for Box2D'
+
+  cd "$pkgbase"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fixes the warning about a missing dependency on python
+  sed -i 's:python:python2:g' \
+"$pkgdir/usr/lib/python2.7/site-packages/Box2D/__init__.py"
+}
+
+# vim: sw=2 ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 17:53:01 UTC (rev 142937)
+++ community-x86_64/PKGBUILD   2015-10-04 17:53:13 UTC (rev 142938)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-
-pkgbase=python-pybox2d
-pkgname=('python2-pybox2d')
-pkgver=2.3.0
-pkgrel=1
-arch=('x86_64' 'i686')
-url='https://github.com/pybox2d/pybox2d'
-license=('GPL')
-makedepends=('git' 'python2' 'swig')
-source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgbase"
-
-  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
-  python2 setup.py build
-}
-
-package_python2-pybox2d() {
-  depends=('python2')
-  pkgdesc='Python wrapper for Box2D'
-
-  cd "$pkgbase"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fixes the warning about a missing dependency on python
-  sed -i 's:python:python2:g' \
-"$pkgdir/usr/lib/python2.7/site-packages/Box2D/__init__.py"
-}
-
-# vim: sw=2 ts=2 et:

Copied: python-pybox2d/repos/community-x86_64/PKGBUILD (from rev 142937, 
python-pybox2d/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-04 17:53:13 UTC (rev 142938)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+
+pkgbase=python-pybox2d
+pkgname=('python2-pybox2d')
+pkgver=2.3.0
+pkgrel=1
+epoch=1
+arch=('x86_64' 'i686')
+url='https://github.com/pybox2d/pybox2d'
+license=('GPL')
+makedepends=('git' 'python2' 'swig')

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

2015-10-04 Thread Antonio Rojas
Date: Sunday, October 4, 2015 @ 22:15:31
  Author: arojas
Revision: 248347

Replace baloo4-widgets for users that haven't updated in a long time (FS#46226)

Modified:
  baloo-widgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:03:59 UTC (rev 248346)
+++ PKGBUILD2015-10-04 20:15:31 UTC (rev 248347)
@@ -4,7 +4,7 @@
 
 pkgname=baloo-widgets
 pkgver=15.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Widgets for Baloo"
 arch=(i686 x86_64)
 url='https://projects.kde.org/baloo-widgets'
@@ -11,6 +11,7 @@
 license=(LGPL)
 depends=(baloo kdelibs4support)
 makedepends=(extra-cmake-modules kdoctools)
+replaces=(baloo4-widgets)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('8be76053816d783e41c1975c8ec85219')
 


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

2015-10-04 Thread Antonio Rojas
Date: Sunday, October 4, 2015 @ 22:34:52
  Author: arojas
Revision: 248354

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

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 248353, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime-bug338658.patch
(from rev 248353, kdepim-runtime/trunk/kdepim-runtime-bug338658.patch)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 248353, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 248353, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime-bug338658.patch
(from rev 248353, kdepim-runtime/trunk/kdepim-runtime-bug338658.patch)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 248353, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime-bug338658.patch
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime-bug338658.patch
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

-+
 /PKGBUILD   |  102 +++
 /kdepim-runtime-bug338658.patch |  362 ++
 /kdepim-runtime.install |   26 +
 extra-i686/PKGBUILD |   47 ---
 extra-i686/kdepim-runtime-bug338658.patch   |  181 -
 extra-i686/kdepim-runtime.install   |   13 
 extra-x86_64/PKGBUILD   |   47 ---
 extra-x86_64/kdepim-runtime-bug338658.patch |  181 -
 extra-x86_64/kdepim-runtime.install |   13 
 9 files changed, 490 insertions(+), 482 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-04 20:32:46 UTC (rev 248353)
+++ extra-i686/PKGBUILD 2015-10-04 20:34:52 UTC (rev 248354)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=15.08.1
-pkgrel=3
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 kdepim-runtime-bug338658.patch
-   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git=commitdiff=1612e91=plain;)
-sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
-  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
-  '5c6f5128ca2a56124e4c0b09a911c7979d682466')
-
-prepare() {
-  mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=338658
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdepim-runtime-bug338658.patch
-# Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
-  patch -p1 -i ../ical-resource.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 248353, 
kdepim-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-04 20:34:52 UTC (rev 248354)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=15.08.1
+pkgrel=4
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 kdepim-runtime-bug338658.patch
+   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git=commitdiff=1612e91=plain;
+   
outlook365.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git=commitdiff=813e4df=plain;)
+sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
+   

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

2015-10-04 Thread Jelle van der Waa
Date: Sunday, October 4, 2015 @ 20:14:18
  Author: jelle
Revision: 142940

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-04 18:14:10 UTC (rev 142939)
+++ PKGBUILD2015-10-04 18:14:18 UTC (rev 142940)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.08.28
-pkgrel=2
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('40239ed25172035b765b8c797b3e2239e1f5cf8d'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 142939, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-04 18:14:18 UTC (rev 142940)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.09.28
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('c11638eb5c965c58bf6e7274e6dfab61db819980'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-10-04 Thread Jelle van der Waa
Date: Sunday, October 4, 2015 @ 20:14:10
  Author: jelle
Revision: 142939

upgpkg: youtube-dl 2015.09.28-1

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 17:53:13 UTC (rev 142938)
+++ PKGBUILD2015-10-04 18:14:10 UTC (rev 142939)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.08.28
-pkgrel=2
+pkgver=2015.09.28
+pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
 url="http://rg3.github.io/youtube-dl/;
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('40239ed25172035b765b8c797b3e2239e1f5cf8d'
+sha1sums=('c11638eb5c965c58bf6e7274e6dfab61db819980'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-10-04 Thread Antonio Rojas
Date: Sunday, October 4, 2015 @ 22:32:46
  Author: arojas
Revision: 248353

Fix syncing Outlook365 accounts (KDEBUG#351814)

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 20:19:37 UTC (rev 248352)
+++ PKGBUILD2015-10-04 20:32:46 UTC (rev 248353)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -15,10 +15,12 @@
 makedepends=(extra-cmake-modules kdoctools boost)
 install=$pkgname.install
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 kdepim-runtime-bug338658.patch
-   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git=commitdiff=1612e91=plain;)
+   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git=commitdiff=1612e91=plain;
+   
outlook365.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git=commitdiff=813e4df=plain;)
 sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
   '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
-  '5c6f5128ca2a56124e4c0b09a911c7979d682466')
+  '5c6f5128ca2a56124e4c0b09a911c7979d682466'
+  '999d17c24e7cebef2900afce68d6fea774348bb7')
 
 prepare() {
   mkdir -p build
@@ -28,6 +30,8 @@
   patch -p1 -i ../kdepim-runtime-bug338658.patch
 # Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
   patch -p1 -i ../ical-resource.patch
+# Fix syncing Outlook365 accounts https://bugs.kde.org/show_bug.cgi?id=351814
+  patch -p1 -i ../outlook365.patch
 }
 
 build() {


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

2015-10-04 Thread Antonio Rojas
Date: Sunday, October 4, 2015 @ 22:45:14
  Author: arojas
Revision: 248355

Update dependency

Modified:
  signon-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 20:34:52 UTC (rev 248354)
+++ PKGBUILD2015-10-04 20:45:14 UTC (rev 248355)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url="https://launchpad.net/online-accounts-signon-ui;
 license=(GPL)
-depends=(libaccounts-qt5 qt5-webkit signon libnotify)
+depends=(libaccounts-qt qt5-webkit signon libnotify)
 
source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
 md5sums=('560ea77014d0418c4899984486839da8')
 


[arch-commits] Commit in gnome-font-viewer/repos (6 files)

2015-10-04 Thread Jan Steffens
Date: Monday, October 5, 2015 @ 02:27:29
  Author: heftig
Revision: 248357

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

Added:
  gnome-font-viewer/repos/testing-i686/
  gnome-font-viewer/repos/testing-i686/PKGBUILD
(from rev 248356, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/testing-i686/gnome-font-viewer.install
(from rev 248356, gnome-font-viewer/trunk/gnome-font-viewer.install)
  gnome-font-viewer/repos/testing-x86_64/
  gnome-font-viewer/repos/testing-x86_64/PKGBUILD
(from rev 248356, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/testing-x86_64/gnome-font-viewer.install
(from rev 248356, gnome-font-viewer/trunk/gnome-font-viewer.install)

--+
 testing-i686/PKGBUILD|   28 
 testing-i686/gnome-font-viewer.install   |   11 +++
 testing-x86_64/PKGBUILD  |   28 
 testing-x86_64/gnome-font-viewer.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: gnome-font-viewer/repos/testing-i686/PKGBUILD (from rev 248356, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-05 00:27:29 UTC (rev 248357)
@@ -0,0 +1,28 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.16.2
+pkgrel=2
+pkgdesc="GNOME font viewer and thumbnailer"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
+makedepends=('intltool')
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=('gnome')
+install=gnome-font-viewer.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5367417d926d1dbe175aceb8eb4d2733d723a237428f130edd4b4023c0dc1cf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-font-viewer/repos/testing-i686/gnome-font-viewer.install (from 
rev 248356, gnome-font-viewer/trunk/gnome-font-viewer.install)
===
--- testing-i686/gnome-font-viewer.install  (rev 0)
+++ testing-i686/gnome-font-viewer.install  2015-10-05 00:27:29 UTC (rev 
248357)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-font-viewer/repos/testing-x86_64/PKGBUILD (from rev 248356, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-05 00:27:29 UTC (rev 248357)
@@ -0,0 +1,28 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.16.2
+pkgrel=2
+pkgdesc="GNOME font viewer and thumbnailer"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
+makedepends=('intltool')
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=('gnome')
+install=gnome-font-viewer.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5367417d926d1dbe175aceb8eb4d2733d723a237428f130edd4b4023c0dc1cf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-font-viewer/repos/testing-x86_64/gnome-font-viewer.install (from 
rev 248356, gnome-font-viewer/trunk/gnome-font-viewer.install)
===
--- testing-x86_64/gnome-font-viewer.install(rev 0)
+++ testing-x86_64/gnome-font-viewer.install2015-10-05 00:27:29 UTC (rev 
248357)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in gnome-font-viewer/trunk (PKGBUILD)

2015-10-04 Thread Jan Steffens
Date: Monday, October 5, 2015 @ 02:26:56
  Author: heftig
Revision: 248356

gnome 3.18

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 20:45:14 UTC (rev 248355)
+++ PKGBUILD2015-10-05 00:26:56 UTC (rev 248356)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-font-viewer
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME font viewer and thumbnailer"
 arch=(i686 x86_64)
 license=('GPL')