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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 04:00:39
  Author: fyan
Revision: 148061

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 148060, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 03:00:18 UTC (rev 148060)
+++ PKGBUILD2015-12-01 03:00:39 UTC (rev 148061)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/";
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('d553c416b02772452a8b3e0a6dd9db735c5d40154e99f1b1d6b730a2f0d6cbd2')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 148060, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 03:00:39 UTC (rev 148061)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('001dfd389cc40be620ebc376718ddaf32e9940355604cdf4312e873bd6f4acc1')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 04:00:18
  Author: fyan
Revision: 148060

upgpkg: typescript 1.7.3-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 02:59:22 UTC (rev 148059)
+++ PKGBUILD2015-12-01 03:00:18 UTC (rev 148060)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=1.6.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('d553c416b02772452a8b3e0a6dd9db735c5d40154e99f1b1d6b730a2f0d6cbd2')
+sha256sums=('001dfd389cc40be620ebc376718ddaf32e9940355604cdf4312e873bd6f4acc1')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 03:59:04
  Author: fyan
Revision: 148058

upgpkg: python-docker-py 1.6.0-1

Modified:
  python-docker-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 02:51:10 UTC (rev 148057)
+++ PKGBUILD2015-12-01 02:59:04 UTC (rev 148058)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=(python-docker-py python2-docker-py)
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Python client for Docker."
 arch=('any')
@@ -13,13 +13,14 @@
 license="Apache"
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
  'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
-# Tests failed to collect with pytest 2.8
-#checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock')
-checkdepends=('docker')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
+  'flake8' 'python2-flake8')
 source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
 sha256sums=('SKIP')
 
 prepare() {
+  sed -i 's/==.*$//' docker-py/test-requirements.txt
+
   cp -a docker-py{,-py2}
 }
 
@@ -36,10 +37,10 @@
   # docker daemon -H fd:// -p "$srcdir/docker.pid"
 
   cd "$srcdir/docker-py"
-  # python setup.py test
+  python setup.py test || warning "Tests failed"
 
   cd "$srcdir/docker-py-py2"
-  # python2 setup.py test
+  python2 setup.py test || warning "Tests failed"
 
   # kill $(<"$srcdir/docker.pid")
 }


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 03:59:22
  Author: fyan
Revision: 148059

archrelease: copy trunk to community-any

Added:
  python-docker-py/repos/community-any/PKGBUILD
(from rev 148058, python-docker-py/trunk/PKGBUILD)
Deleted:
  python-docker-py/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 02:59:04 UTC (rev 148058)
+++ PKGBUILD2015-12-01 02:59:22 UTC (rev 148059)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=(python-docker-py python2-docker-py)
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Python client for Docker."
-arch=('any')
-url="https://github.com/dotcloud/docker-py";
-license="Apache"
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
-# Tests failed to collect with pytest 2.8
-#checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock')
-checkdepends=('docker')
-source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a docker-py{,-py2}
-}
-
-build() {
-  cd "$srcdir/docker-py"
-  python setup.py build
-
-  cd "$srcdir/docker-py-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Needs root to run
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir/docker-py"
-  # python setup.py test
-
-  cd "$srcdir/docker-py-py2"
-  # python2 setup.py test
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker-py() {
-  depends=('python-requests' 'python-six' 'python-websocket-client')
-
-  cd "$srcdir/docker-py"
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-docker-py() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client')
-
-  cd "$srcdir/docker-py-py2"
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-docker-py/repos/community-any/PKGBUILD (from rev 148058, 
python-docker-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 02:59:22 UTC (rev 148059)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker-py python2-docker-py)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Python client for Docker."
+arch=('any')
+url="https://github.com/dotcloud/docker-py";
+license="Apache"
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
+  'flake8' 'python2-flake8')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py/test-requirements.txt
+
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir/docker-py"
+  python setup.py build
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Needs root to run
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py test || warning "Tests failed"
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker-py() {
+  depends=('python-requests' 'python-six' 'python-websocket-client')
+
+  cd "$srcdir/docker-py"
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-docker-py() {
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client')
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 03:51:10
  Author: fyan
Revision: 148057

archrelease: copy trunk to community-any

Added:
  keybase/repos/community-any/PKGBUILD
(from rev 148056, keybase/trunk/PKGBUILD)
Deleted:
  keybase/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 02:50:52 UTC (rev 148056)
+++ PKGBUILD2015-12-01 02:51:10 UTC (rev 148057)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=0.8.24
-pkgrel=1
-arch=('any')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg' 'nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('5da685f8673ea4eb6bd73473ed663fddf25e6d7586a8f78d0ce5b256d409517f')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: keybase/repos/community-any/PKGBUILD (from rev 148056, 
keybase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 02:51:10 UTC (rev 148057)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=0.8.25
+pkgrel=1
+arch=('any')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg' 'nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('b0bdacfcbc5eb83473a5d53e8bd3b507e2eb95ae2ed85d4c2aa50dfa839e7abc')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 03:50:52
  Author: fyan
Revision: 148056

upgpkg: keybase 0.8.25-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 02:07:13 UTC (rev 148055)
+++ PKGBUILD2015-12-01 02:50:52 UTC (rev 148056)
@@ -4,7 +4,7 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=0.8.24
+pkgver=0.8.25
 pkgrel=1
 arch=('any')
 url='http://keybase.io/'
@@ -13,7 +13,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('5da685f8673ea4eb6bd73473ed663fddf25e6d7586a8f78d0ce5b256d409517f')
+sha256sums=('b0bdacfcbc5eb83473a5d53e8bd3b507e2eb95ae2ed85d4c2aa50dfa839e7abc')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 03:46:31
  Author: fyan
Revision: 252084

archrelease: copy trunk to extra-any

Added:
  perl-extutils-depends/repos/extra-any/PKGBUILD
(from rev 252083, perl-extutils-depends/trunk/PKGBUILD)
Deleted:
  perl-extutils-depends/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 02:46:14 UTC (rev 252083)
+++ PKGBUILD2015-12-01 02:46:31 UTC (rev 252084)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-# Contributor: Sarah Hay 
-# Contributor: Arjan Timmerman 
-
-pkgname=perl-extutils-depends
-pkgver=0.404
-pkgrel=1
-pkgdesc="The Perl depends module"
-arch=('any')
-url="http://search.cpan.org/dist/ExtUtils-Depends/";
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz";)
-md5sums=('2b66dbb4bcfc2639c6b26309569471ad')
-
-build() {
-  cd ExtUtils-Depends-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ExtUtils-Depends-${pkgver}
-  make test
-}
-
-package() {
-  cd ExtUtils-Depends-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 252083, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 02:46:31 UTC (rev 252084)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Sarah Hay 
+# Contributor: Arjan Timmerman 
+
+pkgname=perl-extutils-depends
+pkgver=0.405
+pkgrel=1
+pkgdesc="The Perl depends module"
+arch=('any')
+url="http://search.cpan.org/dist/ExtUtils-Depends/";
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz";)
+md5sums=('caefbca2f173d0cea3f5ac26b6c08a2c')
+
+build() {
+  cd ExtUtils-Depends-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-Depends-${pkgver}
+  make test
+}
+
+package() {
+  cd ExtUtils-Depends-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-30 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 03:46:14
  Author: fyan
Revision: 252083

upgpkg: perl-extutils-depends 0.405-1

Modified:
  perl-extutils-depends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 19:58:34 UTC (rev 252082)
+++ PKGBUILD2015-12-01 02:46:14 UTC (rev 252083)
@@ -5,7 +5,7 @@
 # Contributor: Arjan Timmerman 
 
 pkgname=perl-extutils-depends
-pkgver=0.404
+pkgver=0.405
 pkgrel=1
 pkgdesc="The Perl depends module"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz";)
-md5sums=('2b66dbb4bcfc2639c6b26309569471ad')
+md5sums=('caefbca2f173d0cea3f5ac26b6c08a2c')
 
 build() {
   cd ExtUtils-Depends-${pkgver}


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

2015-11-30 Thread Evangelos Foutras
Date: Tuesday, December 1, 2015 @ 03:07:13
  Author: foutrelis
Revision: 148055

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 02:07:05 UTC (rev 148054)
+++ community-i686/PKGBUILD 2015-12-01 02:07:13 UTC (rev 148055)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: Christoph 'delmonico' Neuroth 
-
-pkgname=librsync
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A free software library that implements the rsync remote-delta 
algorithm (rdiff)"
-arch=('i686' 'x86_64')
-url="http://librsync.sourceforge.net/";
-license=('LGPL')
-depends=('popt' 'zlib' 'bzip2')
-provides=('librsync.so')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---enable-shared
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: librsync/repos/community-i686/PKGBUILD (from rev 148054, 
librsync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 02:07:13 UTC (rev 148055)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=librsync
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A free software library that implements the rsync remote-delta 
algorithm (rdiff)"
+arch=('i686' 'x86_64')
+url="http://librsync.sourceforge.net/";
+license=('LGPL')
+depends=('popt' 'zlib' 'bzip2')
+makedepends=('cmake')
+provides=('librsync.so')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('b5c4dd114289832039397789e42d4ff0d1108ada89ce74f1999398593fae2169')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make -k test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  install -Dm644 doc/rdiff.1 "$pkgdir/usr/share/man/man1/rdiff.1"
+  install -Dm644 doc/librsync.3 "$pkgdir/usr/share/man/man3/librsync.3"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-01 02:07:05 UTC (rev 148054)
+++ community-x86_64/PKGBUILD   2015-12-01 02:07:13 UTC (rev 148055)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: Christoph 'delmonico' Neuroth 
-
-pkgname=librsync
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A free software library that implements the rsync remote-delta 
algorithm (rdiff)"
-arch=('i686' 'x86_64')
-url="http://librsync.sourceforge.net/";
-license=('LGPL')
-depends=('popt' 'zlib' 'bzip2')
-provides=('librsync.so')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---enable-shared
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: librsync/repos/community-x86_64/PKGBUILD (from rev 148054, 
librsync/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-01 02:07:13 UTC (rev 148055)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=librsync
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A free software library that implements the rsync remote-delta 
algorithm (rdiff)"
+arch=('i68

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

2015-11-30 Thread Evangelos Foutras
Date: Tuesday, December 1, 2015 @ 03:07:05
  Author: foutrelis
Revision: 148054

upgpkg: librsync 2.0.0-1

New upstream release.

Modified:
  librsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 23:06:47 UTC (rev 148053)
+++ PKGBUILD2015-12-01 02:07:05 UTC (rev 148054)
@@ -4,7 +4,7 @@
 # Contributor: Christoph 'delmonico' Neuroth 
 
 pkgname=librsync
-pkgver=1.0.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A free software library that implements the rsync remote-delta 
algorithm (rdiff)"
 arch=('i686' 'x86_64')
@@ -11,29 +11,38 @@
 url="http://librsync.sourceforge.net/";
 license=('LGPL')
 depends=('popt' 'zlib' 'bzip2')
+makedepends=('cmake')
 provides=('librsync.so')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9')
+sha256sums=('b5c4dd114289832039397789e42d4ff0d1108ada89ce74f1999398593fae2169')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+}
 
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---enable-shared
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make -k test
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+
+  make -C build DESTDIR="$pkgdir" install
+
+  install -Dm644 doc/rdiff.1 "$pkgdir/usr/share/man/man1/rdiff.1"
+  install -Dm644 doc/librsync.3 "$pkgdir/usr/share/man/man3/librsync.3"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-11-30 Thread Jaroslav Lichtblau
Date: Tuesday, December 1, 2015 @ 00:06:47
  Author: jlichtblau
Revision: 148053

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

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 148052, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 148052, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 148052, skrooge/trunk/skrooge.install)
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 148052, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 148052, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 148052, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

+
 /PKGBUILD  |   76 +
 /skrooge.changelog |  124 +++
 /skrooge.install   |   28 +++
 community-i686/PKGBUILD|   38 --
 community-i686/skrooge.changelog   |   62 -
 community-i686/skrooge.install |   14 ---
 community-x86_64/PKGBUILD  |   38 --
 community-x86_64/skrooge.changelog |   62 -
 community-x86_64/skrooge.install   |   14 ---
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 22:46:25 UTC (rev 148052)
+++ community-i686/PKGBUILD 2015-11-30 23:06:47 UTC (rev 148053)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="A personal finances manager for KDE"
-arch=('i686' 'x86_64')
-url="http://skrooge.org/";
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c711a63cff0874fdb0c9a1be954d6013dc77cafc30e779252fc50533ebae7eef')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
-  -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \
-  -DKDE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 148052, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 23:06:47 UTC (rev 148053)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/";
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c711a63cff0874fdb0c9a1be954d6013dc77cafc30e779252fc50533ebae7eef')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
+  -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \
+  -DKDE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/skrooge.changelog
===
--- community-i686/skrooge.changelog2015-11-30 22:46:25 UTC (rev 148052)
+++ community-i686/skrooge.changelog2015-11-30 23:06:47 UTC (rev 148053)
@@ -1,62 +0,0 @@
-2015-11-30 Jaroslav Lichtblau 
-   * skrooge 2.2.0-1
-
-2015-09-14 Jaroslav Lichtblau 
-   * skrooge 2.1.1-1
-
-2015-08-29 Jaroslav Lichtblau 
-   * skrooge 2.1.0-1
-
-2015-06-27 Jaroslav Lichtblau 
-   * skrooge 2.0.0-1 - kf5 version
-
-2015-06-08 Jaroslav Lichtbla

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

2015-11-30 Thread Jaroslav Lichtblau
Date: Monday, November 30, 2015 @ 23:46:25
  Author: jlichtblau
Revision: 148052

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

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 148051, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 148051, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 148051, skrooge/trunk/skrooge.install)
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 148051, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 148051, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 148051, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

+
 /PKGBUILD  |   76 +
 /skrooge.changelog |  124 +++
 /skrooge.install   |   28 +++
 community-i686/PKGBUILD|   38 --
 community-i686/skrooge.changelog   |   59 
 community-i686/skrooge.install |   14 ---
 community-x86_64/PKGBUILD  |   38 --
 community-x86_64/skrooge.changelog |   59 
 community-x86_64/skrooge.install   |   14 ---
 9 files changed, 228 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 22:43:48 UTC (rev 148051)
+++ community-i686/PKGBUILD 2015-11-30 22:46:25 UTC (rev 148052)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A personal finances manager for KDE"
-arch=('i686' 'x86_64')
-url="http://skrooge.org/";
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c7b82991b56d28274b7e00c2909009c858b43f489c401a46a2dca637caccd12')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
-  -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \
-  -DKDE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 148051, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 22:46:25 UTC (rev 148052)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/";
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c711a63cff0874fdb0c9a1be954d6013dc77cafc30e779252fc50533ebae7eef')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
+  -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \
+  -DKDE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/skrooge.changelog
===
--- community-i686/skrooge.changelog2015-11-30 22:43:48 UTC (rev 148051)
+++ community-i686/skrooge.changelog2015-11-30 22:46:25 UTC (rev 148052)
@@ -1,59 +0,0 @@
-2015-09-14 Jaroslav Lichtblau 
-   * skrooge 2.1.1-1
-
-2015-08-29 Jaroslav Lichtblau 
-   * skrooge 2.1.0-1
-
-2015-06-27 Jaroslav Lichtblau 
-   * skrooge 2.0.0-1 - kf5 version
-
-2015-06-08 Jaroslav Lichtblau 
-   * skrooge 1.12.5-1
-
-2015-05-15 Jaroslav Lichtblau

[arch-commits] Commit in skrooge/trunk (PKGBUILD skrooge.changelog)

2015-11-30 Thread Jaroslav Lichtblau
Date: Monday, November 30, 2015 @ 23:43:48
  Author: jlichtblau
Revision: 148051

pgpkg: skrooge 2.2.0-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |6 +++---
 skrooge.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 16:13:52 UTC (rev 148050)
+++ PKGBUILD2015-11-30 22:43:48 UTC (rev 148051)
@@ -5,8 +5,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/";
@@ -18,7 +18,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c7b82991b56d28274b7e00c2909009c858b43f489c401a46a2dca637caccd12')
+sha256sums=('c711a63cff0874fdb0c9a1be954d6013dc77cafc30e779252fc50533ebae7eef')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: skrooge.changelog
===
--- skrooge.changelog   2015-11-30 16:13:52 UTC (rev 148050)
+++ skrooge.changelog   2015-11-30 22:43:48 UTC (rev 148051)
@@ -1,3 +1,6 @@
+2015-11-30 Jaroslav Lichtblau 
+   * skrooge 2.2.0-1
+
 2015-09-14 Jaroslav Lichtblau 
* skrooge 2.1.1-1
 


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

2015-11-30 Thread Antonio Rojas
Date: Monday, November 30, 2015 @ 20:57:56
  Author: arojas
Revision: 252081

Update to 15.11

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 16:36:03 UTC (rev 252080)
+++ PKGBUILD2015-11-30 19:57:56 UTC (rev 252081)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=15.9.0
+pkgver=15.11.0
 pkgrel=1
 pkgdesc="A complete front-end for MPlayer"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'mpv: for using mpv instead of mplayer')
 install=smplayer.install
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
+md5sums=('e6f459f640908df2403381a39a27cdba')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-11-30 Thread Antonio Rojas
Date: Monday, November 30, 2015 @ 20:58:34
  Author: arojas
Revision: 252082

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

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

---+
 /PKGBUILD |   70 
 /smplayer.install |   24 +
 extra-i686/PKGBUILD   |   35 
 extra-i686/smplayer.install   |   12 --
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/smplayer.install |   12 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-30 19:57:56 UTC (rev 252081)
+++ extra-i686/PKGBUILD 2015-11-30 19:58:34 UTC (rev 252082)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=15.9.0
-pkgrel=1
-pkgdesc="A complete front-end for MPlayer"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net/";
-license=('GPL')
-depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'mpv: for using mpv instead of mplayer')
-install=smplayer.install
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 252081, 
smplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-30 19:58:34 UTC (rev 252082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=15.11.0
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/";
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('e6f459f640908df2403381a39a27cdba')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: extra-i686/smplayer.install
===
--- extra-i686/smplayer.install 2015-11-30 19:57:56 UTC (rev 252081)
+++ extra-i686/smplayer.install 2015-11-30 19:58:34 UTC (rev 252082)
@@ -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: smplayer/repos/extra-i686/smplayer.install (from rev 252081, 
smplayer/trunk/smplayer.install)
===
--- extra-i686/smplayer.install (rev 0)
+++ extra-i686/smplayer.install 2015-11-30 19:58:34 UTC (rev 252082)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-30 19:57:56 UTC (rev 252081)
+++ extra-x86_64/PKGBUILD   2015-11-30 19:58:34 UTC (rev 252082)
@@ -1,35 +0,

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

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:36:03
  Author: anatolik
Revision: 252080

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 252079, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 252079, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 252079, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 252079, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 252079, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 252079, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 252079, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 252079, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 252079, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 252079, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  377 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  377 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 992 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 252079, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-30 16:36:03 UTC (rev 252080)
@@ -0,0 +1,377 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.944
+_versiondir=74
+pkgrel=1
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('a670bd0a8417363d757341e1435474b42dd3ca75'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--enable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+

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

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:35:13
  Author: anatolik
Revision: 252079

upgpkg: vim 7.4.944-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 16:26:24 UTC (rev 252078)
+++ PKGBUILD2015-11-30 16:35:13 UTC (rev 252079)
@@ -7,7 +7,7 @@
 
 pkgbase=vim
 pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
-pkgver=7.4.884
+pkgver=7.4.944
 _versiondir=74
 pkgrel=1
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 vimrc
 archlinux.vim
 gvim.desktop)
-sha1sums=('SKIP'
+sha1sums=('a670bd0a8417363d757341e1435474b42dd3ca75'
   '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
   '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
   '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')


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

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:26:24
  Author: anatolik
Revision: 252078

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 252077, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 252077, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 252077, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 252077, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 252077, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 252077, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 252077, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 252077, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 +++
 testing-i686/PKGBUILD  |   56 
 testing-i686/liblua.so.patch   |   60 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 +++
 testing-x86_64/PKGBUILD|   56 
 testing-x86_64/liblua.so.patch |   60 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 332 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 252077, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2015-11-30 16:26:24 UTC (rev 252078)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 252077, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-30 16:26:24 UTC (rev 252078)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.3.2
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('33278c2ab5ee3c1a875be8d55c1ca2a1'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '83d9af31a1a29fec409a4e204271f5e3')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" 
MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln -sf /usr/bin/luac "$pkgdir"/usr/bin/luac$_majorver
+
+  install -Dm644 lua.pc "$pkgdir"/usr/lib/pkgconfi

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

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:25:42
  Author: anatolik
Revision: 252077

upgpkg: lua 5.3.2-1

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 16:24:09 UTC (rev 252076)
+++ PKGBUILD2015-11-30 16:25:42 UTC (rev 252077)
@@ -4,7 +4,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=lua
-pkgver=5.3.1
+pkgver=5.3.2
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
@@ -17,7 +17,7 @@
 liblua.so.patch
 lua.pc
 LICENSE)
-md5sums=('797adacada8d85761c079390ff1d9961'
+md5sums=('33278c2ab5ee3c1a875be8d55c1ca2a1'
  '85fe4e5f780376457eba3bc23d2cb2d3'
  'e7ba6c2b695b0b84a5ea0cbff5fc9067'
  '83d9af31a1a29fec409a4e204271f5e3')


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

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:24:09
  Author: anatolik
Revision: 252076

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

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

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

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 252075, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-30 16:24:09 UTC (rev 252076)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.9.4
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/";
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('42511094af8bd3d8fbf43323d90fe8706f97cf09'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed 26q "$srcdir/$pkgname-$pkgver/control.h" \
+  >>"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 252075, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2015-11-30 16:24:09 UTC (rev 252076)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

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

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 252075, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-30 16:24:09 UTC (rev 252076)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.9.4
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/";
+arch=('i686' 'x86_

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

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:23:30
  Author: anatolik
Revision: 252075

upgpkg: dhcpcd 6.9.4-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 16:14:27 UTC (rev 252074)
+++ PKGBUILD2015-11-30 16:23:30 UTC (rev 252075)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=6.9.3
+pkgver=6.9.4
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/";
@@ -18,7 +18,7 @@
 source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('f205894d3d2d505be08fc8b6b5445ac69319244d'
+sha1sums=('42511094af8bd3d8fbf43323d90fe8706f97cf09'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 14:47:28
  Author: fyan
Revision: 148049

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-30 13:47:11 UTC (rev 148048)
+++ PKGBUILD2015-11-30 13:47:28 UTC (rev 148049)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2015.11.20
-pkgrel=1
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi";
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-sha512sums=('d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 148048, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-30 13:47:28 UTC (rev 148049)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2015.11.20.1
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi";
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+sha512sums=('e075c67ca134a34908ca775fb909e61c349fa3cf9f48b8c934b795c8295fc859753d65187c560e4bf11d05bcaead038212e22384524af2a296acdd6246fcc1b3')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 14:47:11
  Author: fyan
Revision: 148048

upgpkg: python-certifi 2015.11.20.1-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 13:38:46 UTC (rev 148047)
+++ PKGBUILD2015-11-30 13:47:11 UTC (rev 148048)
@@ -6,7 +6,7 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2015.11.20
+pkgver=2015.11.20.1
 pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-sha512sums=('d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58')
+sha512sums=('e075c67ca134a34908ca775fb909e61c349fa3cf9f48b8c934b795c8295fc859753d65187c560e4bf11d05bcaead038212e22384524af2a296acdd6246fcc1b3')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 14:38:46
  Author: spupykin
Revision: 148047

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

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 148046, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 148046, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 148046, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/ChangeLog
(from rev 148046, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 148046, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 148046, lazarus/trunk/lazarus-ide.install)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install

--+
 /ChangeLog   |   36 
 /PKGBUILD|  262 +
 /lazarus-ide.install |   68 
 community-i686/ChangeLog |   18 --
 community-i686/PKGBUILD  |  131 
 community-i686/lazarus-ide.install   |   34 
 community-x86_64/ChangeLog   |   18 --
 community-x86_64/PKGBUILD|  131 
 community-x86_64/lazarus-ide.install |   34 
 9 files changed, 366 insertions(+), 366 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-11-30 13:38:23 UTC (rev 148046)
+++ community-i686/ChangeLog2015-11-30 13:38:46 UTC (rev 148047)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 148046, 
lazarus/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-11-30 13:38:46 UTC (rev 148047)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 13:38:23 UTC (rev 148046)
+++ community-i686/PKGBUILD 2015-11-30 13:38:46 UTC (rev 148047)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Adam 
-# Contributor: BlackIkeEagle 
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.4.4
-_basever=$pkgver
-_pkgsubver=0
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${_basever}/lazarus-$pkgver-${_pkgsubver}.tar.gz";)
-md5sums=('fdc2ec9dd4438f5e188227ec542bb86c')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt4pas: to compile qt apps and use help viewer'
-  )
-
-  cd $srcdir/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/doc
-  rsync -a \
---exclude="CVS" --exclude=".cvsignore" \
---exclude="*.ppw"   --exclude="*.ppl" \
---

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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 14:38:23
  Author: spupykin
Revision: 148046

upgpkg: lazarus 1.4.4-2

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 11:33:42 UTC (rev 148045)
+++ PKGBUILD2015-11-30 13:38:23 UTC (rev 148046)
@@ -8,7 +8,7 @@
 pkgver=1.4.4
 _basever=$pkgver
 _pkgsubver=0
-pkgrel=1
+pkgrel=2
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:modifiedLGPL')
 arch=('i686' 'x86_64')


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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:33:42
  Author: spupykin
Revision: 148045

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 11:33:27 UTC (rev 148044)
+++ community-i686/PKGBUILD 2015-11-30 11:33:42 UTC (rev 148045)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eric Belanger 
-# Contributor: Ravi Desai 
-
-pkgname=xfe
-pkgver=1.40.1
-pkgrel=1
-pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
-arch=('i686' 'x86_64')
-url="http://roland65.free.fr/xfe";
-license=("GPL")
-depends=('fox>=1:1.6' 'fox<1:1.7')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('818aaf232ccaa27150ff23955bec7712')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-i686/PKGBUILD (from rev 148044, xfe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 11:33:42 UTC (rev 148045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eric Belanger 
+# Contributor: Ravi Desai 
+
+pkgname=xfe
+pkgver=1.41
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe";
+license=("GPL")
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('cd4978240decbf0449f07c5061b9c4b8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-30 11:33:27 UTC (rev 148044)
+++ community-x86_64/PKGBUILD   2015-11-30 11:33:42 UTC (rev 148045)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eric Belanger 
-# Contributor: Ravi Desai 
-
-pkgname=xfe
-pkgver=1.40.1
-pkgrel=1
-pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
-arch=('i686' 'x86_64')
-url="http://roland65.free.fr/xfe";
-license=("GPL")
-depends=('fox>=1:1.6' 'fox<1:1.7')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('818aaf232ccaa27150ff23955bec7712')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-x86_64/PKGBUILD (from rev 148044, 
xfe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-30 11:33:42 UTC (rev 148045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eric Belanger 
+# Contributor: Ravi Desai 
+
+pkgname=xfe
+pkgver=1.41
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe";
+license=("GPL")
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('cd4978240decbf0449f07c5061b9c4b8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:33:27
  Author: spupykin
Revision: 148044

upgpkg: xfe 1.41-1

upd

Modified:
  xfe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 11:15:23 UTC (rev 148043)
+++ PKGBUILD2015-11-30 11:33:27 UTC (rev 148044)
@@ -4,20 +4,20 @@
 # Contributor: Ravi Desai 
 
 pkgname=xfe
-pkgver=1.40.1
+pkgver=1.41
 pkgrel=1
 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
 arch=('i686' 'x86_64')
 url="http://roland65.free.fr/xfe";
 license=("GPL")
-depends=('fox>=1:1.6' 'fox<1:1.7')
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('818aaf232ccaa27150ff23955bec7712')
+md5sums=('cd4978240decbf0449f07c5061b9c4b8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
   aclocal
   automake --add-missing
   autoreconf


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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:15:23
  Author: spupykin
Revision: 148043

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 11:14:53 UTC (rev 148042)
+++ community-i686/PKGBUILD 2015-11-30 11:15:23 UTC (rev 148043)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.5.10
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz";
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('5ddc53bd6ff78234691a7ebbcbc6aa38'
- '270977cdd9b47ef44c0c427ab9034777'
- 'ceeb57c69ebb165676219222f109a24e'
- 'd243da117c1aee03c0cc605

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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:14:48
  Author: spupykin
Revision: 148041

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

Added:
  freetalk/repos/community-i686/ChangeLog
(from rev 148040, freetalk/trunk/ChangeLog)
  freetalk/repos/community-i686/PKGBUILD
(from rev 148040, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-i686/freetalk.install
(from rev 148040, freetalk/trunk/freetalk.install)
  freetalk/repos/community-x86_64/ChangeLog
(from rev 148040, freetalk/trunk/ChangeLog)
  freetalk/repos/community-x86_64/PKGBUILD
(from rev 148040, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-x86_64/freetalk.install
(from rev 148040, freetalk/trunk/freetalk.install)
Deleted:
  freetalk/repos/community-i686/ChangeLog
  freetalk/repos/community-i686/PKGBUILD
  freetalk/repos/community-i686/freetalk.install
  freetalk/repos/community-x86_64/ChangeLog
  freetalk/repos/community-x86_64/PKGBUILD
  freetalk/repos/community-x86_64/freetalk.install

---+
 /ChangeLog|6 +++
 /PKGBUILD |   56 
 /freetalk.install |   38 
 community-i686/ChangeLog  |3 -
 community-i686/PKGBUILD   |   28 --
 community-i686/freetalk.install   |   19 
 community-x86_64/ChangeLog|3 -
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/freetalk.install |   19 
 9 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-11-30 11:14:27 UTC (rev 148040)
+++ community-i686/ChangeLog2015-11-30 11:14:48 UTC (rev 148041)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* Built for x86_64
-

Copied: freetalk/repos/community-i686/ChangeLog (from rev 148040, 
freetalk/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-11-30 11:14:48 UTC (rev 148041)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 11:14:27 UTC (rev 148040)
+++ community-i686/PKGBUILD 2015-11-30 11:14:48 UTC (rev 148041)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=freetalk
-pkgver=4.0rc5
-pkgrel=1
-pkgdesc="A console based Jabber client"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/freetalk";
-license=('GPL')
-depends=('loudmouth' 'guile' 'jansson' 'curl')
-install=freetalk.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz";)
-md5sums=('a19a6025a13ef9f922606a843f892b4d')
-
-build() {
-  cd $pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --disable-rpath
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: freetalk/repos/community-i686/PKGBUILD (from rev 148040, 
freetalk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 11:14:48 UTC (rev 148041)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=1
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk";
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+install=freetalk.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz";)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}

Deleted: community-i686/freetalk.install
===
--- community-i686/freetalk.install 2015-11-30 11:14:27 UTC (rev 148040)
+++ community-i686/freetalk.install 2015-11-30 11:14:48 UTC (rev 148041)
@@ -1,19 +0,0 @@
-info_dir=/usr/share/info
-info_files=(freetalk)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.info ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.info ${info_dir}/dir 2> /dev/null
-  done
-}
-

Copied: freetalk/repos/community-i686/freetalk.install (from rev 148040, 
freetalk/trunk/freetalk.install)
=

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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:14:53
  Author: spupykin
Revision: 148042

upgpkg: squid 3.5.12-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 11:14:48 UTC (rev 148041)
+++ PKGBUILD2015-11-30 11:14:53 UTC (rev 148042)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=3.5.10
+pkgver=3.5.12
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
@@ -28,7 +28,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('5ddc53bd6ff78234691a7ebbcbc6aa38'
+md5sums=('50016bf6e2d3a3a186a6c7236d251f63'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'


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

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:14:27
  Author: spupykin
Revision: 148040

upgpkg: freetalk 4.1-1

upd

Modified:
  freetalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 10:09:10 UTC (rev 148039)
+++ PKGBUILD2015-11-30 11:14:27 UTC (rev 148040)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=freetalk
-pkgver=4.0rc5
+pkgver=4.1
 pkgrel=1
 pkgdesc="A console based Jabber client"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('loudmouth' 'guile' 'jansson' 'curl')
 install=freetalk.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz";)
-md5sums=('a19a6025a13ef9f922606a843f892b4d')
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 11:09:10
  Author: fyan
Revision: 148039

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

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

--+
 /PKGBUILD|   90 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 ---
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 ---
 community-x86_64/wiznote.install |   12 
 6 files changed, 114 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 10:08:41 UTC (rev 148038)
+++ community-i686/PKGBUILD 2015-11-30 10:09:10 UTC (rev 148039)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.5.20150924
-_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 148038, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 10:09:10 UTC (rev 148039)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.3.1
+_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-11-30 10:08:41 UTC (rev 148038)
+++ community-i686/wiznote.install  2015-11-30 10:09:10 UTC (rev 148039)
@@ -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: wiznote/repos/community-i686/wiznote.install (from rev 148038, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-11-30 10:09:10 UTC (rev 148039)
@@ -

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

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 11:08:41
  Author: fyan
Revision: 148038

upgpkg: wiznote 2.3.1-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 08:56:56 UTC (rev 148037)
+++ PKGBUILD2015-11-30 10:08:41 UTC (rev 148038)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.5.20150924
-_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009
+pkgver=2.3.1
+_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -19,8 +19,6 @@
 md5sums=('SKIP')
 
 prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
   sed -e 's/add_subdirectory(cryptopp)//' \
   -i $_wiznote_project_name/lib/CMakeLists.txt
   


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 09:56:56
  Author: fyan
Revision: 148037

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 148036, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 148036, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 148036, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 148036, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 148036, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 148036, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 148036, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-11-30 08:56:19 UTC (rev 148036)
+++ LICENSE 2015-11-30 08:56:56 UTC (rev 148037)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 148036, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-11-30 08:56:56 UTC (rev 148037)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-30 08:56:19 UTC (rev 148036)
+++ PKGBUILD2015-11-30 08:56:56 UTC (rev 148037)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.638
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenki

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

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 09:56:19
  Author: fyan
Revision: 148036

upgpkg: jenkins 1.639-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 07:49:05 UTC (rev 148035)
+++ PKGBUILD2015-11-30 08:56:19 UTC (rev 148036)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.638
+pkgver=1.639
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('1ec10ffe2e89ead95213493b17c2f48e166734f369979cf6b758b096fadebb820ea0502e2e2fe5127e67c60dee1b93a2ea78487761710e598eac5b7620dc28b4'
+sha512sums=('267e44167db09c5c724548e7b14ac49340a8b3c37da5b53569c977b234c0d3bf5627d2132ef9267e464acfb59ea30672baa5e5094d84ea9f18e0781c213daf32'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'