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

2015-09-15 Thread Sébastien Luttringer
Date: Wednesday, September 16, 2015 @ 03:38:37
  Author: seblu
Revision: 140342

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-16 01:38:20 UTC (rev 140341)
+++ community-i686/PKGBUILD 2015-09-16 01:38:37 UTC (rev 140342)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen 
-
-pkgname=ioping
-pkgver=0.9
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-#source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8=download;)
-sha1sums=('658cbeb7e7dfc2dd67100fd260b653317ba604b6')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-i686/PKGBUILD (from rev 140341, 
ioping/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-16 01:38:37 UTC (rev 140342)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen 
+
+pkgname=ioping
+pkgver=0.9
+pkgrel=2
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://github.com/koct9i/ioping'
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/koct9i/ioping#tag=v$pkgver;)
+sha1sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname
+  make PREFIX="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-16 01:38:20 UTC (rev 140341)
+++ community-x86_64/PKGBUILD   2015-09-16 01:38:37 UTC (rev 140342)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen 
-
-pkgname=ioping
-pkgver=0.9
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-#source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8=download;)
-sha1sums=('658cbeb7e7dfc2dd67100fd260b653317ba604b6')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 140341, 
ioping/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-16 01:38:37 UTC (rev 140342)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen 
+
+pkgname=ioping
+pkgver=0.9
+pkgrel=2
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://github.com/koct9i/ioping'
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/koct9i/ioping#tag=v$pkgver;)
+sha1sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname
+  make PREFIX="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-15 Thread Sébastien Luttringer
Date: Wednesday, September 16, 2015 @ 03:38:20
  Author: seblu
Revision: 140341

upgpkg: ioping 0.9-2

Modified:
  ioping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 23:55:12 UTC (rev 140340)
+++ PKGBUILD2015-09-16 01:38:20 UTC (rev 140341)
@@ -4,23 +4,23 @@
 
 pkgname=ioping
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple disk I/0 latency measuring tool'
 arch=('i686' 'x86_64')
 license=('GPL3')
-url='http://ioping.googlecode.com'
+url='https://github.com/koct9i/ioping'
 depends=('glibc')
-#source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8=download;)
-sha1sums=('658cbeb7e7dfc2dd67100fd260b653317ba604b6')
+makedepends=('git')
+source=("git+https://github.com/koct9i/ioping#tag=v$pkgver;)
+sha1sums=('SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make PREFIX=/usr
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make PREFIX="$pkgdir/usr" install
 }
 


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:08:40
  Author: fyan
Revision: 140343

upgpkg: perl-net-dns-sec 1.02-1

Modified:
  perl-net-dns-sec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 01:38:37 UTC (rev 140342)
+++ PKGBUILD2015-09-16 03:08:40 UTC (rev 140343)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-net-dns-sec
-pkgver=1.01
+pkgver=1.02
 pkgrel=1
 pkgdesc="DNSSEC extensions to Net::DNS"
 arch=('any')
@@ -14,7 +14,7 @@
 url='http://search.mcpan.org/dist/Net-DNS-SEC'
 options=('!emptydirs')
 
source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('16830c5431144eae65772e06db94a9ca27fdceb3ca8f600264648886897fd65132280c5aa77e35377998e36e8209fb04dc32c0733ac0e614194275cd69c6ecab')
+sha512sums=('cbbf0a4eb6948047a991cf473b0824cfa69c7f7e2d07190fbc9fe62be79106635ebfc02ab02a559079f2936ff354f5ff9275fd16cf37d7bc2d78a87cf0b103b0')
 _distdir="Net-DNS-SEC-$pkgver"
 
 build() {


[arch-commits] Commit in perl-net-dns-sec/repos/community-any (PKGBUILD PKGBUILD)

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:09:00
  Author: fyan
Revision: 140344

archrelease: copy trunk to community-any

Added:
  perl-net-dns-sec/repos/community-any/PKGBUILD
(from rev 140343, perl-net-dns-sec/trunk/PKGBUILD)
Deleted:
  perl-net-dns-sec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-16 03:08:40 UTC (rev 140343)
+++ PKGBUILD2015-09-16 03:09:00 UTC (rev 140344)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-dns-sec
-pkgver=1.01
-pkgrel=1
-pkgdesc="DNSSEC extensions to Net::DNS"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Net-DNS-SEC'
-options=('!emptydirs')
-source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('16830c5431144eae65772e06db94a9ca27fdceb3ca8f600264648886897fd65132280c5aa77e35377998e36e8209fb04dc32c0733ac0e614194275cd69c6ecab')
-_distdir="Net-DNS-SEC-$pkgver"
-
-build() {
-  cd "$srcdir/$_distdir"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make DESTDIR="$pkgdir/" install
-
-  #find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-net-dns-sec/repos/community-any/PKGBUILD (from rev 140343, 
perl-net-dns-sec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-16 03:09:00 UTC (rev 140344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=1.02
+pkgrel=1
+pkgdesc="DNSSEC extensions to Net::DNS"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+options=('!emptydirs')
+source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
+sha512sums=('cbbf0a4eb6948047a991cf473b0824cfa69c7f7e2d07190fbc9fe62be79106635ebfc02ab02a559079f2936ff354f5ff9275fd16cf37d7bc2d78a87cf0b103b0')
+_distdir="Net-DNS-SEC-$pkgver"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make DESTDIR="$pkgdir/" install
+
+  #find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:45:57
  Author: fyan
Revision: 246377

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

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

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-x86_64/PKGBUILD |   85 ++
 2 files changed, 170 insertions(+)

Copied: twisted/repos/testing-i686/PKGBUILD (from rev 246376, 
twisted/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-16 03:45:57 UTC (rev 246377)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Juergen Hoetzel 
+# Contributor:  Douglas Soares de Andrade 
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=15.4.0
+pkgrel=1
+pkgdesc="Asynchronous networking framework written in Python"
+arch=('i686' 'x86_64')
+url="http://twistedmatrix.com/;
+license=('MIT')
+makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface' 'git'
+ 'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
+checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh'
+  'python-gobject' 'python2-gobject' 'python-gobject2' 
'python2-gobject2'
+  'python2-gmpy2' 'python2-soappy')
+source=("git+https://github.com/twisted/twisted.git#tag=twisted-$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a "twisted"{,-py2}
+
+  cd "twisted-py2"
+  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+twisted/python/test/pullpipe.py \
+twisted/mail/test/pop3testserver.py \
+twisted/trial/test/scripttest.py
+}
+
+build() {
+  cd "$srcdir/twisted"
+  python3 setup.py build
+
+  cd "$srcdir/twisted-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/twisted"
+  LC_CTYPE=en_US.utf8 xvfb-run python admin/run-python3-tests
+
+  cd "$srcdir/twisted-py2"
+  LC_CTYPE=en_US.utf8 xvfb-run python2 bin/trial twisted || warning "Tests 
failed"
+}
+
+package_python-twisted() {
+  depends=('python-crypto' 'python-zope-interface')
+  optdepends=('python-pyopenssl'
+  'python-service-identity: for TLS client hostname verification'
+  'python-pyasn1: for using conch'
+  'tk: for using tkconch')
+
+  cd "twisted"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # Wrong path, wrong!
+  cp -a "$pkgdir"/usr/twisted/* 
"$pkgdir"/usr/lib/python3.4/site-packages/twisted/
+  rm -r "$pkgdir"/usr/twisted
+
+  # twisted in python 3 supports only one command line tool for now.
+  # Let's rename the tools the other way round after the python 3 version 
supports all.
+  mv "$pkgdir/usr/bin/trial"{,3}
+
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-twisted() {
+  depends=('python2-crypto' 'python2-zope-interface')
+  optdepends=('python2-pyopenssl'
+  'python2-service-identity: for TLS client hostname verification'
+  'python2-soappy: for twisted.web.soap'
+  'python2-pyasn1: for using conch'
+  'pygtk: for using manhole'
+  'tk: for using tkconch')
+  provides=("twisted=$pkgver")
+  conflicts=('twisted<14.0.0')
+  replaces=('twisted<14.0.0')
+
+  cd "twisted-py2"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: twisted/repos/testing-x86_64/PKGBUILD (from rev 246376, 
twisted/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-16 03:45:57 UTC (rev 246377)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Juergen Hoetzel 
+# Contributor:  Douglas Soares de Andrade 
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=15.4.0
+pkgrel=1
+pkgdesc="Asynchronous networking framework written in Python"
+arch=('i686' 'x86_64')
+url="http://twistedmatrix.com/;
+license=('MIT')
+makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface' 'git'
+ 'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
+checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh'
+  

[arch-commits] Commit in python-pytest-timeout/repos (2 files)

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:54:43
  Author: fyan
Revision: 140348

archrelease: copy trunk to community-any

Added:
  python-pytest-timeout/repos/community-any/
  python-pytest-timeout/repos/community-any/PKGBUILD
(from rev 140347, python-pytest-timeout/trunk/PKGBUILD)

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

Copied: python-pytest-timeout/repos/community-any/PKGBUILD (from rev 140347, 
python-pytest-timeout/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-16 03:54:43 UTC (rev 140348)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-timeout
+pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
+_pypiname=pytest-timeout
+pkgver=0.5
+pkgrel=1
+pkgdesc='py.test plugin to abort hanging tests'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-timeout'
+makedepends=('python-pytest' 'python2-pytest' 'mercurial')
+checkdepends=('python-pexpect' 'python2-pexpect')
+source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-timeout() {
+  depends=('python-pytest')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pytest-timeout() {
+  depends=('python2-pytest')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:11:35
  Author: fyan
Revision: 140349

upgpkg: dtools 2.068.1-1

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 03:54:43 UTC (rev 140348)
+++ PKGBUILD2015-09-16 04:11:35 UTC (rev 140349)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: Mihails Strasunse 
 
 pkgname=('dtools')
-pkgver=2.067.1
+pkgver=2.068.1
 pkgrel=1
 pkgdesc="Ancilliary tools for the D programming language"
 license=("custom")
@@ -16,11 +17,9 @@
 "http://www.boost.org/LICENSE_1_0.txt;
 "autodetect.diff"
 )
-sha1sums=(
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-'7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
-)
+sha1sums=('SKIP'
+  '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+  '7fb5bd71d6c4e90c0ca49b292454e11169afdee8')
 
 build()
 {


[arch-commits] Commit in (4 files)

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:34:03
  Author: fyan
Revision: 140355

addpkg: python-gammu 2.4-1

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

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

Added: python-gammu/trunk/PKGBUILD
===
--- python-gammu/trunk/PKGBUILD (rev 0)
+++ python-gammu/trunk/PKGBUILD 2015-09-16 04:34:03 UTC (rev 140355)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.4
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/python-gammu/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=("https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz;)
+md5sums=('a396cd7a8944d1133a2c7713a7333a35')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/python-gammu-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python-gammu-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/python-gammu-$pkgver"
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/python-gammu-$pkgver-py2"
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:16:04
  Author: fyan
Revision: 140351

upgpkg: cimg 1.6.5-1

Modified:
  cimg/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 04:12:09 UTC (rev 140350)
+++ PKGBUILD2015-09-16 04:16:04 UTC (rev 140351)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Diego Galizzi 
 # Contributor: zoulnix 
 pkgname=cimg
-pkgver=1.5.7
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="Open-source C++ toolkit for image processing"
 arch=('any')
@@ -9,9 +10,8 @@
 url="http://cimg.sourceforge.net/;
 license=('CeCiLL-C' 'CeCiLL')
 depends=('fftw' 'graphicsmagick')
-makedepends=('')
-source=(http://downloads.sourceforge.net/${pkgname}/CImg-${pkgver}.zip)
-md5sums=('277ebb43968ea13ae588361e917c84b2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v$pkgver.tar.gz;)
+md5sums=('063961ceb014f60d3e0571e0ae464389')
 
 package() {
   cd ${srcdir}/CImg-${pkgver}


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


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:12:09
  Author: fyan
Revision: 140350

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

Added:
  dtools/repos/community-i686/PKGBUILD
(from rev 140349, dtools/trunk/PKGBUILD)
  dtools/repos/community-i686/autodetect.diff
(from rev 140349, dtools/trunk/autodetect.diff)
  dtools/repos/community-x86_64/PKGBUILD
(from rev 140349, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 140349, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-i686/PKGBUILD
  dtools/repos/community-i686/autodetect.diff
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

--+
 /PKGBUILD|  108 +
 /autodetect.diff |   94 
 community-i686/PKGBUILD  |   55 --
 community-i686/autodetect.diff   |   47 
 community-x86_64/PKGBUILD|   55 --
 community-x86_64/autodetect.diff |   47 
 6 files changed, 202 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-16 04:11:35 UTC (rev 140349)
+++ community-i686/PKGBUILD 2015-09-16 04:12:09 UTC (rev 140350)
@@ -1,55 +0,0 @@
-# Maintainer: Mihails Strasunse 
-
-pkgname=('dtools')
-pkgver=2.067.1
-pkgrel=1
-pkgdesc="Ancilliary tools for the D programming language"
-license=("custom")
-groups=('dlang')
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos' 'git')
-depends=('curl')
-
-source=(
-"git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
-"http://www.boost.org/LICENSE_1_0.txt;
-"autodetect.diff"
-)
-sha1sums=(
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-'7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
-)
-
-build()
-{
-# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-DMD=dmd
-
-cd $srcdir/tools
-git apply $srcdir/autodetect.diff
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package()
-{
-cd $srcdir/tools
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-i686/PKGBUILD (from rev 140349, 
dtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-16 04:12:09 UTC (rev 140350)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Mihails Strasunse 
+
+pkgname=('dtools')
+pkgver=2.068.1
+pkgrel=1
+pkgdesc="Ancilliary tools for the D programming language"
+license=("custom")
+groups=('dlang')
+arch=('i686' 'x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos' 'git')
+depends=('curl')
+
+source=(
+"git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
+"http://www.boost.org/LICENSE_1_0.txt;
+"autodetect.diff"
+)
+sha1sums=('SKIP'
+  '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+  '7fb5bd71d6c4e90c0ca49b292454e11169afdee8')
+
+build()
+{
+# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+DMD=dmd
+
+cd $srcdir/tools
+git apply $srcdir/autodetect.diff
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package()
+{
+cd $srcdir/tools
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/autodetect.diff
===
--- community-i686/autodetect.diff  2015-09-16 04:11:35 UTC (rev 140349)
+++ community-i686/autodetect.diff  2015-09-16 04:12:09 UTC (rev 140350)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index 5d66c9f..61fb86a 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -51,7 +51,32 @@ else version (LDC)
- else
- static assert(false, "Unknown compiler");
- 
--private string compiler = 

[arch-commits] Commit in (4 files)

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:54:09
  Author: fyan
Revision: 140347

addpkg: python-pytest-timeout 0.5-1

Added:
  python-pytest-timeout/
  python-pytest-timeout/repos/
  python-pytest-timeout/trunk/
  python-pytest-timeout/trunk/PKGBUILD

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

Added: python-pytest-timeout/trunk/PKGBUILD
===
--- python-pytest-timeout/trunk/PKGBUILD(rev 0)
+++ python-pytest-timeout/trunk/PKGBUILD2015-09-16 03:54:09 UTC (rev 
140347)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-timeout
+pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
+_pypiname=pytest-timeout
+pkgver=0.5
+pkgrel=1
+pkgdesc='py.test plugin to abort hanging tests'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-timeout'
+makedepends=('python-pytest' 'python2-pytest' 'mercurial')
+checkdepends=('python-pexpect' 'python2-pexpect')
+source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-timeout() {
+  depends=('python-pytest')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pytest-timeout() {
+  depends=('python2-pytest')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in unrar/trunk (3 files)

2015-09-15 Thread Giovanni Scafora
Date: Wednesday, September 16, 2015 @ 06:17:58
  Author: giovanni
Revision: 246378

upgpkg: unrar 1:5.3.4-1

upstream release

Added:
  unrar/trunk/unrar-5.3.4-soname.patch
Modified:
  unrar/trunk/PKGBUILD
Deleted:
  unrar/trunk/unrar-5.2.7-soname.patch

--+
 PKGBUILD |8 
 unrar-5.2.7-soname.patch |   11 ---
 unrar-5.3.4-soname.patch |   11 +++
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 03:45:57 UTC (rev 246377)
+++ PKGBUILD2015-09-16 04:17:58 UTC (rev 246378)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
-pkgver=5.2.7
+pkgver=5.3.4
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('custom')
 makedepends=('hardening-wrapper')
 source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.2.7-soname.patch')
-md5sums=('0c145e1ac47d428553123462c0740279'
+'unrar-5.3.4-soname.patch')
+md5sums=('60afbc74a97eff512a6c42425ec43bbf'
  'cd9a5291db0379d73148872cf6e6d3ce')
 
 prepare() {
   cd "${srcdir}/${pkgbase}"
-  patch -Np1 -i "${srcdir}/unrar-5.2.7-soname.patch"
+  patch -Np1 -i "${srcdir}/unrar-5.3.4-soname.patch"
 }
 
 build() {

Deleted: unrar-5.2.7-soname.patch
===
--- unrar-5.2.7-soname.patch2015-09-16 03:45:57 UTC (rev 246377)
+++ unrar-5.2.7-soname.patch2015-09-16 04:17:58 UTC (rev 246378)
@@ -1,11 +0,0 @@
 a/makefile 2013-04-29 16:27:05.0 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib:  CXXFLAGS+=$(LIBFLAGS)
- lib:  clean $(OBJECTS) $(LIB_OBJ)
-   @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

Added: unrar-5.3.4-soname.patch
===
--- unrar-5.3.4-soname.patch(rev 0)
+++ unrar-5.3.4-soname.patch2015-09-16 04:17:58 UTC (rev 246378)
@@ -0,0 +1,11 @@
+--- a/makefile 2013-04-29 16:27:05.0 +0200
 b/makefile 2013-10-01 22:07:29.611485989 +0200
+@@ -133,7 +133,7 @@
+ lib:  CXXFLAGS+=$(LIBFLAGS)
+ lib:  clean $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:18:01
  Author: fyan
Revision: 140352

archrelease: copy trunk to community-testing-any

Added:
  cimg/repos/community-testing-any/
  cimg/repos/community-testing-any/PKGBUILD
(from rev 140351, cimg/trunk/PKGBUILD)

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

Copied: cimg/repos/community-testing-any/PKGBUILD (from rev 140351, 
cimg/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-09-16 04:18:01 UTC (rev 140352)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Diego Galizzi 
+# Contributor: zoulnix 
+pkgname=cimg
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.sourceforge.net/;
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v$pkgver.tar.gz;)
+md5sums=('063961ceb014f60d3e0571e0ae464389')
+
+package() {
+  cd ${srcdir}/CImg-${pkgver}
+  install -d ${pkgdir}/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h ${pkgdir}/usr/include/
+  install -m644 plugins/*.h ${pkgdir}/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2015-09-15 Thread Giovanni Scafora
Date: Wednesday, September 16, 2015 @ 06:18:05
  Author: giovanni
Revision: 246379

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 246378, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.3.4-soname.patch
(from rev 246378, unrar/trunk/unrar-5.3.4-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 246378, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.3.4-soname.patch
(from rev 246378, unrar/trunk/unrar-5.3.4-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.2.7-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.2.7-soname.patch

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-i686/unrar-5.2.7-soname.patch   |   11 ---
 extra-i686/unrar-5.3.4-soname.patch   |   11 +++
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/unrar-5.2.7-soname.patch |   11 ---
 extra-x86_64/unrar-5.3.4-soname.patch |   11 +++
 7 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-16 04:17:58 UTC (rev 246378)
+++ extra-i686/PKGBUILD 2015-09-16 04:18:05 UTC (rev 246379)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=('unrar' 'libunrar')
-pkgver=5.2.7
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.rarlab.com/rar_add.htm;
-license=('custom')
-makedepends=('hardening-wrapper')
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.2.7-soname.patch')
-md5sums=('0c145e1ac47d428553123462c0740279'
- 'cd9a5291db0379d73148872cf6e6d3ce')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  patch -Np1 -i "${srcdir}/unrar-5.2.7-soname.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C "${srcdir}"/libunrar lib libversion=${pkgver} CXXFLAGS="-fPIC 
${CXXFLAGS}"
-  make CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=('gcc-libs')
-  cd "${srcdir}/${pkgbase}"
-  install -Dm755 unrar "${pkgdir}/usr/bin/unrar"
-  # install license
-  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=('gcc-libs')
-  cd "${srcdir}/libunrar"
-  install -Dm755 libunrar.so.${pkgver} 
"${pkgdir}/usr/lib/libunrar.so.${pkgver}"
-  install -Dm644 dll.hpp "${pkgdir}/usr/include/unrar/dll.hpp"
-  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so.5"
-  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so"
-  # install license
-  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 246378, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-16 04:18:05 UTC (rev 246379)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.3.4
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('hardening-wrapper')
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-5.3.4-soname.patch')
+md5sums=('60afbc74a97eff512a6c42425ec43bbf'
+ 'cd9a5291db0379d73148872cf6e6d3ce')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  patch -Np1 -i "${srcdir}/unrar-5.3.4-soname.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C "${srcdir}"/libunrar lib libversion=${pkgver} CXXFLAGS="-fPIC 
${CXXFLAGS}"
+  make CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=('gcc-libs')
+  cd "${srcdir}/${pkgbase}"
+  install -Dm755 unrar "${pkgdir}/usr/bin/unrar"
+  # install license
+  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=('gcc-libs')
+  cd "${srcdir}/libunrar"
+  install -Dm755 libunrar.so.${pkgver} 
"${pkgdir}/usr/lib/libunrar.so.${pkgver}"
+  install -Dm644 dll.hpp "${pkgdir}/usr/include/unrar/dll.hpp"
+  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so.5"
+  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so"
+  # install license
+  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: 

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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:35:53
  Author: fyan
Revision: 140357

upgpkg: wammu 0.39-2

- update dependency on python2-gammu

Modified:
  wammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 04:34:33 UTC (rev 140356)
+++ PKGBUILD2015-09-16 04:35:53 UTC (rev 140357)
@@ -6,12 +6,12 @@
 
 pkgname=wammu
 pkgver=0.39
-pkgrel=1
+pkgrel=2
 pkgdesc="A wxPython-based GUI for Gammu"
 arch=('any')
 url="http://wammu.eu/;
 license=('GPL')
-depends=('gammu' 'wxpython')
+depends=('python2-gammu' 'wxpython')
 optdepends=('gnome-bluetooth: Bluetooth support'
 'python2-pybluez: Bluetooth support'
 'notification-daemon: Notifications support')


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:34:33
  Author: fyan
Revision: 140356

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

Added:
  python-gammu/repos/community-i686/
  python-gammu/repos/community-i686/PKGBUILD
(from rev 140355, python-gammu/trunk/PKGBUILD)
  python-gammu/repos/community-x86_64/
  python-gammu/repos/community-x86_64/PKGBUILD
(from rev 140355, python-gammu/trunk/PKGBUILD)

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

Copied: python-gammu/repos/community-i686/PKGBUILD (from rev 140355, 
python-gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-16 04:34:33 UTC (rev 140356)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.4
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/python-gammu/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=("https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz;)
+md5sums=('a396cd7a8944d1133a2c7713a7333a35')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/python-gammu-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python-gammu-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/python-gammu-$pkgver"
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/python-gammu-$pkgver-py2"
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 140355, 
python-gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-16 04:34:33 UTC (rev 140356)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.4
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/python-gammu/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=("https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz;)
+md5sums=('a396cd7a8944d1133a2c7713a7333a35')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/python-gammu-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python-gammu-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/python-gammu-$pkgver"
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/python-gammu-$pkgver-py2"
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:45:27
  Author: fyan
Revision: 246376

upgpkg: twisted 15.4.0-1

- upstream new release
- enabled more tests
- rename python 3 tool

Modified:
  twisted/trunk/PKGBUILD

--+
 PKGBUILD |   35 +--
 1 file changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 20:14:15 UTC (rev 246375)
+++ PKGBUILD2015-09-16 03:45:27 UTC (rev 246376)
@@ -6,21 +6,24 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=15.3.0
+pkgver=15.4.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/;
 license=('MIT')
-makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
+makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface' 'git'
  'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
-source=("http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
-sha1sums=('1932cc62ac038cce1624f3aa1c893bd83afe0f32')
+checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh'
+  'python-gobject' 'python2-gobject' 'python-gobject2' 
'python2-gobject2'
+  'python2-gmpy2' 'python2-soappy')
+source=("git+https://github.com/twisted/twisted.git#tag=twisted-$pkgver;)
+sha1sums=('SKIP')
 
 prepare() {
-  cp -a "Twisted-$pkgver"{,-py2}
+  cp -a "twisted"{,-py2}
 
-  cd "Twisted-$pkgver-py2"
+  cd "twisted-py2"
   sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
 twisted/python/test/pullpipe.py \
 twisted/mail/test/pop3testserver.py \
@@ -28,19 +31,19 @@
 }
 
 build() {
-  cd "$srcdir/Twisted-$pkgver"
+  cd "$srcdir/twisted"
   python3 setup.py build
 
-  cd "$srcdir/Twisted-$pkgver-py2"
+  cd "$srcdir/twisted-py2"
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/Twisted-$pkgver"
-  # LC_CTYPE=en_US.utf8 python bin/trial twisted
+  cd "$srcdir/twisted"
+  LC_CTYPE=en_US.utf8 xvfb-run python admin/run-python3-tests
 
-  cd "$srcdir/Twisted-$pkgver-py2"
-  LC_CTYPE=en_US.utf8 python2 bin/trial twisted || warning "Tests failed"
+  cd "$srcdir/twisted-py2"
+  LC_CTYPE=en_US.utf8 xvfb-run python2 bin/trial twisted || warning "Tests 
failed"
 }
 
 package_python-twisted() {
@@ -50,7 +53,7 @@
   'python-pyasn1: for using conch'
   'tk: for using tkconch')
 
-  cd "Twisted-$pkgver"
+  cd "twisted"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 
   # Wrong path, wrong!
@@ -57,6 +60,10 @@
   cp -a "$pkgdir"/usr/twisted/* 
"$pkgdir"/usr/lib/python3.4/site-packages/twisted/
   rm -r "$pkgdir"/usr/twisted
 
+  # twisted in python 3 supports only one command line tool for now.
+  # Let's rename the tools the other way round after the python 3 version 
supports all.
+  mv "$pkgdir/usr/bin/trial"{,3}
+
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -72,7 +79,7 @@
   conflicts=('twisted<14.0.0')
   replaces=('twisted<14.0.0')
 
-  cd "Twisted-$pkgver-py2"
+  cd "twisted-py2"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:23:06
  Author: fyan
Revision: 140354

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

Added:
  gammu/repos/community-testing-i686/
  gammu/repos/community-testing-i686/PKGBUILD
(from rev 140353, gammu/trunk/PKGBUILD)
  gammu/repos/community-testing-x86_64/
  gammu/repos/community-testing-x86_64/PKGBUILD
(from rev 140353, gammu/trunk/PKGBUILD)

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

Copied: gammu/repos/community-testing-i686/PKGBUILD (from rev 140353, 
gammu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-16 04:23:06 UTC (rev 140354)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.5
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-testing-x86_64/PKGBUILD (from rev 140353, 
gammu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-16 04:23:06 UTC (rev 140354)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.5
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:22:36
  Author: fyan
Revision: 140353

upgpkg: gammu 1.36.5-1

- upstream new release
- will upload a separate python-gammu package as upstream splitted them

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 04:18:01 UTC (rev 140352)
+++ PKGBUILD2015-09-16 04:22:36 UTC (rev 140353)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=gammu
-pkgver=1.34.0
-pkgrel=2
+pkgver=1.36.5
+pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
 url="http://wammu.eu/;
@@ -16,7 +16,7 @@
 optdepends=('dialog: support for the gammu-config script'
'python2: for python bindings')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:36:10
  Author: fyan
Revision: 140358

archrelease: copy trunk to community-testing-any

Added:
  wammu/repos/community-testing-any/
  wammu/repos/community-testing-any/PKGBUILD
(from rev 140357, wammu/trunk/PKGBUILD)

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

Copied: wammu/repos/community-testing-any/PKGBUILD (from rev 140357, 
wammu/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-09-16 04:36:10 UTC (rev 140358)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: cs-cam 
+
+pkgname=wammu
+pkgver=0.39
+pkgrel=2
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/;
+license=('GPL')
+depends=('python2-gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support'
+'notification-daemon: Notifications support')
+source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
+md5sums=('064eefd6477e77193936447826a6afde')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-09-15 Thread speps
Date: Wednesday, September 16, 2015 @ 01:55:12
  Author: speps
Revision: 140340

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

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

-+
 /PKGBUILD   |   70 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   32 -
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/smtube.install |   12 --
 6 files changed, 94 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 23:54:36 UTC (rev 140339)
+++ community-i686/PKGBUILD 2015-09-15 23:55:12 UTC (rev 140340)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.5.17
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net;
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smtube/$pkgname-$pkgver.tar.bz2;)
-md5sums=('577ebdf5fbcd3d17959294e688c124b4')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 140339, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 23:55:12 UTC (rev 140340)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=15.8.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/;
+license=('GPL')
+#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+#makedepends=('qt5-tools') # qt5 build does not work
+depends=('qtwebkit')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
+md5sums=('e826605b099774a1a779933deab7dfbe')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-09-15 23:54:36 UTC (rev 140339)
+++ community-i686/smtube.install   2015-09-15 23:55:12 UTC (rev 140340)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 140339, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2015-09-15 23:55:12 UTC (rev 140340)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-15 23:54:36 UTC (rev 140339)
+++ 

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

2015-09-15 Thread speps
Date: Wednesday, September 16, 2015 @ 01:54:36
  Author: speps
Revision: 140339

upgpkg: smtube 15.8.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 21:37:57 UTC (rev 140338)
+++ PKGBUILD2015-09-15 23:54:36 UTC (rev 140339)
@@ -3,27 +3,30 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.5.17
+pkgver=15.8.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net;
+url="http://www.smtube.org/;
 license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
+#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+#makedepends=('qt5-tools') # qt5 build does not work
+depends=('qtwebkit')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
 'gnome-mplayer: play videos with GNOME MPlayer'
 'kdemultimedia-dragonplayer: play videos with Dragon Player'
 'totem: play videos with Totem'
-'vlc: play videos with VLC')
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
 install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smtube/$pkgname-$pkgver.tar.bz2;)
-md5sums=('577ebdf5fbcd3d17959294e688c124b4')
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
+md5sums=('e826605b099774a1a779933deab7dfbe')
 
 build() {
   cd $pkgname-$pkgver
-  make PREFIX=/usr
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
 }
 
 package() {


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:12:08
  Author: fyan
Revision: 140345

upgpkg: python-pytest 2.7.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-16 03:09:00 UTC (rev 140344)
+++ PKGBUILD2015-09-16 03:12:08 UTC (rev 140345)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 
'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 
'python-pexpect' 'python2-pexpect')
 
source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
-sha512sums=('5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360')
+sha512sums=('ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173')
 
 prepare() {
   cp -a pytest-${pkgver}{,-py2}


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

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 05:12:28
  Author: fyan
Revision: 140346

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-16 03:12:08 UTC (rev 140345)
+++ PKGBUILD2015-09-16 03:12:28 UTC (rev 140346)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 
'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 
'python-pexpect' 'python2-pexpect')
-source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
-sha512sums=('5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360')
-
-prepare() {
-  cp -a pytest-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/pytest-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/pytest-${pkgver}"
-  python setup.py test
-
-  cd "$srcdir/pytest-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-pytest() {
-  depends=('python' 'python-py' 'python-setuptools')
-
-  cd pytest-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pytest() {
-  depends=('python2' 'python2-py' 'python2-setuptools')
-
-  cd pytest-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "${pkgdir}/usr/bin/py.test" "${pkgdir}/usr/bin/py.test2"
-}
-

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 140345, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-16 03:12:28 UTC (rev 140346)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 
'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 
'python-pexpect' 'python2-pexpect')
+source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
+sha512sums=('ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173')
+
+prepare() {
+  cp -a pytest-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/pytest-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pytest-${pkgver}"
+  python setup.py test
+
+  cd "$srcdir/pytest-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_python-pytest() {
+  depends=('python' 'python-py' 'python-setuptools')
+
+  cd pytest-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pytest() {
+  depends=('python2' 'python2-py' 'python2-setuptools')
+
+  cd pytest-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/py.test" "${pkgdir}/usr/bin/py.test2"
+}
+


[arch-commits] Commit in deepin-gettext-tools/repos (2 files)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 08:51:16
  Author: fyan
Revision: 140298

archrelease: copy trunk to community-any

Added:
  deepin-gettext-tools/repos/community-any/
  deepin-gettext-tools/repos/community-any/PKGBUILD
(from rev 140297, deepin-gettext-tools/trunk/PKGBUILD)

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

Copied: deepin-gettext-tools/repos/community-any/PKGBUILD (from rev 140297, 
deepin-gettext-tools/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-15 06:51:16 UTC (rev 140298)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gettext-tools
+pkgver=0.0.1.20150310
+_commit=505812cea94923cd6312f7ca1834fa9440f968ac
+pkgrel=1
+pkgdesc='Deepin Gettext Tools'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-gettext-tools;
+license=('GPL3')
+depends=('gettext' 'python2')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/deepin-gettext-tools.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-gettext-tools
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+
+  sed -e 's/sudo cp/cp/' -i src/generate_mo.py
+  sed -e 's/qmake/qmake-qt5/' -e '/lupdate/d' -i Makefile
+}
+
+package() {
+  cd deepin-gettext-tools
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in (4 files)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 08:51:01
  Author: fyan
Revision: 140297

addpkg: deepin-gettext-tools 0.0.1.20150310-1

Added:
  deepin-gettext-tools/
  deepin-gettext-tools/repos/
  deepin-gettext-tools/trunk/
  deepin-gettext-tools/trunk/PKGBUILD

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

Added: deepin-gettext-tools/trunk/PKGBUILD
===
--- deepin-gettext-tools/trunk/PKGBUILD (rev 0)
+++ deepin-gettext-tools/trunk/PKGBUILD 2015-09-15 06:51:01 UTC (rev 140297)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gettext-tools
+pkgver=0.0.1.20150310
+_commit=505812cea94923cd6312f7ca1834fa9440f968ac
+pkgrel=1
+pkgdesc='Deepin Gettext Tools'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-gettext-tools;
+license=('GPL3')
+depends=('gettext' 'python2')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/deepin-gettext-tools.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-gettext-tools
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+
+  sed -e 's/sudo cp/cp/' -i src/generate_mo.py
+  sed -e 's/qmake/qmake-qt5/' -e '/lupdate/d' -i Makefile
+}
+
+package() {
+  cd deepin-gettext-tools
+  make DESTDIR="$pkgdir/" install
+}


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


[arch-commits] Commit in caja-extensions-gtk3/repos (12 files)

2015-09-15 Thread Martin Wimpress
Date: Tuesday, September 15, 2015 @ 09:39:50
  Author: flexiondotorg
Revision: 140302

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

Added:
  caja-extensions-gtk3/repos/community-i686/PKGBUILD
(from rev 140301, caja-extensions-gtk3/trunk/PKGBUILD)
  caja-extensions-gtk3/repos/community-i686/caja-open-terminal.install
(from rev 140301, caja-extensions-gtk3/trunk/caja-open-terminal.install)
  caja-extensions-gtk3/repos/community-i686/caja-sendto.install
(from rev 140301, caja-extensions-gtk3/trunk/caja-sendto.install)
  caja-extensions-gtk3/repos/community-x86_64/PKGBUILD
(from rev 140301, caja-extensions-gtk3/trunk/PKGBUILD)
  caja-extensions-gtk3/repos/community-x86_64/caja-open-terminal.install
(from rev 140301, caja-extensions-gtk3/trunk/caja-open-terminal.install)
  caja-extensions-gtk3/repos/community-x86_64/caja-sendto.install
(from rev 140301, caja-extensions-gtk3/trunk/caja-sendto.install)
Deleted:
  caja-extensions-gtk3/repos/community-i686/PKGBUILD
  caja-extensions-gtk3/repos/community-i686/caja-open-terminal.install
  caja-extensions-gtk3/repos/community-i686/caja-sendto.install
  caja-extensions-gtk3/repos/community-x86_64/PKGBUILD
  caja-extensions-gtk3/repos/community-x86_64/caja-open-terminal.install
  caja-extensions-gtk3/repos/community-x86_64/caja-sendto.install

-+
 /PKGBUILD   |  154 ++
 /caja-open-terminal.install |   22 +++
 /caja-sendto.install|   22 +++
 community-i686/PKGBUILD |   77 -
 community-i686/caja-open-terminal.install   |   11 -
 community-i686/caja-sendto.install  |   11 -
 community-x86_64/PKGBUILD   |   77 -
 community-x86_64/caja-open-terminal.install |   11 -
 community-x86_64/caja-sendto.install|   11 -
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 07:38:56 UTC (rev 140301)
+++ community-i686/PKGBUILD 2015-09-15 07:39:50 UTC (rev 140302)
@@ -1,77 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=caja-extensions
-pkgbase=${_pkgbase}-gtk3
-pkgname=(caja-gksu-gtk3 caja-image-converter-gtk3 caja-open-terminal-gtk3 
caja-sendto-gtk3 caja-share-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja-gtk3>=1.10' 'dbus-glib' 'gksu' 'gtk3' 'gupnp' 'imagemagick' 
'samba')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8341331d11a95d399630dbc05b49edcff755d6ca')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=3.0
-make
-}
-
-package_caja-gksu-gtk3() {
-pkgdesc="Privilege granting extension for Caja using gksu (GTK3 version 
[EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'gksu')
-groups=('mate-extra-gtk3')
-conflicts=('caja-gksu')
-
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make -C gksu DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter-gtk3() {
-pkgdesc="A Caja extension for simple image conversions (GTK3 version 
[EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra-gtk3')
-conflicts=('caja-image-converter')
-
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal-gtk3() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths 
(GTK3 version [EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common')
-groups=('mate-extra-gtk3')
-conflicts=('caja-open-terminal')
-install=caja-open-terminal.install
-
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make -C open-terminal DESTDIR="${pkgdir}" install
-}
-
-package_caja-sendto-gtk3() {
-pkgdesc="A Caja extension for sending files (GTK3 version [EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'dbus-glib' 'gupnp')
-groups=('mate-extra-gtk3')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to Jabber.')
-conflicts=('caja-sendto')
-install=caja-sendto.install
-
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share-gtk3() {
-pkgdesc="A Caja extension to quickly share a folder (GTK3 version 
[EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'samba')
-groups=('mate-extra-gtk3')
-conflicts=('caja-share')
-
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make -C share DESTDIR="${pkgdir}" install
-}

Copied: 

[arch-commits] Commit in caja-extensions-gtk3/trunk (PKGBUILD)

2015-09-15 Thread Martin Wimpress
Date: Tuesday, September 15, 2015 @ 09:38:56
  Author: flexiondotorg
Revision: 140301

upgpkg: caja-extensions-gtk3 1.10.1-1 - New upstream release.

Modified:
  caja-extensions-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 07:33:48 UTC (rev 140300)
+++ PKGBUILD2015-09-15 07:38:56 UTC (rev 140301)
@@ -4,7 +4,7 @@
 _pkgbase=caja-extensions
 pkgbase=${_pkgbase}-gtk3
 pkgname=(caja-gksu-gtk3 caja-image-converter-gtk3 caja-open-terminal-gtk3 
caja-sendto-gtk3 caja-share-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('caja-gtk3>=1.10' 'dbus-glib' 'gksu' 'gtk3' 'gupnp' 'imagemagick' 
'samba')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8341331d11a95d399630dbc05b49edcff755d6ca')
+sha1sums=('067930803196f767426b143a17d359634ae8f3db')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in (5 files)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 10:10:30
  Author: fyan
Revision: 140307

addpkg: deepin-music 2.3.0-1

Added:
  deepin-music/
  deepin-music/repos/
  deepin-music/trunk/
  deepin-music/trunk/PKGBUILD
  deepin-music/trunk/deepin-music.install

--+
 PKGBUILD |   42 ++
 deepin-music.install |   11 +++
 2 files changed, 53 insertions(+)

Added: deepin-music/trunk/PKGBUILD
===
--- deepin-music/trunk/PKGBUILD (rev 0)
+++ deepin-music/trunk/PKGBUILD 2015-09-15 08:10:30 UTC (rev 140307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-music;
+license=('GPL3')
+depends=('gstreamer0.10-python' 'gstreamer0.10-bad-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins'
+ 'mutagen' 'python2-chardet' 'python2-pyquery' 'python2-cssselect'
+ 'python2-dbus' 'sonata' 'cddb-py' 'python2-scipy' 'python2-pycurl'
+ 'python2-xlib' 'python2-keybinder2' 'python2-deepin-ui' 
'desktop-file-utils')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+provides=('deepin-music-player')
+replaces=('deepin-music-player')
+conflicts=('deepin-music-player')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-music
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-music
+  deepin-generate-mo tools/locale_config.ini
+}
+
+package() {
+  cd deepin-music
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}


Property changes on: deepin-music/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: deepin-music/trunk/deepin-music.install
===
--- deepin-music/trunk/deepin-music.install (rev 0)
+++ deepin-music/trunk/deepin-music.install 2015-09-15 08:10:30 UTC (rev 
140307)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}


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

2015-09-15 Thread Martin Wimpress
Date: Tuesday, September 15, 2015 @ 09:33:36
  Author: flexiondotorg
Revision: 140299

upgpkg: caja-extensions 1.10.1-1 - New upstream release.

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 06:51:16 UTC (rev 140298)
+++ PKGBUILD2015-09-15 07:33:36 UTC (rev 140299)
@@ -3,7 +3,7 @@
 _ver=1.10
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('caja>=1.10' 'dbus-glib' 'gksu' 'gtk2' 'gupnp' 'imagemagick' 'samba')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8341331d11a95d399630dbc05b49edcff755d6ca')
+sha1sums=('067930803196f767426b143a17d359634ae8f3db')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2015-09-15 Thread Martin Wimpress
Date: Tuesday, September 15, 2015 @ 09:33:48
  Author: flexiondotorg
Revision: 140300

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

Added:
  caja-extensions/repos/community-i686/PKGBUILD
(from rev 140299, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-i686/caja-open-terminal.install
(from rev 140299, caja-extensions/trunk/caja-open-terminal.install)
  caja-extensions/repos/community-i686/caja-sendto.install
(from rev 140299, caja-extensions/trunk/caja-sendto.install)
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 140299, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-x86_64/caja-open-terminal.install
(from rev 140299, caja-extensions/trunk/caja-open-terminal.install)
  caja-extensions/repos/community-x86_64/caja-sendto.install
(from rev 140299, caja-extensions/trunk/caja-sendto.install)
Deleted:
  caja-extensions/repos/community-i686/PKGBUILD
  caja-extensions/repos/community-i686/caja-open-terminal.install
  caja-extensions/repos/community-i686/caja-sendto.install
  caja-extensions/repos/community-x86_64/PKGBUILD
  caja-extensions/repos/community-x86_64/caja-open-terminal.install
  caja-extensions/repos/community-x86_64/caja-sendto.install

-+
 /PKGBUILD   |  168 ++
 /caja-open-terminal.install |   22 +++
 /caja-sendto.install|   22 +++
 community-i686/PKGBUILD |   84 -
 community-i686/caja-open-terminal.install   |   11 -
 community-i686/caja-sendto.install  |   11 -
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/caja-open-terminal.install |   11 -
 community-x86_64/caja-sendto.install|   11 -
 9 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 07:33:36 UTC (rev 140299)
+++ community-i686/PKGBUILD 2015-09-15 07:33:48 UTC (rev 140300)
@@ -1,84 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-pkgbase=caja-extensions
-pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share)
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja>=1.10' 'dbus-glib' 'gksu' 'gtk2' 'gupnp' 'imagemagick' 'samba')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8341331d11a95d399630dbc05b49edcff755d6ca')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0
-make
-}
-
-package_caja-extensions-common() {
-pkgdesc="Caja extensions (common files)"
-depends=()
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C po DESTDIR="${pkgdir}" install
-}
-
-package_caja-gksu() {
-pkgdesc="Privilege granting extension for Caja using gksu (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'gksu')
-groups=('mate-extra')
-conflicts=('caja-gksu-gtk3')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C gksu DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter() {
-pkgdesc="A Caja extension for simple image conversions (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra')
-conflicts=('caja-image-converter-gtk3')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths 
(GTK2 version)"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-open-terminal-gtk3')
-install=caja-open-terminal.install
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C open-terminal DESTDIR="${pkgdir}" install
-}
-
-package_caja-sendto() {
-pkgdesc="A Caja extension for sending files (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
-groups=('mate-extra')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to Jabber.')
-conflicts=('caja-sendto-gtk3')
-install=caja-sendto.install
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share() {
-pkgdesc="A Caja extension to quickly share a folder (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'samba')
-groups=('mate-extra')
-conflicts=('caja-share-gtk3')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C share DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-i686/PKGBUILD (from rev 140299, 
caja-extensions/trunk/PKGBUILD)

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

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 09:20:36
  Author: fyan
Revision: 246364

Python 3.5.0

Added:
  python/trunk/test_gdb-version-fix.patch
Modified:
  python/trunk/PKGBUILD
Deleted:
  python/trunk/fix-undefined-behaviour-in-faulthandler.patch
  python/trunk/increase-dh-key-size.patch

---+
 PKGBUILD  |   41 +++-
 fix-undefined-behaviour-in-faulthandler.patch |   41 
 increase-dh-key-size.patch|   49 
 test_gdb-version-fix.patch|   11 +
 4 files changed, 34 insertions(+), 108 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 03:51:15 UTC (rev 246363)
+++ PKGBUILD2015-09-15 07:20:36 UTC (rev 246364)
@@ -6,9 +6,9 @@
 # Contributor: Jason Chu 
 
 pkgname=python
-pkgver=3.4.3
-pkgrel=3
-_pybasever=3.4
+pkgver=3.5.0
+pkgrel=1
+_pybasever=3.5
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -15,7 +15,7 @@
 url="http://www.python.org/;
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
 makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 
'hardening-wrapper')
-checkdepends=('gdb')
+checkdepends=('gdb' 'xorg-server-xvfb')
 optdepends=('python-setuptools'
 'python-pip'
 'sqlite'
@@ -25,22 +25,17 @@
 options=('!makeflags')
 provides=('python3')
 replaces=('python3')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
-fix-undefined-behaviour-in-faulthandler.patch
-increase-dh-key-size.patch)
-sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456'
-  '26c5bb4fc14d49438fbd99a5aa9a51289b6d3010'
-  '924393ee68a39ba4931a49045895db8786b5e178')
+source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz;
+test_gdb-version-fix.patch)
+sha1sums=('871a06df9ab70984b7398ac53047fe125c757a70'
+  'ab86515aff465385675e2e6e593f09596e0a8db0')
 
 prepare() {
   cd Python-${pkgver}
 
-  # https://bugs.python.org/issue23433
-  patch -Np1 -i ../fix-undefined-behaviour-in-faulthandler.patch
+  # https://bugs.python.org/issue25096
+  patch -p1 -i ../test_gdb-version-fix.patch
 
-  # https://bugs.python.org/issue23844
-  patch -Np1 -i ../increase-dh-key-size.patch
-
   # FS#23997
   sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
 
@@ -72,12 +67,17 @@
 }
 
 check() {
-  # test_site: http://bugs.python.org/issue21535
+  # Failures:
+  # test_pathlib & test_posixpath: https://bugs.python.org/issue24950
 
+  # Hacks:
+  # test_tk: xvfb-run
+  # test_unicode_file: LC_CTYPE=en_US.utf-8
+
   cd Python-${pkgver}
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
-  TERM=screen \
-"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_site 
test_posixpath test_urllib2_localnet
+  LC_CTYPE=en_US.utf-8 xvfb-run \
+"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall || warning 
"Expected failure"
 }
 
 package() {
@@ -95,6 +95,11 @@
   ln -sf ../../libpython${_pybasever}m.so \
 
"${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so"
 
+  # some useful "stuff" FS#46146
+  install -dm755 "${pkgdir}"/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/scripts/
+
   # Clean-up reference to build directory
   sed -i "s|$srcdir/Python-${pkgver}:||" 
"$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile"
 

Deleted: fix-undefined-behaviour-in-faulthandler.patch
===
--- fix-undefined-behaviour-in-faulthandler.patch   2015-09-15 03:51:15 UTC 
(rev 246363)
+++ fix-undefined-behaviour-in-faulthandler.patch   2015-09-15 07:20:36 UTC 
(rev 246364)
@@ -1,41 +0,0 @@
-
-# HG changeset patch
-# User Victor Stinner 
-# Date 1423661015 -3600
-# Node ID 689092296ad31951f8f919fc06b49450e648e93d
-# Parent  645f3d750be139ce0198e15e221da07b22289a92
-Issue #23433: Fix faulthandler._stack_overflow()
-
-Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead
-of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5.
-
-diff --git a/Modules/faulthandler.c b/Modules/faulthandler.c
 a/Modules/faulthandler.c
-+++ b/Modules/faulthandler.c
-@@ -911,12 +911,12 @@ faulthandler_fatal_error_py(PyObject *se
- }
- 
- #if defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGACTION)
--static void*
--stack_overflow(void *min_sp, void *max_sp, size_t *depth)
-+static Py_uintptr_t
-+stack_overflow(Py_uintptr_t min_sp, Py_uintptr_t max_sp, size_t *depth)
- {
- /* 

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

2015-09-15 Thread Martin Wimpress
Date: Tuesday, September 15, 2015 @ 09:43:43
  Author: flexiondotorg
Revision: 140304

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

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

-+
 /PKGBUILD   |  116 ++
 /galculator.install |   22 ++
 community-i686/PKGBUILD |   58 -
 community-i686/galculator.install   |   11 ---
 community-x86_64/PKGBUILD   |   58 -
 community-x86_64/galculator.install |   11 ---
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 07:43:36 UTC (rev 140303)
+++ community-i686/PKGBUILD 2015-09-15 07:43:43 UTC (rev 140304)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: SpepS 
-# Contributor: Alexander Fehr 
-
-pkgbase=galculator
-pkgname=(galculator galculator-gtk2)
-pkgver=2.1.3
-pkgrel=3
-pkgdesc='GTK+ based scientific calculator'
-arch=('i686' 'x86_64')
-url='http://galculator.sourceforge.net/'
-license=('GPL')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2;)
-sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
-
-build() {
-  # GTK3 version
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  [ -d gtk3 ] || mkdir gtk3
-  cd gtk3
-  ../configure \
---prefix=/usr
-  make
-
-  # GTK2 version
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  [ -d gtk2 ] || mkdir gtk2
-  cd gtk2
-  ../configure \
---prefix=/usr \
---disable-gtk3
-  make
-}
-
-package_galculator() {
-  depends=('gtk3')
-
-  cd "${pkgbase}-${pkgver}/gtk3"
-  make DESTDIR="$pkgdir" install
-}
-
-package_galculator-gtk2() {
-  pkgdesc+=' (GTK2 version)'
-  depends=('gtk2')
-  groups=('mate-extra')
-  replaces=('mate-calc')
-  provides=('mate-calc')
-  conflicts=('galculator')
-
-  cd "${pkgbase}-${pkgver}/gtk2"
-  make DESTDIR="$pkgdir" install
-}

Copied: galculator/repos/community-i686/PKGBUILD (from rev 140303, 
galculator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 07:43:43 UTC (rev 140304)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: SpepS 
+# Contributor: Alexander Fehr 
+
+pkgbase=galculator
+pkgname=(galculator galculator-gtk2)
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='GTK+ based scientific calculator'
+arch=('i686' 'x86_64')
+url='http://galculator.sourceforge.net/'
+license=('GPL')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+install=${pkgbase}.install
+source=("http://galculator.mnim.org/downloads/${pkgbase}-${pkgver}.tar.bz2;)
+sha256sums=('01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778ae')
+
+build() {
+  # GTK3 version
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  [ -d gtk3 ] || mkdir gtk3
+  cd gtk3
+  ../configure \
+--prefix=/usr
+  make
+
+  # GTK2 version
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  [ -d gtk2 ] || mkdir gtk2
+  cd gtk2
+  ../configure \
+--prefix=/usr \
+--disable-gtk3
+  make
+}
+
+package_galculator() {
+  depends=('gtk3')
+
+  cd "${pkgbase}-${pkgver}/gtk3"
+  make DESTDIR="$pkgdir" install
+}
+
+package_galculator-gtk2() {
+  pkgdesc+=' (GTK2 version)'
+  depends=('gtk2')
+  groups=('mate-extra')
+  replaces=('mate-calc')
+  provides=('mate-calc')
+  conflicts=('galculator')
+
+  cd "${pkgbase}-${pkgver}/gtk2"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/galculator.install
===
--- community-i686/galculator.install   2015-09-15 07:43:36 UTC (rev 140303)
+++ community-i686/galculator.install   2015-09-15 07:43:43 UTC (rev 140304)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2015-09-15 Thread Martin Wimpress
Date: Tuesday, September 15, 2015 @ 09:43:36
  Author: flexiondotorg
Revision: 140303

upgpkg: galculator 2.1.4-1 - New upstream release.

Modified:
  galculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 07:39:50 UTC (rev 140302)
+++ PKGBUILD2015-09-15 07:43:36 UTC (rev 140303)
@@ -7,8 +7,8 @@
 
 pkgbase=galculator
 pkgname=(galculator galculator-gtk2)
-pkgver=2.1.3
-pkgrel=3
+pkgver=2.1.4
+pkgrel=1
 pkgdesc='GTK+ based scientific calculator'
 arch=('i686' 'x86_64')
 url='http://galculator.sourceforge.net/'
@@ -15,9 +15,9 @@
 license=('GPL')
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2;)
-sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
+install=${pkgbase}.install
+source=("http://galculator.mnim.org/downloads/${pkgbase}-${pkgver}.tar.bz2;)
+sha256sums=('01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778ae')
 
 build() {
   # GTK3 version


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

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 09:50:53
  Author: fyan
Revision: 140306

archrelease: copy trunk to community-any

Added:
  python-deepin-ui/repos/community-any/
  python-deepin-ui/repos/community-any/PKGBUILD
(from rev 140305, python-deepin-ui/trunk/PKGBUILD)

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

Copied: python-deepin-ui/repos/community-any/PKGBUILD (from rev 140305, 
python-deepin-ui/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-15 07:50:53 UTC (rev 140306)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgbase=python-deepin-ui
+pkgname=python2-deepin-ui
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='UI toolkit for Linux Deepin'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('python2-deepin-utils' 'python2-deepin-gsettings' 'pygtk'
+ 'python2-scipy' 'glib2' 'python2-cairo' 'python2-pillow'
+ 'python2-xlib' 'pywebkitgtk' 'libsoup')
+makedepends=('deepin-gettext-tools' 'python2-setuptools' 'webkitgtk' 'git')
+provides=('deepin-ui')
+replaces=('deepin-ui')
+conflicts=('deepin-ui')
+source=("git+https://github.com/linuxdeepin/deepin-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-ui
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build(){
+  cd deepin-ui
+  python2 setup.py build
+
+  deepin-generate-mo dtk/tools/locale_config.ini
+}
+
+package_python2-deepin-ui() {
+  cd deepin-ui
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  install -dm 755 "${pkgdir}"/usr/share/locale
+  cp -r dtk/locale/mo/* "${pkgdir}"/usr/share/locale/
+}


[arch-commits] Commit in (4 files)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 09:50:16
  Author: fyan
Revision: 140305

addpkg: python-deepin-ui 1.0.4-1

Added:
  python-deepin-ui/
  python-deepin-ui/repos/
  python-deepin-ui/trunk/
  python-deepin-ui/trunk/PKGBUILD

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

Added: python-deepin-ui/trunk/PKGBUILD
===
--- python-deepin-ui/trunk/PKGBUILD (rev 0)
+++ python-deepin-ui/trunk/PKGBUILD 2015-09-15 07:50:16 UTC (rev 140305)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgbase=python-deepin-ui
+pkgname=python2-deepin-ui
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='UI toolkit for Linux Deepin'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('python2-deepin-utils' 'python2-deepin-gsettings' 'pygtk'
+ 'python2-scipy' 'glib2' 'python2-cairo' 'python2-pillow'
+ 'python2-xlib' 'pywebkitgtk' 'libsoup')
+makedepends=('deepin-gettext-tools' 'python2-setuptools' 'webkitgtk' 'git')
+provides=('deepin-ui')
+replaces=('deepin-ui')
+conflicts=('deepin-ui')
+source=("git+https://github.com/linuxdeepin/deepin-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-ui
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build(){
+  cd deepin-ui
+  python2 setup.py build
+
+  deepin-generate-mo dtk/tools/locale_config.ini
+}
+
+package_python2-deepin-ui() {
+  cd deepin-ui
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  install -dm 755 "${pkgdir}"/usr/share/locale
+  cp -r dtk/locale/mo/* "${pkgdir}"/usr/share/locale/
+}


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


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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 21:09:21
  Author: arojas
Revision: 246370

Add patches for https://bugs.kde.org/show_bug.cgi?id=338658

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 16:42:03 UTC (rev 246369)
+++ PKGBUILD2015-09-15 19:09:21 UTC (rev 246370)
@@ -6,17 +6,26 @@
 pkgbase=kdepimlibs
 pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
 pkgver=15.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM Libraries"
 arch=(i686 x86_64)
 url='https://projects.kde.org/kdepimlibs'
 license=(GPL LGPL)
 makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;
+   
kdepimlibs-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=43d5659=plain;
+   
kdepimlibs-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=ffa20e7=plain;)
+sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
+  'a3a9fd6d0ac15daf8d66e9fa42ddc9f9d7127253'
+  '945deba0774cadacf288b46592e6ccfba94a7797')
 
 prepare() {
   mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd kdepimlibs-$pkgver
+  patch -p1 -i ../kdepimlibs-bug338658-1.patch
+  patch -p1 -i ../kdepimlibs-bug338658-2.patch
 }
 
 build() {


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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 21:11:08
  Author: arojas
Revision: 246371

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

Added:
  kdepimlibs/repos/testing-i686/PKGBUILD
(from rev 246370, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-i686/akonadi-mime.install
(from rev 246370, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
(from rev 246370, kdepimlibs/trunk/akonadi-socialutils.install)
  kdepimlibs/repos/testing-x86_64/PKGBUILD
(from rev 246370, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
(from rev 246370, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install
(from rev 246370, kdepimlibs/trunk/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/testing-i686/PKGBUILD
  kdepimlibs/repos/testing-i686/akonadi-mime.install
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
  kdepimlibs/repos/testing-x86_64/PKGBUILD
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install

+
 /PKGBUILD  |  170 +++
 /akonadi-mime.install  |   22 +++
 /akonadi-socialutils.install   |   22 +++
 testing-i686/PKGBUILD  |   76 
 testing-i686/akonadi-mime.install  |   11 -
 testing-i686/akonadi-socialutils.install   |   11 -
 testing-x86_64/PKGBUILD|   76 
 testing-x86_64/akonadi-mime.install|   11 -
 testing-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 214 insertions(+), 196 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-15 19:09:21 UTC (rev 246370)
+++ testing-i686/PKGBUILD   2015-09-15 19:11:08 UTC (rev 246371)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kdelibs4support)
-
-  cd build/akonadi
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 246370, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-15 19:11:08 UTC (rev 246371)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.08.1
+pkgrel=2
+pkgdesc="KDE PIM Libraries"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;
+   
kdepimlibs-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=43d5659=plain;
+   

[arch-commits] Commit in deepin-music/repos (3 files)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 10:13:44
  Author: fyan
Revision: 140308

archrelease: copy trunk to community-any

Added:
  deepin-music/repos/community-any/
  deepin-music/repos/community-any/PKGBUILD
(from rev 140307, deepin-music/trunk/PKGBUILD)
  deepin-music/repos/community-any/deepin-music.install
(from rev 140307, deepin-music/trunk/deepin-music.install)

--+
 PKGBUILD |   42 ++
 deepin-music.install |   11 +++
 2 files changed, 53 insertions(+)

Copied: deepin-music/repos/community-any/PKGBUILD (from rev 140307, 
deepin-music/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-15 08:13:44 UTC (rev 140308)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-music;
+license=('GPL3')
+depends=('gstreamer0.10-python' 'gstreamer0.10-bad-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins'
+ 'mutagen' 'python2-chardet' 'python2-pyquery' 'python2-cssselect'
+ 'python2-dbus' 'sonata' 'cddb-py' 'python2-scipy' 'python2-pycurl'
+ 'python2-xlib' 'python2-keybinder2' 'python2-deepin-ui' 
'desktop-file-utils')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+provides=('deepin-music-player')
+replaces=('deepin-music-player')
+conflicts=('deepin-music-player')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-music
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-music
+  deepin-generate-mo tools/locale_config.ini
+}
+
+package() {
+  cd deepin-music
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}

Copied: deepin-music/repos/community-any/deepin-music.install (from rev 140307, 
deepin-music/trunk/deepin-music.install)
===
--- community-any/deepin-music.install  (rev 0)
+++ community-any/deepin-music.install  2015-09-15 08:13:44 UTC (rev 140308)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}


[arch-commits] Commit in emby-server (13 files)

2015-09-15 Thread Maxime Gauduin
Date: Tuesday, September 15, 2015 @ 10:24:58
  Author: alucryd
Revision: 140310

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

Added:
  emby-server/repos/
  emby-server/repos/community-i686/
  emby-server/repos/community-i686/PKGBUILD
(from rev 140309, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-server
(from rev 140309, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 140309, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 140309, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 140309, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 140309, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-server
(from rev 140309, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 140309, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 140309, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 140309, emby-server/trunk/emby-server.service)

--+
 community-i686/PKGBUILD  |   51 +
 community-i686/emby-server   |3 +
 community-i686/emby-server.conf  |1 
 community-i686/emby-server.install   |   11 +++
 community-i686/emby-server.service   |   16 ++
 community-x86_64/PKGBUILD|   51 +
 community-x86_64/emby-server |3 +
 community-x86_64/emby-server.conf|1 
 community-x86_64/emby-server.install |   11 +++
 community-x86_64/emby-server.service |   16 ++
 10 files changed, 164 insertions(+)

Copied: emby-server/repos/community-i686/PKGBUILD (from rev 140309, 
emby-server/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-09-15 08:24:58 UTC (rev 140310)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.5724.4
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('i686' 'x86_64')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+sha256sums=('79d0b17ca5022ad3283c1034f5a8c3bd68dedc97f2cb9507d553f5e91b1cc53e'
+'1515d8d61ba903ed8ca73c1930fb9f14e2acaa9c2b456d85fd82c2254558eb85'
+'064a82fb13816af5eb2a90bc8320d062ead0bf700715ee65df6afb347f890907'
+'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
+
+prepare() {
+  cd Emby-${pkgver}
+
+  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
+}
+
+build() {
+  cd Emby-${pkgver}
+
+  xbuild \
+/p:Configuration='Release Mono' \
+/p:Platform='Any CPU' \
+/p:OutputPath="${srcdir}/build" \
+/t:build MediaBrowser.Mono.sln
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
+  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
+  install -m 755 emby-server "${pkgdir}"/usr/bin/
+  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
+  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
+
+  install -dm 755 "${pkgdir}"/var/lib/emby
+  chown 422:422 -R "${pkgdir}"/var/lib/emby
+}
+
+# vim: ts=2 sw=2 et:

Copied: emby-server/repos/community-i686/emby-server (from rev 140309, 
emby-server/trunk/emby-server)
===
--- repos/community-i686/emby-server(rev 0)
+++ repos/community-i686/emby-server2015-09-15 08:24:58 UTC (rev 140310)
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+exec mono /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata 
$EMBY_HOME -ffmpeg ffmpeg -ffprobe ffprobe

Copied: emby-server/repos/community-i686/emby-server.conf (from rev 140309, 
emby-server/trunk/emby-server.conf)
===
--- repos/community-i686/emby-server.conf   (rev 0)
+++ repos/community-i686/emby-server.conf   2015-09-15 08:24:58 UTC (rev 
140310)
@@ -0,0 +1 @@
+EMBY_HOME='/var/lib/emby'

Copied: 

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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 11:44:32
  Author: arojas
Revision: 140317

Update to 0.17

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 09:20:47 UTC (rev 140316)
+++ PKGBUILD2015-09-15 09:44:32 UTC (rev 140317)
@@ -4,7 +4,7 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.16
+pkgver=0.17
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
 'COPYING.BSD')
 install=$pkgname.install
-sha256sums=('4a85e23827aad93d8800da4a6bde70af10a95c6e757ab6c9c25687bb7bd64ae4'
+sha256sums=('0b3dda666cee65d62f149012b3ec0ecbd7e6bb2dd0bd827180ac27ca3e7aa99e'
 'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
 
 build() {


[arch-commits] Commit in (7 files)

2015-09-15 Thread Maxime Gauduin
Date: Tuesday, September 15, 2015 @ 10:24:18
  Author: alucryd
Revision: 140309

Add emby-server

Added:
  emby-server/
  emby-server/trunk/
  emby-server/trunk/PKGBUILD
  emby-server/trunk/emby-server
  emby-server/trunk/emby-server.conf
  emby-server/trunk/emby-server.install
  emby-server/trunk/emby-server.service

-+
 PKGBUILD|   51 ++
 emby-server |3 ++
 emby-server.conf|1 
 emby-server.install |   11 ++
 emby-server.service |   16 +++
 5 files changed, 82 insertions(+)

Added: emby-server/trunk/PKGBUILD
===
--- emby-server/trunk/PKGBUILD  (rev 0)
+++ emby-server/trunk/PKGBUILD  2015-09-15 08:24:18 UTC (rev 140309)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.5724.4
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('i686' 'x86_64')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+sha256sums=('79d0b17ca5022ad3283c1034f5a8c3bd68dedc97f2cb9507d553f5e91b1cc53e'
+'1515d8d61ba903ed8ca73c1930fb9f14e2acaa9c2b456d85fd82c2254558eb85'
+'064a82fb13816af5eb2a90bc8320d062ead0bf700715ee65df6afb347f890907'
+'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
+
+prepare() {
+  cd Emby-${pkgver}
+
+  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
+}
+
+build() {
+  cd Emby-${pkgver}
+
+  xbuild \
+/p:Configuration='Release Mono' \
+/p:Platform='Any CPU' \
+/p:OutputPath="${srcdir}/build" \
+/t:build MediaBrowser.Mono.sln
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
+  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
+  install -m 755 emby-server "${pkgdir}"/usr/bin/
+  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
+  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
+
+  install -dm 755 "${pkgdir}"/var/lib/emby
+  chown 422:422 -R "${pkgdir}"/var/lib/emby
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: emby-server/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: emby-server/trunk/emby-server
===
--- emby-server/trunk/emby-server   (rev 0)
+++ emby-server/trunk/emby-server   2015-09-15 08:24:18 UTC (rev 140309)
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+exec mono /usr/lib/emby-server/MediaBrowser.Server.Mono.exe -programdata 
$EMBY_HOME -ffmpeg ffmpeg -ffprobe ffprobe

Added: emby-server/trunk/emby-server.conf
===
--- emby-server/trunk/emby-server.conf  (rev 0)
+++ emby-server/trunk/emby-server.conf  2015-09-15 08:24:18 UTC (rev 140309)
@@ -0,0 +1 @@
+EMBY_HOME='/var/lib/emby'

Added: emby-server/trunk/emby-server.install
===
--- emby-server/trunk/emby-server.install   (rev 0)
+++ emby-server/trunk/emby-server.install   2015-09-15 08:24:18 UTC (rev 
140309)
@@ -0,0 +1,11 @@
+post_install() {
+getent group emby > /dev/null 2>&1 || groupadd -g 422 emby
+getent passwd emby > /dev/null 2>&1 || useradd -c 'Emby Media Server' -u 
422 -g emby -d /var/lib/emby -s /usr/bin/nologin emby
+passwd -l emby > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Added: emby-server/trunk/emby-server.service
===
--- emby-server/trunk/emby-server.service   (rev 0)
+++ emby-server/trunk/emby-server.service   2015-09-15 08:24:18 UTC (rev 
140309)
@@ -0,0 +1,16 @@
+[Unit]
+Description=Emby brings together your videos, music, photos, and live 
television.
+
+[Service]
+EnvironmentFile=/etc/conf.d/emby-server
+WorkingDirectory=/usr/lib/emby-server
+ExecStart=/usr/bin/emby-server
+User=emby
+Group=emby
+Restart=always
+
+[Unit]
+After=network.target
+
+[Install]
+WantedBy=multi-user.target


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

2015-09-15 Thread Ike Devolder
Date: Tuesday, September 15, 2015 @ 11:04:07
  Author: idevolder
Revision: 140314

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-15 09:03:59 UTC (rev 140313)
+++ PKGBUILD2015-09-15 09:04:07 UTC (rev 140314)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=31.0.1889.174
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-)
-arch=('x86_64')
-source_x86_64=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-)
-source=(
-"opera"
-"default"
-)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('4459bfa8b4469fe2ef68373dfd61616919266c87a18125973afee60c06beaf29')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox / can be removed with linux > 3.16 (we still have lts)
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 140313, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-15 09:04:07 UTC (rev 140314)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=32.0.1948.25
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
+optdepends=(
+'curl: opera crash reporter and autoupdate checker'
+)
+arch=('x86_64')
+source_x86_64=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+)
+source=(
+"opera"
+"default"
+)
+sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
+'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
+sha256sums_x86_64=('4157732e784d13128a991b640c2d549aa9597d9f6900fc30c768ad17e9e1a2c1')
+
+prepare() {
+sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
+sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
+-i "$srcdir/opera"
+}
+
+package() {
+tar -xf data.tar.xz 

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

2015-09-15 Thread Ike Devolder
Date: Tuesday, September 15, 2015 @ 11:03:59
  Author: idevolder
Revision: 140313

upgpkg: opera 32.0.1948.25-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 08:28:05 UTC (rev 140312)
+++ PKGBUILD2015-09-15 09:03:59 UTC (rev 140313)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=31.0.1889.174
+pkgver=32.0.1948.25
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,7 +32,7 @@
 )
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('4459bfa8b4469fe2ef68373dfd61616919266c87a18125973afee60c06beaf29')
+sha256sums_x86_64=('4157732e784d13128a991b640c2d549aa9597d9f6900fc30c768ad17e9e1a2c1')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


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

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 11:20:47
  Author: fyan
Revision: 140316

archrelease: copy trunk to community-any

Added:
  deepin-music/repos/community-any/PKGBUILD
(from rev 140315, deepin-music/trunk/PKGBUILD)
  deepin-music/repos/community-any/deepin-music.install
(from rev 140315, deepin-music/trunk/deepin-music.install)
Deleted:
  deepin-music/repos/community-any/PKGBUILD
  deepin-music/repos/community-any/deepin-music.install

--+
 PKGBUILD |   85 -
 deepin-music.install |   22 ++--
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-15 09:20:29 UTC (rev 140315)
+++ PKGBUILD2015-09-15 09:20:47 UTC (rev 140316)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-music;
-license=('GPL3')
-depends=('gstreamer0.10-python' 'gstreamer0.10-bad-plugins'
- 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins'
- 'mutagen' 'python2-chardet' 'python2-pyquery' 'python2-cssselect'
- 'python2-dbus' 'sonata' 'cddb-py' 'python2-scipy' 'python2-pycurl'
- 'python2-xlib' 'python2-keybinder2' 'python2-deepin-ui' 
'desktop-file-utils')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-provides=('deepin-music-player')
-replaces=('deepin-music-player')
-conflicts=('deepin-music-player')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-music
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-music
-  deepin-generate-mo tools/locale_config.ini
-}
-
-package() {
-  cd deepin-music
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}

Copied: deepin-music/repos/community-any/PKGBUILD (from rev 140315, 
deepin-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-15 09:20:47 UTC (rev 140316)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=2.3.0.20150814
+_commit=c892bd326348513341a29c09c329495f649d1cdd
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-music;
+license=('GPL3')
+depends=('gstreamer0.10-python' 'gstreamer0.10-bad-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins'
+ 'mutagen' 'python2-chardet' 'python2-pyquery' 'python2-cssselect'
+ 'python2-dbus' 'sonata' 'cddb-py' 'python2-scipy' 'python2-pycurl'
+ 'python2-xlib' 'python2-keybinder2' 'python2-deepin-ui' 
'desktop-file-utils')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+provides=('deepin-music-player')
+replaces=('deepin-music-player')
+conflicts=('deepin-music-player')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-music.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-music
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-music
+  deepin-generate-mo tools/locale_config.ini
+}
+
+package() {
+  cd deepin-music
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}

Deleted: deepin-music.install
===
--- deepin-music.install2015-09-15 09:20:29 UTC (rev 140315)
+++ deepin-music.install2015-09-15 09:20:47 UTC (rev 140316)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: deepin-music/repos/community-any/deepin-music.install (from rev 140315, 
deepin-music/trunk/deepin-music.install)
===
--- deepin-music.install(rev 0)
+++ deepin-music.install2015-09-15 09:20:47 UTC (rev 140316)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}


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

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 11:20:29
  Author: fyan
Revision: 140315

upgpkg: deepin-music 2.3.0.20150814-1

pick up some upstream fixes

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 09:04:07 UTC (rev 140314)
+++ PKGBUILD2015-09-15 09:20:29 UTC (rev 140315)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=2.3.0
+pkgver=2.3.0.20150814
+_commit=c892bd326348513341a29c09c329495f649d1cdd
 pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('any')
@@ -21,7 +22,7 @@
 replaces=('deepin-music-player')
 conflicts=('deepin-music-player')
 install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/deepin-music.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {


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

2015-09-15 Thread speps
Date: Tuesday, September 15, 2015 @ 10:28:05
  Author: speps
Revision: 140312

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 08:27:50 UTC (rev 140311)
+++ community-i686/PKGBUILD 2015-09-15 08:28:05 UTC (rev 140312)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-pkgname=pd
-pkgver=0.46.6
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://msp.ucsd.edu/software.html;
-license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
-provides=('puredata')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz;)
-md5sums=('341649683c1ff3902e1578f7eae99272')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --disable-portaudio \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/pd/LICENSE"
-}

Copied: pd/repos/community-i686/PKGBUILD (from rev 140311, pd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 08:28:05 UTC (rev 140312)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.46.7
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html;
+license=('custom:BSD')
+depends=('jack' 'tk' 'fftw')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz;)
+md5sums=('064868e29e15408c1613410a763e6c31')
+
+build() {
+  cd pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --disable-portaudio \
+  --enable-fftw=no \
+  --enable-debug
+  make
+}
+
+package() {
+  cd pd-$_ver
+  make DESTDIR="$pkgdir" install
+
+  # license
+  install -Dm644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/pd/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-15 08:27:50 UTC (rev 140311)
+++ community-x86_64/PKGBUILD   2015-09-15 08:28:05 UTC (rev 140312)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-pkgname=pd
-pkgver=0.46.6
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://msp.ucsd.edu/software.html;
-license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
-provides=('puredata')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz;)
-md5sums=('341649683c1ff3902e1578f7eae99272')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --disable-portaudio \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/pd/LICENSE"
-}

Copied: pd/repos/community-x86_64/PKGBUILD (from rev 140311, pd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-15 08:28:05 UTC (rev 140312)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.46.7
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html;
+license=('custom:BSD')
+depends=('jack' 'tk' 'fftw')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz;)
+md5sums=('064868e29e15408c1613410a763e6c31')

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

2015-09-15 Thread speps
Date: Tuesday, September 15, 2015 @ 10:27:50
  Author: speps
Revision: 140311

upgpkg: pd 0.46.7-1

Modified:
  pd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 08:24:58 UTC (rev 140310)
+++ PKGBUILD2015-09-15 08:27:50 UTC (rev 140311)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=pd
-pkgver=0.46.6
+pkgver=0.46.7
 _ver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc="The Pure Data real-time music and multimedia environment"
@@ -13,8 +13,9 @@
 license=('custom:BSD')
 depends=('jack' 'tk' 'fftw')
 provides=('puredata')
+options=('!strip')
 source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz;)
-md5sums=('341649683c1ff3902e1578f7eae99272')
+md5sums=('064868e29e15408c1613410a763e6c31')
 
 build() {
   cd pd-$_ver
@@ -23,7 +24,8 @@
   --enable-alsa \
   --enable-jack \
   --disable-portaudio \
-  --enable-fftw
+  --enable-fftw=no \
+  --enable-debug
   make
 }
 


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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 11:44:57
  Author: arojas
Revision: 140318

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

Added:
  qt5ct/repos/community-i686/COPYING.BSD
(from rev 140317, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-i686/PKGBUILD
(from rev 140317, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-i686/qt5ct.install
(from rev 140317, qt5ct/trunk/qt5ct.install)
  qt5ct/repos/community-x86_64/COPYING.BSD
(from rev 140317, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 140317, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5ct.install
(from rev 140317, qt5ct/trunk/qt5ct.install)
Deleted:
  qt5ct/repos/community-i686/COPYING.BSD
  qt5ct/repos/community-i686/PKGBUILD
  qt5ct/repos/community-i686/qt5ct.install
  qt5ct/repos/community-x86_64/COPYING.BSD
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5ct.install

+
 /COPYING.BSD   |   60 
 /PKGBUILD  |   64 +++
 /qt5ct.install |   26 +++
 community-i686/COPYING.BSD |   30 --
 community-i686/PKGBUILD|   32 ---
 community-i686/qt5ct.install   |   13 ---
 community-x86_64/COPYING.BSD   |   30 --
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/qt5ct.install |   13 ---
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/COPYING.BSD
===
--- community-i686/COPYING.BSD  2015-09-15 09:44:32 UTC (rev 140317)
+++ community-i686/COPYING.BSD  2015-09-15 09:44:57 UTC (rev 140318)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* 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.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.
-

Copied: qt5ct/repos/community-i686/COPYING.BSD (from rev 140317, 
qt5ct/trunk/COPYING.BSD)
===
--- community-i686/COPYING.BSD  (rev 0)
+++ community-i686/COPYING.BSD  2015-09-15 09:44:57 UTC (rev 140318)
@@ -0,0 +1,30 @@
+Software License Agreement (BSD License)
+
+Copyright (c) 2015, Ilya Kotov
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this 
+  list of conditions and the following disclaimer.
+
+* 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.
+
+* Neither the name of schillmania.com nor the names of its contributors may be
+  used to endorse or promote products derived from this software without
+  specific prior written permission from schillmania.com.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 

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

2015-09-15 Thread Christian Hesse
Date: Tuesday, September 15, 2015 @ 17:37:04
  Author: eworm
Revision: 140334

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

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

-+
 community-testing-i686/PKGBUILD |   54 ++
 community-testing-i686/packagekit.install   |   11 +
 community-testing-x86_64/PKGBUILD   |   54 ++
 community-testing-x86_64/packagekit.install |   11 +
 4 files changed, 130 insertions(+)

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 140333, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-15 15:37:04 UTC (rev 140334)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('c10a276055a4cad063c312b112a0dc1462b9dc055ae30e22946e93872e8fbc1a'
+'SKIP')
+
+build() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/PackageKit \
+   --disable-static \
+   --disable-gtk-doc \
+   --disable-local \
+   --disable-browser-plugin \
+   --disable-gstreamer-plugin \
+   --disable-gtk-module \
+   --disable-command-not-found \
+   --disable-cron \
+   --disable-dummy \
+   --enable-alpm
+   make
+}
+
+package() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   # install directory with polkit's owner and permission
+   install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: packagekit/repos/community-testing-i686/packagekit.install (from rev 
140333, packagekit/trunk/packagekit.install)
===
--- community-testing-i686/packagekit.install   (rev 0)
+++ community-testing-i686/packagekit.install   2015-09-15 15:37:04 UTC (rev 
140334)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 140333, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-15 15:37:04 UTC (rev 140334)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')

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

2015-09-15 Thread Giovanni Scafora
Date: Tuesday, September 15, 2015 @ 18:41:53
  Author: giovanni
Revision: 246368

upgpkg: mercurial 3.5.1-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 13:51:23 UTC (rev 246367)
+++ PKGBUILD2015-09-15 16:41:53 UTC (rev 246368)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=3.5
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('3e3010e12759d3783ab7ed93de627da1'
+md5sums=('796a778075ec6358235e9258f9a54224'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {


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

2015-09-15 Thread Jonathan Steel
Date: Tuesday, September 15, 2015 @ 12:36:03
  Author: jsteel
Revision: 140320

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

Added:
  facter/repos/community-testing-i686/
  facter/repos/community-testing-i686/PKGBUILD
(from rev 140319, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 140319, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 140319, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-15 10:36:03 UTC (rev 140320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b8824f0c336952747b74d0f771158ce3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-x86_64/PKGBUILD (from rev 140319, 
facter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-15 10:36:03 UTC (rev 140320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b8824f0c336952747b74d0f771158ce3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-09-15 Thread Sergej Pupykin
Date: Tuesday, September 15, 2015 @ 12:41:59
  Author: spupykin
Revision: 140326

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 10:41:44 UTC (rev 140325)
+++ community-i686/PKGBUILD 2015-09-15 10:41:59 UTC (rev 140326)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.10
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('fc30892ee582c91920505bbd0021049f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-i686/PKGBUILD (from rev 140325, 
musl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 10:41:59 UTC (rev 140326)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.11
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
+md5sums=('48be0777e32f374d387e9cf85e36ec4d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+--exec-prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-15 10:41:44 UTC (rev 140325)
+++ community-x86_64/PKGBUILD   2015-09-15 10:41:59 UTC (rev 140326)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.10
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('fc30892ee582c91920505bbd0021049f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-x86_64/PKGBUILD (from rev 140325, 
musl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-15 10:41:59 UTC (rev 140326)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.11
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
+md5sums=('48be0777e32f374d387e9cf85e36ec4d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+--exec-prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 13:08:01
  Author: arojas
Revision: 140329

Update to 2.0.1

Modified:
  kscreengenie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 10:44:55 UTC (rev 140328)
+++ PKGBUILD2015-09-15 11:08:01 UTC (rev 140329)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kscreengenie
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="KDE screenshot capture utility"
 arch=(i686 x86_64)
@@ -14,6 +14,7 @@
 provides=(kdegraphics-ksnapshot)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver:0:3}/src/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
+md5sums=('06d4f83ae20dcaed950c2343640b5d90')
 
 prepare() {
   mkdir -p build
@@ -33,4 +34,4 @@
   cd build
   make DESTDIR="$pkgdir" install
 }
-md5sums=('cfee1b160488a1e92099b1805ce49d23')
+


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

2015-09-15 Thread Sergej Pupykin
Date: Tuesday, September 15, 2015 @ 12:41:27
  Author: spupykin
Revision: 140322

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 10:41:08 UTC (rev 140321)
+++ community-i686/PKGBUILD 2015-09-15 10:41:27 UTC (rev 140322)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20150606
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('0f61b2181452bd6e68d63abe0d62aabf')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install -dm0755 "$pkgdir/usr/share/man/cat1"
-install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
-sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
-head -n70 ../bmake/main.c >$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 140321, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 10:41:27 UTC (rev 140322)
@@ -0,0 +1,38 @@
+# Maintainer: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20150910
+pkgrel=1
+pkgdesc="Portable version of the NetBSD 'make' build tool"
+arch=('i686' 'x86_64')
+url="http://www.crufty.net/help/sjg/bmake.html;
+license=('BSD')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+md5sums=('6fda7d89ad9ae113864003b3d5f079a9')
+
+prepare() {
+cd "$srcdir/$pkgname"
+# Add missing bsd.*.mk symlinks
+_links_orig="dep doc init lib links man nls obj own prog subdir"
+_links_new="dep doc inc init lib links man nls obj own prog subdir"
+sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
+}
+
+build() {
+cd "$srcdir"
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd "$srcdir/bmake-build"
+# Fix directory permissions on install
+install -dm0755 "$pkgdir/usr/bin"
+install -dm0755 "$pkgdir/usr/share/man/cat1"
+install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
+sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
+head -n70 ../bmake/main.c >$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-15 10:41:08 UTC (rev 140321)
+++ community-x86_64/PKGBUILD   2015-09-15 10:41:27 UTC (rev 140322)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20150606
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('0f61b2181452bd6e68d63abe0d62aabf')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-

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

2015-09-15 Thread Sergej Pupykin
Date: Tuesday, September 15, 2015 @ 12:41:44
  Author: spupykin
Revision: 140325

upgpkg: musl 1.1.11-1

upd

Modified:
  musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 10:41:40 UTC (rev 140324)
+++ PKGBUILD2015-09-15 10:41:44 UTC (rev 140325)
@@ -3,7 +3,7 @@
 # Contributor: TJ Vanderpoel 
 
 pkgname=musl
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('MIT')
 options=('staticlibs' '!buildflags')
 source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('fc30892ee582c91920505bbd0021049f')
+md5sums=('48be0777e32f374d387e9cf85e36ec4d')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-15 Thread Sergej Pupykin
Date: Tuesday, September 15, 2015 @ 12:41:08
  Author: spupykin
Revision: 140321

upgpkg: bmake 20150910-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 10:36:03 UTC (rev 140320)
+++ PKGBUILD2015-09-15 10:41:08 UTC (rev 140321)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20150606
+pkgver=20150910
 pkgrel=1
 pkgdesc="Portable version of the NetBSD 'make' build tool"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url="http://www.crufty.net/help/sjg/bmake.html;
 license=('BSD')
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('0f61b2181452bd6e68d63abe0d62aabf')
+md5sums=('6fda7d89ad9ae113864003b3d5f079a9')
 
 prepare() {
 cd "$srcdir/$pkgname"


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

2015-09-15 Thread Sergej Pupykin
Date: Tuesday, September 15, 2015 @ 12:41:30
  Author: spupykin
Revision: 140323

upgpkg: devede 4.2-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 10:41:27 UTC (rev 140322)
+++ PKGBUILD2015-09-15 10:41:30 UTC (rev 140323)
@@ -5,8 +5,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=4.1
-pkgrel=2
+pkgver=4.2
+pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html;
@@ -16,7 +16,7 @@
 'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
 'python-pip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('6754c0886ede12b3fb8d9c1fa79e6713')
+md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
 
 package() {
   cd ${srcdir}/${pkgname}ng-$pkgver


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

2015-09-15 Thread Sergej Pupykin
Date: Tuesday, September 15, 2015 @ 12:41:40
  Author: spupykin
Revision: 140324

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 140323, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-15 10:41:30 UTC (rev 140323)
+++ PKGBUILD2015-09-15 10:41:40 UTC (rev 140324)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.1
-pkgrel=2
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
-'python-pip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('6754c0886ede12b3fb8d9c1fa79e6713')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 140323, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-15 10:41:40 UTC (rev 140324)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.2
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-09-15 Thread Christian Hesse
Date: Tuesday, September 15, 2015 @ 17:37:00
  Author: eworm
Revision: 140333

upgpkg: packagekit 1.0.9-1

upstream release

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 12:53:46 UTC (rev 140332)
+++ PKGBUILD2015-09-15 15:37:00 UTC (rev 140333)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -19,17 +19,13 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
-   
'https://raw.githubusercontent.com/hughsie/PackageKit/master/lib/packagekit-glib2/PackageKitGlib-1.0.metadata')
-sha256sums=('74b013689561322527429addbe1858d450d196bd64226407b8a6f3c627b15ded'
-'SKIP'
-'c906451b6a0462e48cbdf05de7efdbf0bc9ca58d686b8329f5dfb29cacdc260a')
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('c10a276055a4cad063c312b112a0dc1462b9dc055ae30e22946e93872e8fbc1a'
+'SKIP')
 
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   cp "${srcdir}/PackageKitGlib-1.0.metadata" "lib/packagekit-glib2/"
-
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \


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

2015-09-15 Thread Giovanni Scafora
Date: Tuesday, September 15, 2015 @ 18:42:03
  Author: giovanni
Revision: 246369

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 246368, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 246368, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 246368, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 246368, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  102 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   51 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   51 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-15 16:41:53 UTC (rev 246368)
+++ extra-i686/PKGBUILD 2015-09-15 16:42:03 UTC (rev 246369)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=3.5
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('3e3010e12759d3783ab7ed93de627da1'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 246368, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-15 16:42:03 UTC (rev 246369)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('796a778075ec6358235e9258f9a54224'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  

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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 22:02:52
  Author: arojas
Revision: 246373

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

Added:
  kdepimlibs/repos/testing-i686/PKGBUILD
(from rev 246372, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-i686/akonadi-mime.install
(from rev 246372, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
(from rev 246372, kdepimlibs/trunk/akonadi-socialutils.install)
  kdepimlibs/repos/testing-x86_64/PKGBUILD
(from rev 246372, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
(from rev 246372, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install
(from rev 246372, kdepimlibs/trunk/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/testing-i686/PKGBUILD
  kdepimlibs/repos/testing-i686/akonadi-mime.install
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
  kdepimlibs/repos/testing-x86_64/PKGBUILD
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install

+
 /PKGBUILD  |  164 +++
 /akonadi-mime.install  |   22 +++
 /akonadi-socialutils.install   |   22 +++
 testing-i686/PKGBUILD  |   85 -
 testing-i686/akonadi-mime.install  |   11 -
 testing-i686/akonadi-socialutils.install   |   11 -
 testing-x86_64/PKGBUILD|   85 -
 testing-x86_64/akonadi-mime.install|   11 -
 testing-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 208 insertions(+), 214 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-i686/PKGBUILD   2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
-pkgver=15.08.1
-pkgrel=2
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;
-   
kdepimlibs-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=43d5659=plain;
-   
kdepimlibs-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=ffa20e7=plain;)
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
-  'a3a9fd6d0ac15daf8d66e9fa42ddc9f9d7127253'
-  '945deba0774cadacf288b46592e6ccfba94a7797')
-
-prepare() {
-  mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=338658
-  cd kdepimlibs-$pkgver
-  patch -p1 -i ../kdepimlibs-bug338658-1.patch
-  patch -p1 -i ../kdepimlibs-bug338658-2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kdelibs4support)
-
-  cd build/akonadi
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 246372, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.08.1
+pkgrel=3
+pkgdesc="KDE 

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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 22:13:05
  Author: arojas
Revision: 246374

Add patches for https://bugs.kde.org/show_bug.cgi?id=338658

Added:
  kdepim-runtime/trunk/kdepim-runtime-bug338658.patch
Modified:
  kdepim-runtime/trunk/PKGBUILD

+
 PKGBUILD   |   11 +-
 kdepim-runtime-bug338658.patch |  181 +++
 2 files changed, 189 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 20:02:52 UTC (rev 246373)
+++ PKGBUILD2015-09-15 20:13:05 UTC (rev 246374)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -14,11 +14,16 @@
  knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
 makedepends=(extra-cmake-modules kdoctools boost)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 kdepim-runtime-bug338658.patch)
+sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
+  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd')
 
 prepare() {
   mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdepim-runtime-bug338658.patch
 }
 
 build() {

Added: kdepim-runtime-bug338658.patch
===
--- kdepim-runtime-bug338658.patch  (rev 0)
+++ kdepim-runtime-bug338658.patch  2015-09-15 20:13:05 UTC (rev 246374)
@@ -0,0 +1,181 @@
+From 038c604aba0cac22275e03c3497672cd254c2568 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Dan=20Vr=C3=A1til?= 
+Date: Mon, 7 Sep 2015 16:20:39 +0200
+Subject: [PATCH] IMAP: switch to GID-based merge when the Collection can
+ contain something else than emails
+
+In order to fix the recurrent multiple-merge-candidates issue which was 
breaking
+ItemSync, ItemSync switched to RID-based merging, which is way more reliable.
+However in some cases the IMAP resource still wants to use GID-based merging,
+because RID might not be stable enough.
+
+(cherry picked from commit 93a2baac05a325b688aea2cc12d9714d6b186f69)
+---
+ CMakeLists.txt  |  2 +-
+ resources/imap/autotests/dummyresourcestate.cpp |  8 +++-
+ resources/imap/autotests/dummyresourcestate.h   |  3 +++
+ resources/imap/resourcestate.cpp|  5 +
+ resources/imap/resourcestate.h  |  2 ++
+ resources/imap/resourcestateinterface.h |  3 +++
+ resources/imap/resourcetask.cpp |  5 +
+ resources/imap/resourcetask.h   |  1 +
+ resources/imap/retrieveitemstask.cpp| 10 ++
+ 9 files changed, 37 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0511f78..17a39b0 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -54,7 +54,7 @@ include(ECMInstallIcons)
+ set(KF5_VERSION "5.12.0")
+ set(QT_REQUIRED_VERSION "5.4.0")
+ 
+-set(KDEPIMLIBS_LIB_VERSION "4.88.0")
++set(KDEPIMLIBS_LIB_VERSION "4.89.0")
+ 
+ set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}")
+ set(KDEPIMRUNTIME_LIB_SOVERSION "5")
+diff --git a/resources/imap/autotests/dummyresourcestate.cpp 
b/resources/imap/autotests/dummyresourcestate.cpp
+index 8b28f0b..9497f8e 100644
+--- a/resources/imap/autotests/dummyresourcestate.cpp
 b/resources/imap/autotests/dummyresourcestate.cpp
+@@ -27,7 +27,8 @@ Q_DECLARE_METATYPE(TagListAndMembers);
+ 
+ DummyResourceState::DummyResourceState()
+ : m_automaticExpunge(true), m_subscriptionEnabled(true),
+-  m_disconnectedMode(true), m_intervalCheckTime(-1)
++  m_disconnectedMode(true), m_intervalCheckTime(-1),
++  m_mergeMode(Akonadi::ItemSync::RIDMerge)
+ {
+ qRegisterMetaType();
+ qRegisterMetaType();
+@@ -428,6 +429,11 @@ int DummyResourceState::batchSize() const
+ return 10;
+ }
+ 
++void DummyResourceState::setItemMergingMode(Akonadi::ItemSync::MergeMode 
mergeMode)
++{
++m_mergeMode = mergeMode;
++}
++
+ MessageHelper::Ptr DummyResourceState::messageHelper() const
+ {
+ return MessageHelper::Ptr(new MessageHelper());
+diff --git a/resources/imap/autotests/dummyresourcestate.h 
b/resources/imap/autotests/dummyresourcestate.h
+index 39cb055..339501f 100644
+--- a/resources/imap/autotests/dummyresourcestate.h
 b/resources/imap/autotests/dummyresourcestate.h
+@@ -143,6 +143,7 @@ public:
+ virtual void showInformationDialog(const QString , const QString 
, const QString );
+ 
+ virtual int batchSize() const;
++virtual void setItemMergingMode(Akonadi::ItemSync::MergeMode mergeMode);
+ 

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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 22:14:15
  Author: arojas
Revision: 246375

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

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

---+
 /PKGBUILD |   86 +++
 /kdepim-runtime.install   |   26 +++
 testing-i686/PKGBUILD |   38 -
 testing-i686/kdepim-runtime-bug338658.patch   |  181 
 testing-i686/kdepim-runtime.install   |   13 -
 testing-x86_64/PKGBUILD   |   38 -
 testing-x86_64/kdepim-runtime-bug338658.patch |  181 
 testing-x86_64/kdepim-runtime.install |   13 -
 8 files changed, 474 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-15 20:13:05 UTC (rev 246374)
+++ testing-i686/PKGBUILD   2015-09-15 20:14:15 UTC (rev 246375)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=15.08.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 246374, 
kdepim-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-15 20:14:15 UTC (rev 246375)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=15.08.1
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 kdepim-runtime-bug338658.patch)
+sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
+  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd')
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdepim-runtime-bug338658.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdepim-runtime/repos/testing-i686/kdepim-runtime-bug338658.patch (from 
rev 246374, kdepim-runtime/trunk/kdepim-runtime-bug338658.patch)
===
--- testing-i686/kdepim-runtime-bug338658.patch

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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 22:02:05
  Author: arojas
Revision: 246372

Add one more patch for https://bugs.kde.org/show_bug.cgi?id=338658

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 19:11:08 UTC (rev 246371)
+++ PKGBUILD2015-09-15 20:02:05 UTC (rev 246372)
@@ -6,7 +6,7 @@
 pkgbase=kdepimlibs
 pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
 pkgver=15.08.1
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE PIM Libraries"
 arch=(i686 x86_64)
 url='https://projects.kde.org/kdepimlibs'
@@ -13,11 +13,9 @@
 license=(GPL LGPL)
 makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;
-   
kdepimlibs-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=43d5659=plain;
-   
kdepimlibs-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=ffa20e7=plain;)
+   
kdepimlibs-bug338658.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=d38c3af=1b9e833=plain;)
 sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
-  'a3a9fd6d0ac15daf8d66e9fa42ddc9f9d7127253'
-  '945deba0774cadacf288b46592e6ccfba94a7797')
+  'c47ae3b054f85ce1679bfbb549d82c2f7357f796')
 
 prepare() {
   mkdir -p build
@@ -24,8 +22,7 @@
 
 # Fix https://bugs.kde.org/show_bug.cgi?id=338658
   cd kdepimlibs-$pkgver
-  patch -p1 -i ../kdepimlibs-bug338658-1.patch
-  patch -p1 -i ../kdepimlibs-bug338658-2.patch
+  patch -p1 -i ../kdepimlibs-bug338658.patch
 }
 
 build() {


[arch-commits] Commit in tmux/trunk (3 files)

2015-09-15 Thread Jan Steffens
Date: Tuesday, September 15, 2015 @ 23:34:49
  Author: heftig
Revision: 140335

Fix standout coming out as italics on xterm with ncurses 6

Added:
  tmux/trunk/default-TERM-tmux.patch
  tmux/trunk/ncurses6-xterm-standout.patch
Modified:
  tmux/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++
 default-TERM-tmux.patch   |   25 ++
 ncurses6-xterm-standout.patch |  157 
 3 files changed, 192 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 15:37:04 UTC (rev 140334)
+++ PKGBUILD2015-09-15 21:34:49 UTC (rev 140335)
@@ -5,7 +5,7 @@
 
 pkgname=tmux
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A terminal multiplexer'
 url='http://tmux.github.io/'
 arch=('i686' 'x86_64')
@@ -12,10 +12,19 @@
 license=('BSD')
 depends=('ncurses' 'libevent' 'libutempter')
 
source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
+   ncurses6-xterm-standout.patch default-TERM-tmux.patch
LICENSE)
 md5sums=('9fb6b443392c3978da5d599f1e814eaa'
+ '70347df93ed1922d6718d91491a7d9b4'
+ 'a7b0b43c1725d23cc5540f9adfd7ddf4'
  '71601bc37fa44e4395580b321963018e')
 
+prepare() {
+   cd "$srcdir/$pkgname-${pkgver/_/}"
+   patch -Np1 -i ../ncurses6-xterm-standout.patch
+   patch -Np1 -i ../default-TERM-tmux.patch
+}
+
 build() {
cd "$srcdir/$pkgname-${pkgver/_/}"
./configure --prefix=/usr

Added: default-TERM-tmux.patch
===
--- default-TERM-tmux.patch (rev 0)
+++ default-TERM-tmux.patch 2015-09-15 21:34:49 UTC (rev 140335)
@@ -0,0 +1,25 @@
+From c6c789f045182a95908d5013af190dfb2111043b Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 15 Sep 2015 23:20:15 +0200
+Subject: [PATCH] Use TERM=tmux by default, since we have it
+
+---
+ options-table.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/options-table.c b/options-table.c
+index c99937d..c25b0fd 100644
+--- a/options-table.c
 b/options-table.c
+@@ -62,7 +62,7 @@ const struct options_table_entry server_options_table[] = {
+ 
+   { .name = "default-terminal",
+ .type = OPTIONS_TABLE_STRING,
+-.default_str = "screen"
++.default_str = "tmux"
+   },
+ 
+   { .name = "escape-time",
+-- 
+2.5.2
+

Added: ncurses6-xterm-standout.patch
===
--- ncurses6-xterm-standout.patch   (rev 0)
+++ ncurses6-xterm-standout.patch   2015-09-15 21:34:49 UTC (rev 140335)
@@ -0,0 +1,157 @@
+From 7382ba82c5b366be84ca55c7842426bcf3d1f521 Mon Sep 17 00:00:00 2001
+From: nicm 
+Date: Wed, 29 Apr 2015 15:59:08 +
+Subject: [PATCH] If default-terminal is set to "screen" or "screen-*", emulate
+ screen's historical (incorrect) behaviour for SGR 3 and send smso (standout).
+ Previously, we would send sitm (italics) if the terminal outside had it and
+ smso otherwise. This was acceptably until recently because xterm's terminfo
+ entry lacked sitm, so most users got smso.
+
+People who want italics should set default-terminal to the forthcoming
+"tmux" entry (and be prepared to deal with it being missing on older
+hosts).
+
+As a side-effect this changes default-terminal to be a server rather
+than a session option.
+
+suggested by and ok naddy
+---
+ options-table.c | 10 +-
+ server-fn.c |  2 +-
+ tmux.1  | 25 +
+ tty.c   | 24 ++--
+ 4 files changed, 37 insertions(+), 24 deletions(-)
+
+diff --git a/options-table.c b/options-table.c
+index 5e21c69..089a9b8 100644
+--- a/options-table.c
 b/options-table.c
+@@ -61,6 +61,11 @@ const struct options_table_entry server_options_table[] = {
+ .default_num = 20
+   },
+ 
++  { .name = "default-terminal",
++.type = OPTIONS_TABLE_STRING,
++.default_str = "screen"
++  },
++
+   { .name = "escape-time",
+ .type = OPTIONS_TABLE_NUMBER,
+ .minimum = 0,
+@@ -143,11 +148,6 @@ const struct options_table_entry session_options_table[] 
= {
+ .default_str = _PATH_BSHELL
+   },
+ 
+-  { .name = "default-terminal",
+-.type = OPTIONS_TABLE_STRING,
+-.default_str = "screen"
+-  },
+-
+   { .name = "destroy-unattached",
+ .type = OPTIONS_TABLE_FLAG,
+ .default_num = 0
+diff --git a/server-fn.c b/server-fn.c
+index 85067a8..0e6e4d4 100644
+--- a/server-fn.c
 b/server-fn.c
+@@ -36,7 +36,7 @@ server_fill_environ(struct session *s, struct environ *env)
+   longpid;
+ 
+   if (s != NULL) {
+-  term = options_get_string(>options, "default-terminal");
++  term = options_get_string(_options, "default-terminal");
+ 

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

2015-09-15 Thread Jan Steffens
Date: Tuesday, September 15, 2015 @ 23:35:39
  Author: heftig
Revision: 140336

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

Added:
  tmux/repos/community-testing-i686/LICENSE
(from rev 140335, tmux/trunk/LICENSE)
  tmux/repos/community-testing-i686/PKGBUILD
(from rev 140335, tmux/trunk/PKGBUILD)
  tmux/repos/community-testing-i686/default-TERM-tmux.patch
(from rev 140335, tmux/trunk/default-TERM-tmux.patch)
  tmux/repos/community-testing-i686/ncurses6-xterm-standout.patch
(from rev 140335, tmux/trunk/ncurses6-xterm-standout.patch)
  tmux/repos/community-testing-x86_64/LICENSE
(from rev 140335, tmux/trunk/LICENSE)
  tmux/repos/community-testing-x86_64/PKGBUILD
(from rev 140335, tmux/trunk/PKGBUILD)
  tmux/repos/community-testing-x86_64/default-TERM-tmux.patch
(from rev 140335, tmux/trunk/default-TERM-tmux.patch)
  tmux/repos/community-testing-x86_64/ncurses6-xterm-standout.patch
(from rev 140335, tmux/trunk/ncurses6-xterm-standout.patch)
Deleted:
  tmux/repos/community-testing-i686/LICENSE
  tmux/repos/community-testing-i686/PKGBUILD
  tmux/repos/community-testing-x86_64/LICENSE
  tmux/repos/community-testing-x86_64/PKGBUILD

+
 /LICENSE   |   26 ++
 /PKGBUILD  |   90 
 community-testing-i686/LICENSE |   13 -
 community-testing-i686/PKGBUILD|   36 ---
 community-testing-i686/default-TERM-tmux.patch |   25 ++
 community-testing-i686/ncurses6-xterm-standout.patch   |  157 +++
 community-testing-x86_64/LICENSE   |   13 -
 community-testing-x86_64/PKGBUILD  |   36 ---
 community-testing-x86_64/default-TERM-tmux.patch   |   25 ++
 community-testing-x86_64/ncurses6-xterm-standout.patch |  157 +++
 10 files changed, 480 insertions(+), 98 deletions(-)

Deleted: community-testing-i686/LICENSE
===
--- community-testing-i686/LICENSE  2015-09-15 21:34:49 UTC (rev 140335)
+++ community-testing-i686/LICENSE  2015-09-15 21:35:39 UTC (rev 140336)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott 
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, 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: tmux/repos/community-testing-i686/LICENSE (from rev 140335, 
tmux/trunk/LICENSE)
===
--- community-testing-i686/LICENSE  (rev 0)
+++ community-testing-i686/LICENSE  2015-09-15 21:35:39 UTC (rev 140336)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott 
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, 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.

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-09-15 21:34:49 UTC (rev 140335)
+++ community-testing-i686/PKGBUILD 2015-09-15 21:35:39 UTC (rev 140336)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  TDY 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=tmux
-pkgver=2.0
-pkgrel=2
-pkgdesc='A terminal multiplexer'
-url='http://tmux.github.io/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
-   LICENSE)
-md5sums=('9fb6b443392c3978da5d599f1e814eaa'
- 

[arch-commits] Commit in tmux/trunk (PKGBUILD default-TERM-tmux.patch)

2015-09-15 Thread Jan Steffens
Date: Tuesday, September 15, 2015 @ 23:37:21
  Author: heftig
Revision: 140337

TERM=tmux is not a good idea when ssh'ing to hosts missing the definition

Modified:
  tmux/trunk/PKGBUILD
Deleted:
  tmux/trunk/default-TERM-tmux.patch

-+
 PKGBUILD|6 ++
 default-TERM-tmux.patch |   25 -
 2 files changed, 2 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 21:35:39 UTC (rev 140336)
+++ PKGBUILD2015-09-15 21:37:21 UTC (rev 140337)
@@ -5,7 +5,7 @@
 
 pkgname=tmux
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A terminal multiplexer'
 url='http://tmux.github.io/'
 arch=('i686' 'x86_64')
@@ -12,17 +12,15 @@
 license=('BSD')
 depends=('ncurses' 'libevent' 'libutempter')
 
source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
-   ncurses6-xterm-standout.patch default-TERM-tmux.patch
+   ncurses6-xterm-standout.patch
LICENSE)
 md5sums=('9fb6b443392c3978da5d599f1e814eaa'
  '70347df93ed1922d6718d91491a7d9b4'
- 'a7b0b43c1725d23cc5540f9adfd7ddf4'
  '71601bc37fa44e4395580b321963018e')
 
 prepare() {
cd "$srcdir/$pkgname-${pkgver/_/}"
patch -Np1 -i ../ncurses6-xterm-standout.patch
-   patch -Np1 -i ../default-TERM-tmux.patch
 }
 
 build() {

Deleted: default-TERM-tmux.patch
===
--- default-TERM-tmux.patch 2015-09-15 21:35:39 UTC (rev 140336)
+++ default-TERM-tmux.patch 2015-09-15 21:37:21 UTC (rev 140337)
@@ -1,25 +0,0 @@
-From c6c789f045182a95908d5013af190dfb2111043b Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 15 Sep 2015 23:20:15 +0200
-Subject: [PATCH] Use TERM=tmux by default, since we have it
-

- options-table.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/options-table.c b/options-table.c
-index c99937d..c25b0fd 100644
 a/options-table.c
-+++ b/options-table.c
-@@ -62,7 +62,7 @@ const struct options_table_entry server_options_table[] = {
- 
-   { .name = "default-terminal",
- .type = OPTIONS_TABLE_STRING,
--.default_str = "screen"
-+.default_str = "tmux"
-   },
- 
-   { .name = "escape-time",
--- 
-2.5.2
-


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

2015-09-15 Thread Jan Steffens
Date: Tuesday, September 15, 2015 @ 23:37:57
  Author: heftig
Revision: 140338

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

Added:
  tmux/repos/community-testing-i686/LICENSE
(from rev 140337, tmux/trunk/LICENSE)
  tmux/repos/community-testing-i686/PKGBUILD
(from rev 140337, tmux/trunk/PKGBUILD)
  tmux/repos/community-testing-i686/ncurses6-xterm-standout.patch
(from rev 140337, tmux/trunk/ncurses6-xterm-standout.patch)
  tmux/repos/community-testing-x86_64/LICENSE
(from rev 140337, tmux/trunk/LICENSE)
  tmux/repos/community-testing-x86_64/PKGBUILD
(from rev 140337, tmux/trunk/PKGBUILD)
  tmux/repos/community-testing-x86_64/ncurses6-xterm-standout.patch
(from rev 140337, tmux/trunk/ncurses6-xterm-standout.patch)
Deleted:
  tmux/repos/community-testing-i686/LICENSE
  tmux/repos/community-testing-i686/PKGBUILD
  tmux/repos/community-testing-i686/default-TERM-tmux.patch
  tmux/repos/community-testing-i686/ncurses6-xterm-standout.patch
  tmux/repos/community-testing-x86_64/LICENSE
  tmux/repos/community-testing-x86_64/PKGBUILD
  tmux/repos/community-testing-x86_64/default-TERM-tmux.patch
  tmux/repos/community-testing-x86_64/ncurses6-xterm-standout.patch

+
 /LICENSE   |   26 +
 /PKGBUILD  |   86 
 /ncurses6-xterm-standout.patch |  314 +++
 community-testing-i686/LICENSE |   13 
 community-testing-i686/PKGBUILD|   45 --
 community-testing-i686/default-TERM-tmux.patch |   25 -
 community-testing-i686/ncurses6-xterm-standout.patch   |  157 ---
 community-testing-x86_64/LICENSE   |   13 
 community-testing-x86_64/PKGBUILD  |   45 --
 community-testing-x86_64/default-TERM-tmux.patch   |   25 -
 community-testing-x86_64/ncurses6-xterm-standout.patch |  157 ---
 11 files changed, 426 insertions(+), 480 deletions(-)

Deleted: community-testing-i686/LICENSE
===
--- community-testing-i686/LICENSE  2015-09-15 21:37:21 UTC (rev 140337)
+++ community-testing-i686/LICENSE  2015-09-15 21:37:57 UTC (rev 140338)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott 
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, 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: tmux/repos/community-testing-i686/LICENSE (from rev 140337, 
tmux/trunk/LICENSE)
===
--- community-testing-i686/LICENSE  (rev 0)
+++ community-testing-i686/LICENSE  2015-09-15 21:37:57 UTC (rev 140338)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott 
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, 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.

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-09-15 21:37:21 UTC (rev 140337)
+++ community-testing-i686/PKGBUILD 2015-09-15 21:37:57 UTC (rev 140338)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  TDY 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=tmux
-pkgver=2.0
-pkgrel=3
-pkgdesc='A terminal multiplexer'
-url='http://tmux.github.io/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
-   

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

2015-09-15 Thread Jonathan Steel
Date: Tuesday, September 15, 2015 @ 12:35:38
  Author: jsteel
Revision: 140319

upgpkg: facter 3.1.0-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 09:44:57 UTC (rev 140318)
+++ PKGBUILD2015-09-15 10:35:38 UTC (rev 140319)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 makedepends=('boost' 'cmake')
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8ef9396352d8fa081d61da7c64d15d06')
+md5sums=('b8824f0c336952747b74d0f771158ce3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in puppet/trunk (PKGBUILD puppet.install puppetmaster.service)

2015-09-15 Thread Jonathan Steel
Date: Tuesday, September 15, 2015 @ 12:44:47
  Author: jsteel
Revision: 140327

upgpkg: puppet 4.2.2-1

Modified:
  puppet/trunk/PKGBUILD
  puppet/trunk/puppet.install
Deleted:
  puppet/trunk/puppetmaster.service

--+
 PKGBUILD |   16 +++-
 puppet.install   |   10 +-
 puppetmaster.service |   11 ---
 3 files changed, 8 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 10:41:59 UTC (rev 140326)
+++ PKGBUILD2015-09-15 10:44:47 UTC (rev 140327)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -18,13 +18,10 @@
 depends=('facter' 'hiera')
 optdepends=('ruby-shadow: user password management')
 backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/fileserver.conf'
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
-puppetmaster.service)
-md5sums=('ec058dd9ac38dce720a9248fea23a98b'
- '23ef9536a87288402b57b2b500b9385a')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('af37da0c7cc25ee3fcfc3914059249df')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -39,21 +36,14 @@
   ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
 'puts RbConfig::CONFIG["vendorlibdir"]' )"
 
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/fileserver.conf \
-"$pkgdir"/etc/puppetlabs/$pkgname/fileserver.conf
-
   install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
 
   echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
 "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
 
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
   # systemd
   install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
 "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/puppetmaster.service \
-"$pkgdir"/usr/lib/systemd/system/${pkgname}master.service
 
   # vim and emacs
   install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \

Modified: puppet.install
===
--- puppet.install  2015-09-15 10:41:59 UTC (rev 140326)
+++ puppet.install  2015-09-15 10:44:47 UTC (rev 140327)
@@ -4,20 +4,20 @@
 -d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
 
   echo '==> Upstream have removed the puppetmaster.service file in
-==> preparation for version 5 where "puppet master" will be deprecated. We
-==> will remove the service file on the next update; you should migrate
-==> your puppet masters to puppetserver'
+==> preparation for version 5 where "puppet master" will be deprecated.
+==> You should migrate your puppet masters to puppetserver.'
 }
 
 pre_upgrade() {
   pre_install
-}
 
-pre_remove() {
+  # puppetmaster has been dropped
   if [[ -f /run/puppetlabs/master.pid ]]; then
 systemctl stop puppetmaster
   fi
+}
 
+pre_remove() {
   if [[ -f /run/puppetlabs/agent.pid ]]; then
 systemctl stop puppet
   fi

Deleted: puppetmaster.service
===
--- puppetmaster.service2015-09-15 10:41:59 UTC (rev 140326)
+++ puppetmaster.service2015-09-15 10:44:47 UTC (rev 140327)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Puppet master
-Wants=basic.target
-After=basic.target network.target
-
-[Service]
-EnvironmentFile=-/etc/sysconfig/puppetmaster
-ExecStart=/usr/bin/puppet master $PUPPETMASTER_EXTRA_OPTS --no-daemonize
-
-[Install]
-WantedBy=multi-user.target


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

2015-09-15 Thread Jonathan Steel
Date: Tuesday, September 15, 2015 @ 12:44:55
  Author: jsteel
Revision: 140328

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/
  puppet/repos/community-testing-any/PKGBUILD
(from rev 140327, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 140327, puppet/trunk/puppet.install)

+
 PKGBUILD   |   61 +++
 puppet.install |   24 +
 2 files changed, 85 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 140327, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-09-15 10:44:55 UTC (rev 140328)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('af37da0c7cc25ee3fcfc3914059249df')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 140327, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2015-09-15 10:44:55 UTC (rev 
140328)
@@ -0,0 +1,24 @@
+pre_install() {
+  getent group puppet &>/dev/null || groupadd -r puppet -g 52
+  getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
+
+  echo '==> Upstream have removed the puppetmaster.service file in
+==> preparation for version 5 where "puppet master" will be deprecated.
+==> You should migrate your puppet masters to puppetserver.'
+}
+
+pre_upgrade() {
+  pre_install
+
+  # puppetmaster has been dropped
+  if [[ -f /run/puppetlabs/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+}
+
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2015-09-15 Thread Antonio Rojas
Date: Tuesday, September 15, 2015 @ 13:08:57
  Author: arojas
Revision: 140330

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

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

---+
 /PKGBUILD |   74 
 /kscreengenie.install |   24 ++
 community-i686/PKGBUILD   |   36 ---
 community-i686/kscreengenie.install   |   12 -
 community-x86_64/PKGBUILD |   36 ---
 community-x86_64/kscreengenie.install |   12 -
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 11:08:01 UTC (rev 140329)
+++ community-i686/PKGBUILD 2015-09-15 11:08:57 UTC (rev 140330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreengenie
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="KDE screenshot capture utility"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kscreengenie'
-license=(GPL)
-depends=(kio xcb-util-cursor libkscreen hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-ksnapshot)
-provides=(kdegraphics-ksnapshot)
-source=("http://download.kde.org/stable/$pkgname/${pkgver:0:3}/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('cfee1b160488a1e92099b1805ce49d23')

Copied: kscreengenie/repos/community-i686/PKGBUILD (from rev 140329, 
kscreengenie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 11:08:57 UTC (rev 140330)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreengenie
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreengenie'
+license=(GPL)
+depends=(kio xcb-util-cursor libkscreen hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-ksnapshot)
+provides=(kdegraphics-ksnapshot)
+source=("http://download.kde.org/stable/$pkgname/${pkgver:0:3}/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('06d4f83ae20dcaed950c2343640b5d90')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-i686/kscreengenie.install
===
--- community-i686/kscreengenie.install 2015-09-15 11:08:01 UTC (rev 140329)
+++ community-i686/kscreengenie.install 2015-09-15 11:08:57 UTC (rev 140330)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kscreengenie/repos/community-i686/kscreengenie.install (from rev 
140329, kscreengenie/trunk/kscreengenie.install)
===
--- community-i686/kscreengenie.install (rev 0)
+++ community-i686/kscreengenie.install 2015-09-15 11:08:57 UTC (rev 140330)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-15 11:08:01 UTC (rev 140329)
+++ community-x86_64/PKGBUILD   2015-09-15 11:08:57 UTC (rev 140330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreengenie

[arch-commits] Commit in python/trunk (PKGBUILD dont-make-libpython-readonly.patch)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 15:51:23
  Author: fyan
Revision: 246367

add patch for FS#45809 and make their build system respect our CFLAGS

Added:
  python/trunk/dont-make-libpython-readonly.patch
Modified:
  python/trunk/PKGBUILD

+
 PKGBUILD   |   15 ++-
 dont-make-libpython-readonly.patch |   13 +
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 12:36:32 UTC (rev 246366)
+++ PKGBUILD2015-09-15 13:51:23 UTC (rev 246367)
@@ -14,7 +14,7 @@
 license=('custom')
 url="http://www.python.org/;
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 
'hardening-wrapper')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
 checkdepends=('gdb' 'xorg-server-xvfb')
 optdepends=('python-setuptools'
 'python-pip'
@@ -26,9 +26,11 @@
 provides=('python3')
 replaces=('python3')
 
source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz;
-test_gdb-version-fix.patch)
+test_gdb-version-fix.patch
+dont-make-libpython-readonly.patch)
 sha1sums=('871a06df9ab70984b7398ac53047fe125c757a70'
-  'ab86515aff465385675e2e6e593f09596e0a8db0')
+  'ab86515aff465385675e2e6e593f09596e0a8db0'
+  'c22b24324b8e53326702de439c401d97927ee3f2')
 
 prepare() {
   cd Python-${pkgver}
@@ -36,6 +38,9 @@
   # https://bugs.python.org/issue25096
   patch -p1 -i ../test_gdb-version-fix.patch
 
+  # FS#45809
+  patch -p1 -i ../dont-make-libpython-readonly.patch
+
   # FS#23997
   sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
 
@@ -63,7 +68,7 @@
   --enable-loadable-sqlite-extensions \
   --without-ensurepip
 
-  make
+  make EXTRA_CFLAGS="$CFLAGS"
 }
 
 check() {
@@ -82,7 +87,7 @@
 
 package() {
   cd Python-${pkgver}
-  make DESTDIR="${pkgdir}" install maninstall
+  make DESTDIR="${pkgdir}" EXTRA_CFLAGS="$CFLAGS" install maninstall
 
   # Why are these not done by default...
   ln -s python3   "${pkgdir}"/usr/bin/python

Added: dont-make-libpython-readonly.patch
===
--- dont-make-libpython-readonly.patch  (rev 0)
+++ dont-make-libpython-readonly.patch  2015-09-15 13:51:23 UTC (rev 246367)
@@ -0,0 +1,13 @@
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+index ce2c0aa..7d6dcf7 100644
+--- a/Makefile.pre.in
 b/Makefile.pre.in
+@@ -60,7 +60,7 @@ INSTALL_DATA=@INSTALL_DATA@
+ # Shared libraries must be installed with executable mode on some systems;
+ # rather than figuring out exactly which, we always give them executable mode.
+ # Also, making them read-only seems to be a good idea...
+-INSTALL_SHARED= ${INSTALL} -m 555
++INSTALL_SHARED= ${INSTALL} -m 755
+ 
+ MKDIR_P=  @MKDIR_P@
+ 


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

2015-09-15 Thread Evangelos Foutras
Date: Tuesday, September 15, 2015 @ 14:36:08
  Author: foutrelis
Revision: 246365

ncurses 6.0 rebuild.

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 07:20:36 UTC (rev 246364)
+++ PKGBUILD2015-09-15 12:36:08 UTC (rev 246365)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 pkgver=2.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')


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

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 14:53:46
  Author: fyan
Revision: 140332

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

Added:
  deepin-qml-widgets/repos/community-i686/
  deepin-qml-widgets/repos/community-i686/PKGBUILD
(from rev 140331, deepin-qml-widgets/trunk/PKGBUILD)
  deepin-qml-widgets/repos/community-x86_64/
  deepin-qml-widgets/repos/community-x86_64/PKGBUILD
(from rev 140331, deepin-qml-widgets/trunk/PKGBUILD)

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

Copied: deepin-qml-widgets/repos/community-i686/PKGBUILD (from rev 140331, 
deepin-qml-widgets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 12:53:46 UTC (rev 140332)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+ 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-qml-widgets/repos/community-x86_64/PKGBUILD (from rev 140331, 
deepin-qml-widgets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-15 12:53:46 UTC (rev 140332)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+ 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2015-09-15 Thread Felix Yan
Date: Tuesday, September 15, 2015 @ 14:53:06
  Author: fyan
Revision: 140331

addpkg: deepin-qml-widgets 2.3.0-1

Added:
  deepin-qml-widgets/
  deepin-qml-widgets/repos/
  deepin-qml-widgets/trunk/
  deepin-qml-widgets/trunk/PKGBUILD

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

Added: deepin-qml-widgets/trunk/PKGBUILD
===
--- deepin-qml-widgets/trunk/PKGBUILD   (rev 0)
+++ deepin-qml-widgets/trunk/PKGBUILD   2015-09-15 12:53:06 UTC (rev 140331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+ 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="${pkgdir}" install
+}


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


[arch-commits] Commit in util-linux/repos (24 files)

2015-09-15 Thread Evangelos Foutras
Date: Tuesday, September 15, 2015 @ 14:36:32
  Author: foutrelis
Revision: 246366

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

Added:
  util-linux/repos/testing-i686/PKGBUILD
(from rev 246365, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 246365, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 246365, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 246365, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 246365, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 246365, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 246365, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 246365, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 246365, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 246365, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 246365, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 246365, util-linux/trunk/uuidd.tmpfiles)
Deleted:
  util-linux/repos/testing-i686/PKGBUILD
  util-linux/repos/testing-i686/pam-common
  util-linux/repos/testing-i686/pam-login
  util-linux/repos/testing-i686/pam-su
  util-linux/repos/testing-i686/util-linux.install
  util-linux/repos/testing-i686/uuidd.tmpfiles
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/pam-su
  util-linux/repos/testing-x86_64/util-linux.install
  util-linux/repos/testing-x86_64/uuidd.tmpfiles

---+
 /PKGBUILD |  194 
 /pam-common   |   12 ++
 /pam-login|   14 ++
 /pam-su   |   18 +++
 /util-linux.install   |   24 
 /uuidd.tmpfiles   |2 
 testing-i686/PKGBUILD |   97 --
 testing-i686/pam-common   |6 -
 testing-i686/pam-login|7 -
 testing-i686/pam-su   |9 -
 testing-i686/util-linux.install   |   12 --
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |   97 --
 testing-x86_64/pam-common |6 -
 testing-x86_64/pam-login  |7 -
 testing-x86_64/pam-su |9 -
 testing-x86_64/util-linux.install |   12 --
 testing-x86_64/uuidd.tmpfiles |1 
 18 files changed, 264 insertions(+), 264 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-15 12:36:08 UTC (rev 246365)
+++ testing-i686/PKGBUILD   2015-09-15 12:36:32 UTC (rev 246366)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-pkgbase=util-linux
-pkgname=(util-linux libutil-linux)
-pkgver=2.27
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux"
-url="https://www.kernel.org/pub/linux/utils/util-linux/;
-arch=('i686' 'x86_64')
-makedepends=('systemd' 'python')
-license=('GPL2')
-options=('strip' 'debug')
-validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.27/$pkgname-$pkgver.tar."{xz,sign}
-uuidd.tmpfiles
-pam-{login,common,su})
-md5sums=('5b06bbda9309624ee7add15bc8d8ca22'
- 'SKIP'
- 'a39554bfd65cccfd8254bb46922f4a67'
- '4368b3f98abd8a32662e094c54e7f9b1'
- 'a31374fef2cba0ca34dfc7078e2969e4'
- 'fa85e5cce5d723275b14365ba71a8aad')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --bindir=/usr/bin \
-  --localstatedir=/run \
-  --enable-fs-paths-extra=/usr/bin \
-  --enable-raw \
-  --enable-vipw \
-  --enable-newgrp \
-  --enable-chfn-chsh \
-  --enable-write \
-  --enable-mesg \
-  --enable-libmount-force-mountinfo \
-  --enable-socket-activation \
-  --with-python=3
-
-  make
-}
-
-package_util-linux() {
-  conflicts=('util-linux-ng' 'eject' 'zramctl')
-  provides=("util-linux-ng=$pkgver" 'eject' 'zramctl')
-  replaces=('zramctl')
-  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
-  optdepends=('python: python bindings to libmount')
-  install=util-linux.install
-  groups=('base' 'base-devel')
-  backup=(etc/pam.d/chfn
-  etc/pam.d/chsh
-  etc/pam.d/login
-  etc/pam.d/su
-