[arch-commits] Commit in perl-soap-lite/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-15 Thread Giovanni Scafora
Date: Monday, July 16, 2012 @ 02:21:11
  Author: giovanni
Revision: 163581

archrelease: copy trunk to extra-any

Added:
  perl-soap-lite/repos/extra-any/PKGBUILD
(from rev 163580, perl-soap-lite/trunk/PKGBUILD)
Deleted:
  perl-soap-lite/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-16 06:20:54 UTC (rev 163580)
+++ PKGBUILD2012-07-16 06:21:11 UTC (rev 163581)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: François Charette 
-
-pkgname=perl-soap-lite
-pkgver=0.714
-pkgrel=2
-pkgdesc="Client and server side SOAP implementation"
-arch=('any')
-url="http://search.cpan.org/dist/SOAP-Lite";
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \
- 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \
- 'perl-class-inspector' )
-options=('!emptydirs')
-provides=(
-perl-apache-soap
-perl-apache-xmlrpc-lite
-perl-io-sessiondata=1.20.0
-perl-io-sessionset
-perl-soap-constants
-perl-soap-lite-deserializer-xmlschema1999
-perl-soap-lite-deserializer-xmlschema2001
-perl-soap-lite-deserializer-xmlschemasoap1_1
-perl-soap-lite-deserializer-xmlschemasoap1_2
-perl-soap-lite-packager
-perl-soap-lite-utils
-perl-soap-packager=0.712.0
-perl-soap-test
-perl-soap-transport-http
-perl-soap-transport-io
-perl-soap-transport-local
-perl-soap-transport-loopback
-perl-soap-transport-mailto
-perl-soap-transport-pop3=0.712.0
-perl-soap-transport-tcp=0.712.0
-perl-uddi-lite=0.712.0
-perl-xml-parser-lite
-perl-xmlrpc-lite
-perl-xmlrpc-test
-perl-xmlrpc-transport-http
-perl-xmlrpc-transport-pop3
-perl-xmlrpc-transport-tcp
-)
-source=("http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${pkgver}.tar.gz";)
-md5sums=('4a3e8990fde047e11bea6771a7174c23')
-
-build() {
-  cd  "${srcdir}/SOAP-Lite-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "${srcdir}/SOAP-Lite-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-soap-lite/repos/extra-any/PKGBUILD (from rev 163580, 
perl-soap-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-16 06:21:11 UTC (rev 163581)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-soap-lite
+pkgver=0.715
+pkgrel=1
+pkgdesc="Client and server side SOAP implementation"
+arch=('any')
+url="http://search.cpan.org/dist/SOAP-Lite";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \
+ 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \
+ 'perl-class-inspector' )
+options=('!emptydirs')
+provides=(
+perl-apache-soap
+perl-apache-xmlrpc-lite
+perl-io-sessiondata=1.20.0
+perl-io-sessionset
+perl-soap-constants
+perl-soap-lite-deserializer-xmlschema1999
+perl-soap-lite-deserializer-xmlschema2001
+perl-soap-lite-deserializer-xmlschemasoap1_1
+perl-soap-lite-deserializer-xmlschemasoap1_2
+perl-soap-lite-packager
+perl-soap-lite-utils
+perl-soap-packager=0.712.0
+perl-soap-test
+perl-soap-transport-http
+perl-soap-transport-io
+perl-soap-transport-local
+perl-soap-transport-loopback
+perl-soap-transport-mailto
+perl-soap-transport-pop3=0.712.0
+perl-soap-transport-tcp=0.712.0
+perl-uddi-lite=0.712.0
+perl-xml-parser-lite
+perl-xmlrpc-lite
+perl-xmlrpc-test
+perl-xmlrpc-transport-http
+perl-xmlrpc-transport-pop3
+perl-xmlrpc-transport-tcp
+)
+source=("http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${pkgver}.tar.gz";)
+md5sums=('a44c41291aa19c02a72cd554327b')
+
+build() {
+  cd  "${srcdir}/SOAP-Lite-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}/SOAP-Lite-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-soap-lite/trunk (PKGBUILD)

2012-07-15 Thread Giovanni Scafora
Date: Monday, July 16, 2012 @ 02:20:54
  Author: giovanni
Revision: 163580

upgpkg: perl-soap-lite 0.715-1

upstream release

Modified:
  perl-soap-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 03:39:22 UTC (rev 163579)
+++ PKGBUILD2012-07-16 06:20:54 UTC (rev 163580)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-soap-lite
-pkgver=0.714
-pkgrel=2
+pkgver=0.715
+pkgrel=1
 pkgdesc="Client and server side SOAP implementation"
 arch=('any')
 url="http://search.cpan.org/dist/SOAP-Lite";
@@ -43,7 +43,7 @@
 perl-xmlrpc-transport-tcp
 )
 
source=("http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${pkgver}.tar.gz";)
-md5sums=('4a3e8990fde047e11bea6771a7174c23')
+md5sums=('a44c41291aa19c02a72cd554327b')
 
 build() {
   cd  "${srcdir}/SOAP-Lite-${pkgver}"



[arch-commits] Commit in perl-xml-simple/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:39:22
  Author: eric
Revision: 163579

archrelease: copy trunk to extra-any

Added:
  perl-xml-simple/repos/extra-any/PKGBUILD
(from rev 163578, perl-xml-simple/trunk/PKGBUILD)
Deleted:
  perl-xml-simple/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-16 03:39:14 UTC (rev 163578)
+++ PKGBUILD2012-07-16 03:39:22 UTC (rev 163579)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: kleptophob...@gmail.com
-
-pkgname=perl-xml-simple
-_realname=XML-Simple
-pkgver=2.18
-pkgrel=4
-pkgdesc="Simple XML parser for perl"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-xml-parser' 'perl')
-options=('!emptydirs')
-source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
-md5sums=('593aa8001e5c301cdcdb4bb3b63abc33')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-xml-simple/repos/extra-any/PKGBUILD (from rev 163578, 
perl-xml-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-16 03:39:22 UTC (rev 163579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: kleptophob...@gmail.com
+
+pkgname=perl-xml-simple
+_realname=XML-Simple
+pkgver=2.20
+pkgrel=1
+pkgdesc="Simple XML parser for perl"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-xml-parser' 'perl')
+options=('!emptydirs')
+source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
+md5sums=('4d10964e123b76eca36678464daa63cd')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:39:14
  Author: eric
Revision: 163578

upgpkg: perl-xml-simple 2.20-1

Upstream update, Add check function

Modified:
  perl-xml-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 03:34:25 UTC (rev 163577)
+++ PKGBUILD2012-07-16 03:39:14 UTC (rev 163578)
@@ -4,8 +4,8 @@
 
 pkgname=perl-xml-simple
 _realname=XML-Simple
-pkgver=2.18
-pkgrel=4
+pkgver=2.20
+pkgrel=1
 pkgdesc="Simple XML parser for perl"
 arch=('any')
 license=('PerlArtistic')
@@ -13,7 +13,7 @@
 depends=('perl-xml-parser' 'perl')
 options=('!emptydirs')
 
source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
-md5sums=('593aa8001e5c301cdcdb4bb3b63abc33')
+md5sums=('4d10964e123b76eca36678464daa63cd')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"
@@ -21,6 +21,11 @@
   make
 }
 
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
 package() {
   cd "${srcdir}/${_realname}-${pkgver}"
   make DESTDIR="${pkgdir}" install



[arch-commits] Commit in perl-netaddr-ip/repos (4 files)

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:34:25
  Author: eric
Revision: 163577

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

Added:
  perl-netaddr-ip/repos/extra-i686/PKGBUILD
(from rev 163576, perl-netaddr-ip/trunk/PKGBUILD)
  perl-netaddr-ip/repos/extra-x86_64/PKGBUILD
(from rev 163576, perl-netaddr-ip/trunk/PKGBUILD)
Deleted:
  perl-netaddr-ip/repos/extra-i686/PKGBUILD
  perl-netaddr-ip/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 03:34:11 UTC (rev 163576)
+++ extra-i686/PKGBUILD 2012-07-16 03:34:25 UTC (rev 163577)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount 
-# Contributor: Francois Charette 
-
-pkgname=perl-netaddr-ip
-_realname=NetAddr-IP
-pkgver=4.058
-pkgrel=2
-pkgdesc="Perl module to manage IP addresses and subnets"
-arch=(i686 x86_64)
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/${_realname}/";
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('8829958dd84a8b36e3cd10347564739d')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-netaddr-ip/repos/extra-i686/PKGBUILD (from rev 163576, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 03:34:25 UTC (rev 163577)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Francois Charette 
+
+pkgname=perl-netaddr-ip
+_realname=NetAddr-IP
+pkgver=4.062
+pkgrel=1
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=(i686 x86_64)
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/${_realname}/";
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
+md5sums=('01503542903fe09fe078130f3b1bb3af')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-16 03:34:11 UTC (rev 163576)
+++ extra-x86_64/PKGBUILD   2012-07-16 03:34:25 UTC (rev 163577)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount 
-# Contributor: Francois Charette 
-
-pkgname=perl-netaddr-ip
-_realname=NetAddr-IP
-pkgver=4.058
-pkgrel=2
-pkgdesc="Perl module to manage IP addresses and subnets"
-arch=(i686 x86_64)
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/${_realname}/";
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('8829958dd84a8b36e3cd10347564739d')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-netaddr-ip/repos/extra-x86_64/PKGBUILD (from rev 163576, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-16 03:34:25 UTC (rev 163577)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Francois Charette 
+
+pkgname=perl-netaddr-ip
+_realname=NetAddr-IP
+pkgver=4.062
+pkgrel=1
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=(i686 x86_64)
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/${_realname}/";
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
+md5sums=('01503542903fe09fe078130f3b1bb3af')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DES

[arch-commits] Commit in perl-netaddr-ip/trunk (PKGBUILD)

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:34:11
  Author: eric
Revision: 163576

upgpkg: perl-netaddr-ip 4.062-1

Upstream update

Modified:
  perl-netaddr-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 03:26:30 UTC (rev 163575)
+++ PKGBUILD2012-07-16 03:34:11 UTC (rev 163576)
@@ -5,8 +5,8 @@
 
 pkgname=perl-netaddr-ip
 _realname=NetAddr-IP
-pkgver=4.058
-pkgrel=2
+pkgver=4.062
+pkgrel=1
 pkgdesc="Perl module to manage IP addresses and subnets"
 arch=(i686 x86_64)
 license=('PerlArtistic' 'GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 url="http://search.cpan.org/dist/${_realname}/";
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('8829958dd84a8b36e3cd10347564739d')
+md5sums=('01503542903fe09fe078130f3b1bb3af')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:26:30
  Author: eric
Revision: 163575

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 163574, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-16 03:26:21 UTC (rev 163574)
+++ PKGBUILD2012-07-16 03:26:30 UTC (rev 163575)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette 
-
-pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.66
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('perl-net-ssleay' 'perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('89d506e1241e9bb132599b7bbacb8b9e40d8dfe2')
-
-build() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 163574, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-16 03:26:30 UTC (rev 163575)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+# Contributor: Francois Charette 
+
+pkgname=perl-io-socket-ssl
+_cpanname=IO-Socket-SSL
+pkgver=1.76
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_cpanname}/";
+depends=('perl-net-ssleay' 'perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
+sha1sums=('b27cfff3b5cf03f223431317abda03d44d1a902d')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:26:21
  Author: eric
Revision: 163574

upgpkg: perl-io-socket-ssl 1.76-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 03:20:23 UTC (rev 163573)
+++ PKGBUILD2012-07-16 03:26:21 UTC (rev 163574)
@@ -5,7 +5,7 @@
 
 pkgname=perl-io-socket-ssl
 _cpanname=IO-Socket-SSL
-pkgver=1.66
+pkgver=1.76
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl-net-ssleay' 'perl>=5.10.0')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('89d506e1241e9bb132599b7bbacb8b9e40d8dfe2')
+sha1sums=('b27cfff3b5cf03f223431317abda03d44d1a902d')
 
 build() {
   cd "${srcdir}/${_cpanname}-${pkgver}"



[arch-commits] Commit in perl-error/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:20:23
  Author: eric
Revision: 163573

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
(from rev 163572, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-16 03:20:07 UTC (rev 163572)
+++ PKGBUILD2012-07-16 03:20:23 UTC (rev 163573)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount 
-# Contributor: Dale Blount 
-
-pkgname=perl-error
-_realname=Error
-pkgver=0.17017
-pkgrel=1
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/${_realname}/";
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('d53e158fdb3d8fd54ddbed4dc2e44ad4')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 163572, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-16 03:20:23 UTC (rev 163573)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dale Blount 
+# Contributor: Dale Blount 
+
+pkgname=perl-error
+_realname=Error
+pkgver=0.17018
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/${_realname}/";
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
+md5sums=('1137a7bbb94c9508a2268c467583207f')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+



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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:20:07
  Author: eric
Revision: 163572

upgpkg: perl-error 0.17018-1

Upstream update

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 03:09:15 UTC (rev 163571)
+++ PKGBUILD2012-07-16 03:20:07 UTC (rev 163572)
@@ -4,7 +4,7 @@
 
 pkgname=perl-error
 _realname=Error
-pkgver=0.17017
+pkgver=0.17018
 pkgrel=1
 pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
 url="http://search.cpan.org/dist/${_realname}/";
@@ -13,22 +13,22 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('d53e158fdb3d8fd54ddbed4dc2e44ad4')
+md5sums=('1137a7bbb94c9508a2268c467583207f')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make 
 }
 
 check() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
   make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
 }
 



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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:09:15
  Author: eric
Revision: 163571

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 163570, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 163570, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   72 
 extra-x86_64/PKGBUILD |   72 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 03:09:00 UTC (rev 163570)
+++ extra-i686/PKGBUILD 2012-07-16 03:09:15 UTC (rev 163571)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor:  Matt Thompson 
-
-pkgname=perl-dbi
-_realname=DBI
-pkgver=1.618
-pkgrel=2
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('5ad29b56f7457f22bd1ca1c871b30719')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 163570, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 03:09:15 UTC (rev 163571)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor:  Matt Thompson 
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.622
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('9836bcf1b9acc842089aa10b16736909')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-16 03:09:00 UTC (rev 163570)
+++ extra-x86_64/PKGBUILD   2012-07-16 03:09:15 UTC (rev 163571)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor:  Matt Thompson 
-
-pkgname=perl-dbi
-_realname=DBI
-pkgver=1.618
-pkgrel=2
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('5ad29b56f7457f22bd1ca1c871b30719')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 163570, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-16 03:09:15 UTC (rev 163571)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor:  Matt Thompson 
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.622
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('9836bcf1b9acc842089aa10b16736909')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 23:09:00
  Author: eric
Revision: 163570

upgpkg: perl-dbi 1.622-1

Upstream update

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 02:50:23 UTC (rev 163569)
+++ PKGBUILD2012-07-16 03:09:00 UTC (rev 163570)
@@ -4,8 +4,8 @@
 
 pkgname=perl-dbi
 _realname=DBI
-pkgver=1.618
-pkgrel=2
+pkgver=1.622
+pkgrel=1
 pkgdesc="Database independent interface for Perl"
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('5ad29b56f7457f22bd1ca1c871b30719')
+md5sums=('9836bcf1b9acc842089aa10b16736909')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"



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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 22:50:23
  Author: dreisner
Revision: 163569

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 163568, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
(from rev 163568, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-i686/grep.install
(from rev 163568, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 163568, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 163568, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-x86_64/grep.install
(from rev 163568, grep/trunk/grep.install)

--+
 testing-i686/PKGBUILD|   34 
 testing-i686/grep-2.11-exclude-dir-crash.patch   |   44 +
 testing-i686/grep.install|   21 ++
 testing-x86_64/PKGBUILD  |   34 
 testing-x86_64/grep-2.11-exclude-dir-crash.patch |   44 +
 testing-x86_64/grep.install  |   21 ++
 6 files changed, 198 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 163568, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-16 02:50:23 UTC (rev 163569)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.13
+pkgrel=2
+pkgdesc="A string search utility"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/grep/grep.html";
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('5894d484e6c02249f9702d0d8a472115'
+ '99acaa4d45ab931be2ecba49a1766df7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch (from rev 
163568, grep/trunk/grep-2.11-exclude-dir-crash.patch)
===
--- testing-i686/grep-2.11-exclude-dir-crash.patch  
(rev 0)
+++ testing-i686/grep-2.11-exclude-dir-crash.patch  2012-07-16 02:50:23 UTC 
(rev 163569)
@@ -0,0 +1,44 @@
+From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
+From: Allan McRae 
+Date: Mon, 12 Mar 2012 09:28:01 +0100
+Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
+
+* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
+* NEWS (Bug fixes): Mention it.
+---
+ NEWS   |5 +
+ src/main.c |2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/NEWS b/NEWS
+index d0a63d5..d4d70f5 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug fixes
++
++   grep no longer segfaults with -r --exclude-dir and no file operand.
++   I.e., ":|grep -r --exclude-dir=D PAT" would segfault.
++
+ 
+ * Noteworthy changes in release 2.11 (2012-03-02) [stable]
+ 
+diff --git a/src/main.c b/src/main.c
+index 2f6c761..f4f1235 100644
+--- a/src/main.c
 b/src/main.c
+@@ -1361,7 +1361,7 @@ grepdir (char const *dir, struct stats const *stats)
+   struct stats const *ancestor;
+   char *name_space;
+   int status = 1;
+-  if (excluded_directory_patterns
++  if (dir && excluded_directory_patterns
+   && excluded_file_name (excluded_directory_patterns, dir))
+ return 1;
+ 
+-- 
+1.7.9.3
+

Copied: grep/repos/testing-i686/grep.install (from rev 163568, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2012-07-16 02:50:23 UTC (rev 163569)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(grep.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 163568, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKG

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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 22:50:11
  Author: dreisner
Revision: 163568

upgpkg: grep 2.13-2

- remove /bin symlink, this isn't needed by filesystem anymore

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 02:32:53 UTC (rev 163567)
+++ PKGBUILD2012-07-16 02:50:11 UTC (rev 163568)
@@ -4,7 +4,7 @@
 
 pkgname=grep
 pkgver=2.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A string search utility"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -31,7 +31,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/bin
-  ln -s /usr/bin/grep ${pkgdir}/bin/grep
 }



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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 22:32:53
  Author: dreisner
Revision: 163567

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

Added:
  
coreutils/repos/testing-i686/0001-ls-color-each-symlink-to-relative-name-in-properly.patch
(from rev 163566, 
coreutils/trunk/0001-ls-color-each-symlink-to-relative-name-in-properly.patch)
  coreutils/repos/testing-i686/PKGBUILD
(from rev 163566, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-i686/coreutils-pam.patch
(from rev 163566, coreutils/trunk/coreutils-pam.patch)
  coreutils/repos/testing-i686/coreutils.install
(from rev 163566, coreutils/trunk/coreutils.install)
  coreutils/repos/testing-i686/su.pam
(from rev 163566, coreutils/trunk/su.pam)
  
coreutils/repos/testing-x86_64/0001-ls-color-each-symlink-to-relative-name-in-properly.patch
(from rev 163566, 
coreutils/trunk/0001-ls-color-each-symlink-to-relative-name-in-properly.patch)
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 163566, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-x86_64/coreutils-pam.patch
(from rev 163566, coreutils/trunk/coreutils-pam.patch)
  coreutils/repos/testing-x86_64/coreutils.install
(from rev 163566, coreutils/trunk/coreutils.install)
  coreutils/repos/testing-x86_64/su.pam
(from rev 163566, coreutils/trunk/su.pam)
Deleted:
  
coreutils/repos/testing-i686/0001-ls-color-each-symlink-to-relative-name-in-properly.patch
  coreutils/repos/testing-i686/PKGBUILD
  coreutils/repos/testing-i686/coreutils-pam.patch
  coreutils/repos/testing-i686/coreutils.install
  coreutils/repos/testing-i686/su.pam
  
coreutils/repos/testing-x86_64/0001-ls-color-each-symlink-to-relative-name-in-properly.patch
  coreutils/repos/testing-x86_64/PKGBUILD
  coreutils/repos/testing-x86_64/coreutils-pam.patch
  coreutils/repos/testing-x86_64/coreutils.install
  coreutils/repos/testing-x86_64/su.pam

--+
 testing-i686/0001-ls-color-each-symlink-to-relative-name-in-properly.patch   | 
 270 +--
 testing-i686/PKGBUILD| 
 135 -
 testing-i686/coreutils-pam.patch | 
 856 +-
 testing-i686/coreutils.install   | 
  42 
 testing-i686/su.pam  | 
  18 
 testing-x86_64/0001-ls-color-each-symlink-to-relative-name-in-properly.patch | 
 270 +--
 testing-x86_64/PKGBUILD  | 
 135 -
 testing-x86_64/coreutils-pam.patch   | 
 856 +-
 testing-x86_64/coreutils.install | 
  42 
 testing-x86_64/su.pam| 
  18 
 10 files changed, 1318 insertions(+), 1324 deletions(-)

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


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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 22:32:27
  Author: dreisner
Revision: 163566

upgpkg: coreutils 8.17-3

- remove /bin/du symlink, as pacman no longer needs this

Modified:
  coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 01:58:51 UTC (rev 163565)
+++ PKGBUILD2012-07-16 02:32:27 UTC (rev 163566)
@@ -4,7 +4,7 @@
 
 pkgname=coreutils
 pkgver=8.17
-pkgrel=2
+pkgrel=3
 pkgdesc="The basic file, shell and text manipulation utilities of the GNU 
operating system"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -51,18 +51,15 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  
+
   cd ${pkgdir}/usr/bin
   install -dm755 ${pkgdir}/{bin,usr/sbin}
-  
+
   # binaries required by FHS
   _fhs=('cat' 'chgrp' 'chmod' 'chown' 'cp' 'date' 'dd' 'df' 'echo' 'false'
 'ln' 'ls' 'mkdir' 'mknod' 'mv' 'pwd' 'rm' 'rmdir' 'stty' 'su' 'sync'
 'true' 'uname')
   mv ${_fhs[@]} ${pkgdir}/bin
-  
-  # makepkg uses the full path to this...
-  ln -s /usr/bin/du ${pkgdir}/bin/du
 
   mv chroot ${pkgdir}/usr/sbin
   install -Dm644 ${srcdir}/su.pam ${pkgdir}/etc/pam.d/su



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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 21:58:51
  Author: dreisner
Revision: 163565

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

Added:
  kbd/repos/testing-i686/
  kbd/repos/testing-i686/PKGBUILD
(from rev 163564, kbd/trunk/PKGBUILD)
  kbd/repos/testing-i686/fix-es.po.patch
(from rev 163564, kbd/trunk/fix-es.po.patch)
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 163564, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-es.po.patch
(from rev 163564, kbd/trunk/fix-es.po.patch)

+
 testing-i686/PKGBUILD  |   38 ++
 testing-i686/fix-es.po.patch   |   11 +++
 testing-x86_64/PKGBUILD|   38 ++
 testing-x86_64/fix-es.po.patch |   11 +++
 4 files changed, 98 insertions(+)

Copied: kbd/repos/testing-i686/PKGBUILD (from rev 163564, kbd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-16 01:58:51 UTC (rev 163565)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=1.15.3
+pkgrel=3
+pkgdesc="Keytable files and keyboard utilities"
+arch=('i686' 'x86_64')
+url="ftp://ftp.altlinux.org/pub/people/legion/kbd/";
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+fix-es.po.patch)
+md5sums=('8143e179a0f3c25646ce5085e8777200'
+ '4ded3edb50fb7a3277bae6a870cee812')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../fix-es.po.patch
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}

Copied: kbd/repos/testing-i686/fix-es.po.patch (from rev 163564, 
kbd/trunk/fix-es.po.patch)
===
--- testing-i686/fix-es.po.patch(rev 0)
+++ testing-i686/fix-es.po.patch2012-07-16 01:58:51 UTC (rev 163565)
@@ -0,0 +1,11 @@
+--- kbd-1.15.3/po/es.old   2011-05-14 23:12:49.0 +0200
 kbd-1.15.3/po/es.po2011-05-15 21:07:02.120669404 +0200
+@@ -1363,7 +1363,7 @@
+ #: src/setfont.c:682
+ #, c-format
+ msgid "Saved %d-char %dx%d font file on %s\n"
+-msgstr "Se ha guardado el fichero de tipos %2$dx%3$d de %1$d caracteres en 
%s\n"
++msgstr "Se ha guardado el fichero de tipos %dx%d de %d caracteres en %s\n"
+ 
+ #: src/setkeycodes.c:21
+ #, c-format

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 163564, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-16 01:58:51 UTC (rev 163565)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=1.15.3
+pkgrel=3
+pkgdesc="Keytable files and keyboard utilities"
+arch=('i686' 'x86_64')
+url="ftp://ftp.altlinux.org/pub/people/legion/kbd/";
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+fix-es.po.patch)
+md5sums=('8143e179a0f3c25646ce5085e8777200'
+ '4ded3edb50fb7a3277bae6a870cee812')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../fix-es.po.patch
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}

Copied: kbd/repos/testing-x86_64/fix-es.po.patch (from rev 163564, 
kbd/trunk/fix-es.po.patch)
=

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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 21:58:39
  Author: dreisner
Revision: 163564

upgpkg: kbd 1.15.3-3

- remove symlink hack; initscript doesn't call loadkeys directly

Modified:
  kbd/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 01:29:27 UTC (rev 163563)
+++ PKGBUILD2012-07-16 01:58:39 UTC (rev 163564)
@@ -3,7 +3,7 @@
 
 pkgname=kbd
 pkgver=1.15.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Keytable files and keyboard utilities"
 arch=('i686' 'x86_64')
 url="ftp://ftp.altlinux.org/pub/people/legion/kbd/";
@@ -35,10 +35,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
-
-  # this is needed because initscripts call /bin/loadkeys
-  # remove this when next versions of kbd
-  # and initscripts with /usr/bin/loadkeys usage will be released
-  mkdir ${pkgdir}/bin
-  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
 }



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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 21:29:27
  Author: eric
Revision: 163563

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 163562, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 163562, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/add-electricsheep.diff
(from rev 163562, xscreensaver/trunk/add-electricsheep.diff)
  xscreensaver/repos/extra-i686/xscreensaver-5.18-sonar-compile.patch
(from rev 163562, xscreensaver/trunk/xscreensaver-5.18-sonar-compile.patch)
  xscreensaver/repos/extra-i686/xscreensaver.pam
(from rev 163562, xscreensaver/trunk/xscreensaver.pam)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 163562, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 163562, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/add-electricsheep.diff
(from rev 163562, xscreensaver/trunk/add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/xscreensaver-5.18-sonar-compile.patch
(from rev 163562, xscreensaver/trunk/xscreensaver-5.18-sonar-compile.patch)
  xscreensaver/repos/extra-x86_64/xscreensaver.pam
(from rev 163562, xscreensaver/trunk/xscreensaver.pam)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/add-electricsheep.diff
  xscreensaver/repos/extra-i686/xscreensaver.pam
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/xscreensaver.pam

+
 extra-i686/LICENSE |   18 ++--
 extra-i686/PKGBUILD|   84 +--
 extra-i686/add-electricsheep.diff  |   24 ++---
 extra-i686/xscreensaver-5.18-sonar-compile.patch   |   12 ++
 extra-i686/xscreensaver.pam|2 
 extra-x86_64/LICENSE   |   18 ++--
 extra-x86_64/PKGBUILD  |   84 +--
 extra-x86_64/add-electricsheep.diff|   24 ++---
 extra-x86_64/xscreensaver-5.18-sonar-compile.patch |   12 ++
 extra-x86_64/xscreensaver.pam  |2 
 10 files changed, 154 insertions(+), 126 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-07-16 01:29:06 UTC (rev 163562)
+++ extra-i686/LICENSE  2012-07-16 01:29:27 UTC (rev 163563)
@@ -1,9 +0,0 @@
-/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 163562, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2012-07-16 01:29:27 UTC (rev 163563)
@@ -0,0 +1,9 @@
+/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski 
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 01:29:06 UTC (rev 163562)
+++ extra-i686/PKGBUILD 2012-07-16 01:29:27 UTC (rev 163563)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xscreensaver
-pkgver=5.17
-pkgrel=2
-pkgdesc="Screen saver and locker for the X Window System"
-arch=('i686' 'x86_64')
-url="http://www.jwz.org/xscreensaver/";
-license=('BSD')
-depends=('libxxf86vm' 'libglade' 'mesa' 'pam' 'xorg-appres' 'libxmu' \
- 'perl-libwww' 'perl-http-message')
-makedepends=('bc' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
-add-electricsheep.diff xscreensaver.pam LICENSE)
-sha1sums=('8cbe8d03642a7c3216030d01286b95568319d54c'
-  '677496218b81a42d90bee400026e94dd87fb8ffb'
-  '106635aa1aae51d6f0668b1853f6

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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 21:29:06
  Author: eric
Revision: 163562

upgpkg: xscreensaver 5.18-1

Upstream update, Add build patch

Added:
  xscreensaver/trunk/xscreensaver-5.18-sonar-compile.patch
Modified:
  xscreensaver/trunk/PKGBUILD

---+
 PKGBUILD  |   14 --
 xscreensaver-5.18-sonar-compile.patch |   12 
 2 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-15 23:10:42 UTC (rev 163561)
+++ PKGBUILD2012-07-16 01:29:06 UTC (rev 163562)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=xscreensaver
-pkgver=5.17
-pkgrel=2
+pkgver=5.18
+pkgrel=1
 pkgdesc="Screen saver and locker for the X Window System"
 arch=('i686' 'x86_64')
 url="http://www.jwz.org/xscreensaver/";
@@ -14,16 +14,18 @@
 optdepends=('gdm: for login manager support')
 backup=('etc/pam.d/xscreensaver')
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
-add-electricsheep.diff xscreensaver.pam LICENSE)
-sha1sums=('8cbe8d03642a7c3216030d01286b95568319d54c'
+add-electricsheep.diff xscreensaver.pam LICENSE
+xscreensaver-5.18-sonar-compile.patch)
+sha1sums=('a9f66d3f5094d2c1ef46c1209730e7cb653f33a7'
   '677496218b81a42d90bee400026e94dd87fb8ffb'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
-  '4209ea586b204fd1d81c382a0522c654f9fd9134')
+  '4209ea586b204fd1d81c382a0522c654f9fd9134'
+  '95e1d74e0e5ff1a6600c8a9cd0a12d392b24a7b1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p0 -i "${srcdir}/add-electricsheep.diff"
-  sed -i 's/lament.xpm/lament512.xpm/' hacks/glx/Makefile.in
+  patch -p1 -i "${srcdir}/xscreensaver-5.18-sonar-compile.patch"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
 --with-pam --with-login-manager --with-gtk --with-gl \

Added: xscreensaver-5.18-sonar-compile.patch
===
--- xscreensaver-5.18-sonar-compile.patch   (rev 0)
+++ xscreensaver-5.18-sonar-compile.patch   2012-07-16 01:29:06 UTC (rev 
163562)
@@ -0,0 +1,12 @@
+--- xscreensaver-5.18/hacks/glx/sonar-icmp.c.compile   2012-07-03 
04:18:53.0 +0900
 xscreensaver-5.18/hacks/glx/sonar-icmp.c   2012-07-04 09:17:12.580996448 
+0900
+@@ -591,7 +591,9 @@
+ fprintf (stderr, "%s: if: %4s: %s\n", progname,
+  ifa->ifa_name,
+  (ifa->ifa_addr->sa_family == AF_UNIX  ? "local" :
++#ifdef AF_LINK
+   ifa->ifa_addr->sa_family == AF_LINK  ? "link"  :
++#endif
+   ifa->ifa_addr->sa_family == AF_INET6 ? "ipv6"  :
+   "other"));
+   continue;



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

2012-07-15 Thread Eric Bélanger
Date: Sunday, July 15, 2012 @ 19:10:42
  Author: eric
Revision: 163561

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

Added:
  procps-ng/repos/core-i686/PKGBUILD
(from rev 163560, procps-ng/repos/testing-i686/PKGBUILD)
  procps-ng/repos/core-i686/sysctl.conf
(from rev 163560, procps-ng/repos/testing-i686/sysctl.conf)
  procps-ng/repos/core-x86_64/PKGBUILD
(from rev 163560, procps-ng/repos/testing-x86_64/PKGBUILD)
  procps-ng/repos/core-x86_64/sysctl.conf
(from rev 163560, procps-ng/repos/testing-x86_64/sysctl.conf)
Deleted:
  procps-ng/repos/core-i686/PKGBUILD
  procps-ng/repos/core-i686/sysctl.conf
  procps-ng/repos/core-x86_64/PKGBUILD
  procps-ng/repos/core-x86_64/sysctl.conf
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   70 ++--
 core-i686/sysctl.conf   |   88 --
 core-x86_64/PKGBUILD|   70 ++--
 core-x86_64/sysctl.conf |   88 --
 4 files changed, 162 insertions(+), 154 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-15 19:57:25 UTC (rev 163560)
+++ core-i686/PKGBUILD  2012-07-15 23:10:42 UTC (rev 163561)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=procps-ng
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="Utilities for monitoring your system and processes on your system"
-arch=('i686' 'x86_64')
-url="http://gitorious.org/procps";
-license=('GPL' 'LGPL')
-groups=('base')
-depends=('ncurses')
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
-backup=('etc/sysctl.conf')
-options=('!libtool')
-source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}
-sysctl.conf)
-sha1sums=('e78a098f1a3c06722155800cc5cfa0c865af03c0'
-  'ddf0dab2e3612d44903fc02f46316cabbec4651e')
-
-build() {
-  cd "${srcdir}/procps-procps"
-  echo ${pkgver} > .tarball-version
-  ./autogen.sh
-  ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/procps-procps"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 "${srcdir}/sysctl.conf" "${pkgdir}/etc/sysctl.conf"
-}

Copied: procps-ng/repos/core-i686/PKGBUILD (from rev 163560, 
procps-ng/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-15 23:10:42 UTC (rev 163561)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.3
+pkgrel=3
+pkgdesc="Utilities for monitoring your system and processes on your system"
+arch=('i686' 'x86_64')
+url="http://gitorious.org/procps";
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('ncurses')
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+backup=('etc/sysctl.conf')
+options=('!libtool')
+source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}
+sysctl.conf)
+sha1sums=('e78a098f1a3c06722155800cc5cfa0c865af03c0'
+  'efb6cdc17ee39be8433ae9c8e9bb02d1f47eeefc')
+
+build() {
+  cd "${srcdir}/procps-procps"
+  echo ${pkgver} > .tarball-version
+  ./autogen.sh
+  ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/procps-procps"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/sysctl.conf" "${pkgdir}/etc/sysctl.conf"
+}

Deleted: core-i686/sysctl.conf
===
--- core-i686/sysctl.conf   2012-07-15 19:57:25 UTC (rev 163560)
+++ core-i686/sysctl.conf   2012-07-15 23:10:42 UTC (rev 163561)
@@ -1,42 +0,0 @@
-# /etc/sysctl.conf - Configuration file for setting system variables
-# See sysctl.conf (5) for information.
-
-# you can have the CD-ROM close when you use it, and open
-# when you are done.
-#dev.cdrom.autoeject = 1
-#dev.cdrom.autoclose = 1
-
-# protection from the SYN flood attack
-net.ipv4.tcp_syncookies = 1
-
-# see the evil packets in your log files
-#net.ipv4.conf.all.log_martians = 1
-
-# if not functioning as a router, there is no need to accept redirects or 
source routes
-#net.ipv4.conf.all.accept_redirects = 0
-#net.ipv4.conf.all.accept_source_route = 0
-#net.ipv6.conf.all.accept_redirects = 0
-#net.ipv6.conf.all.accept_source_route = 0
-
-# Disable packet forwarding
-net.ipv4.ip_forward = 0
-net.ipv6.conf.all.forwarding = 0
-
-# sets the port range used for outgoing connections
-#net.ipv4.ip_local_port_range = 3276861000
-
-# Swapping too much or not enough? Disks spinning up when you'd
-# rather they didn't? Tweak these.
-#vm.vfs_cache_pressure = 100
-#vm.laptop_mode = 0
-#vm.swappiness = 60
-
-#kernel.printk_ratelimit_burst = 10
-#kernel.printk_

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

2012-07-15 Thread Tom Gundersen
Date: Sunday, July 15, 2012 @ 15:57:25
  Author: tomegun
Revision: 163560

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 163559, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 163559, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 163559, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 163559, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 163559, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 163559, cryptsetup/trunk/encrypt_install)

+
 testing-i686/PKGBUILD  |   34 +
 testing-i686/encrypt_hook  |  138 +++
 testing-i686/encrypt_install   |   44 
 testing-x86_64/PKGBUILD|   34 +
 testing-x86_64/encrypt_hook|  138 +++
 testing-x86_64/encrypt_install |   44 
 6 files changed, 432 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 163559, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 19:57:25 UTC (rev 163560)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=cryptsetup
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://code.google.com/p/cryptsetup/";
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+}
+md5sums=('0fa7ba8923b0ce8eed2aa65f2cb9950c'
+ 'efe1b74dfadf37726397fd27ad0df965'
+ '4dab1b0e23d81907b79b49c2d8d719b5'
+ '21c45f9cab3e0b5165f68358884fbd0f')

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 163559, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2012-07-15 19:57:25 UTC (rev 163560)
@@ -0,0 +1,138 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} luksOpen ${resolved} 
${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! eval cryptsetup luksOpen ${resolved} ${cryptname} 
${cryptargs} ${CSQUIET}; do
+sleep 2;
+done
+fi
+if [ -e "/dev/mapper

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

2012-07-15 Thread Tom Gundersen
Date: Sunday, July 15, 2012 @ 15:56:57
  Author: tomegun
Revision: 163559

upgpkg: cryptsetup 1.5.0-1

upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-15 17:45:02 UTC (rev 163558)
+++ PKGBUILD2012-07-15 19:56:57 UTC (rev 163559)
@@ -1,24 +1,19 @@
 # $Id$
 # Maintainer: Thomas Bächler 
 pkgname=cryptsetup
-pkgver=1.4.3
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://code.google.com/p/cryptsetup/";
 groups=('base')
-depends=('device-mapper>=2.02.85-2' 'libgcrypt' 'popt' 'util-linux')
-conflicts=('mkinitcpio<0.7')
+depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
 options=('!libtool' '!emptydirs')
 source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
 http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
 encrypt_hook
 encrypt_install)
-sha256sums=('d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a'
-'ad610fe77d78bf7e91b7473f9d9c84de46ed1cc21f006fe3ae4791b0b6f42f3a'
-'e0cbcabb81233b4d465833dca0faf1e762dc3cb6611597a25fe24e5d7209f316'
-'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae')
 
 build() {
   cd "${srcdir}"/$pkgname-${pkgver}
@@ -33,3 +28,7 @@
   install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
   install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
 }
+md5sums=('0fa7ba8923b0ce8eed2aa65f2cb9950c'
+ 'efe1b74dfadf37726397fd27ad0df965'
+ '4dab1b0e23d81907b79b49c2d8d719b5'
+ '21c45f9cab3e0b5165f68358884fbd0f')



[arch-commits] Commit in xfce4-netload-plugin/repos (8 files)

2012-07-15 Thread Evangelos Foutras
Date: Sunday, July 15, 2012 @ 13:45:02
  Author: foutrelis
Revision: 163558

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

Added:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
(from rev 163557, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
(from rev 163557, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 163557, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install
(from rev 163557, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
Deleted:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install

---+
 extra-i686/PKGBUILD   |   69 ++--
 extra-i686/xfce4-netload-plugin.install   |   25 +-
 extra-x86_64/PKGBUILD |   69 ++--
 extra-x86_64/xfce4-netload-plugin.install |   25 +-
 4 files changed, 98 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-15 17:44:40 UTC (rev 163557)
+++ extra-i686/PKGBUILD 2012-07-15 17:45:02 UTC (rev 163558)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://xfce-goodies.berlios.de/";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-install=xfce4-netload-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8029daacf1602275c75ab07d1e2cccea0993caab')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-netload-plugin/repos/extra-i686/PKGBUILD (from rev 163557, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-15 17:45:02 UTC (rev 163558)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-netload-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://xfce-goodies.berlios.de/";
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=xfce4-netload-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-netload-plugin.install
===
--- extra-i686/xfce4-netload-plugin.install 2012-07-15 17:44:40 UTC (rev 
163557)
+++ extra-i686/xfce4-netload-plugin.install 2012-07-15 17:45:02 UTC (rev 
163558)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-

Copied: xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install 
(from rev 163557, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
===
--- extra-i686/xfce4-netload-plugin.install (rev 0)
+++ extra-i686/xfce4-netload-plugin.install 2012-07-15 17:45:02 UTC (rev 
163558)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-15 17:44:40 UTC (rev 163557)
+++ extra-x86_64/PKGBUILD   2012-07-15 17:45:02 UTC (rev 163558)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgv

[arch-commits] Commit in xfce4-netload-plugin/trunk (2 files)

2012-07-15 Thread Evangelos Foutras
Date: Sunday, July 15, 2012 @ 13:44:40
  Author: foutrelis
Revision: 163557

upgpkg: xfce4-netload-plugin 1.2.0-1

New upstream release.

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD
  xfce4-netload-plugin/trunk/xfce4-netload-plugin.install

--+
 PKGBUILD |   31 +--
 xfce4-netload-plugin.install |3 ++-
 2 files changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-15 14:10:24 UTC (rev 163556)
+++ PKGBUILD2012-07-15 17:44:40 UTC (rev 163557)
@@ -1,33 +1,36 @@
 # $Id$
-# Maintainer: aurelien 
+# Maintainer:
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-netload-plugin
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A netload plugin for the Xfce panel"
 arch=('i686' 'x86_64')
+url="http://xfce-goodies.berlios.de/";
 license=('GPL')
-url="http://xfce-goodies.berlios.de/";
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
 install=xfce4-netload-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8029daacf1602275c75ab07d1e2cccea0993caab')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-debug
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
+# vim:set ts=2 sw=2 et:

Modified: xfce4-netload-plugin.install
===
--- xfce4-netload-plugin.install2012-07-15 14:10:24 UTC (rev 163556)
+++ xfce4-netload-plugin.install2012-07-15 17:44:40 UTC (rev 163557)
@@ -7,6 +7,7 @@
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
 
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in arch-install-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 10:10:24
  Author: dreisner
Revision: 163556

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 163555, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-15 14:10:16 UTC (rev 163555)
+++ PKGBUILD2012-07-15 14:10:24 UTC (rev 163556)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=arch-install-scripts
-pkgver=1
-pkgrel=1
-pkgdesc="Scripts to aid in installing Arch Linux"
-arch=('any')
-url="http://github.com/falconindy/$pkgname";
-license=('GPL')
-depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=("$pkgname-$pkgver.tar.gz::https://www.github.com/falconindy/$pkgname/tarball/v$pkgver";)
-md5sums=('85efe23284fb3997399c8487cb5dc3c5')
-
-build() {
-  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -C "$dirname"
-}
-
-package() {
-  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -j1 -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 163555, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-15 14:10:24 UTC (rev 163556)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=arch-install-scripts
+pkgver=2
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="http://github.com/falconindy/$pkgname";
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=("$pkgname-$pkgver.tar.gz::https://www.github.com/falconindy/$pkgname/tarball/v$pkgver";)
+md5sums=('6f1b9abd11fdb627761247becc59a441')
+
+build() {
+  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
+  make -C "$dirname"
+}
+
+package() {
+  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
+  make -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-07-15 Thread Dave Reisner
Date: Sunday, July 15, 2012 @ 10:10:16
  Author: dreisner
Revision: 163555

upgpkg: arch-install-scripts 2-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-15 13:17:27 UTC (rev 163554)
+++ PKGBUILD2012-07-15 14:10:16 UTC (rev 163555)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=arch-install-scripts
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('bash' 'coreutils' 'pacman' 'util-linux')
 
source=("$pkgname-$pkgver.tar.gz::https://www.github.com/falconindy/$pkgname/tarball/v$pkgver";)
-md5sums=('85efe23284fb3997399c8487cb5dc3c5')
+md5sums=('6f1b9abd11fdb627761247becc59a441')
 
 build() {
   dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
@@ -19,7 +19,7 @@
 
 package() {
   dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -j1 -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
+  make -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
 }
 
 # vim:set ts=2 sw=2 et:



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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:27
  Author: ibiru
Revision: 163554

db-move: moved source-highlight from [staging] to [testing] ( i686,  x86_64)

Added:
  source-highlight/repos/testing-i686/
  source-highlight/repos/testing-i686/PKGBUILD
(from rev 163541, source-highlight/repos/staging-i686/PKGBUILD)
  source-highlight/repos/testing-i686/source-highlight.install
(from rev 163541, 
source-highlight/repos/staging-i686/source-highlight.install)
  source-highlight/repos/testing-x86_64/
  source-highlight/repos/testing-x86_64/PKGBUILD
(from rev 163541, source-highlight/repos/staging-x86_64/PKGBUILD)
  source-highlight/repos/testing-x86_64/source-highlight.install
(from rev 163541, 
source-highlight/repos/staging-x86_64/source-highlight.install)
Deleted:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/source-highlight.install   |   18 
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/source-highlight.install |   18 
 4 files changed, 100 insertions(+)

Copied: source-highlight/repos/testing-i686/PKGBUILD (from rev 163541, 
source-highlight/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:27 UTC (rev 163554)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=2
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ 
--with-bash-completion=${pkgdir}/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: source-highlight/repos/testing-i686/source-highlight.install (from rev 
163541, source-highlight/repos/staging-i686/source-highlight.install)
===
--- testing-i686/source-highlight.install   (rev 0)
+++ testing-i686/source-highlight.install   2012-07-15 13:17:27 UTC (rev 
163554)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: source-highlight/repos/testing-x86_64/PKGBUILD (from rev 163541, 
source-highlight/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:17:27 UTC (rev 163554)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=2
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ 
--with-bash-completion=${pkgdir}/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: source-highlight/repos/testing-x86_64/source-highlight.install (from 
rev 163541, source-highlight/repos/staging-x86_64/source-highlight.install)
===
--- testing-x86_64/source-highlight.install (rev 0)
+++ testing-x86_64/source-highlight.install 2012-07-15 13:17:27 UTC (rev 
163554)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:22
  Author: ibiru
Revision: 163553

db-move: moved mkvtoolnix from [staging] to [testing] ( i686,  x86_64)

Added:
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 163541, mkvtoolnix/repos/staging-i686/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 163541, mkvtoolnix/repos/staging-i686/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 163541, mkvtoolnix/repos/staging-x86_64/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 163541, mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/staging-i686/
  mkvtoolnix/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   84 
 testing-i686/mkvtoolnix.install   |   14 ++
 testing-x86_64/PKGBUILD   |   84 
 testing-x86_64/mkvtoolnix.install |   14 ++
 4 files changed, 196 insertions(+)

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 163541, 
mkvtoolnix/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:22 UTC (rev 163553)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.7.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2";)
+md5sums=('99ea44be570412dadafe4ccaee0cfe6e')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS="" CURL_LIBS=""
+
+  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
+  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+
+  rm -rf "${pkgdir}"/usr/bin/mmg
+  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
+  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
+  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
+  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mmg.1
+  rm -rf "${pkgdir}"/usr/share/applications
+  rm -rf "${pkgdir}"/usr/share/icons
+  rm -rf "${pkgdir}"/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
+  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/bin/mkv*
+  install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk
+  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
+
+  rm -rf "${pkgdir}"/usr/share/doc
+  rm -rf "${pkgdir}"/usr/share/locale
+  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
+  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
+  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
+  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
+  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mkv*
+}

Copied: mkvtoolnix/repos/testing-i686/mkvtoolnix.install (from rev 163541, 
mkvtoolnix/repos/staging-i686/mkvtoolnix.install)
===
--- testing-i686/mkvtoolnix.install (rev 0)
+++ testing-i686/mkvtoolnix.install 2012-07-15 13:17:22 UTC (rev 163553)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime &> /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/testing-x86_64/PKGBUILD (from rev 163541, 
mkvtoolnix/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUIL

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:17
  Author: ibiru
Revision: 163552

db-move: moved lyx from [staging] to [testing] ( i686,  x86_64)

Added:
  lyx/repos/testing-i686/
  lyx/repos/testing-i686/PKGBUILD
(from rev 163541, lyx/repos/staging-i686/PKGBUILD)
  lyx/repos/testing-i686/lyx.desktop
(from rev 163541, lyx/repos/staging-i686/lyx.desktop)
  lyx/repos/testing-i686/lyx.install
(from rev 163541, lyx/repos/staging-i686/lyx.install)
  lyx/repos/testing-i686/lyxrc.dist
(from rev 163541, lyx/repos/staging-i686/lyxrc.dist)
  lyx/repos/testing-x86_64/
  lyx/repos/testing-x86_64/PKGBUILD
(from rev 163541, lyx/repos/staging-x86_64/PKGBUILD)
  lyx/repos/testing-x86_64/lyx.desktop
(from rev 163541, lyx/repos/staging-x86_64/lyx.desktop)
  lyx/repos/testing-x86_64/lyx.install
(from rev 163541, lyx/repos/staging-x86_64/lyx.install)
  lyx/repos/testing-x86_64/lyxrc.dist
(from rev 163541, lyx/repos/staging-x86_64/lyxrc.dist)
Deleted:
  lyx/repos/staging-i686/
  lyx/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/lyx.desktop   |   14 
 testing-i686/lyx.install   |   14 
 testing-i686/lyxrc.dist|   14 
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/lyx.desktop |   14 
 testing-x86_64/lyx.install |   14 
 testing-x86_64/lyxrc.dist  |   14 
 8 files changed, 184 insertions(+)

Copied: lyx/repos/testing-i686/PKGBUILD (from rev 163541, 
lyx/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:17 UTC (rev 163552)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.3
+pkgrel=4
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+sha1sums=('109dae0ef22a7d8944964b32ee380ad170b0665f'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install desktop entry
+  install -Dm644 "${srcdir}/lyx.desktop" \
+"${pkgdir}/usr/share/applications/lyx.desktop"
+  install -Dm644 "lib/images/lyx.png" \
+"${pkgdir}/usr/share/pixmaps/lyx.png"
+
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/testing-i686/lyx.desktop (from rev 163541, 
lyx/repos/staging-i686/lyx.desktop)
===
--- testing-i686/lyx.desktop(rev 0)
+++ testing-i686/lyx.desktop2012-07-15 13:17:17 UTC (rev 163552)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/testing-i686/lyx.install (from rev 163541, 
lyx/repos/staging-i686/lyx.install)
===
--- testing-i686/lyx.install(rev 0)
+++ testing-i686/lyx.install2012-07-15 13:17:17 UTC (rev 163552)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/testing-i686/lyxrc.dist (from rev 163541, 
lyx/repos/staging-i686/lyxrc.dist)
===
--- testing-i686/lyxrc.dist (rev 0)
+++ testing-i686/lyxrc.dist 2012-07-15 13:17:17 UTC (rev 163552)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:08
  Author: ibiru
Revision: 163551

db-move: moved licq from [staging] to [testing] ( i686,  x86_64)

Added:
  licq/repos/testing-i686/
  licq/repos/testing-i686/PKGBUILD
(from rev 163541, licq/repos/staging-i686/PKGBUILD)
  licq/repos/testing-x86_64/
  licq/repos/testing-x86_64/PKGBUILD
(from rev 163541, licq/repos/staging-x86_64/PKGBUILD)
Deleted:
  licq/repos/staging-i686/
  licq/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: licq/repos/testing-i686/PKGBUILD (from rev 163541, 
licq/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:08 UTC (rev 163551)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="Advanced graphical ICQ clone and more for Unix" 
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: licq/repos/testing-x86_64/PKGBUILD (from rev 163541, 
licq/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:17:08 UTC (rev 163551)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="Advanced graphical ICQ clone and more for Unix" 
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:05
  Author: ibiru
Revision: 163550

db-move: moved libtorrent-rasterbar from [staging] to [testing] ( i686,  x86_64)

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 163541, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 163541, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-x86_64/

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

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 163541, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:05 UTC (rev 163550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 163541, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:17:05 UTC (rev 163550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:02
  Author: ibiru
Revision: 163549

db-move: moved libpst from [staging] to [testing] ( i686,  x86_64)

Added:
  libpst/repos/testing-i686/
  libpst/repos/testing-i686/PKGBUILD
(from rev 163541, libpst/repos/staging-i686/PKGBUILD)
  libpst/repos/testing-x86_64/
  libpst/repos/testing-x86_64/PKGBUILD
(from rev 163541, libpst/repos/staging-x86_64/PKGBUILD)
Deleted:
  libpst/repos/staging-i686/
  libpst/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: libpst/repos/testing-i686/PKGBUILD (from rev 163541, 
libpst/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:02 UTC (rev 163549)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}

Copied: libpst/repos/testing-x86_64/PKGBUILD (from rev 163541, 
libpst/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:17:02 UTC (rev 163549)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}



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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:58
  Author: ibiru
Revision: 163548

db-move: moved kdeedu-rocs from [staging] to [testing] ( i686,  x86_64)

Added:
  kdeedu-rocs/repos/testing-i686/
  kdeedu-rocs/repos/testing-i686/PKGBUILD
(from rev 163541, kdeedu-rocs/repos/staging-i686/PKGBUILD)
  kdeedu-rocs/repos/testing-x86_64/
  kdeedu-rocs/repos/testing-x86_64/PKGBUILD
(from rev 163541, kdeedu-rocs/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdeedu-rocs/repos/staging-i686/
  kdeedu-rocs/repos/staging-x86_64/

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

Copied: kdeedu-rocs/repos/testing-i686/PKGBUILD (from rev 163541, 
kdeedu-rocs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:58 UTC (rev 163548)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('991e5aa15e59cc432a9c9f140fe90bd47f8f8e15')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-rocs/repos/testing-x86_64/PKGBUILD (from rev 163541, 
kdeedu-rocs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:16:58 UTC (rev 163548)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('991e5aa15e59cc432a9c9f140fe90bd47f8f8e15')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:55
  Author: ibiru
Revision: 163547

db-move: moved kdeedu-kig from [staging] to [testing] ( i686,  x86_64)

Added:
  kdeedu-kig/repos/testing-i686/
  kdeedu-kig/repos/testing-i686/PKGBUILD
(from rev 163541, kdeedu-kig/repos/staging-i686/PKGBUILD)
  kdeedu-kig/repos/testing-i686/kdeedu-kig.install
(from rev 163541, kdeedu-kig/repos/staging-i686/kdeedu-kig.install)
  kdeedu-kig/repos/testing-x86_64/
  kdeedu-kig/repos/testing-x86_64/PKGBUILD
(from rev 163541, kdeedu-kig/repos/staging-x86_64/PKGBUILD)
  kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install
(from rev 163541, kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/staging-i686/
  kdeedu-kig/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   34 ++
 testing-i686/kdeedu-kig.install   |   12 
 testing-x86_64/PKGBUILD   |   34 ++
 testing-x86_64/kdeedu-kig.install |   12 
 4 files changed, 92 insertions(+)

Copied: kdeedu-kig/repos/testing-i686/PKGBUILD (from rev 163541, 
kdeedu-kig/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:55 UTC (rev 163547)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('dcbde5fbb34e0c569a2ef95a328cf69a924cd38e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/testing-i686/kdeedu-kig.install (from rev 163541, 
kdeedu-kig/repos/staging-i686/kdeedu-kig.install)
===
--- testing-i686/kdeedu-kig.install (rev 0)
+++ testing-i686/kdeedu-kig.install 2012-07-15 13:16:55 UTC (rev 163547)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kig/repos/testing-x86_64/PKGBUILD (from rev 163541, 
kdeedu-kig/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:16:55 UTC (rev 163547)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('dcbde5fbb34e0c569a2ef95a328cf69a924cd38e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install (from rev 163541, 
kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install)
===
--- testing-x86_64/kdeedu-kig.install   (rev 0)
+++ testing-x86_64/kdeedu-kig.install   2012-07-15 13:16:55 UTC (rev 163547)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:50
  Author: ibiru
Revision: 163546

db-move: moved hugin from [staging] to [testing] ( i686,  x86_64)

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 163541, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/gcc47.patch
(from rev 163541, hugin/repos/staging-i686/gcc47.patch)
  hugin/repos/testing-i686/hugin.install
(from rev 163541, hugin/repos/staging-i686/hugin.install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 163541, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/gcc47.patch
(from rev 163541, hugin/repos/staging-x86_64/gcc47.patch)
  hugin/repos/testing-x86_64/hugin.install
(from rev 163541, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/gcc47.patch |   11 +++
 testing-i686/hugin.install   |   15 +++
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/gcc47.patch   |   11 +++
 testing-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 163541, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:50 UTC (rev 163546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=3
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  export CXXFLAGS+=" -fpermissive" 
+  cmake "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/testing-i686/gcc47.patch (from rev 163541, 
hugin/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-15 13:16:50 UTC (rev 163546)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/testing-i686/hugin.install (from rev 163541, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-07-15 13:16:50 UTC (rev 163546)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 163541, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:16:50 UTC (rev 163546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=3
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+  

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:43
  Author: ibiru
Revision: 163545

db-move: moved ekiga from [staging] to [testing] ( i686,  x86_64)

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
(from rev 163541, ekiga/repos/staging-i686/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
(from rev 163541, ekiga/repos/staging-i686/ekiga.install)
  ekiga/repos/testing-i686/gcc47.patch
(from rev 163541, ekiga/repos/staging-i686/gcc47.patch)
  ekiga/repos/testing-x86_64/
  ekiga/repos/testing-x86_64/PKGBUILD
(from rev 163541, ekiga/repos/staging-x86_64/PKGBUILD)
  ekiga/repos/testing-x86_64/ekiga.install
(from rev 163541, ekiga/repos/staging-x86_64/ekiga.install)
  ekiga/repos/testing-x86_64/gcc47.patch
(from rev 163541, ekiga/repos/staging-x86_64/gcc47.patch)
Deleted:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 
 testing-i686/ekiga.install   |   22 +
 testing-i686/gcc47.patch |   99 +
 testing-x86_64/PKGBUILD  |   39 
 testing-x86_64/ekiga.install |   22 +
 testing-x86_64/gcc47.patch   |   99 +
 6 files changed, 320 insertions(+)

Copied: ekiga/repos/testing-i686/PKGBUILD (from rev 163541, 
ekiga/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:43 UTC (rev 163545)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=6
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
+
+build() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/gcc47.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/testing-i686/ekiga.install (from rev 163541, 
ekiga/repos/staging-i686/ekiga.install)
===
--- testing-i686/ekiga.install  (rev 0)
+++ testing-i686/ekiga.install  2012-07-15 13:16:43 UTC (rev 163545)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/testing-i686/gcc47.patch (from rev 163541, 
ekiga/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-15 13:16:43 UTC (rev 163545)
@@ -0,0 +1,99 @@
+From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
+From: Eugen Dedu 
+Date: Sat, 24 Mar 2012 09:17:40 +
+Subject: Fix compile error with gcc 4.7
+
+---
+diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
+index e16848e..b0a8775 100644
+--- a/lib/engine/account/bank-impl.h
 b/lib/engine/account/bank-impl.h
+@@ -203,7 +203,7 @@ template
+ void
+ Ekiga::BankImpl::add_account (boost::shared_ptr 
account)
+ {
+-  add_object (account);
++  this->add_object (account);
+ 
+   account->questions.connect (boost::ref (questions));
+ }
+@@ -213,7 +213,7 @@ template
+ void
+ Ekiga::BankImpl::remove_account (boost::shared_ptr 
account)
+ {
+-  remove_object (account);
++  this->remove_object (account);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
+index 711d8d9..4fea7d5 100644
+--- a/lib/engine/addressbook/book-impl.h
 b/lib/engine/addr

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:35
  Author: ibiru
Revision: 163544

db-move: moved boost from [staging] to [testing] ( i686,  x86_64)

Added:
  boost/repos/testing-i686/
  boost/repos/testing-i686/PKGBUILD
(from rev 163541, boost/repos/staging-i686/PKGBUILD)
  boost/repos/testing-x86_64/
  boost/repos/testing-x86_64/PKGBUILD
(from rev 163541, boost/repos/staging-x86_64/PKGBUILD)
Deleted:
  boost/repos/staging-i686/
  boost/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |  113 ++
 testing-x86_64/PKGBUILD |  113 ++
 2 files changed, 226 insertions(+)

Copied: boost/repos/testing-i686/PKGBUILD (from rev 163541, 
boost/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:35 UTC (rev 163544)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.50.0
+_boostver=${pkgver//./_}
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.boost.org/";
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
+license=('custom')
+md5sums=('dbc07ab0254df3dda6300fd737b3f264')
+
+_stagedir="${srcdir}/stagedir"
+
+build() {
+  # set python path for bjam
+  cd "${srcdir}/${pkgbase}_${_boostver}/tools"
+  echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
+  echo "using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;" >> build/v2/user-config.jam
+  echo "using mpi ;" >> build/v2/user-config.jam
+
+  cd "${srcdir}"/${pkgbase}_${_boostver}
+
+  # build bjam
+  cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine"
+  ./build.sh cc
+
+  _bindir="bin.linuxx86"
+  [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
+
+  install -d "${_stagedir}"/usr/bin
+  install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam
+
+  # build tools
+  cd "${srcdir}/${pkgbase}_${_boostver}/tools/"
+  "${_stagedir}"/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd "${srcdir}/${pkgbase}_${_boostver}/dist/bin"
+  for i in *;do
+  install -m755 "${i}" "${_stagedir}/usr/bin/${i}"
+  done
+
+  #boostbook needed by quickbook
+  cd "${srcdir}/${pkgbase}_${_boostver}/dist/"
+  cp -r share "${_stagedir}"
+
+  # build libs
+  cd "${srcdir}/${pkgbase}_${_boostver}"
+
+  # default "minimal" install: "release link=shared,static
+  # runtime-link=shared threading=single,multi"
+  # --layout=tagged will add the "-mt" suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  "${_stagedir}"/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix="${_stagedir}" \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
+depends=("boost-libs=${pkgver}")
+optdepends=('python: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d "${pkgdir}"/usr/{include,lib,share}
+# headers/source files
+cp -r "${_stagedir}"/include/ "${pkgdir}"/usr/
+
+# static libs
+cp -r "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r "${_stagedir}"/usr/* "${pkgdir}"/usr/
+
+#boostbook
+cp -r "${_stagedir}"/share/* "${pkgdir}"/usr/share
+
+# license
+install -D -m644 "${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt" \
+"${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc="Free peer-reviewed portable C++ source libraries - Runtime"
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d "${pkgdir}/usr/lib"
+#shared libs
+cp -r "${_stagedir}"/lib/*.so{,.*} "${pkgdir}/usr/lib/"
+
+# license
+install -D -m644 "${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt" \
+"${pkgdir}"/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/testing-x86_64/PKGBUILD (from rev 163541, 
boost/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:16:35 UTC (rev 163544)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Giovanni Sc

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:32
  Author: ibiru
Revision: 163543

db-move: moved avogadro from [staging] to [testing] ( i686,  x86_64)

Added:
  avogadro/repos/testing-i686/
  avogadro/repos/testing-i686/PKGBUILD
(from rev 163541, avogadro/repos/staging-i686/PKGBUILD)
  avogadro/repos/testing-i686/avogadro.install
(from rev 163541, avogadro/repos/staging-i686/avogadro.install)
  avogadro/repos/testing-i686/fix-boost.patch
(from rev 163541, avogadro/repos/staging-i686/fix-boost.patch)
  avogadro/repos/testing-i686/fix-opengl-headers.patch
(from rev 163541, avogadro/repos/staging-i686/fix-opengl-headers.patch)
  avogadro/repos/testing-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch
(from rev 163541, 
avogadro/repos/staging-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch)
  avogadro/repos/testing-x86_64/
  avogadro/repos/testing-x86_64/PKGBUILD
(from rev 163541, avogadro/repos/staging-x86_64/PKGBUILD)
  avogadro/repos/testing-x86_64/avogadro.install
(from rev 163541, avogadro/repos/staging-x86_64/avogadro.install)
  avogadro/repos/testing-x86_64/fix-boost.patch
(from rev 163541, avogadro/repos/staging-x86_64/fix-boost.patch)
  avogadro/repos/testing-x86_64/fix-opengl-headers.patch
(from rev 163541, avogadro/repos/staging-x86_64/fix-opengl-headers.patch)
  avogadro/repos/testing-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch
(from rev 163541, 
avogadro/repos/staging-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch)
Deleted:
  avogadro/repos/staging-i686/
  avogadro/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   45 
 testing-i686/avogadro.install  |   11 
 testing-i686/fix-boost.patch   |   33 
 testing-i686/fix-opengl-headers.patch  |   53 
 testing-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch   |  778 +++
 testing-x86_64/PKGBUILD|   45 
 testing-x86_64/avogadro.install|   11 
 testing-x86_64/fix-boost.patch |   33 
 testing-x86_64/fix-opengl-headers.patch|   53 
 testing-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 +++
 10 files changed, 1840 insertions(+)

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


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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:21
  Author: ibiru
Revision: 163542

db-move: moved akonadi from [staging] to [testing] ( i686,  x86_64)

Added:
  akonadi/repos/testing-i686/
  akonadi/repos/testing-i686/PKGBUILD
(from rev 163541, akonadi/repos/staging-i686/PKGBUILD)
  akonadi/repos/testing-i686/akonadi.install
(from rev 163541, akonadi/repos/staging-i686/akonadi.install)
  akonadi/repos/testing-x86_64/
  akonadi/repos/testing-x86_64/PKGBUILD
(from rev 163541, akonadi/repos/staging-x86_64/PKGBUILD)
  akonadi/repos/testing-x86_64/akonadi.install
(from rev 163541, akonadi/repos/staging-x86_64/akonadi.install)
Deleted:
  akonadi/repos/staging-i686/
  akonadi/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/akonadi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/akonadi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 163541, 
akonadi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:21 UTC (rev 163542)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('c73bb835057a3ee07d37a4f7daaf7ecf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/testing-i686/akonadi.install (from rev 163541, 
akonadi/repos/staging-i686/akonadi.install)
===
--- testing-i686/akonadi.install(rev 0)
+++ testing-i686/akonadi.install2012-07-15 13:16:21 UTC (rev 163542)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 163541, 
akonadi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:16:21 UTC (rev 163542)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('c73bb835057a3ee07d37a4f7daaf7ecf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/testing-x86_64/akonadi.install (from rev 163541, 
akonadi/repos/staging-x86_64/akonadi.install)
===
--- testing-x86_64/akonadi.install  (rev 0)
+++ testing-x86_64/akonadi.install  2012-07-15 13:16:21 UTC (rev 163542)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-07-15 Thread Andrea Scarpino
Date: Sunday, July 15, 2012 @ 06:41:34
  Author: andrea
Revision: 163541

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

Added:
  telepathy-qt/repos/extra-i686/PKGBUILD
(from rev 163540, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/extra-x86_64/PKGBUILD
(from rev 163540, telepathy-qt/trunk/PKGBUILD)
Deleted:
  telepathy-qt/repos/extra-i686/PKGBUILD
  telepathy-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-15 10:41:05 UTC (rev 163540)
+++ extra-i686/PKGBUILD 2012-07-15 10:41:34 UTC (rev 163541)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Andrea Scarpino 
-
-pkgname=telepathy-qt
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="A library for Qt-based Telepathy clients"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org/wiki/";
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farstream')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
-source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
-
-build() {
-cd "$srcdir"
-mkdir build
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "$srcdir"/build
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-qt/repos/extra-i686/PKGBUILD (from rev 163540, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-15 10:41:34 UTC (rev 163541)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Andrea Scarpino 
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="A library for Qt-based Telepathy clients"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/";
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-farstream')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+
+build() {
+cd "$srcdir"
+mkdir build
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TESTS=OFF
+make
+}
+
+package() {
+cd "$srcdir"/build
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-15 10:41:05 UTC (rev 163540)
+++ extra-x86_64/PKGBUILD   2012-07-15 10:41:34 UTC (rev 163541)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Andrea Scarpino 
-
-pkgname=telepathy-qt
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="A library for Qt-based Telepathy clients"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org/wiki/";
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farstream')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
-source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
-
-build() {
-cd "$srcdir"
-mkdir build
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "$srcdir"/build
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-qt/repos/extra-x86_64/PKGBUILD (from rev 163540, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-15 10:41:34 UTC (rev 163541)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Andrea Scarpino 
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="A library for Qt-based Telepathy clients"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/";
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-farstream')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+
+build() {
+cd "$srcdir"
+mkd

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

2012-07-15 Thread Andrea Scarpino
Date: Sunday, July 15, 2012 @ 06:41:05
  Author: andrea
Revision: 163540

upgpkg: telepathy-qt 0.9.3-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-15 05:04:36 UTC (rev 163539)
+++ PKGBUILD2012-07-15 10:41:05 UTC (rev 163540)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=telepathy-qt
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
 
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
 
 build() {
 cd "$srcdir"
@@ -24,7 +24,8 @@
 cd build
 cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TESTS=OFF
 make
 }