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

2015-03-29 Thread Eric Bélanger
Date: Monday, March 30, 2015 @ 04:04:23
  Author: eric
Revision: 130227

upgpkg: youtube-dl 2015.03.28-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 02:00:49 UTC (rev 130226)
+++ PKGBUILD2015-03-30 02:04:23 UTC (rev 130227)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.03.24
+pkgver=2015.03.28
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d555cdd8d6c312423d83e9ee1f81429183dca621'
+sha1sums=('03065a1fe7b0229a99b0652154b5b49464b2400e'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-03-29 Thread Eric Bélanger
Date: Monday, March 30, 2015 @ 04:05:48
  Author: eric
Revision: 130228

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-30 02:04:23 UTC (rev 130227)
+++ PKGBUILD2015-03-30 02:05:48 UTC (rev 130228)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.03.24
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d555cdd8d6c312423d83e9ee1f81429183dca621'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 130227, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-30 02:05:48 UTC (rev 130228)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.03.28
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('03065a1fe7b0229a99b0652154b5b49464b2400e'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2015-03-29 Thread Eric Bélanger
Date: Monday, March 30, 2015 @ 03:46:12
  Author: eric
Revision: 235271

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

Added:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
(from rev 235270, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
(from rev 235270, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 235270, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 235270, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   70 +
 /perl-xml-libxml.install |   30 ++
 extra-i686/PKGBUILD  |   38 -
 extra-i686/perl-xml-libxml.install   |   15 ---
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/perl-xml-libxml.install |   15 ---
 6 files changed, 100 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-30 01:44:00 UTC (rev 235270)
+++ extra-i686/PKGBUILD 2015-03-30 01:46:12 UTC (rev 235271)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-xml-libxml
-pkgver=2.0117
-pkgrel=1
-pkgdesc=Interface to the libxml library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('484308164ecab1d7d0eddf4dc4c9c0ca')
-
-build() {
-  cd $srcdir/XML-LibXML-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/XML-LibXML-$pkgver
-
-  make test
-}
-
-package() {
-  cd $srcdir/XML-LibXML-$pkgver
-
-  make pure_install doc_install DESTDIR=$pkgdir/
-}

Copied: perl-xml-libxml/repos/extra-i686/PKGBUILD (from rev 235270, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-30 01:46:12 UTC (rev 235271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-xml-libxml
+pkgver=2.0118
+pkgrel=2
+pkgdesc=Interface to the libxml library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
+
+build() {
+  cd $srcdir/XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir/
+}

Deleted: extra-i686/perl-xml-libxml.install
===
--- extra-i686/perl-xml-libxml.install  2015-03-30 01:44:00 UTC (rev 235270)
+++ extra-i686/perl-xml-libxml.install  2015-03-30 01:46:12 UTC (rev 235271)
@@ -1,15 +0,0 @@
-post_install() {
-  echo :: Installing SAX XML Parsers
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo :: Installing SAX XML Parsers
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-  fi
-}
-

Copied: perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install (from rev 
235270, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- extra-i686/perl-xml-libxml.install  (rev 0)
+++ extra-i686/perl-xml-libxml.install 

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

2015-03-29 Thread Felix Yan
Date: Monday, March 30, 2015 @ 05:43:38
  Author: fyan
Revision: 130229

upgpkg: python-xcffib 0.2.2-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 02:05:48 UTC (rev 130228)
+++ PKGBUILD2015-03-30 03:43:38 UTC (rev 130229)
@@ -4,8 +4,8 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('i686' 'x86_64')
 url=https://pypi.python.org/pypi/xcffib;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
  'python-six' 'python2-six' 'libxcb')
 
source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('8242f543ff678621687dad01538259b8')
+md5sums=('b398d5c6d8b190848c45287715da1383')
 
 prepare() {
   cp -a xcffib-$pkgver{,-py2}


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

2015-03-29 Thread Felix Yan
Date: Monday, March 30, 2015 @ 05:44:09
  Author: fyan
Revision: 130230

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-30 03:43:38 UTC (rev 130229)
+++ community-i686/PKGBUILD 2015-03-30 03:44:09 UTC (rev 130230)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.2.0
-pkgrel=2
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('8242f543ff678621687dad01538259b8')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-i686/PKGBUILD (from rev 130229, 
python-xcffib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-30 03:44:09 UTC (rev 130230)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb')
+source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
+md5sums=('b398d5c6d8b190848c45287715da1383')
+
+prepare() {
+  cp -a xcffib-$pkgver{,-py2}
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-30 03:43:38 UTC (rev 130229)
+++ community-x86_64/PKGBUILD   2015-03-30 03:44:09 UTC (rev 130230)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.2.0
-pkgrel=2
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('8242f543ff678621687dad01538259b8')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-x86_64/PKGBUILD (from rev 130229, 
python-xcffib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-30 03:44:09 UTC (rev 130230)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran 

[arch-commits] Commit in (perl-xml-libxml)

2015-03-29 Thread Eric Bélanger
Date: Monday, March 30, 2015 @ 03:56:35
  Author: eric
Revision: 130224

Package already in [extra]

Deleted:
  perl-xml-libxml/


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

2015-03-29 Thread Lukas Fleischer
Date: Sunday, March 29, 2015 @ 11:46:19
  Author: lfleischer
Revision: 130184

upgpkg: pv 1.6.0-1

Upstream update.

Modified:
  pv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 08:14:32 UTC (rev 130183)
+++ PKGBUILD2015-03-29 09:46:19 UTC (rev 130184)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Aaron Schaefer aa...@elasticdog.com
 
 pkgname=pv
-pkgver=1.5.7
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 license=('custom:Artistic 2.0')
 depends=('glibc')
 source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('e8597a929e836ada22a8814b1c1651d0')
+md5sums=('e163d8963c595b2032666724bc509bcc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-03-29 Thread Lukas Fleischer
Date: Sunday, March 29, 2015 @ 11:46:44
  Author: lfleischer
Revision: 130185

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-29 09:46:19 UTC (rev 130184)
+++ community-i686/PKGBUILD 2015-03-29 09:46:44 UTC (rev 130185)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=pv
-pkgver=1.5.7
-pkgrel=1
-pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
-arch=('i686' 'x86_64')
-url='http://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('e8597a929e836ada22a8814b1c1651d0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pv/repos/community-i686/PKGBUILD (from rev 130184, pv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-29 09:46:44 UTC (rev 130185)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=pv
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
+arch=('i686' 'x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e163d8963c595b2032666724bc509bcc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-29 09:46:19 UTC (rev 130184)
+++ community-x86_64/PKGBUILD   2015-03-29 09:46:44 UTC (rev 130185)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=pv
-pkgver=1.5.7
-pkgrel=1
-pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
-arch=('i686' 'x86_64')
-url='http://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('e8597a929e836ada22a8814b1c1651d0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pv/repos/community-x86_64/PKGBUILD (from rev 130184, pv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-29 09:46:44 UTC (rev 130185)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=pv
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
+arch=('i686' 'x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e163d8963c595b2032666724bc509bcc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 17:09:23
  Author: heftig
Revision: 235258

3.2

Modified:
  rhythmbox/trunk/PKGBUILD
Deleted:
  rhythmbox/trunk/0001-Fix-desktop-file-keywords-translations.patch

---+
 0001-Fix-desktop-file-keywords-translations.patch |   41 
 PKGBUILD  |   11 +
 2 files changed, 4 insertions(+), 48 deletions(-)

Deleted: 0001-Fix-desktop-file-keywords-translations.patch
===
--- 0001-Fix-desktop-file-keywords-translations.patch   2015-03-29 11:09:41 UTC 
(rev 235257)
+++ 0001-Fix-desktop-file-keywords-translations.patch   2015-03-29 15:09:23 UTC 
(rev 235258)
@@ -1,41 +0,0 @@
-From 06e9a07ad2d6f79267b01078a8ac9e8016e3a7cc Mon Sep 17 00:00:00 2001
-From: Kalev Lember kalevlem...@gmail.com
-Date: Sun, 28 Sep 2014 12:44:26 +0200
-Subject: [PATCH] Fix desktop file keywords translations
-
-Add missing terminating semicolons to Scottish Gaelic and Slovenian
-translations.

- po/gd.po | 2 +-
- po/sl.po | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/po/gd.po b/po/gd.po
-index 1bd1a0e..80234c5 100644
 a/po/gd.po
-+++ b/po/gd.po
-@@ -134,7 +134,7 @@ msgstr Cluich agus cum rian air a' chruinneachadh chiùil 
agad
- msgid Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio;
- msgstr 
- Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio;fuaime;
--òran;òrain;pod-chraoladh;rèidio
-+òran;òrain;pod-chraoladh;rèidio;
- 
- #: ../data/ui/app-menu.ui.h:1
- msgid _Add Music
-diff --git a/po/sl.po b/po/sl.po
-index c164a1b..db407e8 100644
 a/po/sl.po
-+++ b/po/sl.po
-@@ -126,7 +126,7 @@ msgstr Predvajajte in organizirajte glasbeno zbirko
- msgid Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio;
- msgstr 
- zvok;skladbe;pesmi;glasba;MP3;CD;podcast;MTP;iPod;seznam 
predvajanja;Last.fm;
--UPnP;DLNA;radio
-+UPnP;DLNA;radio;
- 
- #: ../data/ui/app-menu.ui.h:1
- msgid _Add Music
--- 
-2.1.0
-

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 11:09:41 UTC (rev 235257)
+++ PKGBUILD2015-03-29 15:09:23 UTC (rev 235258)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=rhythmbox
-pkgver=3.1
-pkgrel=3
+pkgver=3.2
+pkgrel=1
 pkgdesc=An iTunes-like music playback and management application
 arch=(i686 x86_64)
 license=(GPL)
@@ -23,14 +23,11 @@
 'zeitgeist: Zeitgeist plugin')
 options=('!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-0001-Fix-desktop-file-keywords-translations.patch)
-sha256sums=('2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1'
-'2452814881f93f205239b9551969399128226315ca463c67bea5dddaa7f40cb6')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c8adf79e4b2bb76cee391c73ba7a1e699e7684e5f45507e7d6849957ac54f81')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../0001-Fix-desktop-file-keywords-translations.patch
 }
 
 build() {


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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 17:12:29
  Author: heftig
Revision: 235259

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

Added:
  rhythmbox/repos/testing-i686/
  rhythmbox/repos/testing-i686/PKGBUILD
(from rev 235258, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/testing-i686/rhythmbox.install
(from rev 235258, rhythmbox/trunk/rhythmbox.install)
  rhythmbox/repos/testing-x86_64/
  rhythmbox/repos/testing-x86_64/PKGBUILD
(from rev 235258, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/testing-x86_64/rhythmbox.install
(from rev 235258, rhythmbox/trunk/rhythmbox.install)

--+
 testing-i686/PKGBUILD|   46 +
 testing-i686/rhythmbox.install   |   13 ++
 testing-x86_64/PKGBUILD  |   46 +
 testing-x86_64/rhythmbox.install |   13 ++
 4 files changed, 118 insertions(+)

Copied: rhythmbox/repos/testing-i686/PKGBUILD (from rev 235258, 
rhythmbox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-29 15:12:29 UTC (rev 235259)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=rhythmbox
+pkgver=3.2
+pkgrel=1
+pkgdesc=An iTunes-like music playback and management application
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.rhythmbox.org;
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject gnome-icon-theme)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c8adf79e4b2bb76cee391c73ba7a1e699e7684e5f45507e7d6849957ac54f81')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/lib/rhythmbox/sample-plugins
+}

Copied: rhythmbox/repos/testing-i686/rhythmbox.install (from rev 235258, 
rhythmbox/trunk/rhythmbox.install)
===
--- testing-i686/rhythmbox.install  (rev 0)
+++ testing-i686/rhythmbox.install  2015-03-29 15:12:29 UTC (rev 235259)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: rhythmbox/repos/testing-x86_64/PKGBUILD (from rev 235258, 
rhythmbox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-29 15:12:29 UTC (rev 235259)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=rhythmbox
+pkgver=3.2
+pkgrel=1
+pkgdesc=An iTunes-like music playback and management application
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.rhythmbox.org;
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject gnome-icon-theme)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!emptydirs')
+install=rhythmbox.install

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

2015-03-29 Thread Ike Devolder
Date: Sunday, March 29, 2015 @ 18:09:09
  Author: idevolder
Revision: 130200

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

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

---+
 /PKGBUILD |  266 
 /kodi.install |   34 +
 community-i686/PKGBUILD   |  128 ---
 community-i686/kodi.install   |   17 --
 community-x86_64/PKGBUILD |  128 ---
 community-x86_64/kodi.install |   17 --
 6 files changed, 300 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-29 16:08:56 UTC (rev 130199)
+++ community-i686/PKGBUILD 2015-03-29 16:09:09 UTC (rev 130200)
@@ -1,128 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Maxime Gauduin aluc...@gmail.com
-
-_prefix=/usr
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=14.1
-_codename=Helix
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://kodi.tv;
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow'
-  'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
-  'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 
'zip'
-)
-source=(
-  
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
-)
-sha256sums=(
-  'a38059e292cf8523918834e49fcc2d688525ceb7951ddf7f5ee535f4147255d6'
-)
-
-prepare() {
-  cd $srcdir/xbmc-$pkgver-$_codename
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-}
-
-build() {
-  cd $srcdir/xbmc-$pkgver-$_codename
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-libbluray \
---enable-external-libraries \
---with-lirc-device=/run/lirc/lircd
-
-  # Now (finally) build
-  make
-}
-
-package_kodi() {
-  pkgdesc=A software media player and entertainment hub for digital media
-
-  # depends expected for kodi plugins:
-  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-  # depends expeced in FEH.py
-  # 'mesa-demos' 'xorg-xdpyinfo'
-  depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
-'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl'
-  )
-  optdepends=(
-'afpfs-ng: Apple shares support'
-'bluez: Blutooth support'
-'libnfs: NFS shares support'
-'libplist: AirPlay support'
-'libcec: Pulse-Eight USB-CEC adapter support'
-'lirc: Remote controller support'
-'pulseaudio: PulseAudio support'
-'shairplay: AirPlay support'
-'udisks: Automount external drives'
-'unrar: Archives support'
-'unzip: Archives support'
-'upower: Display battery level'
-'lsb-release: log distro information in crashlog'
-  )
-  install=kodi.install
-  provides=('xbmc')
-  conflicts=('xbmc')
-  replaces=('xbmc')
-
-  cd $srcdir/xbmc-$pkgver-$_codename
-  # Running make install
-  make DESTDIR=$pkgdir install
-
-  # Licenses
-   install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
-  for licensef in LICENSE.GPL copying.txt; do
-   mv 

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

2015-03-29 Thread Ike Devolder
Date: Sunday, March 29, 2015 @ 18:08:56
  Author: idevolder
Revision: 130199

kodi :: 14.2

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 14:13:04 UTC (rev 130198)
+++ PKGBUILD2015-03-29 16:08:56 UTC (rev 130199)
@@ -13,7 +13,7 @@
 
 pkgbase=kodi
 pkgname=('kodi' 'kodi-eventclients')
-pkgver=14.1
+pkgver=14.2
 _codename=Helix
 pkgrel=2
 arch=('i686' 'x86_64')
@@ -31,9 +31,7 @@
 source=(
   
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
 )
-sha256sums=(
-  'a38059e292cf8523918834e49fcc2d688525ceb7951ddf7f5ee535f4147255d6'
-)
+sha256sums=('d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4')
 
 prepare() {
   cd $srcdir/xbmc-$pkgver-$_codename
@@ -41,6 +39,11 @@
   find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
   sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
sed 's/python/python2/' -i tools/Linux/kodi.sh.in
+  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
+  # disable wiiremote due to incompatibility with bluez-5.29
+  sed '/WiiRemote/d' -i tools/EventClients/Makefile.in
+  sed '/mkdir -p $(DESTDIR)$(bindir)/i \
+install:' -i tools/EventClients/Makefile.in
 }
 
 build() {
@@ -59,7 +62,8 @@
 --enable-optimizations \
 --enable-libbluray \
 --enable-external-libraries \
---with-lirc-device=/run/lirc/lircd
+--with-lirc-device=/run/lirc/lircd \
+ac_cv_lib_bluetooth_hci_devid=no
 
   # Now (finally) build
   make
@@ -104,6 +108,11 @@
   # Running make install
   make DESTDIR=$pkgdir install
 
+  # We will no longer support the xbmc name
+  rm $pkgdir/usr/share/xsessions/xbmc.desktop
+  rm $pkgdir/usr/bin/xbmc{,-standalone}
+  # we will leave /usr/{include,lib,share}/xbmc for now
+
   # Licenses
install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
   for licensef in LICENSE.GPL copying.txt; do
@@ -120,9 +129,5 @@
   cd $srcdir/xbmc-$pkgver-$_codename
 
   make DESTDIR=$pkgdir eventclients WII_EXTRA_OPTS=-DCWIID_OLD
-
-  install -dm755 $pkgdir/usr/lib/python2.7/$pkgbase
-  mv $pkgdir/kodi/* $pkgdir/usr/lib/python2.7/$pkgbase
-  rmdir $pkgdir/kodi
 }
 


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

2015-03-29 Thread Jan Steffens
Date: Monday, March 30, 2015 @ 03:15:46
  Author: heftig
Revision: 130220

3.16.0

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 21:36:19 UTC (rev 130219)
+++ PKGBUILD2015-03-30 01:15:46 UTC (rev 130220)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini stefano.facch...@gmail.com
 
 pkgname=gnome-boxes
-pkgver=3.14.3.1
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=Simple GNOME 3 application to access remote or virtual systems
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 license=('LGPL')
 depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
  'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
- 'gnome-themes-standard')
+ 'gnome-themes-standard' 'libusb')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('048df41ce1bcece1d89dfddcb571ed17dfa7f614929cd63f3079d14c66c10f24')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe17de6431b7645816ab2b1f0f15733ed18a96fef39571bf1af00702e5b82136')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-29 Thread Jan Steffens
Date: Monday, March 30, 2015 @ 03:16:40
  Author: heftig
Revision: 130221

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

Added:
  gnome-boxes/repos/community-testing-i686/
  gnome-boxes/repos/community-testing-i686/PKGBUILD
(from rev 130220, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-i686/gnome-boxes.install
(from rev 130220, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-testing-x86_64/
  gnome-boxes/repos/community-testing-x86_64/PKGBUILD
(from rev 130220, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-x86_64/gnome-boxes.install
(from rev 130220, gnome-boxes/trunk/gnome-boxes.install)

--+
 community-testing-i686/PKGBUILD  |   30 +
 community-testing-i686/gnome-boxes.install   |   12 ++
 community-testing-x86_64/PKGBUILD|   30 +
 community-testing-x86_64/gnome-boxes.install |   12 ++
 4 files changed, 84 insertions(+)

Copied: gnome-boxes/repos/community-testing-i686/PKGBUILD (from rev 130220, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-30 01:16:40 UTC (rev 130221)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'gnome-themes-standard' 'libusb')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe17de6431b7645816ab2b1f0f15733ed18a96fef39571bf1af00702e5b82136')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-boxes/repos/community-testing-i686/gnome-boxes.install (from rev 
130220, gnome-boxes/trunk/gnome-boxes.install)
===
--- community-testing-i686/gnome-boxes.install  (rev 0)
+++ community-testing-i686/gnome-boxes.install  2015-03-30 01:16:40 UTC (rev 
130221)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-boxes/repos/community-testing-x86_64/PKGBUILD (from rev 130220, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-30 01:16:40 UTC (rev 130221)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'gnome-themes-standard' 'libusb')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe17de6431b7645816ab2b1f0f15733ed18a96fef39571bf1af00702e5b82136')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-boxes/repos/community-testing-x86_64/gnome-boxes.install (from 
rev 130220, gnome-boxes/trunk/gnome-boxes.install)
===
--- community-testing-x86_64/gnome-boxes.install
(rev 0)
+++ community-testing-x86_64/gnome-boxes.install2015-03-30 01:16:40 UTC 
(rev 130221)
@@ -0,0 +1,12 @@

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

2015-03-29 Thread Eric Bélanger
Date: Monday, March 30, 2015 @ 03:44:00
  Author: eric
Revision: 235270

upgpkg: perl-xml-libxml 2.0118-2

Upstream update

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 21:55:00 UTC (rev 235269)
+++ PKGBUILD2015-03-30 01:44:00 UTC (rev 235270)
@@ -4,8 +4,8 @@
 # Contributor: François Charette francois.archlinux.org
 
 pkgname=perl-xml-libxml
-pkgver=2.0117
-pkgrel=1
+pkgver=2.0118
+pkgrel=2
 pkgdesc=Interface to the libxml library
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/XML-LibXML;
@@ -16,23 +16,20 @@
 options=('!emptydirs')
 install=$pkgname.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('484308164ecab1d7d0eddf4dc4c9c0ca')
+md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
 
 build() {
   cd $srcdir/XML-LibXML-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
   cd $srcdir/XML-LibXML-$pkgver
-
   make test
 }
 
 package() {
   cd $srcdir/XML-LibXML-$pkgver
-
   make pure_install doc_install DESTDIR=$pkgdir/
 }


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

2015-03-29 Thread Laurent Carlier
Date: Monday, March 30, 2015 @ 04:00:49
  Author: lcarlier
Revision: 130226

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libtasn1/repos/multilib-testing-x86_64/
  lib32-libtasn1/repos/multilib-testing-x86_64/PKGBUILD
(from rev 130225, lib32-libtasn1/trunk/PKGBUILD)

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

Copied: lib32-libtasn1/repos/multilib-testing-x86_64/PKGBUILD (from rev 130225, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-03-30 02:00:49 UTC (rev 130226)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f.f1 at gmail.com
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.4
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('c26d76d1309dd339365c563076599912'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2015-03-29 Thread Laurent Carlier
Date: Monday, March 30, 2015 @ 04:00:41
  Author: lcarlier
Revision: 130225

upgpkg: lib32-libtasn1 4.4-1

upstream update 4.4

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 01:56:35 UTC (rev 130224)
+++ PKGBUILD2015-03-30 02:00:41 UTC (rev 130225)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.3
+pkgver=4.4
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+md5sums=('c26d76d1309dd339365c563076599912'
  'SKIP')
 validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
 


[arch-commits] Commit in syncthing/repos/community-x86_64 (6 files)

2015-03-29 Thread Jaroslav Lichtblau
Date: Sunday, March 29, 2015 @ 14:06:22
  Author: jlichtblau
Revision: 130188

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 130187, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 130187, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 130187, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-29 12:05:47 UTC (rev 130187)
+++ PKGBUILD2015-03-29 12:06:22 UTC (rev 130188)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.29
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 130187, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 12:06:22 UTC (rev 130188)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.30
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-29 12:05:47 UTC (rev 130187)
+++ syncthing.1 2015-03-29 12:06:22 UTC (rev 130188)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing

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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 14:07:52
  Author: muflone
Revision: 130189

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

Added:
  pacmanlogviewer/repos/community-testing-i686/
  pacmanlogviewer/repos/community-testing-i686/PKGBUILD
(from rev 130188, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install
(from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)
  pacmanlogviewer/repos/community-testing-x86_64/
  pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD
(from rev 130188, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-testing-x86_64/pacmanlogviewer.install
(from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)

--+
 community-testing-i686/PKGBUILD  |   27 +
 community-testing-i686/pacmanlogviewer.install   |   11 
 community-testing-x86_64/PKGBUILD|   27 +
 community-testing-x86_64/pacmanlogviewer.install |   11 
 4 files changed, 76 insertions(+)

Copied: pacmanlogviewer/repos/community-testing-i686/PKGBUILD (from rev 130188, 
pacmanlogviewer/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-29 12:07:52 UTC (rev 130189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà jive...@gmail.com
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=Inspect pacman log files
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install=${pkgname}.install
+ 
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 

Copied: pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install 
(from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)
===
--- community-testing-i686/pacmanlogviewer.install  
(rev 0)
+++ community-testing-i686/pacmanlogviewer.install  2015-03-29 12:07:52 UTC 
(rev 130189)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD (from rev 
130188, pacmanlogviewer/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-29 12:07:52 UTC (rev 130189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà jive...@gmail.com
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=Inspect pacman log files
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install=${pkgname}.install
+ 
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 

Copied: pacmanlogviewer/repos/community-testing-x86_64/pacmanlogviewer.install 
(from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)
===
--- community-testing-x86_64/pacmanlogviewer.install
(rev 0)
+++ community-testing-x86_64/pacmanlogviewer.install2015-03-29 12:07:52 UTC 
(rev 130189)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-29 Thread Guillaume Alaux
Date: Sunday, March 29, 2015 @ 16:11:33
  Author: guillaume
Revision: 130197

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
(from rev 130196, sbt/trunk/LICENSE)
  sbt/repos/community-any/LICENSE_Scala
(from rev 130196, sbt/trunk/LICENSE_Scala)
  sbt/repos/community-any/PKGBUILD
(from rev 130196, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.conf.csh
(from rev 130196, sbt/trunk/sbt.conf.csh)
  sbt/repos/community-any/sbt.conf.sh
(from rev 130196, sbt/trunk/sbt.conf.sh)
  sbt/repos/community-any/sbt.sh
(from rev 130196, sbt/trunk/sbt.sh)
Deleted:
  sbt/repos/community-any/LICENSE
  sbt/repos/community-any/LICENSE_Scala
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.conf.csh
  sbt/repos/community-any/sbt.conf.sh
  sbt/repos/community-any/sbt.sh

---+
 LICENSE   |   50 ++--
 LICENSE_Scala |   70 +-
 PKGBUILD  |   77 
 sbt.conf.csh  |2 -
 sbt.conf.sh   |2 -
 sbt.sh|6 ++--
 6 files changed, 104 insertions(+), 103 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-03-29 14:10:50 UTC (rev 130196)
+++ LICENSE 2015-03-29 14:11:33 UTC (rev 130197)
@@ -1,25 +0,0 @@
-Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: sbt/repos/community-any/LICENSE (from rev 130196, sbt/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-03-29 14:11:33 UTC (rev 130197)
@@ -0,0 +1,25 @@
+Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: LICENSE_Scala
===
--- LICENSE_Scala   2015-03-29 14:10:50 UTC (rev 130196)
+++ LICENSE_Scala   2015-03-29 14:11:33 UTC (rev 130197)
@@ -1,35 +0,0 @@
-SCALA LICENSE
-
-Copyright (c) 2002-2008 EPFL, Lausanne, unless 

[arch-commits] Commit in sbt/trunk (LICENSE LICENSE_Scala)

2015-03-29 Thread Guillaume Alaux
Date: Sunday, March 29, 2015 @ 16:13:04
  Author: guillaume
Revision: 130198

Delete previously discarded license files

Deleted:
  sbt/trunk/LICENSE
  sbt/trunk/LICENSE_Scala

---+
 LICENSE   |   25 -
 LICENSE_Scala |   35 ---
 2 files changed, 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-03-29 14:11:33 UTC (rev 130197)
+++ LICENSE 2015-03-29 14:13:04 UTC (rev 130198)
@@ -1,25 +0,0 @@
-Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Deleted: LICENSE_Scala
===
--- LICENSE_Scala   2015-03-29 14:11:33 UTC (rev 130197)
+++ LICENSE_Scala   2015-03-29 14:13:04 UTC (rev 130198)
@@ -1,35 +0,0 @@
-SCALA LICENSE
-
-Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified.
-All rights reserved.
-
-This software was developed by the Programming Methods Laboratory of the
-Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
-
-Permission to use, copy, modify, and distribute this software in source
-or binary form for any purpose with or without fee is hereby granted,
-provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-   2. Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-
-   3. Neither the name of the EPFL nor the names of its contributors
-  may be used to endorse or promote products derived from this
-  software without specific prior written permission.
-
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
\ No newline at end of file


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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 14:08:29
  Author: muflone
Revision: 130190

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

Added:
  pacmanlogviewer/repos/community-testing-i686/PKGBUILD
(from rev 130189, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install
(from rev 130189, pacmanlogviewer/trunk/pacmanlogviewer.install)
  pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD
(from rev 130189, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-testing-x86_64/pacmanlogviewer.install
(from rev 130189, pacmanlogviewer/trunk/pacmanlogviewer.install)
Deleted:
  pacmanlogviewer/repos/community-testing-i686/PKGBUILD
  pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install
  pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD
  pacmanlogviewer/repos/community-testing-x86_64/pacmanlogviewer.install

--+
 /PKGBUILD|   54 +
 /pacmanlogviewer.install |   22 
 community-testing-i686/PKGBUILD  |   27 --
 community-testing-i686/pacmanlogviewer.install   |   11 
 community-testing-x86_64/PKGBUILD|   27 --
 community-testing-x86_64/pacmanlogviewer.install |   11 
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-29 12:07:52 UTC (rev 130189)
+++ community-testing-i686/PKGBUILD 2015-03-29 12:08:29 UTC (rev 130190)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Giuseppe Calà jive...@gmail.com
- 
-pkgname=pacmanlogviewer
-pkgver=1.3.1
-pkgrel=3
-pkgdesc=Inspect pacman log files
-arch=('i686' 'x86_64')
-url=('https://opendesktop.org/content/show.php?content=150484')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
-install=${pkgname}.install
- 
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-} 

Copied: pacmanlogviewer/repos/community-testing-i686/PKGBUILD (from rev 130189, 
pacmanlogviewer/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-29 12:08:29 UTC (rev 130190)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà jive...@gmail.com
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=Inspect pacman log files
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install=${pkgname}.install
+ 
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 

Deleted: community-testing-i686/pacmanlogviewer.install
===
--- community-testing-i686/pacmanlogviewer.install  2015-03-29 12:07:52 UTC 
(rev 130189)
+++ community-testing-i686/pacmanlogviewer.install  2015-03-29 12:08:29 UTC 
(rev 130190)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install 
(from rev 130189, pacmanlogviewer/trunk/pacmanlogviewer.install)
===
--- community-testing-i686/pacmanlogviewer.install  
(rev 0)
+++ community-testing-i686/pacmanlogviewer.install  2015-03-29 12:08:29 UTC 
(rev 130190)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-03-29 12:07:52 UTC (rev 130189)
+++ community-testing-x86_64/PKGBUILD   2015-03-29 12:08:29 UTC (rev 130190)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: 

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

2015-03-29 Thread Jaroslav Lichtblau
Date: Sunday, March 29, 2015 @ 14:17:20
  Author: jlichtblau
Revision: 130191

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 130190, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 130190, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 130190, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-29 12:08:29 UTC (rev 130190)
+++ PKGBUILD2015-03-29 12:17:20 UTC (rev 130191)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.29
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 130190, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 12:17:20 UTC (rev 130191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.30
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-29 12:08:29 UTC (rev 130190)
+++ syncthing.1 2015-03-29 12:17:20 UTC (rev 130191)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing
-.
-.SH Project 

[arch-commits] Commit in perl-xml-libxml/repos/community-i686 (4 files)

2015-03-29 Thread Jaroslav Lichtblau
Date: Sunday, March 29, 2015 @ 14:21:33
  Author: jlichtblau
Revision: 130193

archrelease: copy trunk to community-i686

Added:
  perl-xml-libxml/repos/community-i686/PKGBUILD
(from rev 130192, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
(from rev 130192, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/community-i686/PKGBUILD
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install

-+
 PKGBUILD|   78 +++---
 perl-xml-libxml.install |   30 -
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-29 12:20:09 UTC (rev 130192)
+++ PKGBUILD2015-03-29 12:21:33 UTC (rev 130193)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-xml-libxml
-pkgver=2.0118
-pkgrel=1
-pkgdesc=Interface to the libxml library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
-
-build() {
-  cd ${srcdir}/XML-LibXML-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/XML-LibXML-$pkgver
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/XML-LibXML-$pkgver
-
-  make pure_install doc_install DESTDIR=${pkgdir}
-}

Copied: perl-xml-libxml/repos/community-i686/PKGBUILD (from rev 130192, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 12:21:33 UTC (rev 130193)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-xml-libxml
+pkgver=2.0118
+pkgrel=1
+pkgdesc=Interface to the libxml library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
+
+build() {
+  cd ${srcdir}/XML-LibXML-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/XML-LibXML-$pkgver
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/XML-LibXML-$pkgver
+
+  make pure_install doc_install DESTDIR=${pkgdir}
+}

Deleted: perl-xml-libxml.install
===
--- perl-xml-libxml.install 2015-03-29 12:20:09 UTC (rev 130192)
+++ perl-xml-libxml.install 2015-03-29 12:21:33 UTC (rev 130193)
@@ -1,15 +0,0 @@
-post_install() {
-  echo :: Installing SAX XML Parsers
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo :: Installing SAX XML Parsers
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-  fi
-}
-

Copied: perl-xml-libxml/repos/community-i686/perl-xml-libxml.install (from rev 
130192, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- perl-xml-libxml.install (rev 0)
+++ perl-xml-libxml.install 2015-03-29 12:21:33 UTC (rev 130193)
@@ -0,0 +1,15 @@
+post_install() {
+  echo :: Installing SAX XML Parsers
+  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
+  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
+}
+
+post_upgrade() {
+  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
+  if [[ $libxmlcount == 0 ]]; then
+ echo :: Installing SAX XML Parsers

[arch-commits] Commit in perl-xml-libxml/repos/community-x86_64 (4 files)

2015-03-29 Thread Jaroslav Lichtblau
Date: Sunday, March 29, 2015 @ 14:20:09
  Author: jlichtblau
Revision: 130192

archrelease: copy trunk to community-x86_64

Added:
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
(from rev 130191, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install
(from rev 130191, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install

-+
 PKGBUILD|   78 +++---
 perl-xml-libxml.install |   30 -
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-29 12:17:20 UTC (rev 130191)
+++ PKGBUILD2015-03-29 12:20:09 UTC (rev 130192)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-xml-libxml
-pkgver=2.0118
-pkgrel=1
-pkgdesc=Interface to the libxml library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
-
-build() {
-  cd ${srcdir}/XML-LibXML-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/XML-LibXML-$pkgver
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/XML-LibXML-$pkgver
-
-  make pure_install doc_install DESTDIR=${pkgdir}
-}

Copied: perl-xml-libxml/repos/community-x86_64/PKGBUILD (from rev 130191, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 12:20:09 UTC (rev 130192)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-xml-libxml
+pkgver=2.0118
+pkgrel=1
+pkgdesc=Interface to the libxml library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
+
+build() {
+  cd ${srcdir}/XML-LibXML-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/XML-LibXML-$pkgver
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/XML-LibXML-$pkgver
+
+  make pure_install doc_install DESTDIR=${pkgdir}
+}

Deleted: perl-xml-libxml.install
===
--- perl-xml-libxml.install 2015-03-29 12:17:20 UTC (rev 130191)
+++ perl-xml-libxml.install 2015-03-29 12:20:09 UTC (rev 130192)
@@ -1,15 +0,0 @@
-post_install() {
-  echo :: Installing SAX XML Parsers
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo :: Installing SAX XML Parsers
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-  fi
-}
-

Copied: perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install (from 
rev 130191, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- perl-xml-libxml.install (rev 0)
+++ perl-xml-libxml.install 2015-03-29 12:20:09 UTC (rev 130192)
@@ -0,0 +1,15 @@
+post_install() {
+  echo :: Installing SAX XML Parsers
+  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
+  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
+}
+
+post_upgrade() {
+  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
+  if [[ $libxmlcount == 0 ]]; then
+ echo :: Installing 

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

2015-03-29 Thread Ike Devolder
Date: Sunday, March 29, 2015 @ 14:38:54
  Author: idevolder
Revision: 130195

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

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

+
 /PKGBUILD  |  166 +++
 /doublecmd.install |   68 ++
 community-i686/PKGBUILD|   83 -
 community-i686/doublecmd.install   |   34 ---
 community-x86_64/PKGBUILD  |   83 -
 community-x86_64/doublecmd.install |   34 ---
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-29 12:38:40 UTC (rev 130194)
+++ community-i686/PKGBUILD 2015-03-29 12:38:54 UTC (rev 130195)
@@ -1,83 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.6.0
-_helpver=0.6.0
-pkgrel=1
-url=http://doublecmd.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-install=$pkgbase.install
-provides=($pkgbase)
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
-   http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
-)
-
-prepare() {
-   cd $pkgbase-$pkgver
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-
-   cd $srcdir
-
-   cp -a $pkgbase-$pkgver $pkgbase-gtk
-   cp -a $pkgbase-$pkgver $pkgbase-qt
-}
-
-build() {
-   msg2 'build gtk'
-   gtkdir=$srcdir/$pkgbase-gtk
-   cd $gtkdir
-   bsdtar -zxf $srcdir/lazarus-20140321-2.tar.gz
-   sed -e s/\\(export\\ lazbuild=\\).*/\\1\\$(which lazbuild) 
--primary-config-path=${gtkdir//\//\\\/}\/lazarus\/lazarus-$CARCH\/ -i 
build.sh
-   sed -e s/%%SRCDIR%%/${gtkdir//\//\\\/}/g -i lazarus/packagefiles.xml
-   ./build.sh beta gtk2
-
-   msg2 'build qt'
-   qtdir=$srcdir/$pkgbase-qt
-   cd $qtdir
-   bsdtar -zxf $srcdir/lazarus-20140321-2.tar.gz
-   sed -e s/\\(export\\ lazbuild=\\).*/\\1\\$(which lazbuild) 
--primary-config-path=${qtdir//\//\\\/}\/lazarus\/lazarus-$CARCH\/ -i build.sh
-   sed -e s/%%SRCDIR%%/${qtdir//\//\\\/}/g -i lazarus/packagefiles.xml
-   ./build.sh beta qt
-
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc=twin-panel (commander-style) file manager (GTK)
-   depends=('gtk2')
-   conflicts=('doublecmd-qt')
-   cd $srcdir/$pkgbase-gtk
-   ./install/linux/install.sh --install-prefix=$pkgdir
-
-   # install doc
-   cd $srcdir/$pkgbase-help-$_helpver
-   cp -a * $pkgdir/usr/share/$pkgbase/doc/
-}
-
-package_doublecmd-qt() {
-   pkgdesc=twin-panel (commander-style) file manager (QT)
-   depends=('qt4pas')
-   conflicts=('doublecmd-gtk2')
-   cd $srcdir/$pkgbase-qt
-   ./install/linux/install.sh --install-prefix=$pkgdir
-
-   # install doc
-   cd $srcdir/$pkgbase-help-$_helpver
-   cp -a * $pkgdir/usr/share/$pkgbase/doc/
-}
-
-sha256sums=('809b182eb03ed3a07f21d6690f0289ab80eefbe3ca0a998efe65742d5f0c4a4f'
-'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
-'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 130194, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-29 12:38:54 UTC (rev 130195)
@@ -0,0 +1,83 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.6.1
+_helpver=0.6.0
+pkgrel=1
+url=http://doublecmd.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+install=$pkgbase.install
+provides=($pkgbase)
+makedepends=('lazarus' 'qt4pas' 

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

2015-03-29 Thread Ike Devolder
Date: Sunday, March 29, 2015 @ 14:38:40
  Author: idevolder
Revision: 130194

doublecmd :: 0.6.1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 12:21:33 UTC (rev 130193)
+++ PKGBUILD2015-03-29 12:38:40 UTC (rev 130194)
@@ -5,7 +5,7 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.6.0
+pkgver=0.6.1
 _helpver=0.6.0
 pkgrel=1
 url=http://doublecmd.sourceforge.net/;
@@ -78,6 +78,6 @@
cp -a * $pkgdir/usr/share/$pkgbase/doc/
 }
 
-sha256sums=('809b182eb03ed3a07f21d6690f0289ab80eefbe3ca0a998efe65742d5f0c4a4f'
+sha256sums=('f5e06488edc5e1d7c7e6f4affd9f205341e5158524bd903e3a4bd5fda5a17642'
 'd50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
 '16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')


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

2015-03-29 Thread Guillaume Alaux
Date: Sunday, March 29, 2015 @ 16:10:50
  Author: guillaume
Revision: 130196

Upstream relase 0.13.18 and fixed license

Modified:
  sbt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 12:38:54 UTC (rev 130195)
+++ PKGBUILD2015-03-29 14:10:50 UTC (rev 130196)
@@ -1,24 +1,28 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Leif Warner abimel...@gmail.com
 
 pkgname=sbt
 epoch=1
-pkgver=0.13.7
+pkgver=0.13.8
 pkgrel=1
 pkgdesc=A minimally intrusive build tool for Scala projects
 arch=('any')
 url='http://www.scala-sbt.org/'
-license=('custom' 'APACHE')
+license=('BSD')
 depends=('java-runtime-headless' 'sh')
-source=(http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar;
-'LICENSE' 'LICENSE_Scala' 'sbt.sh' 'sbt.conf.sh' 'sbt.conf.csh')
-md5sums=('7341059aa30c953021d6af41c89d2cac'
- '0cc49331142988765ce73782a5839c57'
- '4a09aae439532404ef76d0ba1db3342c'
- 'd7b78b04e20ceb05c6870757bce6d3d9'
- 'd3691d3866b0f4e35d4cdc15fac495ef'
- 'db3701bd6facf736100efa5871847564')
+IFS='.' read -a _pkgver  ${pkgver}
+source=(http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar
+
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[1].${_pkgver[2]}}/LICENSE
+sbt.sh
+sbt.conf.sh
+sbt.conf.csh)
+sha256sums=('6570bb03df6138ffaa7ac0bbe35eb4ea79062d1146b6929c75cf238d14dd9158'
+'8753689166238271fd8dceb33ff9dbd90fd8620a56b8387bca2b8807ce3209ca'
+'68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
+'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'
+'b8825593744535787d2c227b61e4ffa2e95a7da071a6488c108ad79abeb9e182')
 
 package() {
   install -d ${pkgdir}/usr/share/java/${pkgname}
@@ -31,8 +35,5 @@
   install -Dm644 ${srcdir}/sbt.conf.sh ${pkgdir}/etc/profile.d/sbt.sh
   install -Dm644 ${srcdir}/sbt.conf.csh ${pkgdir}/etc/profile.d/sbt.csh
 
-  install -Dm644 ${srcdir}/LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 ${srcdir}/LICENSE_Scala \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_Scala
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }


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

2015-03-29 Thread Jaroslav Lichtblau
Date: Sunday, March 29, 2015 @ 14:05:47
  Author: jlichtblau
Revision: 130187

upgpkg: syncthing 0.10.30-1

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 11:56:38 UTC (rev 130186)
+++ PKGBUILD2015-03-29 12:05:47 UTC (rev 130187)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.29
+pkgver=0.10.30
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2015-03-29 Thread Anatol Pomozov
Date: Sunday, March 29, 2015 @ 20:46:23
  Author: anatolik
Revision: 235261

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 235260, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 235260, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 235260, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 235260, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 235260, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 235260, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 235260, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-29 18:46:23 UTC (rev 235261)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.8.1
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('1369656c67b2a110d5b7844f94159ae45f495c05'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 235260, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2015-03-29 18:46:23 UTC (rev 235261)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 235260, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2015-03-29 18:46:23 UTC (rev 235261)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 235260, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-29 18:46:23 UTC (rev 235261)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.8.1
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;

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

2015-03-29 Thread Anatol Pomozov
Date: Sunday, March 29, 2015 @ 20:45:45
  Author: anatolik
Revision: 235260

upgpkg: dhcpcd 6.8.1-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 15:12:29 UTC (rev 235259)
+++ PKGBUILD2015-03-29 18:45:45 UTC (rev 235260)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.8.0
+pkgver=6.8.1
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('a9b2c2ce42f583c6221aa9ad7d2dceda37d7a815'
+sha1sums=('1369656c67b2a110d5b7844f94159ae45f495c05'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 09:58:27
  Author: giovanni
Revision: 235248

upgpkg: mkvtoolnix 7.8.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-28 17:37:14 UTC (rev 235247)
+++ PKGBUILD2015-03-29 07:58:27 UTC (rev 235248)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.7.0
+pkgver=7.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('821e14cc6680cad84fe38575e715cec9')
+md5sums=('91fd8f34c25b8d3980c3e39b3cb6ae6c')
 
 prepare() {
   cd ${srcdir}/${pkgbase}-${pkgver}


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

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 09:58:35
  Author: giovanni
Revision: 235249

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

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

-+
 /PKGBUILD   |  186 ++
 /mkvtoolnix.install |   30 ++
 extra-i686/PKGBUILD |   93 ---
 extra-i686/mkvtoolnix.install   |   15 ---
 extra-x86_64/PKGBUILD   |   93 ---
 extra-x86_64/mkvtoolnix.install |   15 ---
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-29 07:58:27 UTC (rev 235248)
+++ extra-i686/PKGBUILD 2015-03-29 07:58:35 UTC (rev 235249)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('821e14cc6680cad84fe38575e715cec9')
-
-prepare() {
-  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
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake 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/de/man1/mmg.1
-  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' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake 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/de/man1/mkv*
-  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/extra-i686/PKGBUILD (from rev 235248, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-29 07:58:35 UTC (rev 235249)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=7.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 

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

2015-03-29 Thread Sergej Pupykin
Date: Sunday, March 29, 2015 @ 10:14:32
  Author: spupykin
Revision: 130183

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 130182, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 130182, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 130182, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 130182, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 130182, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 130182, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 130182, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 130182, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 130182, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 130182, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 130182, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 130182, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 130182, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 130182, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 130182, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 130182, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  214 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   18 ++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  107 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |9 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  107 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|9 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 24 files changed, 302 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-29 08:14:03 UTC (rev 130182)
+++ community-i686/PKGBUILD 2015-03-29 08:14:32 UTC (rev 130183)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.5.2
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.bz2;
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('b9a14da6e2ab3ea294efeb346486a7fc'
- '270977cdd9b47ef44c0c427ab9034777'
-  

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

2015-03-29 Thread Sergej Pupykin
Date: Sunday, March 29, 2015 @ 10:14:03
  Author: spupykin
Revision: 130182

upgpkg: squid 3.5.3-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 04:35:15 UTC (rev 130181)
+++ PKGBUILD2015-03-29 08:14:03 UTC (rev 130182)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.5.2
-pkgrel=2
+pkgver=3.5.3
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -28,7 +28,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('b9a14da6e2ab3ea294efeb346486a7fc'
+md5sums=('86078afe2e5da08fb815a9216f695c1e'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'


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

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 10:37:36
  Author: giovanni
Revision: 235252

upgpkg: smartmontools 6.3-2

Fixed FS44318

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 08:02:55 UTC (rev 235251)
+++ PKGBUILD2015-03-29 08:37:36 UTC (rev 235252)
@@ -6,13 +6,13 @@
 
 pkgname=smartmontools
 pkgver=6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
 url=http://smartmontools.sourceforge.net;
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
+optdepends=('s-nail: to get mail alerts to work')
 backup=('etc/smartd.conf'
 'etc/conf.d/smartd')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
@@ -28,7 +28,10 @@
   --sysconfdir=/etc \
   --enable-drivedb \
   --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
   make
 }
 


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

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 10:37:44
  Author: giovanni
Revision: 235253

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 235252, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 235252, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 235252, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 235252, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   96 +
 /smartd.conf |2 
 extra-i686/PKGBUILD  |   45 -
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   45 -
 extra-x86_64/smartd.conf |1 
 6 files changed, 98 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-29 08:37:36 UTC (rev 235252)
+++ extra-i686/PKGBUILD 2015-03-29 08:37:44 UTC (rev 235253)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Jani Talikka jani.tali...@gmail.com
-# Contributor: Ralf Barth archlinux@haggy.org
-
-pkgname=smartmontools
-pkgver=6.3
-pkgrel=1
-pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
-url=http://smartmontools.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'smartd.conf')
-md5sums=('2ea0c62206e110192a97b59291b17f54'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
-  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 235252, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-29 08:37:44 UTC (rev 235253)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Jani Talikka jani.tali...@gmail.com
+# Contributor: Ralf Barth archlinux@haggy.org
+
+pkgname=smartmontools
+pkgver=6.3
+pkgrel=2
+pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
+url=http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('2ea0c62206e110192a97b59291b17f54'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
+  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2015-03-29 08:37:36 UTC (rev 235252)
+++ extra-i686/smartd.conf  2015-03-29 08:37:44 UTC (rev 235253)
@@ -1 +0,0 @@
-SMARTD_ARGS=

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 235252, 
smartmontools/trunk/smartd.conf)

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

2015-03-29 Thread Andreas Radke
Date: Sunday, March 29, 2015 @ 12:54:14
  Author: andyrtr
Revision: 235255

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 235254, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 235254, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 235254, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 235254, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  124 
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   62 
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2015-03-29 10:53:58 UTC (rev 235254)
+++ extra-i686/LICENSE  2015-03-29 10:54:14 UTC (rev 235255)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-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.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from 

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

2015-03-29 Thread Andreas Radke
Date: Sunday, March 29, 2015 @ 12:53:58
  Author: andyrtr
Revision: 235254

upgpkg: xterm 317-1

upstream update 317

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 08:37:44 UTC (rev 235253)
+++ PKGBUILD2015-03-29 10:53:58 UTC (rev 235254)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=316
+pkgver=317
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-md5sums=('cb70f35405c346cbb673f3269476f10a'
+md5sums=('07649224bfca7b1488176c402d4c6b9f'
  'SKIP'
  '10ecc3f8ee91e3189863a172f68282d2')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net


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

2015-03-29 Thread Andreas Radke
Date: Sunday, March 29, 2015 @ 13:09:41
  Author: andyrtr
Revision: 235257

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 235256, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 235256, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 235256, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 235256, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 235256, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.4
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c26d76d1309dd339365c563076599912'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 235256, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.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 $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 235256, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.4
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c26d76d1309dd339365c563076599912'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 235256, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.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 $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}


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

2015-03-29 Thread Andreas Radke
Date: Sunday, March 29, 2015 @ 13:09:29
  Author: andyrtr
Revision: 235256

upgpkg: libtasn1 4.4-1

upstream update 4.4

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 10:54:14 UTC (rev 235255)
+++ PKGBUILD2015-03-29 11:09:29 UTC (rev 235256)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=4.3
+pkgver=4.4
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'texinfo')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+md5sums=('c26d76d1309dd339365c563076599912'
  'SKIP')
 validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
 


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

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 10:02:55
  Author: giovanni
Revision: 235251

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-29 08:02:45 UTC (rev 235250)
+++ extra-i686/PKGBUILD 2015-03-29 08:02:55 UTC (rev 235251)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=strace
-pkgver=4.10
-pkgrel=1
-pkgdesc=A useful diagnositic, instructional, and debugging tool
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/strace/;
-license=('custom')
-depends=('perl')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz;)
-md5sums=('107a5be455493861189e9b57a3a51912')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: strace/repos/extra-i686/PKGBUILD (from rev 235250, 
strace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-29 08:02:55 UTC (rev 235251)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=strace
+pkgver=4.10
+pkgrel=2
+pkgdesc=A useful diagnositic, instructional, and debugging tool
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/strace/;
+license=('custom')
+depends=('perl' 'libunwind')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz;)
+md5sums=('107a5be455493861189e9b57a3a51912')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --with-libunwind
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-29 08:02:45 UTC (rev 235250)
+++ extra-x86_64/PKGBUILD   2015-03-29 08:02:55 UTC (rev 235251)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=strace
-pkgver=4.10
-pkgrel=1
-pkgdesc=A useful diagnositic, instructional, and debugging tool
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/strace/;
-license=('custom')
-depends=('perl')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz;)
-md5sums=('107a5be455493861189e9b57a3a51912')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: strace/repos/extra-x86_64/PKGBUILD (from rev 235250, 
strace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-29 08:02:55 UTC (rev 235251)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=strace
+pkgver=4.10
+pkgrel=2
+pkgdesc=A useful diagnositic, instructional, and debugging tool
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/strace/;
+license=('custom')
+depends=('perl' 'libunwind')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz;)
+md5sums=('107a5be455493861189e9b57a3a51912')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --with-libunwind
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 10:02:45
  Author: giovanni
Revision: 235250

upgpkg: strace 4.10-2

Fixed FS44247

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 07:58:35 UTC (rev 235249)
+++ PKGBUILD2015-03-29 08:02:45 UTC (rev 235250)
@@ -4,12 +4,12 @@
 
 pkgname=strace
 pkgver=4.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A useful diagnositic, instructional, and debugging tool
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/strace/;
 license=('custom')
-depends=('perl')
+depends=('perl' 'libunwind')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz;)
 md5sums=('107a5be455493861189e9b57a3a51912')
 
@@ -16,7 +16,9 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+  --with-libunwind
+
   make
 }
 


[arch-commits] Commit in (5 files)

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 13:56:38
  Author: muflone
Revision: 130186

Added:
  pacmanlogviewer/
  pacmanlogviewer/repos/
  pacmanlogviewer/trunk/
  pacmanlogviewer/trunk/PKGBUILD
  pacmanlogviewer/trunk/pacmanlogviewer.install

-+
 PKGBUILD|   27 +++
 pacmanlogviewer.install |   11 +++
 2 files changed, 38 insertions(+)

Added: pacmanlogviewer/trunk/PKGBUILD
===
--- pacmanlogviewer/trunk/PKGBUILD  (rev 0)
+++ pacmanlogviewer/trunk/PKGBUILD  2015-03-29 11:56:38 UTC (rev 130186)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà jive...@gmail.com
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=Inspect pacman log files
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install=${pkgname}.install
+ 
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 


Property changes on: pacmanlogviewer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pacmanlogviewer/trunk/pacmanlogviewer.install
===
--- pacmanlogviewer/trunk/pacmanlogviewer.install   
(rev 0)
+++ pacmanlogviewer/trunk/pacmanlogviewer.install   2015-03-29 11:56:38 UTC 
(rev 130186)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-29 Thread Florian Pritz
Date: Sunday, March 29, 2015 @ 21:25:42
  Author: bluewind
Revision: 130201

upgpkg: lib32-libxdmcp 1.1.2-1

upstream update

Modified:
  lib32-libxdmcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 16:09:09 UTC (rev 130200)
+++ PKGBUILD2015-03-29 19:25:42 UTC (rev 130201)
@@ -3,8 +3,8 @@
 
 _pkgbasename=libxdmcp
 pkgname=lib32-$_pkgbasename
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=X11 Display Manager Control Protocol library (32-bit)
 arch=(x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,8 +12,10 @@
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('xorg-util-macros' 'gcc-multilib')
 options=('!libtool')
-source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
-sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6')
+source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3c09eabb0617c275b5ab09fae021d279a4832cac'
+  'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   cd ${srcdir}/libXdmcp-${pkgver}


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

2015-03-29 Thread Florian Pritz
Date: Sunday, March 29, 2015 @ 21:25:59
  Author: bluewind
Revision: 130203

upgpkg: lib32-libxvmc 1.0.9-1

upstream update

Modified:
  lib32-libxvmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 19:25:46 UTC (rev 130202)
+++ PKGBUILD2015-03-29 19:25:59 UTC (rev 130203)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libxvmc
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc=X11 Video Motion Compensation extension library (32-bit)
 arch=('x86_64')
@@ -12,8 +12,10 @@
 depends=('lib32-libxv=1.0.5' $_pkgbasename)
 makedepends=('pkgconfig' gcc-multilib)
 options=('!libtool')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha256sums=('5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   export CC=gcc -m32


[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2015-03-29 Thread Alexandre Filgueira
Date: Sunday, March 29, 2015 @ 21:42:18
  Author: faidoc
Revision: 130205

upgpkg: cinnamon-control-center 2.4.2-3

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 19:26:03 UTC (rev 130204)
+++ PKGBUILD2015-03-29 19:42:18 UTC (rev 130205)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon-control-center
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'


[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2015-03-29 Thread Alexandre Filgueira
Date: Sunday, March 29, 2015 @ 21:43:31
  Author: faidoc
Revision: 130206

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 130205, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 130205, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/networkmanager.patch
(from rev 130205, cinnamon-control-center/trunk/networkmanager.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 130205, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 130205, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/networkmanager.patch
(from rev 130205, cinnamon-control-center/trunk/networkmanager.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/networkmanager.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/networkmanager.patch

--+
 /PKGBUILD|  120 +
 /cinnamon-control-center.install |   22 +++
 /networkmanager.patch|  112 +++
 community-i686/PKGBUILD  |   60 --
 community-i686/cinnamon-control-center.install   |   11 -
 community-i686/networkmanager.patch  |   56 -
 community-x86_64/PKGBUILD|   60 --
 community-x86_64/cinnamon-control-center.install |   11 -
 community-x86_64/networkmanager.patch|   56 -
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-29 19:42:18 UTC (rev 130205)
+++ community-i686/PKGBUILD 2015-03-29 19:43:31 UTC (rev 130206)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.4.2
-pkgrel=2
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-networkmanager.patch)
-sha256sums=('7d25193a3cc13c12f22864f3c9a907acfaa616392cb2b7ab4e0624f0d200f188'
-'c26d5c76121891643a21c3bb5a14cd114aada77b6aa260ab5f753ffd8ff5afee')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix compatibility with networkmanager 1.0
-  patch -Np1 -i ../networkmanager.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm 
$pkgdir/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 130205, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-29 19:43:31 UTC (rev 130206)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 

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

2015-03-29 Thread Laurent Carlier
Date: Sunday, March 29, 2015 @ 22:18:42
  Author: lcarlier
Revision: 130207

upgpkg: lib32-mesa 10.5.2-1

upstream update 10.5.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 19:43:31 UTC (rev 130206)
+++ PKGBUILD2015-03-29 20:18:42 UTC (rev 130207)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.5.1
+pkgver=10.5.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('ffc51943d15c6812ee7611d053d8980a683fbd6a4986cff567b12cc66637d679'
+sha256sums=('2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-03-29 Thread Laurent Carlier
Date: Sunday, March 29, 2015 @ 22:18:34
  Author: lcarlier
Revision: 235265

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 235264, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 235264, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 235264, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 235264, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  330 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  165 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  165 
 6 files changed, 494 insertions(+), 494 deletions(-)

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


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

2015-03-29 Thread Laurent Carlier
Date: Sunday, March 29, 2015 @ 22:18:26
  Author: lcarlier
Revision: 235264

upgpkg: mesa 10.5.2-1

upstream update 10.5.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 19:26:43 UTC (rev 235263)
+++ PKGBUILD2015-03-29 20:18:26 UTC (rev 235264)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.5.1
-pkgrel=2
+pkgver=10.5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('ffc51943d15c6812ee7611d053d8980a683fbd6a4986cff567b12cc66637d679'
+sha256sums=('2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-03-29 Thread Laurent Carlier
Date: Sunday, March 29, 2015 @ 22:21:33
  Author: lcarlier
Revision: 130208

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 130207, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 130207, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  278 ++---
 2 files changed, 221 insertions(+), 221 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-03-29 20:18:42 UTC (rev 130207)
+++ LICENSE 2015-03-29 20:21:33 UTC (rev 130208)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 130207, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-03-29 20:21:33 UTC (rev 130208)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an 

[arch-commits] Commit in (7 files)

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 22:35:07
  Author: muflone
Revision: 130209

New pkgbase iscan

Added:
  iscan/
  iscan/repos/
  iscan/trunk/
  iscan/trunk/PKGBUILD
  iscan/trunk/epkowa.conf
  iscan/trunk/iscan.install
  iscan/trunk/libpng15.patch

+
 PKGBUILD   |   78 +++
 epkowa.conf|1 
 iscan.install  |5 +++
 libpng15.patch |   48 +
 4 files changed, 132 insertions(+)

Added: iscan/trunk/PKGBUILD
===
--- iscan/trunk/PKGBUILD(rev 0)
+++ iscan/trunk/PKGBUILD2015-03-29 20:35:07 UTC (rev 130209)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies  fredbezies at gmail dot com
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: Alessio Sergi asergi at archlinux dot us
+# Contributor: mutlu_inek mutlu_i...@yahoo.de
+
+pkgbase=iscan
+pkgname=('iscan' 'gimp-plugin-iscan')
+pkgver=2.30.1
+pkgrel=6
+pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
+arch=('i686' 'x86_64')
+url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+makedepends=('gettext' 'sane' 'gimp')
+source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgbase}_${pkgver}-1.tar.gz;
+libpng15.patch
+epkowa.conf)
+sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
+'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
+'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # patch for building iscan against libpng15 by giovanni
+  patch -Np0 -i ../libpng15.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export LDFLAGS=${LDFLAGS} -ldl -lpng16
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-dependency-reduction \
+  --enable-frontend \
+  --enable-jpeg \
+  --enable-tiff \
+  --enable-png \
+  --enable-gimp
+  make
+}
+
+package_iscan() {
+  depends=('gtk2' 'sane')
+  optdepends=('iscan-data: Image Scan! data files required for some devices'
+  'gimp-plugin-iscan: plug-in to scan directly from GIMP')
+  install=${pkgname}.install
+  backup=(etc/sane.d/epkowa.conf)
+  license=('GPL2' 'custom:AVASYSPL')
+
+  cd ${pkgname}-${pkgver}
+
+  # install files
+  make DESTDIR=${pkgdir} install
+
+  # install sane configuration files
+  install -m 755 -d ${pkgdir}/etc/sane.d
+  install -m 644 -D backend/epkowa.conf ${pkgdir}/etc/sane.d/
+  install -m 755 -d ${pkgdir}/etc/sane.d/dll.d
+  install -m 644 ${srcdir}/epkowa.conf ${pkgdir}/etc/sane.d/dll.d/
+
+  # install desktop file
+  install -m 755 -d ${pkgdir}/usr/share/applications
+  install -m 644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/
+
+  # install license
+  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
+}
+
+package_gimp-plugin-iscan() {
+  pkgdesc='GIMP plugin to launch Image Scan! and to scan an image directly 
from GIMP'
+  arch=('any')
+  depends=('iscan' 'gimp')
+  license=('GPL2')
+  install -m 755 -d ${pkgdir}/usr/lib/gimp/2.0/plug-ins
+  ln -s /usr/bin/iscan ${pkgdir}/usr/lib/gimp/2.0/plug-ins/iscan
+}


Property changes on: iscan/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: iscan/trunk/epkowa.conf
===
--- iscan/trunk/epkowa.conf (rev 0)
+++ iscan/trunk/epkowa.conf 2015-03-29 20:35:07 UTC (rev 130209)
@@ -0,0 +1 @@
+epkowa

Added: iscan/trunk/iscan.install
===
--- iscan/trunk/iscan.install   (rev 0)
+++ iscan/trunk/iscan.install   2015-03-29 20:35:07 UTC (rev 130209)
@@ -0,0 +1,5 @@
+post_install() {
+  echo == In order to use the scanner most probably you have to install a 
specific
+  echo == firmware for your device. See: 
https://wiki.archlinux.org/index.php/Sane;
+}
+

Added: iscan/trunk/libpng15.patch
===
--- iscan/trunk/libpng15.patch  (rev 0)
+++ iscan/trunk/libpng15.patch  2015-03-29 20:35:07 UTC (rev 130209)
@@ -0,0 +1,48 @@
+--- lib/pngstream.cc   2011-12-01 02:30:53.0 +0100
 lib/pngstream.cc   2012-02-06 03:06:22.0 +0100
+@@ -83,7 +83,12 @@
+ #if HAVE_PNG_H
+ set_error_handler (_png, _info);
+ 
++/* when not interlacing (ie, only one pass), number of rows is image height:  
_v_sz */
++#if PNG_LIBPNG_VER  10499
++if (!_footer  _v_sz == 

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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 22:52:54
  Author: muflone
Revision: 130210

upgpkg: iscan 2.30.1-6

Modified:
  iscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 20:35:07 UTC (rev 130209)
+++ PKGBUILD2015-03-29 20:52:54 UTC (rev 130210)
@@ -3,22 +3,26 @@
 # Contributor: Frederic Bezies  fredbezies at gmail dot com
 # Contributor: garion  garion @ mailoo.org 
 # Contributor: Alessio Sergi asergi at archlinux dot us
-# Contributor: mutlu_inek mutlu_i...@yahoo.de
 
-pkgbase=iscan
-pkgname=('iscan' 'gimp-plugin-iscan')
+pkgname='iscan'
 pkgver=2.30.1
 pkgrel=6
 pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
 arch=('i686' 'x86_64')
 url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-makedepends=('gettext' 'sane' 'gimp')
-source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgbase}_${pkgver}-1.tar.gz;
+license=('GPL2' 'custom:AVASYSPL')
+depends=('gtk2' 'sane')
+makedepends=('gettext' 'gimp')
+optdepends=('iscan-data: Image Scan! data files required for some devices'
+'gimp-plugin-iscan: plug-in to scan directly from GIMP')
+source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
 libpng15.patch
 epkowa.conf)
 sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
 '1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
 '8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
+install=${pkgname}.install
+backup=(etc/sane.d/epkowa.conf)
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -40,14 +44,7 @@
   make
 }
 
-package_iscan() {
-  depends=('gtk2' 'sane')
-  optdepends=('iscan-data: Image Scan! data files required for some devices'
-  'gimp-plugin-iscan: plug-in to scan directly from GIMP')
-  install=${pkgname}.install
-  backup=(etc/sane.d/epkowa.conf)
-  license=('GPL2' 'custom:AVASYSPL')
-
+package() {
   cd ${pkgname}-${pkgver}
 
   # install files
@@ -68,11 +65,3 @@
   install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
 }
 
-package_gimp-plugin-iscan() {
-  pkgdesc='GIMP plugin to launch Image Scan! and to scan an image directly 
from GIMP'
-  arch=('any')
-  depends=('iscan' 'gimp')
-  license=('GPL2')
-  install -m 755 -d ${pkgdir}/usr/lib/gimp/2.0/plug-ins
-  ln -s /usr/bin/iscan ${pkgdir}/usr/lib/gimp/2.0/plug-ins/iscan
-}


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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 22:53:21
  Author: muflone
Revision: 130211

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

Added:
  iscan/repos/community-testing-i686/
  iscan/repos/community-testing-i686/PKGBUILD
(from rev 130210, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-i686/epkowa.conf
(from rev 130210, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-i686/iscan.install
(from rev 130210, iscan/trunk/iscan.install)
  iscan/repos/community-testing-i686/libpng15.patch
(from rev 130210, iscan/trunk/libpng15.patch)
  iscan/repos/community-testing-x86_64/
  iscan/repos/community-testing-x86_64/PKGBUILD
(from rev 130210, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-x86_64/epkowa.conf
(from rev 130210, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-x86_64/iscan.install
(from rev 130210, iscan/trunk/iscan.install)
  iscan/repos/community-testing-x86_64/libpng15.patch
(from rev 130210, iscan/trunk/libpng15.patch)

-+
 community-testing-i686/PKGBUILD |   67 ++
 community-testing-i686/epkowa.conf  |1 
 community-testing-i686/iscan.install|5 ++
 community-testing-i686/libpng15.patch   |   48 +
 community-testing-x86_64/PKGBUILD   |   67 ++
 community-testing-x86_64/epkowa.conf|1 
 community-testing-x86_64/iscan.install  |5 ++
 community-testing-x86_64/libpng15.patch |   48 +
 8 files changed, 242 insertions(+)

Copied: iscan/repos/community-testing-i686/PKGBUILD (from rev 130210, 
iscan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-29 20:53:21 UTC (rev 130211)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies  fredbezies at gmail dot com
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname='iscan'
+pkgver=2.30.1
+pkgrel=6
+pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
+arch=('i686' 'x86_64')
+url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=('GPL2' 'custom:AVASYSPL')
+depends=('gtk2' 'sane')
+makedepends=('gettext' 'gimp')
+optdepends=('iscan-data: Image Scan! data files required for some devices'
+'gimp-plugin-iscan: plug-in to scan directly from GIMP')
+source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
+libpng15.patch
+epkowa.conf)
+sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
+'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
+'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
+install=${pkgname}.install
+backup=(etc/sane.d/epkowa.conf)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # patch for building iscan against libpng15 by giovanni
+  patch -Np0 -i ../libpng15.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export LDFLAGS=${LDFLAGS} -ldl -lpng16
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-dependency-reduction \
+  --enable-frontend \
+  --enable-jpeg \
+  --enable-tiff \
+  --enable-png \
+  --enable-gimp
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # install files
+  make DESTDIR=${pkgdir} install
+
+  # install sane configuration files
+  install -m 755 -d ${pkgdir}/etc/sane.d
+  install -m 644 -D backend/epkowa.conf ${pkgdir}/etc/sane.d/
+  install -m 755 -d ${pkgdir}/etc/sane.d/dll.d
+  install -m 644 ${srcdir}/epkowa.conf ${pkgdir}/etc/sane.d/dll.d/
+
+  # install desktop file
+  install -m 755 -d ${pkgdir}/usr/share/applications
+  install -m 644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/
+
+  # install license
+  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
+}
+

Copied: iscan/repos/community-testing-i686/epkowa.conf (from rev 130210, 
iscan/trunk/epkowa.conf)
===
--- community-testing-i686/epkowa.conf  (rev 0)
+++ community-testing-i686/epkowa.conf  2015-03-29 20:53:21 UTC (rev 130211)
@@ -0,0 +1 @@
+epkowa

Copied: iscan/repos/community-testing-i686/iscan.install (from rev 130210, 
iscan/trunk/iscan.install)
===
--- community-testing-i686/iscan.install(rev 0)
+++ community-testing-i686/iscan.install2015-03-29 20:53:21 UTC (rev 
130211)
@@ -0,0 +1,5 @@
+post_install() {
+  

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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 22:58:26
  Author: muflone
Revision: 130213

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

Added:
  iscan/repos/community-testing-i686/PKGBUILD
(from rev 130212, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-i686/epkowa.conf
(from rev 130212, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-i686/iscan.install
(from rev 130212, iscan/trunk/iscan.install)
  iscan/repos/community-testing-i686/libpng15.patch
(from rev 130212, iscan/trunk/libpng15.patch)
  iscan/repos/community-testing-x86_64/PKGBUILD
(from rev 130212, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-x86_64/epkowa.conf
(from rev 130212, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-x86_64/iscan.install
(from rev 130212, iscan/trunk/iscan.install)
  iscan/repos/community-testing-x86_64/libpng15.patch
(from rev 130212, iscan/trunk/libpng15.patch)
Deleted:
  iscan/repos/community-testing-i686/PKGBUILD
  iscan/repos/community-testing-i686/epkowa.conf
  iscan/repos/community-testing-i686/iscan.install
  iscan/repos/community-testing-i686/libpng15.patch
  iscan/repos/community-testing-x86_64/PKGBUILD
  iscan/repos/community-testing-x86_64/epkowa.conf
  iscan/repos/community-testing-x86_64/iscan.install
  iscan/repos/community-testing-x86_64/libpng15.patch

-+
 /PKGBUILD   |  134 ++
 /epkowa.conf|2 
 /iscan.install  |   10 ++
 /libpng15.patch |   96 +
 community-testing-i686/PKGBUILD |   67 ---
 community-testing-i686/epkowa.conf  |1 
 community-testing-i686/iscan.install|5 -
 community-testing-i686/libpng15.patch   |   48 --
 community-testing-x86_64/PKGBUILD   |   67 ---
 community-testing-x86_64/epkowa.conf|1 
 community-testing-x86_64/iscan.install  |5 -
 community-testing-x86_64/libpng15.patch |   48 --
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-29 20:57:40 UTC (rev 130212)
+++ community-testing-i686/PKGBUILD 2015-03-29 20:58:26 UTC (rev 130213)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Frederic Bezies  fredbezies at gmail dot com
-# Contributor: garion  garion @ mailoo.org 
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname='iscan'
-pkgver=2.30.1
-pkgrel=6
-pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
-arch=('i686' 'x86_64')
-url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-license=('GPL2' 'custom:AVASYSPL')
-depends=('gtk2' 'sane')
-makedepends=('gettext' 'gimp')
-optdepends=('iscan-data: Image Scan! data files required for some devices'
-'gimp-plugin-iscan: plug-in to scan directly from GIMP')
-source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
-libpng15.patch
-epkowa.conf)
-sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
-'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
-'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
-install=${pkgname}.install
-backup=(etc/sane.d/epkowa.conf)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # patch for building iscan against libpng15 by giovanni
-  patch -Np0 -i ../libpng15.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export LDFLAGS=${LDFLAGS} -ldl -lpng16
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-dependency-reduction \
-  --enable-frontend \
-  --enable-jpeg \
-  --enable-tiff \
-  --enable-png \
-  --enable-gimp
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  # install files
-  make DESTDIR=${pkgdir} install
-
-  # install sane configuration files
-  install -m 755 -d ${pkgdir}/etc/sane.d
-  install -m 644 -D backend/epkowa.conf ${pkgdir}/etc/sane.d/
-  install -m 755 -d ${pkgdir}/etc/sane.d/dll.d
-  install -m 644 ${srcdir}/epkowa.conf ${pkgdir}/etc/sane.d/dll.d/
-
-  # install desktop file
-  install -m 755 -d ${pkgdir}/usr/share/applications
-  install -m 644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/
-
-  # install license
-  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
-}
-

Copied: iscan/repos/community-testing-i686/PKGBUILD (from rev 130212, 
iscan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD  

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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 22:59:07
  Author: heftig
Revision: 130214

3.16.0

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 20:58:26 UTC (rev 130213)
+++ PKGBUILD2015-03-29 20:59:07 UTC (rev 130214)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: uastasi uast...@archlinux.us
 pkgname=gnote
-pkgver=3.14.0
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=A note taking application.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156')
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
 
 build() {
 cd $pkgname-$pkgver


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

2015-03-29 Thread Florian Pritz
Date: Sunday, March 29, 2015 @ 21:25:46
  Author: bluewind
Revision: 130202

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-29 19:25:42 UTC (rev 130201)
+++ PKGBUILD2015-03-29 19:25:46 UTC (rev 130202)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libxdmcp
-pkgname=lib32-$_pkgbasename
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 Display Manager Control Protocol library (32-bit)
-arch=(x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('xorg-util-macros' 'gcc-multilib')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
-sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6')
-
-build() {
-  cd ${srcdir}/libXdmcp-${pkgver}
-
-  export CC=gcc -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
-  --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/libXdmcp-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname 
-}

Copied: lib32-libxdmcp/repos/multilib-x86_64/PKGBUILD (from rev 130201, 
lib32-libxdmcp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 19:25:46 UTC (rev 130202)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxdmcp
+pkgname=lib32-$_pkgbasename
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 Display Manager Control Protocol library (32-bit)
+arch=(x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('xorg-util-macros' 'gcc-multilib')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3c09eabb0617c275b5ab09fae021d279a4832cac'
+  'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/libXdmcp-${pkgver}
+
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+  --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/libXdmcp-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname 
+}


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

2015-03-29 Thread Florian Pritz
Date: Sunday, March 29, 2015 @ 21:26:03
  Author: bluewind
Revision: 130204

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-29 19:25:59 UTC (rev 130203)
+++ PKGBUILD2015-03-29 19:26:03 UTC (rev 130204)
@@ -1,37 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libxvmc
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=X11 Video Motion Compensation extension library (32-bit)
-arch=('x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('lib32-libxv=1.0.5' $_pkgbasename)
-makedepends=('pkgconfig' gcc-multilib)
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha256sums=('5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/libXvMC-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/libXvMC-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-
-}

Copied: lib32-libxvmc/repos/multilib-x86_64/PKGBUILD (from rev 130203, 
lib32-libxvmc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 19:26:03 UTC (rev 130204)
@@ -0,0 +1,39 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxvmc
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=X11 Video Motion Compensation extension library (32-bit)
+arch=('x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('lib32-libxv=1.0.5' $_pkgbasename)
+makedepends=('pkgconfig' gcc-multilib)
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/libXvMC-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/libXvMC-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+
+}


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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 22:57:40
  Author: muflone
Revision: 130212

upgpkg: iscan 2.30.1-6

Modified:
  iscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 20:53:21 UTC (rev 130211)
+++ PKGBUILD2015-03-29 20:57:40 UTC (rev 130212)
@@ -4,7 +4,7 @@
 # Contributor: garion  garion @ mailoo.org 
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
-pkgname='iscan'
+pkgname=iscan
 pkgver=2.30.1
 pkgrel=6
 pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones


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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 23:01:14
  Author: heftig
Revision: 130215

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

Added:
  gnote/repos/community-testing-i686/
  gnote/repos/community-testing-i686/PKGBUILD
(from rev 130214, gnote/trunk/PKGBUILD)
  gnote/repos/community-testing-i686/gnote.install
(from rev 130214, gnote/trunk/gnote.install)
  gnote/repos/community-testing-x86_64/
  gnote/repos/community-testing-x86_64/PKGBUILD
(from rev 130214, gnote/trunk/PKGBUILD)
  gnote/repos/community-testing-x86_64/gnote.install
(from rev 130214, gnote/trunk/gnote.install)

+
 community-testing-i686/PKGBUILD|   32 +++
 community-testing-i686/gnote.install   |   21 
 community-testing-x86_64/PKGBUILD  |   32 +++
 community-testing-x86_64/gnote.install |   21 
 4 files changed, 106 insertions(+)

Copied: gnote/repos/community-testing-i686/PKGBUILD (from rev 130214, 
gnote/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-29 21:01:14 UTC (rev 130215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: gnote/repos/community-testing-i686/gnote.install (from rev 130214, 
gnote/trunk/gnote.install)
===
--- community-testing-i686/gnote.install(rev 0)
+++ community-testing-i686/gnote.install2015-03-29 21:01:14 UTC (rev 
130215)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnote/repos/community-testing-x86_64/PKGBUILD (from rev 130214, 
gnote/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-29 21:01:14 UTC (rev 130215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: gnote/repos/community-testing-x86_64/gnote.install (from rev 130214, 
gnote/trunk/gnote.install)
===
--- community-testing-x86_64/gnote.install  (rev 0)
+++ community-testing-x86_64/gnote.install  2015-03-29 21:01:14 UTC (rev 
130215)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+

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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 23:36:19
  Author: muflone
Revision: 130219

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

Added:
  iscan/repos/community-testing-i686/PKGBUILD
(from rev 130218, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-i686/epkowa.conf
(from rev 130218, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-i686/iscan.install
(from rev 130218, iscan/trunk/iscan.install)
  iscan/repos/community-testing-i686/libpng15.patch
(from rev 130218, iscan/trunk/libpng15.patch)
  iscan/repos/community-testing-x86_64/PKGBUILD
(from rev 130218, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-x86_64/epkowa.conf
(from rev 130218, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-x86_64/iscan.install
(from rev 130218, iscan/trunk/iscan.install)
  iscan/repos/community-testing-x86_64/libpng15.patch
(from rev 130218, iscan/trunk/libpng15.patch)
Deleted:
  iscan/repos/community-testing-i686/PKGBUILD
  iscan/repos/community-testing-i686/epkowa.conf
  iscan/repos/community-testing-i686/iscan.install
  iscan/repos/community-testing-i686/libpng15.patch
  iscan/repos/community-testing-x86_64/PKGBUILD
  iscan/repos/community-testing-x86_64/epkowa.conf
  iscan/repos/community-testing-x86_64/iscan.install
  iscan/repos/community-testing-x86_64/libpng15.patch

-+
 /PKGBUILD   |  140 ++
 /epkowa.conf|2 
 /iscan.install  |   10 ++
 /libpng15.patch |   96 
 community-testing-i686/PKGBUILD |   67 --
 community-testing-i686/epkowa.conf  |1 
 community-testing-i686/iscan.install|5 -
 community-testing-i686/libpng15.patch   |   48 --
 community-testing-x86_64/PKGBUILD   |   67 --
 community-testing-x86_64/epkowa.conf|1 
 community-testing-x86_64/iscan.install  |5 -
 community-testing-x86_64/libpng15.patch |   48 --
 12 files changed, 248 insertions(+), 242 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-29 21:35:15 UTC (rev 130218)
+++ community-testing-i686/PKGBUILD 2015-03-29 21:36:19 UTC (rev 130219)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Frederic Bezies  fredbezies at gmail dot com
-# Contributor: garion  garion @ mailoo.org 
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=iscan
-pkgver=2.30.1
-pkgrel=6
-pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
-arch=('i686' 'x86_64')
-url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-license=('GPL2' 'custom:AVASYSPL')
-depends=('gtk2' 'sane')
-makedepends=('gettext' 'gimp')
-optdepends=('iscan-data: Image Scan! data files required for some devices'
-'gimp-plugin-iscan: plug-in to scan directly from GIMP')
-source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
-libpng15.patch
-epkowa.conf)
-sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
-'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
-'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
-install=${pkgname}.install
-backup=(etc/sane.d/epkowa.conf)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # patch for building iscan against libpng15 by giovanni
-  patch -Np0 -i ../libpng15.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export LDFLAGS=${LDFLAGS} -ldl -lpng16
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-dependency-reduction \
-  --enable-frontend \
-  --enable-jpeg \
-  --enable-tiff \
-  --enable-png \
-  --enable-gimp
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  # install files
-  make DESTDIR=${pkgdir} install
-
-  # install sane configuration files
-  install -m 755 -d ${pkgdir}/etc/sane.d
-  install -m 644 -D backend/epkowa.conf ${pkgdir}/etc/sane.d/
-  install -m 755 -d ${pkgdir}/etc/sane.d/dll.d
-  install -m 644 ${srcdir}/epkowa.conf ${pkgdir}/etc/sane.d/dll.d/
-
-  # install desktop file
-  install -m 755 -d ${pkgdir}/usr/share/applications
-  install -m 644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/
-
-  # install license
-  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
-}
-

Copied: iscan/repos/community-testing-i686/PKGBUILD (from rev 130218, 
iscan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD   

[arch-commits] Commit in gnome-taquin/trunk (PKGBUILD gnome-taquin.install)

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 23:50:02
  Author: heftig
Revision: 235267

3.16.0

Added:
  gnome-taquin/trunk/PKGBUILD
  gnome-taquin/trunk/gnome-taquin.install

--+
 PKGBUILD |   29 +
 gnome-taquin.install |   12 
 2 files changed, 41 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-29 21:50:02 UTC (rev 235267)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-taquin
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Test your logic skills in this number grid puzzle
+url=https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bca45b624c2769a60c6e4cc11447a9dc6ba4f8e9adca5b9151f6efd8fa749ff4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: gnome-taquin/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-taquin.install
===
--- gnome-taquin.install(rev 0)
+++ gnome-taquin.install2015-03-29 21:50:02 UTC (rev 235267)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 23:50:45
  Author: heftig
Revision: 235268

pkgdesc

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 21:50:02 UTC (rev 235267)
+++ PKGBUILD2015-03-29 21:50:45 UTC (rev 235268)
@@ -5,7 +5,7 @@
 pkgname=gnome-taquin
 pkgver=3.16.0
 pkgrel=1
-pkgdesc=Test your logic skills in this number grid puzzle
+pkgdesc=Move tiles so that they reach their places
 url=https://wiki.gnome.org/Apps/Taquin;
 arch=(x86_64 i686)
 license=(GPL3)


[arch-commits] Commit in (4 files)

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 23:23:48
  Author: muflone
Revision: 130216

Added:
  iscan-data/
  iscan-data/repos/
  iscan-data/trunk/
  iscan-data/trunk/PKGBUILD

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

Added: iscan-data/trunk/PKGBUILD
===
--- iscan-data/trunk/PKGBUILD   (rev 0)
+++ iscan-data/trunk/PKGBUILD   2015-03-29 21:23:48 UTC (rev 130216)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies  fredbezies at gmail dot com
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: Alessio Sergi asergi at archlinux dot us
+# Contributor: mutlu_inek mutlu_i...@yahoo.de
+
+pkgname=iscan-data
+pkgver=1.36.0
+pkgrel=2
+pkgdesc=EPSON Image Scan! data files
+arch=('any')
+url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=('GPL2')
+depends=('libxslt')
+source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/646738a219f7354bf3268897385f6ce48c0776bf/${pkgname}_${pkgver}-1.tar.gz;)
+sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # install files
+  make DESTDIR=${pkgdir} install
+
+  # install additional documentation files
+  install -m 755 -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -t ${pkgdir}/usr/share/doc/${pkgname} \
+KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
+}
+


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


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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 23:24:15
  Author: muflone
Revision: 130217

archrelease: copy trunk to community-testing-any

Added:
  iscan-data/repos/community-testing-any/
  iscan-data/repos/community-testing-any/PKGBUILD
(from rev 130216, iscan-data/trunk/PKGBUILD)

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

Copied: iscan-data/repos/community-testing-any/PKGBUILD (from rev 130216, 
iscan-data/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-03-29 21:24:15 UTC (rev 130217)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies  fredbezies at gmail dot com
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: Alessio Sergi asergi at archlinux dot us
+# Contributor: mutlu_inek mutlu_i...@yahoo.de
+
+pkgname=iscan-data
+pkgver=1.36.0
+pkgrel=2
+pkgdesc=EPSON Image Scan! data files
+arch=('any')
+url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=('GPL2')
+depends=('libxslt')
+source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/646738a219f7354bf3268897385f6ce48c0776bf/${pkgname}_${pkgver}-1.tar.gz;)
+sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # install files
+  make DESTDIR=${pkgdir} install
+
+  # install additional documentation files
+  install -m 755 -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -t ${pkgdir}/usr/share/doc/${pkgname} \
+KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
+}
+


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

2015-03-29 Thread Fabio Castelli
Date: Sunday, March 29, 2015 @ 23:35:15
  Author: muflone
Revision: 130218

Modified:
  iscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-29 21:24:15 UTC (rev 130217)
+++ PKGBUILD2015-03-29 21:35:15 UTC (rev 130218)
@@ -6,7 +6,7 @@
 
 pkgname=iscan
 pkgver=2.30.1
-pkgrel=6
+pkgrel=7
 pkgdesc=EPSON Image Scan! front-end for scanners and all-in-ones
 arch=('i686' 'x86_64')
 url=http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
@@ -13,8 +13,7 @@
 license=('GPL2' 'custom:AVASYSPL')
 depends=('gtk2' 'sane')
 makedepends=('gettext' 'gimp')
-optdepends=('iscan-data: Image Scan! data files required for some devices'
-'gimp-plugin-iscan: plug-in to scan directly from GIMP')
+optdepends=('iscan-data: Image Scan! data files required for some devices')
 
source=(https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz;
 libpng15.patch
 epkowa.conf)
@@ -63,5 +62,9 @@
   # install license
   install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m 644 non-free/AVASYSPL.en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL
+
+  # install plugin for GIMP
+  install -m 755 -d ${pkgdir}/usr/lib/gimp/2.0/plug-ins
+  ln -s /usr/bin/iscan ${pkgdir}/usr/lib/gimp/2.0/plug-ins/
 }
 


[arch-commits] Commit in (gnome-taquin gnome-taquin/repos gnome-taquin/trunk)

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 23:44:14
  Author: heftig
Revision: 235266

gnome-taquin

Added:
  gnome-taquin/
  gnome-taquin/repos/
  gnome-taquin/trunk/


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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 23:55:00
  Author: heftig
Revision: 235269

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

Added:
  gnome-taquin/repos/testing-i686/
  gnome-taquin/repos/testing-i686/PKGBUILD
(from rev 235268, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/testing-i686/gnome-taquin.install
(from rev 235268, gnome-taquin/trunk/gnome-taquin.install)
  gnome-taquin/repos/testing-x86_64/
  gnome-taquin/repos/testing-x86_64/PKGBUILD
(from rev 235268, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/testing-x86_64/gnome-taquin.install
(from rev 235268, gnome-taquin/trunk/gnome-taquin.install)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-i686/gnome-taquin.install   |   12 
 testing-x86_64/PKGBUILD |   29 +
 testing-x86_64/gnome-taquin.install |   12 
 4 files changed, 82 insertions(+)

Copied: gnome-taquin/repos/testing-i686/PKGBUILD (from rev 235268, 
gnome-taquin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-29 21:55:00 UTC (rev 235269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-taquin
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Move tiles so that they reach their places
+url=https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bca45b624c2769a60c6e4cc11447a9dc6ba4f8e9adca5b9151f6efd8fa749ff4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-taquin/repos/testing-i686/gnome-taquin.install (from rev 235268, 
gnome-taquin/trunk/gnome-taquin.install)
===
--- testing-i686/gnome-taquin.install   (rev 0)
+++ testing-i686/gnome-taquin.install   2015-03-29 21:55:00 UTC (rev 235269)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-taquin/repos/testing-x86_64/PKGBUILD (from rev 235268, 
gnome-taquin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-29 21:55:00 UTC (rev 235269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-taquin
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Move tiles so that they reach their places
+url=https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bca45b624c2769a60c6e4cc11447a9dc6ba4f8e9adca5b9151f6efd8fa749ff4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-taquin/repos/testing-x86_64/gnome-taquin.install (from rev 
235268, gnome-taquin/trunk/gnome-taquin.install)
===
--- testing-x86_64/gnome-taquin.install (rev 0)
+++ testing-x86_64/gnome-taquin.install 2015-03-29 21:55:00 UTC (rev 235269)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}