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

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:32:18
  Author: felixonmars
Revision: 255222

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

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

---+
 /PKGBUILD |  132 
 /phonegap.install |   18 
 community-i686/PKGBUILD   |   66 --
 community-i686/phonegap.install   |9 --
 community-x86_64/PKGBUILD |   66 --
 community-x86_64/phonegap.install |9 --
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-01 05:31:32 UTC (rev 255221)
+++ community-i686/PKGBUILD 2017-09-01 05:32:18 UTC (rev 255222)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=7.0.0
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9bf95209a66c07f2580f68f415f4fad8549aeb9c8cc16c763954e87b4ff156685bd2db59cf68bacf0fa4d7a55f9942bc292989a6f007cc7920c9a9604148cb5c')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 255221, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-01 05:32:18 UTC (rev 255222)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=7.0.1
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('6638ce7a65638587cf3a39504469df17f44bd8d2b47ed7fc31fb7864313568f4f5ce6abacdf48d9fd82a9397727efb56dce6841a9a3885b3e86b651c75816c0d')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 

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

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:31:32
  Author: felixonmars
Revision: 255221

upgpkg: phonegap 7.0.1-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-01 05:23:26 UTC (rev 255220)
+++ PKGBUILD2017-09-01 05:31:32 UTC (rev 255221)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=7.0.0
+pkgver=7.0.1
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9bf95209a66c07f2580f68f415f4fad8549aeb9c8cc16c763954e87b4ff156685bd2db59cf68bacf0fa4d7a55f9942bc292989a6f007cc7920c9a9604148cb5c')
+sha512sums=('6638ce7a65638587cf3a39504469df17f44bd8d2b47ed7fc31fb7864313568f4f5ce6abacdf48d9fd82a9397727efb56dce6841a9a3885b3e86b651c75816c0d')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:23:26
  Author: felixonmars
Revision: 255220

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-01 05:22:55 UTC (rev 255219)
+++ PKGBUILD2017-09-01 05:23:26 UTC (rev 255220)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz;)
-sha512sums=('8c2e50da2ca618853a2863f33891e55bbf1b3931d1d1fb9a93a09edef3457d46a33e44f14fe8c839210b20a67fceb180723152aec36934a8cc353952edf08876')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 255219, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-01 05:23:26 UTC (rev 255220)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz;)
+sha512sums=('ca8d6c0626c363a730234862a1fd9ed79dbe610c6450ae987e44c81c97d14720a31a29383aee6c116e2f6f55570a55a1e00d6f0bc0198ad50c8c9572e77670ef')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd 

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

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:22:55
  Author: felixonmars
Revision: 255219

upgpkg: python-cinderclient 3.2.0-1

Modified:
  python-cinderclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-01 05:19:23 UTC (rev 255218)
+++ PKGBUILD2017-09-01 05:22:55 UTC (rev 255219)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cinderclient
 pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
   'python-ddt' 'python2-ddt')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz;)
-sha512sums=('8c2e50da2ca618853a2863f33891e55bbf1b3931d1d1fb9a93a09edef3457d46a33e44f14fe8c839210b20a67fceb180723152aec36934a8cc353952edf08876')
+sha512sums=('ca8d6c0626c363a730234862a1fd9ed79dbe610c6450ae987e44c81c97d14720a31a29383aee6c116e2f6f55570a55a1e00d6f0bc0198ad50c8c9572e77670ef')
 
 prepare() {
   sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt


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

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:19:23
  Author: felixonmars
Revision: 255218

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-01 05:18:51 UTC (rev 255217)
+++ PKGBUILD2017-09-01 05:19:23 UTC (rev 255218)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=2.4.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=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6baaa1163c7cf02a9733dd905fa7b9cf06d86afc5a92711d16187f66b066b8710ffabdb27b5d36baf8429167626a7e2ee447b5ed6fbc7c037bc6d74cf0a790ec')
-
-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 255217, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-01 05:19:23 UTC (rev 255218)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=2.5.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=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('7c4c5dd7332527fc50b0d9dafcff4eb1d37cf21a8174180a36182a2b889ec027b805a20e00ef652bafcb0f3c209821470a8435e142ddc672d49908f3bbf6326f')
+
+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)

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:18:51
  Author: felixonmars
Revision: 255217

upgpkg: typescript 2.5.2-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 21:33:57 UTC (rev 255216)
+++ PKGBUILD2017-09-01 05:18:51 UTC (rev 255217)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=2.4.2
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6baaa1163c7cf02a9733dd905fa7b9cf06d86afc5a92711d16187f66b066b8710ffabdb27b5d36baf8429167626a7e2ee447b5ed6fbc7c037bc6d74cf0a790ec')
+sha512sums=('7c4c5dd7332527fc50b0d9dafcff4eb1d37cf21a8174180a36182a2b889ec027b805a20e00ef652bafcb0f3c209821470a8435e142ddc672d49908f3bbf6326f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-08-31 Thread Gaëtan Bisson
Date: Friday, September 1, 2017 @ 00:07:20
  Author: bisson
Revision: 304422

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

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 304421, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 304421, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 304421, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 304421, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|  134 +
 /install |   82 +
 core-i686/PKGBUILD   |   67 
 core-i686/install|   41 --
 core-x86_64/PKGBUILD |   67 
 core-x86_64/install  |   41 --
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-08-31 21:25:57 UTC (rev 304421)
+++ core-i686/PKGBUILD  2017-09-01 00:07:20 UTC (rev 304422)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.23
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-checkdepends=('openssh')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77'
-'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 304421, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-09-01 00:07:20 UTC (rev 304422)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+checkdepends=('openssh')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('d4514a0be0f7a1ff263193330019eb4b53c82f0f5e230af3c14df371271a45e6'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 21:33:57
  Author: arojas
Revision: 255216

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 21:33:09 UTC (rev 255215)
+++ community-i686/PKGBUILD 2017-08-31 21:33:57 UTC (rev 255216)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=freewrl
-epoch=1
-pkgver=2.3.3
-_pkgver=2.0
-pkgrel=1
-pkgdesc="VRML viewer"
-arch=('i686' 'x86_64')
-url="http://freewrl.sourceforge.net/;
-license=('GPL')
-depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
- 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 
'js185' 'glu'
- 'openal' 'freealut')
-makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
-source=(https://sourceforge.net/projects/freewrl/files/freewrl-linux/${_pkgver}/freewrl-${pkgver}.${pkgrel}.tar.gz)
-sha256sums=('71ed11f5f3b4b6a1d2fc740e8e3ed62a83b484c9695968fac5e30db14dbb6fef')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  ./configure \
---prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
---enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
---disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
---disable-seamonkey-js
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: freewrl/repos/community-i686/PKGBUILD (from rev 255215, 
freewrl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 21:33:57 UTC (rev 255216)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=freewrl
+epoch=1
+pkgver=2.3.3.1
+_pkgver=2.0
+pkgrel=1
+pkgdesc="VRML viewer"
+arch=('i686' 'x86_64')
+url="http://freewrl.sourceforge.net/;
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
+ 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'js185' 'glu'
+ 'openal' 'freealut')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+source=(https://sourceforge.net/projects/freewrl/files/freewrl-linux/${_pkgver}/freewrl-${pkgver}.tar.gz)
+sha256sums=('71ed11f5f3b4b6a1d2fc740e8e3ed62a83b484c9695968fac5e30db14dbb6fef')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver%.*}
+  ./configure \
+--prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+--enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+--disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+--disable-seamonkey-js
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-31 21:33:09 UTC (rev 255215)
+++ community-x86_64/PKGBUILD   2017-08-31 21:33:57 UTC (rev 255216)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=freewrl
-epoch=1
-pkgver=2.3.3
-_pkgver=2.0
-pkgrel=1
-pkgdesc="VRML viewer"
-arch=('i686' 'x86_64')
-url="http://freewrl.sourceforge.net/;
-license=('GPL')
-depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
- 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 
'js185' 'glu'
- 'openal' 'freealut')
-makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
-source=(https://sourceforge.net/projects/freewrl/files/freewrl-linux/${_pkgver}/freewrl-${pkgver}.${pkgrel}.tar.gz)
-sha256sums=('71ed11f5f3b4b6a1d2fc740e8e3ed62a83b484c9695968fac5e30db14dbb6fef')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  ./configure \
---prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
---enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
---disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
---disable-seamonkey-js
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make DESTDIR="$pkgdir" install

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 21:33:09
  Author: arojas
Revision: 255215

Remove unused lesstif dependency

Modified:
  freewrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 20:23:09 UTC (rev 255214)
+++ PKGBUILD2017-08-31 21:33:09 UTC (rev 255215)
@@ -4,7 +4,7 @@
 
 pkgname=freewrl
 epoch=1
-pkgver=2.3.3
+pkgver=2.3.3.1
 _pkgver=2.0
 pkgrel=1
 pkgdesc="VRML viewer"
@@ -12,14 +12,14 @@
 url="http://freewrl.sourceforge.net/;
 license=('GPL')
 depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
- 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 
'js185' 'glu'
+ 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'js185' 'glu'
  'openal' 'freealut')
 makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
-source=(https://sourceforge.net/projects/freewrl/files/freewrl-linux/${_pkgver}/freewrl-${pkgver}.${pkgrel}.tar.gz)
+source=(https://sourceforge.net/projects/freewrl/files/freewrl-linux/${_pkgver}/freewrl-${pkgver}.tar.gz)
 sha256sums=('71ed11f5f3b4b6a1d2fc740e8e3ed62a83b484c9695968fac5e30db14dbb6fef')
 
 build() {
-  cd "$srcdir"/$pkgname-${pkgver}
+  cd "$srcdir"/$pkgname-${pkgver%.*}
   ./configure \
 --prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
 --enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-${pkgver}
+  cd "$srcdir"/$pkgname-${pkgver%.*}
   make DESTDIR="$pkgdir" install
 }


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

2017-08-31 Thread Ronald van Haren
Date: Thursday, August 31, 2017 @ 21:18:06
  Author: ronald
Revision: 304420

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-31 21:17:54 UTC (rev 304419)
+++ extra-i686/PKGBUILD 2017-08-31 21:18:06 UTC (rev 304420)
@@ -1,35 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8621d9b88995b7f0e71437438853f8c4c473bc98')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-i686/PKGBUILD (from rev 304419, 
terminology/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-31 21:18:06 UTC (rev 304420)
@@ -0,0 +1,35 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('db6ba37e28140bf224da34990d9f54560d1327aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-31 21:17:54 UTC (rev 304419)
+++ extra-x86_64/PKGBUILD   2017-08-31 21:18:06 UTC (rev 304420)
@@ -1,35 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8621d9b88995b7f0e71437438853f8c4c473bc98')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 304419, 
terminology/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-31 21:18:06 UTC (rev 304420)
@@ -0,0 +1,35 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('db6ba37e28140bf224da34990d9f54560d1327aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  

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

2017-08-31 Thread Ronald van Haren
Date: Thursday, August 31, 2017 @ 21:17:54
  Author: ronald
Revision: 304419

upgpkg: terminology 1.1.0-1

update enlightenment and libs

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 21:16:16 UTC (rev 304418)
+++ PKGBUILD2017-08-31 21:17:54 UTC (rev 304419)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('efl')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8621d9b88995b7f0e71437438853f8c4c473bc98')
+sha1sums=('db6ba37e28140bf224da34990d9f54560d1327aa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-31 Thread Ronald van Haren
Date: Thursday, August 31, 2017 @ 21:16:04
  Author: ronald
Revision: 304417

upgpkg: enlightenment 0.21.9-1

update enlightenment and libs

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 21:12:26 UTC (rev 304416)
+++ PKGBUILD2017-08-31 21:16:04 UTC (rev 304417)
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.21.6
+pkgver=0.21.9
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;)
-sha1sums=('4f96dbdf31f0e60e796dc2d3e74b7a05210d93f6')
+sha1sums=('650f66c51bc4db0aa2d1016609455d3c07febc34')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-31 Thread Ronald van Haren
Date: Thursday, August 31, 2017 @ 21:16:16
  Author: ronald
Revision: 304418

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-31 21:16:04 UTC (rev 304417)
+++ extra-i686/PKGBUILD 2017-08-31 21:16:16 UTC (rev 304418)
@@ -1,42 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.21.3
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module'
-'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;)
-sha1sums=('ed437fffbd60d73ae1a0af04917f8124e074e9a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 304417, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-31 21:16:16 UTC (rev 304418)
@@ -0,0 +1,42 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.9
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support')
+makedepends=('xorg-server-xwayland')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;)
+sha1sums=('650f66c51bc4db0aa2d1016609455d3c07febc34')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-31 21:16:04 UTC (rev 304417)
+++ extra-x86_64/PKGBUILD   2017-08-31 21:16:16 UTC (rev 304418)
@@ -1,42 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.21.3
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module'
-'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
-provides=('notification-daemon')

[arch-commits] Commit in efl/trunk (PKGBUILD efl-1.18.2-openssl-1.1.patch)

2017-08-31 Thread Ronald van Haren
Date: Thursday, August 31, 2017 @ 21:12:14
  Author: ronald
Revision: 304415

upgpkg: efl 1.20.3-1

update enlightenment and libs

Modified:
  efl/trunk/PKGBUILD
Deleted:
  efl/trunk/efl-1.18.2-openssl-1.1.patch

--+
 PKGBUILD |   16 --
 efl-1.18.2-openssl-1.1.patch |  247 -
 2 files changed, 6 insertions(+), 257 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 20:23:20 UTC (rev 304414)
+++ PKGBUILD2017-08-31 21:12:14 UTC (rev 304415)
@@ -4,8 +4,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.18.4
-pkgrel=3
+pkgver=1.20.3
+pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="https://www.enlightenment.org;
@@ -15,16 +15,14 @@
  'libxinerama' 'libxrandr' 'libxss' 'libinput'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
  'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg')
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
 optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-eina_doxygen.patch
-efl-1.18.2-openssl-1.1.patch)
-sha256sums=('39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025'
-'2a83b636a4e897ea9445b42de98dbf8514a920c3765648b0c27f7366ad95cb87'
-'fa8e9d0b4f8ec36a40354f2c7c3e2bef055ab7301317437e3a6c5fd01152e9c3')
+eina_doxygen.patch)
+sha1sums=('df2cd1d1eab6e6396a0abd5a60c2f17101ced027'
+  'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -32,8 +30,6 @@
 
   # fix docs building
   patch -Np0 -i ${srcdir}/eina_doxygen.patch
-
-  patch -Np1 -i ../efl-1.18.2-openssl-1.1.patch
 }
 
 build() {

Deleted: efl-1.18.2-openssl-1.1.patch
===
--- efl-1.18.2-openssl-1.1.patch2017-08-31 20:23:20 UTC (rev 304414)
+++ efl-1.18.2-openssl-1.1.patch2017-08-31 21:12:14 UTC (rev 304415)
@@ -1,247 +0,0 @@
-diff -up efl-1.18.2/src/lib/eet/eet_cipher.c.fixup 
efl-1.18.2/src/lib/eet/eet_cipher.c
 efl-1.18.2/src/lib/eet/eet_cipher.c.fixup  2016-10-19 10:31:31.601037298 
-0400
-+++ efl-1.18.2/src/lib/eet/eet_cipher.c2016-10-19 10:43:13.258515381 
-0400
-@@ -475,9 +475,15 @@ eet_identity_sign(FILE*fp,
-gnutls_datum_t signum = { NULL, 0 };
-gnutls_privkey_t privkey;
- # else /* ifdef HAVE_GNUTLS */
--   EVP_MD_CTX md_ctx;
-unsigned int sign_len = 0;
-int cert_len = 0;
-+#  if OPENSSL_VERSION_NUMBER >= 0x1010L
-+   EVP_MD_CTX *md_ctx = EVP_MD_CTX_new();
-+   if (md_ctx == NULL)
-+ return EET_ERROR_BAD_OBJECT;
-+#  else /* OPENSSL_VERSION_NUMBER >= 0x1010L */
-+   EVP_MD_CTX md_ctx;
-+#  endif /* if OPENSSL_VERSION_NUMBER >= 0x1010L */
- # endif /* ifdef HAVE_GNUTLS */
- 
-/* A few check and flush pending write. */
-@@ -560,6 +566,15 @@ eet_identity_sign(FILE*fp,
- goto on_error;
-  }
- 
-+#  if OPENSSL_VERSION_NUMBER >= 0x1010L
-+   /* Do the signature. */
-+   EVP_SignInit(md_ctx, EVP_sha1());
-+   EVP_SignUpdate(md_ctx, data, st_buf.st_size);
-+   err = EVP_SignFinal(md_ctx,
-+   sign,
-+   (unsigned int *)_len,
-+   key->private_key);
-+#  else
-/* Do the signature. */
-EVP_SignInit(_ctx, EVP_sha1());
-EVP_SignUpdate(_ctx, data, st_buf.st_size);
-@@ -567,6 +582,7 @@ eet_identity_sign(FILE*fp,
-sign,
-(unsigned int *)_len,
-key->private_key);
-+#  endif
-if (err != 1)
-  {
- ERR_print_errors_fp(stdout);
-@@ -615,6 +631,9 @@ on_error:
- # else /* ifdef HAVE_GNUTLS */
-if (cert)
-  OPENSSL_free(cert);
-+#  if OPENSSL_VERSION_NUMBER >= 0x1010L
-+   EVP_MD_CTX_free(md_ctx);
-+#  endif /* if OPENSSL_VERSION_NUMBER >= 0x1010L */
- 
- # endif /* ifdef HAVE_GNUTLS */
-if (sign)
-@@ -739,7 +758,13 @@ eet_identity_check(const void   *data_ba
-const unsigned char *tmp;
-EVP_PKEY *pkey;
-X509 *x509;
-+#  if OPENSSL_VERSION_NUMBER >= 0x1010L
-+   EVP_MD_CTX *md_ctx = EVP_MD_CTX_new();
-+   if (md_ctx == NULL)
-+ return NULL;
-+#  else /* OPENSSL_VERSION_NUMBER >= 0x1010L */
-EVP_MD_CTX md_ctx;
-+#  endif /* if OPENSSL_VERSION_NUMBER >= 0x1010L */
-int err;
- 
-/* Strange but d2i_X509 seems to put 0 all over the place. */
-@@ -757,10 +782,17 @@ eet_identity_check(const void   *data_ba
- return NULL;
-  }
- 
-+#  if OPENSSL_VERSION_NUMBER >= 0x1010L
-+   /* Verify the signature */
-+   EVP_VerifyInit(md_ctx, 

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

2017-08-31 Thread Ronald van Haren
Date: Thursday, August 31, 2017 @ 21:12:26
  Author: ronald
Revision: 304416

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 304415, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 304415, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 304415, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 304415, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.18.2-openssl-1.1.patch
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.18.2-openssl-1.1.patch
  efl/repos/extra-x86_64/eina_doxygen.patch

---+
 /PKGBUILD |  144 
 /eina_doxygen.patch   |   20 ++
 extra-i686/PKGBUILD   |   76 
 extra-i686/efl-1.18.2-openssl-1.1.patch   |  247 
 extra-i686/eina_doxygen.patch |   10 -
 extra-x86_64/PKGBUILD |   76 
 extra-x86_64/efl-1.18.2-openssl-1.1.patch |  247 
 extra-x86_64/eina_doxygen.patch   |   10 -
 8 files changed, 164 insertions(+), 666 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-31 21:12:14 UTC (rev 304415)
+++ extra-i686/PKGBUILD 2017-08-31 21:12:26 UTC (rev 304416)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.18.4
-pkgrel=3
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-eina_doxygen.patch
-efl-1.18.2-openssl-1.1.patch)
-sha256sums=('39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025'
-'2a83b636a4e897ea9445b42de98dbf8514a920c3765648b0c27f7366ad95cb87'
-'fa8e9d0b4f8ec36a40354f2c7c3e2bef055ab7301317437e3a6c5fd01152e9c3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-
-  patch -Np1 -i ../efl-1.18.2-openssl-1.1.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
-
-  make
-  make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 304415, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-31 21:12:26 UTC (rev 304416)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 20:23:09
  Author: arojas
Revision: 255214

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

Added:
  vtk/repos/community-i686/.contrib
(from rev 255213, vtk/trunk/.contrib)
  vtk/repos/community-i686/PKGBUILD
(from rev 255213, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/.contrib
(from rev 255213, vtk/trunk/.contrib)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 255213, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-i686/.contrib
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-x86_64/.contrib
  vtk/repos/community-x86_64/PKGBUILD

---+
 /.contrib |   12 ++
 /PKGBUILD |  250 
 community-i686/.contrib   |6 -
 community-i686/PKGBUILD   |  125 --
 community-x86_64/.contrib |6 -
 community-x86_64/PKGBUILD |  125 --
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/.contrib
===
--- community-i686/.contrib 2017-08-31 20:22:05 UTC (rev 255213)
+++ community-i686/.contrib 2017-08-31 20:23:09 UTC (rev 255214)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-i686/.contrib (from rev 255213, vtk/trunk/.contrib)
===
--- community-i686/.contrib (rev 0)
+++ community-i686/.contrib 2017-08-31 20:23:09 UTC (rev 255214)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 20:22:05 UTC (rev 255213)
+++ community-i686/PKGBUILD 2017-08-31 20:23:09 UTC (rev 255214)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-pkgname=vtk
-pkgver=7.1.1
-_majorver=7.1
-pkgrel=3
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' 'qt5-x11extras' 'qt5-tools' 'qt5-webkit' 'jsoncpp')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb'
-'python2-autobahn: for vtkWeb'
-'openmpi: OpenMPI support'
-'python2-mpi4py: OpenMPI python support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'unixodbc'
-'glew'
-'gdal'
-'mariadb'
-'ffmpeg'
-'jsoncpp')
-source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;)
-options=(staticlibs)
-sha1sums=('8b3433e408ba3408354356dee4d295ea599a817c'
-  'e0021056162e72e0dac20fa833ea4f9ee29dee48'
-  '1ba20c351ac8237c168198a89504c3d93ea699c7')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, LIBPROJ4 NETCDF, HDF5
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library. 
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # Note: system HDF5 is incompatible
-  for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE 
SIX AUTOBAHN MPI4PY JSONCPP GLEW; do
-

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

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 20:23:20
  Author: andyrtr
Revision: 304414

upstream update 5.3.6

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 20:19:09 UTC (rev 304413)
+++ PKGBUILD2017-08-31 20:23:20 UTC (rev 304414)
@@ -11,8 +11,8 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=5.3.5.2
-pkgver=5.3.5
+_LOver=5.3.6.1
+pkgver=5.3.6
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -99,11 +99,11 @@
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('a5ef8e55d0985f0adb51943917aedf8a682cc3b37c61e69def1555b8d2aa76ea'
+sha256sums=('ffaac1c443b218c75dc1188072b35c8f5954a8873212f56e048e957d323c6a08'
 'SKIP'
-'8241338514f28bf626e1a4a73ee2b2749bafc4f5321e0ccae43dafd983c86f53'
+'254d9d8a5614e1a85aed3c90c8f9e48a4cfc70e8d52c1d3bee96344f04a5d479'
 'SKIP'
-'06ece601a79bf14a2ad14a445548aa926bc56976b60ad925100bd23652d9e910'
+'91bc98634c6f22c03328da02becb426aaae6bfa526fa49e0692dfb79c7606e57'
 'SKIP'
 '686a989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b'
 '41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f'


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 20:22:05
  Author: arojas
Revision: 255213

PIE rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 18:15:29 UTC (rev 255212)
+++ PKGBUILD2017-08-31 20:22:05 UTC (rev 255213)
@@ -6,7 +6,7 @@
 pkgname=vtk
 pkgver=7.1.1
 _majorver=7.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'


[arch-commits] Commit in libreoffice-still-i18n/repos (2 files)

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 20:19:09
  Author: andyrtr
Revision: 304413

archrelease: copy trunk to testing-any

Added:
  libreoffice-still-i18n/repos/testing-any/
  libreoffice-still-i18n/repos/testing-any/PKGBUILD
(from rev 304412, libreoffice-still-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-still-i18n/repos/testing-any/PKGBUILD (from rev 304412, 
libreoffice-still-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-08-31 20:19:09 UTC (rev 304413)
@@ -0,0 +1,533 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-still-i18n
+
+pkgver=5.3.6
+pkgrel=1
+_rcver=${pkgver}.1
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+_url="https://download.documentfoundation.org/libreoffice/stable;
+#_url="https://download.documentfoundation.org/libreoffice/testing;
+#_url="https://dev-builds.libreoffice.org/pre-releases;
+#_url="https://www.libreoffice.org/download/pre-releases;
+
+#_url+="/${pkgver}-rc2/rpm/x86"
+_url+="/${pkgver}/rpm/x86"
+#_url+="/rpm/x86"
+
+_languages=(
+  'af"Afrikaans"'
+  'am"Amharic"'
+  'ar"Arabic"'
+  'as"Assamese (India)"'
+  'ast   "Asturianu"'
+  'be"Belarusian"'
+  'bg"Bulgarian"'
+  'bn"Bengali"'
+  'bn-IN "Bengali (India)"'
+  'bo"Tibetan"'
+  'br"Breton"'
+  'brx   "Bodo"'
+  'bs"Bosnian"'
+  'ca"Catalan"'
+  'ca-valencia   "Catalan (Valencia)"'
+  'cs"Czech"'
+  'cy"Welsh"'
+  'da"Danish"'
+  'de"German"'
+  'dgo   "Dogri"'
+  'dz"Dzongkha"'
+  'el"Greek"'
+  'en-GB "English (GB)"'
+  'en-ZA "English (ZA)"'
+  'eo"Esperanto"'
+  'es"Spanish"'
+  'et"Estonian"'
+  'eu"Basque"'
+  'fa"Persian"'
+  'fi"Finnish"'
+  'fr"French"'
+  'ga"Irish"'
+  'gd"Gaelic (Scottish)"'
+  'gl"Galician"'
+  'gu"Gujarati"'
+  'he"Hebrew"'
+  'hi"Hindi"'
+  'hr"Croatian"'
+  'hu"Hungarian"'
+  'id"Indonesian"'
+  'is"Icelandic"'
+  'it"Italian"'
+  'ja"Japanese"'
+  'ka"Georgian"'
+  'kk"Kazakh"'
+  'km"Khmer (Cambodia)"'
+  'kmr-Latn  "Kurdish"'
+  'kn"Kannada"'
+  'ko"Korean"'
+  'kok   "Konkani"'
+  'ks"Kashmiri"'
+  'lb"Luxembourgish"'
+  'lo"Lao"'
+  'lt"Lithuanian"'
+  'lv"Latvian"'
+  'mai   "Maithili"'
+  'mk"Macedonian"'
+  'ml"Malayalam"'
+  'mn"Mongolian"'
+  'mni   "Manipuri"'
+  'mr"Marathi"'
+  'my"Burmese"'
+  'nb"Norwegian Bokmal"'
+  'ne"Nepali"'
+  'nl"Dutch"'
+  'nn"Norwegian Nynorsk"'
+  'nr"Ndebele (South)"'
+  'nso   "Northern Sotho"'
+  'oc"Occitan"'
+  'om"Oromo"'
+  'or"Oriya"'
+  'pa-IN "Punjabi (India)"'
+  'pl"Polish"'
+  'pt"Portuguese"'
+  'pt-BR "Portuguese (Brasil)"'
+  'ro"Romanian"'
+  'ru"Russian"'
+  'rw"Kinyarwanda"'
+  'sa-IN "Sanskrit (India)"'
+  'sat   "Santali"'
+  'sd"Sindhi"'
+  'si"Singhalese"'
+  'sid   "Sidama"'
+  'sk"Slovak"'
+  'sl"Slovenian"'
+  'sq"Albanien"'
+  'sr"Serbian"'
+  'sr-Latn   "Serbian (Latin)"'
+  'ss"Swati"'
+  'st"Southern Sotho"'
+  'sv"Swedish"'
+  'sw-TZ "Swahili (Tanzania)"'
+  'ta"Tamil"'
+  'te"Telugu"'
+  'tg"Tajik"'
+  'th"Thai"'
+  'tn"Tswana"'
+  'tr"Turkish"'
+  'ts"Tsonga"'
+  'tt"Tatar"'
+  'ug"Uighur"'
+  'uk"Ukrainian"'
+  'uz"Uzbek"'
+  've"Venda"'
+  'vi"Vietnamese"'
+  'xh"Xhosa"'
+  'zh-CN "Chinese (simplified)"'
+  'zh-TW "Chinese (traditional)"'
+  'zu"Zulu"'
+)
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "

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

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 20:17:15
  Author: andyrtr
Revision: 304412

upgpkg: libreoffice-still-i18n 5.3.6-1

upstream update 5.3.6

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  350 ++---
 1 file changed, 175 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 19:11:36 UTC (rev 304411)
+++ PKGBUILD2017-08-31 20:17:15 UTC (rev 304412)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=5.3.5
+pkgver=5.3.6
 pkgrel=1
-_rcver=${pkgver}.2
+_rcver=${pkgver}.1
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -136,351 +136,351 @@
   'zu"Zulu"'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('d6f1d32917a08f8097e7534487e157c2898d279f8aa82ebd657fb2355b685655'
+sha256sums=('52c8063b37697d2f45618b2c60482d79aff7e7cc16ec64c8b2e4d2c4074c2b80'
 'SKIP'
-'9324021ff946af391e7bd602ac9f75c1638fe80ad4018f7446f6e3c635a03861'
+'2ff0723bf4ec9e622f7e5c7be83fbe2f547a5a64b90fcfd0b6330e8ea392cfdd'
 'SKIP'
-'17938c87bd7aa390c0a8f17daa27b98fdab5752deff539b9e9784e7bdae70442'
+'101a872d26a135fe0f65fde020861fb0be06423268de36efac7d8cb762869883'
 'SKIP'
-'cdb1eccb66642d0351a214427da5eeb85db4b1f49d7e560d0fc14f70d9c8a70b'
+'430d1ff887a87c62c965d5ba343233e86613a7ad2143af04b693b502dc2e0837'
 'SKIP'
-'c4385ff370add0e00755a9a548fb5a6f117e400ad07a29e27481b04454b3c877'
+'fe0e244f131b93b2c2a90552726faf7eada281c8a3f4ad9f0792d2b061219b92'
 'SKIP'
-'92124bf972d2a88e7eea493247a211ecc9a0508aad52ad72161494cb2b964d15'
+'c8dd358913a5c8449df117d1f571a59665d79035bcd89bb824b3fd4251f673c4'
 'SKIP'
-'9e1df12c9e6342878438619d66577198439cafc60efa369f37c7045ed1cb7001'
+'53e581c5358982e3e7b779e769e91aa519fca962cbc8cea5ba89033fbd47c290'
 'SKIP'
-'7ed2d3d2d9f61dcc32ba0da8b7611eec120f1a43dff1fc8c7561e7b29200614b'
+'a959bd55e2d76337793d9517f45132e79aa83364a1c49c4547ee5e50499986de'
 'SKIP'
-'ca96e7d18d62fd3df37eb80dacb75c634f2fefc50164e6d660aed34de372fad0'
+'09f2af90a83fd48c94974964ed2bfbe51c598053e6d69e17893d162acf937eaa'
 'SKIP'
-'736d955455ddb750d9b78801deecbb781d5a1b3f8652ef4266f56697cde7fa56'
+'75fa891f2c582377ee6c62045b18d80901a82296dc96c524c02d2a45c7f7adb1'
 'SKIP'
-'9f0ee48e333bf949c3b728dd7e9547e6258eb80b0ca930c6b517265f7cce343d'
+'72019fb08974d4210efb72a75f7b1e3bc0c0a9434d0bdd769cb5ea60a84091c1'
 'SKIP'
-'d387ac2eaedcb5e5e9f6f95eac83dbda77b98b08e4226d46f4313f6f5f5ae60e'
+'7580d57e95773f2bc4a5e668004a7a4fd8c902806fbd6dfcde1a929e47a81284'
 'SKIP'
-'53476d0b704c8c525f2db94301086fef96253f5c239792e6f42d58769ba68638'
+'6e27de93f11995bea8f8bd443e714d0bee32826836a64e67183a4b9eafae250b'
 'SKIP'
-'2c8ef73637afe915c8bb059b0f2b9772d98e810659a7bbf657c5d9a9634d6fb4'
+'c830157ac1fbf8f1c7916a6f814098395a966a3f3afa1d930ec7e270131427fa'
 'SKIP'
-'3185edcc648c7b9f23bb28e3e959922a9afaefed5dce40d26017d5945e948835'
+'16a702cdc0e3eb8b8180c52ea0b58d7f52523d13c2f0a6f4ecd4b3e7a0e8a575'
 'SKIP'
-'4fb653bda1d6391d62c0a5ffa9a528d8355850bd6baf42e0ed563bff87fd058d'
+'1133dd6bd9c4034a95a4bb75dd3699e792b75d09245eb2453678ee621898a271'
 'SKIP'
-'b2918d14d6f3b146a3b56ecb786b6bceb6dfdc708bda1430d60ba1b12ce9f7ee'
+'762fb19a79684dba31c5ad722e2b98406443daca06e82cb5035cdf39218920fb'
 'SKIP'
-'92fb06ab10760c52f50c24aafa31480ea9c1db7ee321afb1bbf29391fb74a1ab'
+'45e72e76e6b0ca50d355130b0f1791390da32af9c089da629644b46217ad4b3d'
 'SKIP'
-'d1bd1fabc3a31afe88e967dbcb1b612be6e3131f29f9d1a357f3e918561e2d99'
+'4817b30d4e3f32d04e2a1af721e48f54b02f3ccc50cfb9c68c40112355106c9a'
 'SKIP'
-'891cd8887b81d0f76a5635bcc4e17693a0ac3eac4196db5b9234cdd704d8c434'
+'75faf796619823103a5e259c01d4df3dc2bc96374091a2104e83f6633f12599a'
 'SKIP'
-'c02d9c7404c353ebfd1561a344abce22361cb00938cd40e19bd28034e51e88c1'
+'acab1f0c04f1afb6a7e2bcbe2b1ed4e4e52817951376a75b1b67c06301e3461b'
 'SKIP'
-'4a1de4c3d3d546b0c65a00577a02f115506190b5efb6953640691f41a9649981'
+'18dfd8d202f4d1f38f51db6dbd0d2c7182e044681ae299269be9a5e0e74c672e'
 'SKIP'
-'c241d337228ee50b72cf1561161953944b26c92c982cb4ea219c11328ffc0e15'
+

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 18:36:21
  Author: arojas
Revision: 304408

Fix conflicts with libkvkontakte (FS#55451)

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 18:34:29 UTC (rev 304407)
+++ PKGBUILD2017-08-31 18:36:21 UTC (rev 304408)
@@ -7,7 +7,7 @@
 pkgname=('digikam' 'kipi-plugins')
 _pkgver=5.6.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=4
+pkgrel=5
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -26,6 +26,8 @@
 
 # sv docs fail to build
   sed -e '/sv/d' -i $pkgname-$pkgver/doc-translated/CMakeLists.txt
+# fix conflicts with libkvkontakte
+  rm $pkgbase-$pkgver/po/*/libkvkontakte.po
 # fix build with cmake 3.9
   cd $pkgbase-$pkgver/core
   patch -p1 -i ../../digikam-cmake-3.9.patch
@@ -63,7 +65,7 @@
   make DESTDIR="$pkgdir" install
 
 # Provided by kipi-plugins
-  rm "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kipiplugin*,libkvkontakte}.mo
+  rm "$pkgdir"/usr/share/locale/*/LC_MESSAGES/kipiplugin*.mo
 }
 
 package_kipi-plugins() {


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

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 18:34:29
  Author: andyrtr
Revision: 304407

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 304406, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 304406, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-08-31 18:34:29 UTC (rev 304407)
@@ -0,0 +1,533 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=5.4.1
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+_url="https://download.documentfoundation.org/libreoffice/stable;
+#_url="https://download.documentfoundation.org/libreoffice/testing;
+#_url="https://dev-builds.libreoffice.org/pre-releases;
+#_url="https://www.libreoffice.org/download/pre-releases;
+
+#_url+="/${pkgver}-rc2/rpm/x86"
+_url+="/${pkgver}/rpm/x86"
+#_url+="/rpm/x86"
+
+_languages=(
+  'af"Afrikaans"'
+  'am"Amharic"'
+  'ar"Arabic"'
+  'as"Assamese (India)"'
+  'ast   "Asturianu"'
+  'be"Belarusian"'
+  'bg"Bulgarian"'
+  'bn"Bengali"'
+  'bn-IN "Bengali (India)"'
+  'bo"Tibetan"'
+  'br"Breton"'
+  'brx   "Bodo"'
+  'bs"Bosnian"'
+  'ca"Catalan"'
+  'ca-valencia   "Catalan (Valencia)"'
+  'cs"Czech"'
+  'cy"Welsh"'
+  'da"Danish"'
+  'de"German"'
+  'dgo   "Dogri"'
+  'dz"Dzongkha"'
+  'el"Greek"'
+  'en-GB "English (GB)"'
+  'en-ZA "English (ZA)"'
+  'eo"Esperanto"'
+  'es"Spanish"'
+  'et"Estonian"'
+  'eu"Basque"'
+  'fa"Persian"'
+  'fi"Finnish"'
+  'fr"French"'
+  'ga"Irish"'
+  'gd"Gaelic (Scottish)"'
+  'gl"Galician"'
+  'gu"Gujarati"'
+  'he"Hebrew"'
+  'hi"Hindi"'
+  'hr"Croatian"'
+  'hu"Hungarian"'
+  'id"Indonesian"'
+  'is"Icelandic"'
+  'it"Italian"'
+  'ja"Japanese"'
+  'ka"Georgian"'
+  'kk"Kazakh"'
+  'km"Khmer (Cambodia)"'
+  'kmr-Latn  "Kurdish"'
+  'kn"Kannada"'
+  'ko"Korean"'
+  'kok   "Konkani"'
+  'ks"Kashmiri"'
+  'lb"Luxembourgish"'
+  'lo"Lao"'
+  'lt"Lithuanian"'
+  'lv"Latvian"'
+  'mai   "Maithili"'
+  'mk"Macedonian"'
+  'ml"Malayalam"'
+  'mn"Mongolian"'
+  'mni   "Manipuri"'
+  'mr"Marathi"'
+  'my"Burmese"'
+  'nb"Norwegian Bokmal"'
+  'ne"Nepali"'
+  'nl"Dutch"'
+  'nn"Norwegian Nynorsk"'
+  'nr"Ndebele (South)"'
+  'nso   "Northern Sotho"'
+  'oc"Occitan"'
+  'om"Oromo"'
+  'or"Oriya"'
+  'pa-IN "Punjabi (India)"'
+  'pl"Polish"'
+  'pt"Portuguese"'
+  'pt-BR "Portuguese (Brasil)"'
+  'ro"Romanian"'
+  'ru"Russian"'
+  'rw"Kinyarwanda"'
+  'sa-IN "Sanskrit (India)"'
+  'sat   "Santali"'
+  'sd"Sindhi"'
+  'si"Singhalese"'
+  'sid   "Sidama"'
+  'sk"Slovak"'
+  'sl"Slovenian"'
+  'sq"Albanien"'
+  'sr"Serbian"'
+  'sr-Latn   "Serbian (Latin)"'
+  'ss"Swati"'
+  'st"Southern Sotho"'
+  'sv"Swedish"'
+  'sw-TZ "Swahili (Tanzania)"'
+  'ta"Tamil"'
+  'te"Telugu"'
+  'tg"Tajik"'
+  'th"Thai"'
+  'tn"Tswana"'
+  'tr"Turkish"'
+  'ts"Tsonga"'
+  'tt"Tatar"'
+  'ug"Uighur"'
+  'uk"Ukrainian"'
+  'uz"Uzbek"'
+  've"Venda"'
+  'vi"Vietnamese"'
+  'xh"Xhosa"'
+  'zh-CN "Chinese (simplified)"'
+  'zh-TW "Chinese (traditional)"'
+  'zu"Zulu"'
+)
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "

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

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 18:33:22
  Author: andyrtr
Revision: 304406

upgpkg: libreoffice-fresh-i18n 5.4.1-1

upstream update 5.4.1

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  350 ++---
 1 file changed, 175 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 18:12:23 UTC (rev 304405)
+++ PKGBUILD2017-08-31 18:33:22 UTC (rev 304406)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
-_rcver=${pkgver}.3
+_rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -136,351 +136,351 @@
   'zu"Zulu"'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('2b5e2c3e630880151178b963f7b22e9d4becdf191628788abd62e7eeb5dba8b2'
+sha256sums=('e72c90af15aafe927b8de4f0e8f210859b9a0ccd8666c5dfbfbca28b59563584'
 'SKIP'
-'37e7b77ab9d28f6ab27a19e1ad84f472037983fe95ea2e3763fa5a5d91218e47'
+'8663e37a357b0e1f4c2091b2d476eb0f2b2282417c369a3c5bc7a8611b630342'
 'SKIP'
-'a6c98268e063e259010913ede6f52e34d3c94bffaee7ef971e23c0325f6984f2'
+'b765f1c51be59b2119d16407ef61e75eee66e0c5eb8ccf649364d4e8db3e85a0'
 'SKIP'
-'75e6746fb1ad32d7ba81c73201ee92d31fc33ff8988147c15cb2c09e948e9fa9'
+'0de2726891c037b85f0169f475a049c050d94abfcd4fe5c947917793b34c7ea4'
 'SKIP'
-'80f439683b528f064c9d8dbc4b26e7ca211b2b84b8e0a69fcd65ccd61a9eb241'
+'1745ba8ad9295200b1e5c3923c3d75386ae298b406be1997d922327214a3947c'
 'SKIP'
-'c24d32dde40d0da4a0548d3e67ae879d18581448c3f8f4f3485fe788c83fc64e'
+'780c0dc396debdb68f0378bca6d773e100afc272526ae0b0b3e44691779d603b'
 'SKIP'
-'617dda964e85f93b48998b26b6c170e81806d07c89978bc774fed2c671c14439'
+'b06e6ee714d881ca69ae55a9d984752048015bcc12165a35fc0ff02d945e2a6c'
 'SKIP'
-'b5267bb22bc8671f7c062bcf725eac1af0e124586ded7654cd16de84286fcdb0'
+'1053d448632d4940e3131089b18bb748eb1631cb54fbf259b203cb915c09bb9a'
 'SKIP'
-'b65146b6800b8cbb721893ccc5bdc56812518f4ecfe7bba34e5f7216c096c768'
+'a9c17747eb5aee80e7b5348beed5a2c4253887320e47873da68410a967ff852c'
 'SKIP'
-'13eda6bcd999c56c2701a71ad293341706b78b807753aee1429386a3423c20ab'
+'bcc86a07fd3cc9720bcbd2f6782155fe6f62172ae2979189a9491e3b54c34286'
 'SKIP'
-'222ceb6a614efe3932bd6c6ce193a766a520aca5937f78528069591c04aea630'
+'5f0c1469d3bcc1831e5ded29aeb95575db63b3590ca6b9a0aaf55c83e5105648'
 'SKIP'
-'e372e25a7916fd2d3fa979fcdbc52045a2dc5f897cf2d5e754d9d9adcc3e17b3'
+'c39ec4df68bec39f3b15b62bcaf599feea163ffe798c37ba605a4722ed10190b'
 'SKIP'
-'419deb3e060819f232b2fe6c0dbead02f2acafdc75b4ccbbf6f22c005ee2b9db'
+'285badff5312436238d19d234d4e6b98db43100107d9df7451f0abbca20a47ed'
 'SKIP'
-'2a302c53ac355d9cdfa86ba336e1da6939a1892901649fe424ceaf1d123e4fc0'
+'53eccef8b65c9a2604838554e9b0077fbe741f77cf33fa15b797c3db74b985a5'
 'SKIP'
-'90e93b10e470bcb21deb570ee2b0521f923ca6caf5f838294ca256035bd61d64'
+'ec4b3a169add2ef82f94aa5a65b62d0c5a975bbf1fe9661a70f44cd83f9499de'
 'SKIP'
-'42805e59ae6ff148a68300357b696eaab9c4f2d2b48c77da21d2aa19377ad7ac'
+'dff1182b35a0238784a78303052c04ef7583baf598f40fb9cb5cda076badde56'
 'SKIP'
-'5ac055bfc06263d11429c1409dc4847471f353c9e1f17e3305e57bbea60d345c'
+'0079317726fad0f65dc915d2182be3bec96c19c6fd4b3be9a5b0db99d28801c3'
 'SKIP'
-'02f9444b95fd4a61ef713802b489410a3d9e906e9da66801cd30c29dc8b44861'
+'66bca1e76990f23781cfdf27e678412e2ead9a84e959aee38091c52e91734aa8'
 'SKIP'
-'e7ed20e5c7847aba4daba9a0ebf28006119125fe97862c2e0f3ddd314ed3'
+'0b808e31a9625a613d576e693cecc33c0ab4e20647edaca457ba9f48a5a37f64'
 'SKIP'
-'331b00335f7c211cd0423a1f01eef4bf46f0136122a13607a39bb8fb63524439'
+'d04390661d41115a3602db9fae6429795bfd462516f5e953c25258b1c26a3a60'
 'SKIP'
-'216e007ce7a6db12042a6ca8bdceb85a960be3da6069c1df069cd32ac9e7193a'
+'d717edf259134e89e1a7147b8c78e388f0dca998247b0bd857430a550ccd9d67'
 'SKIP'
-'23f40835d0e338e09d70c0d053a9509ffcffad2de1f64796e895e6178ce63d9b'
+'c32a70ccb4b68379fbf3023931e6676489e050f0538c7a2667ee35845c018dd4'
 'SKIP'
-'565f543b28eed7abe19d18e4339a980588bfea36d179aa3be4a4023d872cadbb'
+

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

2017-08-31 Thread Jelle van der Waa
Date: Thursday, August 31, 2017 @ 18:15:29
  Author: jelle
Revision: 255212

Update source url

Update the source url which is 404 and update it to the github url.

Modified:
  urlwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 18:02:06 UTC (rev 255211)
+++ PKGBUILD2017-08-31 18:15:29 UTC (rev 255212)
@@ -11,8 +11,8 @@
 url="https://thp.io/2008/urlwatch/;
 license=('BSD')
 depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
-source=("https://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
-sha256sums=('57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4')
+source=("https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
+sha256sums=('ab14dbdda6604e42e63c47cd70d533a9c3033aa238e891fd895c0f605f187625')
 
 build() {
   cd $pkgname-$pkgver


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

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 18:12:23
  Author: andyrtr
Revision: 304405

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

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

-+
 testing-i686/PKGBUILD   |  376 
++
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   18 
 testing-x86_64/PKGBUILD |  376 
++
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   18 
 8 files changed, 812 insertions(+)

Copied: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 304404, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-31 18:12:23 UTC (rev 304405)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=5.4.1.2
+pkgver=5.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'glm' 'libxinerama' 
'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode')
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_63_0.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   

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

2017-08-31 Thread Andreas Radke
Date: Thursday, August 31, 2017 @ 18:11:58
  Author: andyrtr
Revision: 304404

upgpkg: libreoffice-fresh 5.4.1-1

upstream update 5.4.1

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:57:18 UTC (rev 304403)
+++ PKGBUILD2017-08-31 18:11:58 UTC (rev 304404)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.4.0.3
-pkgver=5.4.0
-pkgrel=2
+_LOver=5.4.1.2
+pkgver=5.4.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -99,11 +99,11 @@
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('17b29d05349b0db15f606f2d630e84c0969c89af6bd06aad8d75a074ee2add94'
+sha256sums=('d320b01900a77cd7427e1b82fb2739fd1eb1fd3a08a75928929638b6470a2730'
 'SKIP'
-'e1460aee386733725e0d734bb5fed4866c93b0342a49936eb45ec350e45e27d9'
+'ced4b795b92d42d2acc06be6393faad82a7e6cfbf738819dd4d460a44e61efaa'
 'SKIP'
-'579f79ba01e6e9046ce99895540cef6d8987e2445cedba4fb78d2969e593145e'
+'8f91589ccc03c09f6e7b8079ccea775194c7c9f559ff68b8eef642f9647121c7'
 'SKIP'
 'beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'


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

2017-08-31 Thread Jelle van der Waa
Date: Thursday, August 31, 2017 @ 18:02:06
  Author: jelle
Revision: 255211

Update service md5sum

Modified:
  arpwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:40:26 UTC (rev 255210)
+++ PKGBUILD2017-08-31 18:02:06 UTC (rev 255211)
@@ -17,7 +17,7 @@
 md5sums=('cebfeb99c4a7c2a6cee2564770415fe7'
  'c5abd91d8852f68bf5bf49ed9e80dba0'
  '9359518c500562281e76cdb0b2fa9062'
- '43e2358ba0532da38e5296250a7fcfd8')
+ '586c5d13b0ee177d927b8925a9332ebc')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 17:57:18
  Author: arojas
Revision: 304403

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-31 17:56:45 UTC (rev 304402)
+++ extra-i686/PKGBUILD 2017-08-31 17:57:18 UTC (rev 304403)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.10.5
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6bf60a70eea9aa6594c7a799855a8a1d492d78ce8b9b014ae5bca9242fe9881d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 304402, 
kscreenlocker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-31 17:57:18 UTC (rev 304403)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.10.5.1
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('777f7a67539f9e32e687525e5b119774ce1c9dd6ebd64339205b52e97d03300e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver%.*} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=/usr/lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-31 17:56:45 UTC (rev 304402)
+++ extra-x86_64/PKGBUILD   2017-08-31 17:57:18 UTC (rev 304403)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.10.5
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6bf60a70eea9aa6594c7a799855a8a1d492d78ce8b9b014ae5bca9242fe9881d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 17:56:45
  Author: arojas
Revision: 304402

Update to 5.10.5.1

Modified:
  kscreenlocker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:24:52 UTC (rev 304401)
+++ PKGBUILD2017-08-31 17:56:45 UTC (rev 304402)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kscreenlocker
-pkgver=5.10.5
+pkgver=5.10.5.1
 pkgrel=1
 pkgdesc='Library and components for secure lock screen architecture'
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 groups=(plasma)
 depends=(kidletime kwayland kdeclarative)
 makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6bf60a70eea9aa6594c7a799855a8a1d492d78ce8b9b014ae5bca9242fe9881d'
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('777f7a67539f9e32e687525e5b119774ce1c9dd6ebd64339205b52e97d03300e'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
@@ -24,7 +24,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname-${pkgver%.*} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \


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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 17:40:26
  Author: felixonmars
Revision: 255210

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 17:40:03 UTC (rev 255209)
+++ PKGBUILD2017-08-31 17:40:26 UTC (rev 255210)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('7516e2fa7ffee94fb0df8215dfd811096d0a051f77f1079966bb480ef17cf72dbfa7ebdfb3089900b2b8143cc8ce09bd5fcf055426210c84898cc113024c3f0e')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 255209, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 17:40:26 UTC (rev 255210)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.23.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('4c4c4ad12b0ff8154d6389a19c39733d402140c28238497d121880d0f57de9a3f471b2fb1994c774babfb43ddeeedbbedc0f66c6440de97de991e47cf7e18fea')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py 

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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 17:40:03
  Author: felixonmars
Revision: 255209

upgpkg: python-hypothesis 3.23.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:26:42 UTC (rev 255208)
+++ PKGBUILD2017-08-31 17:40:03 UTC (rev 255209)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.22.2
+pkgver=3.23.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('7516e2fa7ffee94fb0df8215dfd811096d0a051f77f1079966bb480ef17cf72dbfa7ebdfb3089900b2b8143cc8ce09bd5fcf055426210c84898cc113024c3f0e')
+sha512sums=('4c4c4ad12b0ff8154d6389a19c39733d402140c28238497d121880d0f57de9a3f471b2fb1994c774babfb43ddeeedbbedc0f66c6440de97de991e47cf7e18fea')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 17:26:42
  Author: felixonmars
Revision: 255208

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 17:26:17 UTC (rev 255207)
+++ PKGBUILD2017-08-31 17:26:42 UTC (rev 255208)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-faker
-pkgname=(python-faker python2-faker)
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('1fb7ec7b5c54c2635f0508e4f46e55c33172e3e8a547c3d1dc61f55f94bc5528e40dc422103169b87a2088a35b50460be27526d7d9a89ecbc46477c8f0e6d17b')
-
-prepare() {
-  cp -a faker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil')
-  provides=("python-fake-factory=$pkgver")
-  conflicts=('python-fake-factory')
-  replaces=('python-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-  provides=("python2-fake-factory=$pkgver")
-  conflicts=('python2-fake-factory')
-  replaces=('python2-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-faker/repos/community-any/PKGBUILD (from rev 255207, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 17:26:42 UTC (rev 255208)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('089efd328a9e11850bc9a318e9bab6c08f67e9360f51da6f4fb3f52188852f4b3fbed83a5282f5a10dc49ae10b1ad6f325ba5675ee032156a8e5ae70a00baff9')
+
+prepare() {
+  cp -a faker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-faker() {
+  depends=('python-setuptools' 'python-dateutil')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-faker() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 17:26:17
  Author: felixonmars
Revision: 255207

upgpkg: python-faker 0.8.1-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:19:37 UTC (rev 255206)
+++ PKGBUILD2017-08-31 17:26:17 UTC (rev 255207)
@@ -5,7 +5,7 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -16,7 +16,7 @@
   'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
   'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('1fb7ec7b5c54c2635f0508e4f46e55c33172e3e8a547c3d1dc61f55f94bc5528e40dc422103169b87a2088a35b50460be27526d7d9a89ecbc46477c8f0e6d17b')
+sha512sums=('089efd328a9e11850bc9a318e9bab6c08f67e9360f51da6f4fb3f52188852f4b3fbed83a5282f5a10dc49ae10b1ad6f325ba5675ee032156a8e5ae70a00baff9')
 
 prepare() {
   cp -a faker-$pkgver{,-py2}


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 17:24:52
  Author: arojas
Revision: 304401

Fix URL

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:24:36 UTC (rev 304400)
+++ PKGBUILD2017-08-31 17:24:52 UTC (rev 304401)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(i686 x86_64)
-url='http://ktorrent.pwsp.net/'
+url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
 depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
 makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 17:24:36
  Author: arojas
Revision: 304400

Fix URL

Modified:
  libktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:00:03 UTC (rev 304399)
+++ PKGBUILD2017-08-31 17:24:36 UTC (rev 304400)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=(i686 x86_64)
-url="http://ktorrent.pwsp.net/;
+url="https://www.kde.org/applications/internet/ktorrent/;
 license=(GPL2)
 depends=(kio qca-qt5)
 makedepends=(extra-cmake-modules python boost doxygen)


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

2017-08-31 Thread Jiachen Yang
Date: Thursday, August 31, 2017 @ 17:19:37
  Author: farseerfc
Revision: 255206

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 255205, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 255205, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 17:18:52 UTC (rev 255205)
+++ PKGBUILD2017-08-31 17:19:37 UTC (rev 255206)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20170702
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('3a186930d8b59b269ee948fcf2810897'
- '87bab3dd7440c2577e28573a613c63e7'
- '1c6950951234f06168e16ab3718fbd90'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '8a7d5efefea00655b4c178dff4c89070')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 255205, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 17:19:37 UTC (rev 255206)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20170827
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenance tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('d556c2c96e75b14bc21834f171b7db7e'
+ '87bab3dd7440c2577e28573a613c63e7'
+ '1c6950951234f06168e16ab3718fbd90'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '8a7d5efefea00655b4c178dff4c89070')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2017-08-31 17:18:52 UTC (rev 255205)
+++ skk-jisyo.install   2017-08-31 17:19:37 UTC (rev 255206)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 255205, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2017-08-31 17:19:37 UTC (rev 255206)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2017-08-31 Thread Jiachen Yang
Date: Thursday, August 31, 2017 @ 17:18:52
  Author: farseerfc
Revision: 255205

upgpkg: skk-jisyo 20170827-1

skk-jisyo 20170827

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:32:52 UTC (rev 255204)
+++ PKGBUILD2017-08-31 17:18:52 UTC (rev 255205)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20170702
+pkgver=20170827
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('3a186930d8b59b269ee948fcf2810897'
+md5sums=('d556c2c96e75b14bc21834f171b7db7e'
  '87bab3dd7440c2577e28573a613c63e7'
  '1c6950951234f06168e16ab3718fbd90'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 17:00:03
  Author: arojas
Revision: 304399

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-31 16:59:35 UTC (rev 304398)
+++ extra-i686/PKGBUILD 2017-08-31 17:00:03 UTC (rev 304399)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-
-pkgname=libktorrent4
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A BitTorrent protocol implementation - KDE4 version"
-arch=(i686 x86_64)
-url="https://ktorrent.org/;
-license=(GPL2)
-depends=(kdelibs qca-qt4)
-makedepends=(automoc4 cmake boost doxygen)
-conflicts=(libktorrent)
-source=("http://ftp.netbsd.org/pub/pkgsrc/distfiles/libktorrent-$pkgver.tar.bz2;)
-sha256sums=('2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname%4}-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktorrent4/repos/extra-i686/PKGBUILD (from rev 304398, 
libktorrent4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-31 17:00:03 UTC (rev 304399)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent4
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="A BitTorrent protocol implementation - KDE4 version"
+arch=(i686 x86_64)
+url="https://ktorrent.org/;
+license=(GPL2)
+depends=(kdelibs qca-qt4)
+makedepends=(automoc4 cmake boost doxygen)
+source=("https://ftp.netbsd.org/pub/pkgsrc/distfiles/libktorrent-$pkgver.tar.bz2;)
+sha256sums=('2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname%4}-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-31 16:59:35 UTC (rev 304398)
+++ extra-x86_64/PKGBUILD   2017-08-31 17:00:03 UTC (rev 304399)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-
-pkgname=libktorrent4
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A BitTorrent protocol implementation - KDE4 version"
-arch=(i686 x86_64)
-url="https://ktorrent.org/;
-license=(GPL2)
-depends=(kdelibs qca-qt4)
-makedepends=(automoc4 cmake boost doxygen)
-conflicts=(libktorrent)
-source=("http://ftp.netbsd.org/pub/pkgsrc/distfiles/libktorrent-$pkgver.tar.bz2;)
-sha256sums=('2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname%4}-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktorrent4/repos/extra-x86_64/PKGBUILD (from rev 304398, 
libktorrent4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-31 17:00:03 UTC (rev 304399)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent4
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="A BitTorrent protocol implementation - KDE4 version"
+arch=(i686 x86_64)
+url="https://ktorrent.org/;
+license=(GPL2)
+depends=(kdelibs qca-qt4)
+makedepends=(automoc4 cmake boost doxygen)
+source=("https://ftp.netbsd.org/pub/pkgsrc/distfiles/libktorrent-$pkgver.tar.bz2;)
+sha256sums=('2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname%4}-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 16:59:35
  Author: arojas
Revision: 304398

Remove conflict with libktorrent

Modified:
  libktorrent4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 16:55:35 UTC (rev 304397)
+++ PKGBUILD2017-08-31 16:59:35 UTC (rev 304398)
@@ -5,7 +5,7 @@
 
 pkgname=libktorrent4
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A BitTorrent protocol implementation - KDE4 version"
 arch=(i686 x86_64)
 url="https://ktorrent.org/;
@@ -12,7 +12,6 @@
 license=(GPL2)
 depends=(kdelibs qca-qt4)
 makedepends=(automoc4 cmake boost doxygen)
-conflicts=(libktorrent)
 
source=("https://ftp.netbsd.org/pub/pkgsrc/distfiles/libktorrent-$pkgver.tar.bz2;)
 sha256sums=('2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725')
 


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 16:55:06
  Author: arojas
Revision: 304395

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

Added:
  ktorrent/repos/staging-i686/
  ktorrent/repos/staging-i686/PKGBUILD
(from rev 304394, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/staging-x86_64/
  ktorrent/repos/staging-x86_64/PKGBUILD
(from rev 304394, ktorrent/trunk/PKGBUILD)

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

Copied: ktorrent/repos/staging-i686/PKGBUILD (from rev 304394, 
ktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-31 16:55:06 UTC (rev 304395)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Georg Grabler 
+
+pkgname=ktorrent
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=(i686 x86_64)
+url='http://ktorrent.pwsp.net/'
+license=(GPL2)
+depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
+makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
+'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: ktorrent/repos/staging-x86_64/PKGBUILD (from rev 304394, 
ktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-31 16:55:06 UTC (rev 304395)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Georg Grabler 
+
+pkgname=ktorrent
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=(i686 x86_64)
+url='http://ktorrent.pwsp.net/'
+license=(GPL2)
+depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
+makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
+'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 16:54:33
  Author: arojas
Revision: 304394

Update to 5.1.0

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:01:43 UTC (rev 304393)
+++ PKGBUILD2017-08-31 16:54:33 UTC (rev 304394)
@@ -4,17 +4,20 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://ktorrent.pwsp.net/'
-license=('GPL2')
-depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
+license=(GPL2)
+depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
+makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
+'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
 prepare() {
   mkdir -p build
@@ -31,5 +34,5 @@
 
 package() {
cd build
-   make DESTDIR="${pkgdir}" install
+   make DESTDIR="$pkgdir" install
 }


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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 15:32:52
  Author: jsteel
Revision: 255204

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 255203, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 255203, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 255203, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-31 15:32:52 UTC (rev 255204)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.8.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' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0155df91dd4361f303613fa17dbb73c9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default 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 255203, 
facter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-31 15:32:52 UTC (rev 255204)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.8.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' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0155df91dd4361f303613fa17dbb73c9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default 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 facter/trunk (1581.patch PKGBUILD)

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 15:32:39
  Author: jsteel
Revision: 255203

upgpkg: facter 3.8.0-1

Modified:
  facter/trunk/PKGBUILD
Deleted:
  facter/trunk/1581.patch

+
 1581.patch |   79 ---
 PKGBUILD   |   12 ++--
 2 files changed, 3 insertions(+), 88 deletions(-)

Deleted: 1581.patch
===
--- 1581.patch  2017-08-31 15:17:36 UTC (rev 255202)
+++ 1581.patch  2017-08-31 15:32:39 UTC (rev 255203)
@@ -1,79 +0,0 @@
-From 8d23b66e7463787e5ad037f665a90f54ca570543 Mon Sep 17 00:00:00 2001
-From: Michael Smith 
-Date: Fri, 2 Jun 2017 11:50:40 -0700
-Subject: [PATCH 1/2] (FACT-1588) Fix for OpenSSL 1.1.0
-
-Building with OpenSSL 1.1.0 failed due to a change in const-ness of the
-`BIO_f_base64` return value. Update functions to accept a const value
-when appropriate. Should be backwards compatible with non-const version.

- lib/inc/internal/util/posix/scoped_bio.hpp | 2 +-
- lib/src/util/posix/scoped_bio.cc   | 7 +--
- 2 files changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/lib/inc/internal/util/posix/scoped_bio.hpp 
b/lib/inc/internal/util/posix/scoped_bio.hpp
-index 5be7f74ae..16639f5f9 100644
 a/lib/inc/internal/util/posix/scoped_bio.hpp
-+++ b/lib/inc/internal/util/posix/scoped_bio.hpp
-@@ -19,7 +19,7 @@ namespace facter { namespace util { namespace posix {
-  * Constructs a scoped_bio.
-  * @param method The BIO_METHOD to use.
-  */
--explicit scoped_bio(BIO_METHOD* method);
-+explicit scoped_bio(const BIO_METHOD* method);
- 
- /**
-  * Constructs a scoped_bio.
-diff --git a/lib/src/util/posix/scoped_bio.cc 
b/lib/src/util/posix/scoped_bio.cc
-index d6667fc93..cdf25d63e 100644
 a/lib/src/util/posix/scoped_bio.cc
-+++ b/lib/src/util/posix/scoped_bio.cc
-@@ -6,8 +6,11 @@ using namespace leatherman::util;
- 
- namespace facter { namespace util { namespace posix {
- 
--scoped_bio::scoped_bio(BIO_METHOD* method) :
--scoped_resource(BIO_new(method), free)
-+// Remove const-ness before calling BIO_new. This is "unsafe",
-+// but in isolation here will not cause issues. Allows the code to work
-+// with both OpenSSL 1.0 and 1.1.
-+scoped_bio::scoped_bio(const BIO_METHOD* method) :
-+scoped_resource(BIO_new(const_cast(method)), free)
- {
- }
- 
-
-From e129c484acd3f72950e3af19aea117d716e0fd20 Mon Sep 17 00:00:00 2001
-From: Michael Smith 
-Date: Fri, 2 Jun 2017 13:01:52 -0700
-Subject: [PATCH 2/2] (maint) Remove unused translation strings
-
-A prior commit simplified the AIX resolver that originated these
-strings. Remove them now that they're no longer used.

- locales/FACTER.pot | 12 
- 1 file changed, 12 deletions(-)
-
-diff --git a/locales/FACTER.pot b/locales/FACTER.pot
-index 45b09dfc2..988e5bb9e 100644
 a/locales/FACTER.pot
-+++ b/locales/FACTER.pot
-@@ -303,18 +303,6 @@ msgstr ""
- msgid "querylv returned success but we got a null LV. WTF?"
- msgstr ""
- 
--#. warning
--#: lib/src/facts/aix/kernel_resolver.cc
--msgid "oslevel failed: {1}: kernel facts are unavailable"
--msgstr ""
--
--#. warning
--#: lib/src/facts/aix/kernel_resolver.cc
--msgid ""
--"Could not parse rml cache even after regenerating with oslevel: kernel facts 
"
--"are unavailable. Try running 'oslevel -s' to debug."
--msgstr ""
--
- #: lib/src/facts/aix/networking_resolver.cc
- msgid "getkerninfo call was unsuccessful"
- msgstr ""

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:17:36 UTC (rev 255202)
+++ PKGBUILD2017-08-31 15:32:39 UTC (rev 255203)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.7.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -17,10 +17,8 @@
 makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
 optdepends=('java-environment: jruby support')
 replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
-1581.patch)
-md5sums=('65180901d3815c6ac306eba7b36c49dc'
- '6b2fddd8709f235e2e971e603f959cf6')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0155df91dd4361f303613fa17dbb73c9')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,10 +27,6 @@
   # https://tickets.puppetlabs.com/browse/FACT-1291
   sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
 $( grep -rl rb_data_object_alloc lib/src/ruby )
-
-  # Openssl 1.1 patch
-  # https://tickets.puppetlabs.com/browse/FACT-1588
-  patch -p1 -i ../1581.patch
 }
 
 build() {


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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 15:17:36
  Author: jsteel
Revision: 255202

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 15:17:17 UTC (rev 255201)
+++ community-i686/PKGBUILD 2017-08-31 15:17:36 UTC (rev 255202)
@@ -1,43 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Collection of C++ and CMake utility libraries"
-arch=('i686' 'x86_64')
-url="https://github.com/puppetlabs/leatherman;
-license=('APACHE')
-makedepends=('boost' 'cmake' 'rapidjson')
-checkdepends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('6de7c7890ab395db43540422daad5ddc')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: leatherman/repos/community-i686/PKGBUILD (from rev 255201, 
leatherman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 15:17:36 UTC (rev 255202)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('0325aea11c16f624b99546a77c138dad')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-31 15:17:17 UTC (rev 255201)
+++ community-x86_64/PKGBUILD   2017-08-31 15:17:36 UTC (rev 255202)
@@ -1,43 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Collection of C++ and CMake utility libraries"
-arch=('i686' 'x86_64')
-url="https://github.com/puppetlabs/leatherman;
-license=('APACHE')
-makedepends=('boost' 'cmake' 'rapidjson')
-checkdepends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('6de7c7890ab395db43540422daad5ddc')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: leatherman/repos/community-x86_64/PKGBUILD (from rev 255201, 
leatherman/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-31 15:17:36 UTC (rev 255202)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')

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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 15:17:17
  Author: jsteel
Revision: 255201

upgpkg: leatherman 1.2.0-1

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:15:21 UTC (rev 255200)
+++ PKGBUILD2017-08-31 15:17:17 UTC (rev 255201)
@@ -1,8 +1,8 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
 url="https://github.com/puppetlabs/leatherman;
@@ -10,7 +10,7 @@
 makedepends=('boost' 'cmake' 'rapidjson')
 checkdepends=('ruby')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('6de7c7890ab395db43540422daad5ddc')
+md5sums=('0325aea11c16f624b99546a77c138dad')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:15:21
  Author: arojas
Revision: 255200

Remove unused lesstif makedepends

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:14:41 UTC (rev 255199)
+++ PKGBUILD2017-08-31 15:15:21 UTC (rev 255200)
@@ -12,7 +12,7 @@
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' 'qt5-x11extras' 'qt5-tools' 'qt5-webkit' 'jsoncpp')
+makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'qt5-base' 'qt5-x11extras' 'qt5-tools' 'qt5-webkit' 'jsoncpp')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:14:41
  Author: arojas
Revision: 255199

Remove unused lesstif makedepends

Modified:
  vtk6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:02:54 UTC (rev 255198)
+++ PKGBUILD2017-08-31 15:14:41 UTC (rev 255199)
@@ -12,7 +12,7 @@
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('gcc-libs' 'gl2ps')
-makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' 'jsoncpp' 'qt5-webkit' 'qt5-tools')
+makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'qt5-base' 'jsoncpp' 'qt5-webkit' 'qt5-tools')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:02:54
  Author: arojas
Revision: 255198

archrelease: copy trunk to multilib-testing-x86_64

Added:
  cmucl/repos/multilib-testing-x86_64/
  cmucl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 255197, cmucl/trunk/PKGBUILD)

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

Copied: cmucl/repos/multilib-testing-x86_64/PKGBUILD (from rev 255197, 
cmucl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-08-31 15:02:54 UTC (rev 255198)
@@ -0,0 +1,54 @@
+# Contributor: John Proctor 
+# Contributor: Alain Kalker 
+# Maintainer: Juergen Hoetzel 
+
+pkgname=cmucl
+pkgver=21b
+pkgrel=2
+pkgdesc="CMU Common Lisp"
+depends_i686=('glibc' 'openmotif')
+depends_x86_64=('lib32-glibc' 'openmotif')
+provides=('common-lisp')
+makedepends=('sed' 'bc')
+license=('custom')
+#license PublicDomain
+source=("https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-src-${pkgver}.tar.bz2;
+   
"https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-src-${pkgver}.tar.bz2.asc;
+
"https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-${pkgver}-x86-linux.tar.bz2;
+   
"https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-${pkgver}-x86-linux.tar.bz2.asc;)
+sha256sums=('6f9ea5920d38d6881cee85d976565b3a6070bf6473dd64254e0e9f2f23625875'
+'SKIP'
+'eaccb1d676dbf40c5327ae5c61a7a638e4c12525b1e4118535582ffb7c59638e'
+'SKIP')
+validpgpkeys=('0EF50ED55514BFF6B72B9DAC06CE3819086C750B') # "Raymond Toy 

+url="https://www.cons.org/cmucl/;
+arch=('x86_64')
+
+prepare() {
+  cd "${srcdir}"
+
+  if [[ $CARCH == "i686" ]]; then
+sed -i 's|i386\*|i686\*|' bin/build-all.sh
+  fi
+}
+
+build() {
+  cd "${srcdir}"
+  export CMUCLLIB="${srcdir}"/lib/cmucl/lib
+  # Build using binary-dist lisp
+  ./bin/build-all.sh -o "${srcdir}"/bin/lisp
+}
+
+package() {
+  cd "${srcdir}"
+  # install distribution
+  ./bin/make-dist.sh -I "${pkgdir}"/usr -M share/man/man1 linux-4
+  # move docs
+  mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/
+  # backwards compatibility
+  ln -sf lisp "${pkgdir}"/usr/bin/cmucl
+  # license
+  install -D -m644 "${srcdir}"/src/general-info/COPYRIGHTS \
+   "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:02:42
  Author: arojas
Revision: 255197

upgpkg: cmucl 21b-2

Modified:
  cmucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:01:42 UTC (rev 255196)
+++ PKGBUILD2017-08-31 15:02:42 UTC (rev 255197)
@@ -22,7 +22,7 @@
 'SKIP')
 validpgpkeys=('0EF50ED55514BFF6B72B9DAC06CE3819086C750B') # "Raymond Toy 

 url="https://www.cons.org/cmucl/;
-arch=('i686' 'x86_64')
+arch=('x86_64')
 
 prepare() {
   cd "${srcdir}"


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:01:43
  Author: arojas
Revision: 304393

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

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-i686/sddm.install   |   15 +++
 testing-x86_64/PKGBUILD |   40 
 testing-x86_64/sddm.install |   15 +++
 4 files changed, 110 insertions(+)

Copied: sddm/repos/testing-i686/PKGBUILD (from rev 304392, sddm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-31 15:01:43 UTC (rev 304393)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='QML based X11 and Wayland display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative' 'xorg-xauth' 'xorg-server')
+makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm'
+'etc/sddm.conf')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('7a84089b2e424097664bf7cfb24bdc5896ba0eebf8d54eb77bcac6d16db1e358')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sddm/repos/testing-i686/sddm.install (from rev 304392, 
sddm/trunk/sddm.install)
===
--- testing-i686/sddm.install   (rev 0)
+++ testing-i686/sddm.install   2017-08-31 15:01:43 UTC (rev 304393)
@@ -0,0 +1,15 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+   if ! getent passwd sddm > /dev/null; then
+   useradd -c "Simple Desktop Display Manager" --system -d 
/var/lib/sddm -s /usr/bin/nologin -g sddm sddm
+   passwd -l sddm > /dev/null
+   fi
+   mkdir -p /var/lib/sddm
+   chown -R sddm:sddm /var/lib/sddm > /dev/null
+}
+
+post_upgrade() {
+   post_install $1
+}

Copied: sddm/repos/testing-x86_64/PKGBUILD (from rev 304392, 
sddm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-31 15:01:43 UTC (rev 304393)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='QML based X11 and Wayland display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative' 'xorg-xauth' 'xorg-server')
+makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm'
+'etc/sddm.conf')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('7a84089b2e424097664bf7cfb24bdc5896ba0eebf8d54eb77bcac6d16db1e358')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sddm/repos/testing-x86_64/sddm.install (from rev 304392, 
sddm/trunk/sddm.install)
===
--- testing-x86_64/sddm.install (rev 0)
+++ testing-x86_64/sddm.install 2017-08-31 15:01:43 UTC (rev 304393)
@@ -0,0 +1,15 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+   if 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:01:42
  Author: arojas
Revision: 255196

Switch to openmotif

Modified:
  cmucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:59:46 UTC (rev 255195)
+++ PKGBUILD2017-08-31 15:01:42 UTC (rev 255196)
@@ -4,10 +4,10 @@
 
 pkgname=cmucl
 pkgver=21b
-pkgrel=1
+pkgrel=2
 pkgdesc="CMU Common Lisp"
-depends_i686=('glibc' 'lesstif')
-depends_x86_64=('lib32-glibc' 'lesstif')
+depends_i686=('glibc' 'openmotif')
+depends_x86_64=('lib32-glibc' 'openmotif')
 provides=('common-lisp')
 makedepends=('sed' 'bc')
 license=('custom')


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 15:01:18
  Author: arojas
Revision: 304392

Update to 0.15.0

Modified:
  sddm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:55:33 UTC (rev 304391)
+++ PKGBUILD2017-08-31 15:01:18 UTC (rev 304392)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=sddm
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
 pkgdesc='QML based X11 and Wayland display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -16,21 +16,11 @@
 'etc/pam.d/sddm'
 'etc/sddm.conf')
 provides=('display-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
-
sddm-fix-avatars.patch::"https://github.com/sddm/sddm/commit/ecb903e4.patch;
-
sddm-qt-im-module.patch::"https://github.com/sddm/sddm/commit/10352e08.patch;)
-sha256sums=('a551551a6ba324e9c384c89bc63e871de65fea3740eadbea2d63df86045f8205'
-'a2bcdc20bb8915ed4eae810832266ff3bd22a523813ef1674eb25a28800e4368'
-'3810d2e9360fd96760165e2f7cabaa0579f55d92fdd53579aafdd17c944353a2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('7a84089b2e424097664bf7cfb24bdc5896ba0eebf8d54eb77bcac6d16db1e358')
 
 prepare() {
   mkdir -p build
-
-# Fix displaying avatars
-  cd $pkgname-$pkgver
-  patch -p1 -i ../sddm-fix-avatars.patch
-# Fix displaying virtual keyboard
-  patch -p1 -i ../sddm-qt-im-module.patch
 }
 
 build() {


[arch-commits] Commit in riot/repos/community-any (6 files)

2017-08-31 Thread Bruno Pagani
Date: Thursday, August 31, 2017 @ 14:59:46
  Author: archange
Revision: 255195

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 255194, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 255194, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 255194, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  155 ++
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 89 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 14:59:29 UTC (rev 255194)
+++ PKGBUILD2017-08-31 14:59:46 UTC (rev 255195)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im;
-_url="https://github.com/vector-im/riot-web;
-license=('Apache')
-makedepends=('npm' 'git' 'phantomjs')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('fb79dc2dcaf9613895bdee87f558c74c3a646511b2459cdc6a038250e97f6bc9'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'cb7304188845e3be24966b3a8bca5763f4d1b0055a0afa1a17a60917556caaf0')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache "${srcdir}/npm-cache"
-  npm run build --cache "${srcdir}/npm-cache"
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  optdepends=('libappindicator-gtk3: tray icon support')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}/npm-cache"
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 src/skins/vector/img/logos/${pkgbase}-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 255194, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 14:59:46 UTC (rev 255195)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im;
+_url="https://github.com/vector-im/riot-web;
+license=('Apache')
+makedepends=('npm' 'git' 'phantomjs')

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

2017-08-31 Thread Bruno Pagani
Date: Thursday, August 31, 2017 @ 14:59:29
  Author: archange
Revision: 255194

upgpkg: riot 0.12.2-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:45:34 UTC (rev 255193)
+++ PKGBUILD2017-08-31 14:59:29 UTC (rev 255194)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=0.9.10
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('fb79dc2dcaf9613895bdee87f558c74c3a646511b2459cdc6a038250e97f6bc9'
+sha256sums=('d31713f6efcd07366bf0d3b7364f547504c958a35d07a37bed809ef71789e2bf'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 'cb7304188845e3be24966b3a8bca5763f4d1b0055a0afa1a17a60917556caaf0')


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:55:33
  Author: arojas
Revision: 304391

archrelease: copy trunk to testing-i686

Added:
  cmucl/repos/testing-i686/
  cmucl/repos/testing-i686/PKGBUILD
(from rev 304390, cmucl/trunk/PKGBUILD)
  cmucl/repos/testing-i686/workaround-for-gcc-4.6-overoptimization
(from rev 304390, cmucl/trunk/workaround-for-gcc-4.6-overoptimization)

-+
 PKGBUILD|   54 ++
 workaround-for-gcc-4.6-overoptimization |   19 ++
 2 files changed, 73 insertions(+)

Copied: cmucl/repos/testing-i686/PKGBUILD (from rev 304390, 
cmucl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-31 14:55:33 UTC (rev 304391)
@@ -0,0 +1,54 @@
+# Contributor: John Proctor 
+# Contributor: Alain Kalker 
+# Maintainer: Juergen Hoetzel 
+
+pkgname=cmucl
+pkgver=21b
+pkgrel=2
+pkgdesc="CMU Common Lisp"
+depends_i686=('glibc' 'openmotif')
+depends_x86_64=('lib32-glibc' 'openmotif')
+provides=('common-lisp')
+makedepends=('sed' 'bc')
+license=('custom')
+#license PublicDomain
+source=("https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-src-${pkgver}.tar.bz2;
+   
"https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-src-${pkgver}.tar.bz2.asc;
+
"https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-${pkgver}-x86-linux.tar.bz2;
+   
"https://common-lisp.net/project/cmucl/downloads/release/${pkgver}/cmucl-${pkgver}-x86-linux.tar.bz2.asc;)
+sha256sums=('6f9ea5920d38d6881cee85d976565b3a6070bf6473dd64254e0e9f2f23625875'
+'SKIP'
+'eaccb1d676dbf40c5327ae5c61a7a638e4c12525b1e4118535582ffb7c59638e'
+'SKIP')
+validpgpkeys=('0EF50ED55514BFF6B72B9DAC06CE3819086C750B') # "Raymond Toy 

+url="https://www.cons.org/cmucl/;
+arch=('i686')
+
+prepare() {
+  cd "${srcdir}"
+
+  if [[ $CARCH == "i686" ]]; then
+sed -i 's|i386\*|i686\*|' bin/build-all.sh
+  fi
+}
+
+build() {
+  cd "${srcdir}"
+  export CMUCLLIB="${srcdir}"/lib/cmucl/lib
+  # Build using binary-dist lisp
+  ./bin/build-all.sh -o "${srcdir}"/bin/lisp
+}
+
+package() {
+  cd "${srcdir}"
+  # install distribution
+  ./bin/make-dist.sh -I "${pkgdir}"/usr -M share/man/man1 linux-4
+  # move docs
+  mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/
+  # backwards compatibility
+  ln -sf lisp "${pkgdir}"/usr/bin/cmucl
+  # license
+  install -D -m644 "${srcdir}"/src/general-info/COPYRIGHTS \
+   "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+

Copied: cmucl/repos/testing-i686/workaround-for-gcc-4.6-overoptimization (from 
rev 304390, cmucl/trunk/workaround-for-gcc-4.6-overoptimization)
===
--- testing-i686/workaround-for-gcc-4.6-overoptimization
(rev 0)
+++ testing-i686/workaround-for-gcc-4.6-overoptimization2017-08-31 
14:55:33 UTC (rev 304391)
@@ -0,0 +1,19 @@
+Description: GCC 4.6 optimizes away the direction of stack testing, so do it 
by hand
+Author: Peter Van Eynde 
+Forwarded: Done
+
+
+Index: cmucl/src/lisp/os-common.c
+===
+--- cmucl.orig/src/lisp/os-common.c2012-01-16 13:29:48.716895926 +
 cmucl/src/lisp/os-common.c 2012-01-16 13:30:42.855951009 +
+@@ -383,7 +383,8 @@
+ {
+ int dummy;
+ 
+-return os_stack_grows_down_1();
++/* return os_stack_grows_down_1(); */
++return 1;
+ }
+ 
+ 


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:54:23
  Author: arojas
Revision: 304390

Switch to openmotif

Modified:
  cmucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:29:44 UTC (rev 304389)
+++ PKGBUILD2017-08-31 14:54:23 UTC (rev 304390)
@@ -4,10 +4,10 @@
 
 pkgname=cmucl
 pkgver=21b
-pkgrel=1
+pkgrel=2
 pkgdesc="CMU Common Lisp"
-depends_i686=('glibc' 'lesstif')
-depends_x86_64=('lib32-glibc' 'lesstif')
+depends_i686=('glibc' 'openmotif')
+depends_x86_64=('lib32-glibc' 'openmotif')
 provides=('common-lisp')
 makedepends=('sed' 'bc')
 license=('custom')


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:45:34
  Author: arojas
Revision: 255193

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 14:45:07 UTC (rev 255192)
+++ community-i686/PKGBUILD 2017-08-31 14:45:34 UTC (rev 255193)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nedit
-pkgver=5.7
-pkgrel=1
-epoch=1
-pkgdesc="A Unix text editor for programmers and general users"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/nedit/;
-license=('GPL')
-depends=('lesstif')
-options=('!makeflags')
-source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
-sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
-
-prepare() {
-  cd ${pkgname}-${pkgver/a/}
-  sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver/a/}
-  make CFLAGS+="${CFLAGS} -DBUILD_UNTESTED_NEDIT" linux docs
-}
-
-package() {
-  cd ${pkgname}-${pkgver/a/}
-  install -Dm755 source/nedit "${pkgdir}/usr/bin/nedit"
-  install -Dm755 source/nc "${pkgdir}/usr/bin/nedit-client"
-  install -Dm644 doc/nedit.man "${pkgdir}/usr/share/man/man1/nedit.1"
-  install -Dm644 doc/nc.man "${pkgdir}/usr/share/man/man1/nedit-client.1"
-  install -Dm644 doc/nedit.html "${pkgdir}/usr/share/doc/nedit/nedit.html"
-}

Copied: nedit/repos/community-i686/PKGBUILD (from rev 255192, 
nedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:45:34 UTC (rev 255193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nedit
+pkgver=5.7
+pkgrel=2
+epoch=1
+pkgdesc="A Unix text editor for programmers and general users"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/nedit/;
+license=('GPL')
+depends=('openmotif')
+options=('!makeflags')
+source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
+sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
+
+prepare() {
+  cd ${pkgname}-${pkgver/a/}
+  sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver/a/}
+  make CFLAGS+="${CFLAGS} -DBUILD_UNTESTED_NEDIT" linux docs
+}
+
+package() {
+  cd ${pkgname}-${pkgver/a/}
+  install -Dm755 source/nedit "${pkgdir}/usr/bin/nedit"
+  install -Dm755 source/nc "${pkgdir}/usr/bin/nedit-client"
+  install -Dm644 doc/nedit.man "${pkgdir}/usr/share/man/man1/nedit.1"
+  install -Dm644 doc/nc.man "${pkgdir}/usr/share/man/man1/nedit-client.1"
+  install -Dm644 doc/nedit.html "${pkgdir}/usr/share/doc/nedit/nedit.html"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-31 14:45:07 UTC (rev 255192)
+++ community-x86_64/PKGBUILD   2017-08-31 14:45:34 UTC (rev 255193)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nedit
-pkgver=5.7
-pkgrel=1
-epoch=1
-pkgdesc="A Unix text editor for programmers and general users"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/nedit/;
-license=('GPL')
-depends=('lesstif')
-options=('!makeflags')
-source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
-sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
-
-prepare() {
-  cd ${pkgname}-${pkgver/a/}
-  sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver/a/}
-  make CFLAGS+="${CFLAGS} -DBUILD_UNTESTED_NEDIT" linux docs
-}
-
-package() {
-  cd ${pkgname}-${pkgver/a/}
-  install -Dm755 source/nedit "${pkgdir}/usr/bin/nedit"
-  install -Dm755 source/nc "${pkgdir}/usr/bin/nedit-client"
-  install -Dm644 doc/nedit.man "${pkgdir}/usr/share/man/man1/nedit.1"
-  install -Dm644 doc/nc.man "${pkgdir}/usr/share/man/man1/nedit-client.1"
-  install -Dm644 doc/nedit.html "${pkgdir}/usr/share/doc/nedit/nedit.html"
-}

Copied: nedit/repos/community-x86_64/PKGBUILD (from rev 255192, 
nedit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-31 14:45:34 UTC (rev 255193)
@@ -0,0 +1,34 @@
+# $Id$
+# 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:45:07
  Author: arojas
Revision: 255192

Switch to openmotif

Modified:
  nedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:43:10 UTC (rev 255191)
+++ PKGBUILD2017-08-31 14:45:07 UTC (rev 255192)
@@ -3,13 +3,13 @@
 
 pkgname=nedit
 pkgver=5.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A Unix text editor for programmers and general users"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/nedit/;
 license=('GPL')
-depends=('lesstif')
+depends=('openmotif')
 options=('!makeflags')
 
source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
 sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:43:10
  Author: arojas
Revision: 255191

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

Added:
  ddd/repos/community-i686/PKGBUILD
(from rev 255190, ddd/trunk/PKGBUILD)
  ddd/repos/community-i686/ddd-3.3.12-gcc44.patch
(from rev 255190, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/community-x86_64/PKGBUILD
(from rev 255190, ddd/trunk/PKGBUILD)
  ddd/repos/community-x86_64/ddd-3.3.12-gcc44.patch
(from rev 255190, ddd/trunk/ddd-3.3.12-gcc44.patch)
Deleted:
  ddd/repos/community-i686/PKGBUILD
  ddd/repos/community-i686/ddd-3.3.12-gcc44.patch
  ddd/repos/community-x86_64/PKGBUILD
  ddd/repos/community-x86_64/ddd-3.3.12-gcc44.patch

-+
 /PKGBUILD   |   74 ++
 /ddd-3.3.12-gcc44.patch |   20 
 community-i686/PKGBUILD |   37 ---
 community-i686/ddd-3.3.12-gcc44.patch   |   10 
 community-x86_64/PKGBUILD   |   37 ---
 community-x86_64/ddd-3.3.12-gcc44.patch |   10 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 14:42:47 UTC (rev 255190)
+++ community-i686/PKGBUILD 2017-08-31 14:43:10 UTC (rev 255191)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=ddd
-pkgver=3.3.12
-pkgrel=8
-pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddd/;
-license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
-optdepends=('gdb: to use the Gnu debugger' 
-'jdk: to use the Java debugger' 
-'pydb: to use the Python debugger' 
-'perl: to use the Perl debugger')
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
-  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
-  '3d43c9d56347f248732b1d72f29c7bf799f03864')
-validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
-  
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBS+="-pthread" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
-}

Copied: ddd/repos/community-i686/PKGBUILD (from rev 255190, ddd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:43:10 UTC (rev 255191)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=9
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/;
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'openmotif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}

Deleted: community-i686/ddd-3.3.12-gcc44.patch
===
--- community-i686/ddd-3.3.12-gcc44.patch   2017-08-31 14:42:47 UTC (rev 
255190)
+++ community-i686/ddd-3.3.12-gcc44.patch   2017-08-31 14:43:10 UTC (rev 
255191)
@@ -1,10 +0,0 @@
 ddd-3.3.12-orig/ddd/strclass.C
-+++ ddd-3.3.12/ddd/strclass.C
-@@ -39,6 +39,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- void string::error(const char* msg) const
- {

Copied: ddd/repos/community-i686/ddd-3.3.12-gcc44.patch (from rev 255190, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- community-i686/ddd-3.3.12-gcc44.patch   (rev 0)
+++ community-i686/ddd-3.3.12-gcc44.patch   2017-08-31 14:43:10 UTC (rev 
255191)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:42:47
  Author: arojas
Revision: 255190

Switch to openmotif

Modified:
  ddd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:34:12 UTC (rev 255189)
+++ PKGBUILD2017-08-31 14:42:47 UTC (rev 255190)
@@ -3,12 +3,12 @@
 
 pkgname=ddd
 pkgver=3.3.12
-pkgrel=8
+pkgrel=9
 pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ddd/;
 license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
+depends=('gcc-libs' 'openmotif' 'libxaw')
 optdepends=('gdb: to use the Gnu debugger' 
 'jdk: to use the Java debugger' 
 'pydb: to use the Python debugger' 


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:34:12
  Author: arojas
Revision: 255189

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

Added:
  fbida/repos/community-i686/PKGBUILD
(from rev 255188, fbida/trunk/PKGBUILD)
  fbida/repos/community-i686/ida-desktop.patch
(from rev 255188, fbida/trunk/ida-desktop.patch)
  fbida/repos/community-x86_64/PKGBUILD
(from rev 255188, fbida/trunk/PKGBUILD)
  fbida/repos/community-x86_64/ida-desktop.patch
(from rev 255188, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/community-i686/PKGBUILD
  fbida/repos/community-i686/ida-desktop.patch
  fbida/repos/community-x86_64/PKGBUILD
  fbida/repos/community-x86_64/ida-desktop.patch

+
 /PKGBUILD  |   78 +++
 /ida-desktop.patch |   34 +++
 community-i686/PKGBUILD|   39 -
 community-i686/ida-desktop.patch   |   17 ---
 community-x86_64/PKGBUILD  |   39 -
 community-x86_64/ida-desktop.patch |   17 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 14:33:44 UTC (rev 255188)
+++ community-i686/PKGBUILD 2017-08-31 14:34:12 UTC (rev 255189)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.13
-pkgrel=1
-pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
-arch=('i686' 'x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/;
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch)
-sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  echo 2.13 > VERSION
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make verbose=yes
-  convert -resize 25% logo.jpg ida.png
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
-  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
-  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
-}

Copied: fbida/repos/community-i686/PKGBUILD (from rev 255188, 
fbida/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:34:12 UTC (rev 255189)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=2
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.13 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Deleted: community-i686/ida-desktop.patch
===
--- community-i686/ida-desktop.patch2017-08-31 14:33:44 UTC (rev 255188)
+++ community-i686/ida-desktop.patch2017-08-31 14:34:12 UTC (rev 255189)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +0200
-@@ -1,9 +1,10 @@
- [Desktop Entry]
- Type=Application
--Encoding=UTF-8
- Name=ida
- GenericName=Image Viewer
-+Comment=Image Viewer
- Exec=ida %F
--Terminal=no
--Categories=Motif;Graphics;Viewer
--MimeType=image/jpeg;image/tiff;image/png
-+Terminal=false
-+Categories=Motif;Graphics;Viewer;

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:33:44
  Author: arojas
Revision: 255188

Switch to openmotif (FS#55449)

Modified:
  fbida/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:29:22 UTC (rev 255187)
+++ PKGBUILD2017-08-31 14:33:44 UTC (rev 255188)
@@ -3,12 +3,12 @@
 
 pkgname=fbida
 pkgver=2.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('i686' 'x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/;
 license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
+depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
 makedepends=('libxpm' 'imagemagick')
 optdepends=('ghostscript: to use fbgs')
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}


[arch-commits] Commit in (nedit)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:29:44
  Author: arojas
Revision: 304389

extra2community: Moving nedit from extra to community

Deleted:
  nedit/


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:29:22
  Author: arojas
Revision: 255187

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

Added:
  nedit/repos/community-i686/
  nedit/repos/community-i686/PKGBUILD
(from rev 255186, nedit/trunk/PKGBUILD)
  nedit/repos/community-x86_64/
  nedit/repos/community-x86_64/PKGBUILD
(from rev 255186, nedit/trunk/PKGBUILD)

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

Copied: nedit/repos/community-i686/PKGBUILD (from rev 255186, 
nedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:29:22 UTC (rev 255187)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nedit
+pkgver=5.7
+pkgrel=1
+epoch=1
+pkgdesc="A Unix text editor for programmers and general users"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/nedit/;
+license=('GPL')
+depends=('lesstif')
+options=('!makeflags')
+source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
+sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
+
+prepare() {
+  cd ${pkgname}-${pkgver/a/}
+  sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver/a/}
+  make CFLAGS+="${CFLAGS} -DBUILD_UNTESTED_NEDIT" linux docs
+}
+
+package() {
+  cd ${pkgname}-${pkgver/a/}
+  install -Dm755 source/nedit "${pkgdir}/usr/bin/nedit"
+  install -Dm755 source/nc "${pkgdir}/usr/bin/nedit-client"
+  install -Dm644 doc/nedit.man "${pkgdir}/usr/share/man/man1/nedit.1"
+  install -Dm644 doc/nc.man "${pkgdir}/usr/share/man/man1/nedit-client.1"
+  install -Dm644 doc/nedit.html "${pkgdir}/usr/share/doc/nedit/nedit.html"
+}

Copied: nedit/repos/community-x86_64/PKGBUILD (from rev 255186, 
nedit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-31 14:29:22 UTC (rev 255187)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nedit
+pkgver=5.7
+pkgrel=1
+epoch=1
+pkgdesc="A Unix text editor for programmers and general users"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/nedit/;
+license=('GPL')
+depends=('lesstif')
+options=('!makeflags')
+source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
+sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
+
+prepare() {
+  cd ${pkgname}-${pkgver/a/}
+  sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver/a/}
+  make CFLAGS+="${CFLAGS} -DBUILD_UNTESTED_NEDIT" linux docs
+}
+
+package() {
+  cd ${pkgname}-${pkgver/a/}
+  install -Dm755 source/nedit "${pkgdir}/usr/bin/nedit"
+  install -Dm755 source/nc "${pkgdir}/usr/bin/nedit-client"
+  install -Dm644 doc/nedit.man "${pkgdir}/usr/share/man/man1/nedit.1"
+  install -Dm644 doc/nc.man "${pkgdir}/usr/share/man/man1/nedit-client.1"
+  install -Dm644 doc/nedit.html "${pkgdir}/usr/share/doc/nedit/nedit.html"
+}


[arch-commits] Commit in (fbida)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:29:08
  Author: arojas
Revision: 304386

extra2community: Moving fbida from extra to community

Deleted:
  fbida/


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:29:15
  Author: arojas
Revision: 255186

extra2community: Moving nedit from extra to community

Added:
  nedit/
  nedit/repos/
  nedit/trunk/
  nedit/trunk/PKGBUILD

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

Added: nedit/trunk/PKGBUILD
===
--- nedit/trunk/PKGBUILD(rev 0)
+++ nedit/trunk/PKGBUILD2017-08-31 14:29:15 UTC (rev 255186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nedit
+pkgver=5.7
+pkgrel=1
+epoch=1
+pkgdesc="A Unix text editor for programmers and general users"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/nedit/;
+license=('GPL')
+depends=('lesstif')
+options=('!makeflags')
+source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
+sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
+
+prepare() {
+  cd ${pkgname}-${pkgver/a/}
+  sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver/a/}
+  make CFLAGS+="${CFLAGS} -DBUILD_UNTESTED_NEDIT" linux docs
+}
+
+package() {
+  cd ${pkgname}-${pkgver/a/}
+  install -Dm755 source/nedit "${pkgdir}/usr/bin/nedit"
+  install -Dm755 source/nc "${pkgdir}/usr/bin/nedit-client"
+  install -Dm644 doc/nedit.man "${pkgdir}/usr/share/man/man1/nedit.1"
+  install -Dm644 doc/nc.man "${pkgdir}/usr/share/man/man1/nedit-client.1"
+  install -Dm644 doc/nedit.html "${pkgdir}/usr/share/doc/nedit/nedit.html"
+}


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


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:28:45
  Author: arojas
Revision: 255185

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

Added:
  fbida/repos/community-i686/
  fbida/repos/community-i686/PKGBUILD
(from rev 255184, fbida/trunk/PKGBUILD)
  fbida/repos/community-i686/ida-desktop.patch
(from rev 255184, fbida/trunk/ida-desktop.patch)
  fbida/repos/community-x86_64/
  fbida/repos/community-x86_64/PKGBUILD
(from rev 255184, fbida/trunk/PKGBUILD)
  fbida/repos/community-x86_64/ida-desktop.patch
(from rev 255184, fbida/trunk/ida-desktop.patch)

+
 community-i686/PKGBUILD|   39 +++
 community-i686/ida-desktop.patch   |   17 +++
 community-x86_64/PKGBUILD  |   39 +++
 community-x86_64/ida-desktop.patch |   17 +++
 4 files changed, 112 insertions(+)

Copied: fbida/repos/community-i686/PKGBUILD (from rev 255184, 
fbida/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:28:45 UTC (rev 255185)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=1
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.13 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Copied: fbida/repos/community-i686/ida-desktop.patch (from rev 255184, 
fbida/trunk/ida-desktop.patch)
===
--- community-i686/ida-desktop.patch(rev 0)
+++ community-i686/ida-desktop.patch2017-08-31 14:28:45 UTC (rev 255185)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +0200
+@@ -1,9 +1,10 @@
+ [Desktop Entry]
+ Type=Application
+-Encoding=UTF-8
+ Name=ida
+ GenericName=Image Viewer
++Comment=Image Viewer
+ Exec=ida %F
+-Terminal=no
+-Categories=Motif;Graphics;Viewer
+-MimeType=image/jpeg;image/tiff;image/png
++Terminal=false
++Categories=Motif;Graphics;Viewer;
++MimeType=image/jpeg;image/tiff;image/png;
++Icon=ida

Copied: fbida/repos/community-x86_64/PKGBUILD (from rev 255184, 
fbida/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-31 14:28:45 UTC (rev 255185)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=1
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.13 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Copied: fbida/repos/community-x86_64/ida-desktop.patch (from rev 255184, 

[arch-commits] Commit in (5 files)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:28:38
  Author: arojas
Revision: 255184

extra2community: Moving fbida from extra to community

Added:
  fbida/
  fbida/repos/
  fbida/trunk/
  fbida/trunk/PKGBUILD
  fbida/trunk/ida-desktop.patch

---+
 PKGBUILD  |   39 +++
 ida-desktop.patch |   17 +
 2 files changed, 56 insertions(+)

Added: fbida/trunk/PKGBUILD
===
--- fbida/trunk/PKGBUILD(rev 0)
+++ fbida/trunk/PKGBUILD2017-08-31 14:28:38 UTC (rev 255184)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=1
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'libepoxy' 'poppler-glib')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.13 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}


Property changes on: fbida/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: fbida/trunk/ida-desktop.patch
===
--- fbida/trunk/ida-desktop.patch   (rev 0)
+++ fbida/trunk/ida-desktop.patch   2017-08-31 14:28:38 UTC (rev 255184)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +0200
+@@ -1,9 +1,10 @@
+ [Desktop Entry]
+ Type=Application
+-Encoding=UTF-8
+ Name=ida
+ GenericName=Image Viewer
++Comment=Image Viewer
+ Exec=ida %F
+-Terminal=no
+-Categories=Motif;Graphics;Viewer
+-MimeType=image/jpeg;image/tiff;image/png
++Terminal=false
++Categories=Motif;Graphics;Viewer;
++MimeType=image/jpeg;image/tiff;image/png;
++Icon=ida


[arch-commits] Commit in (ddd)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:28:17
  Author: arojas
Revision: 304383

extra2community: Moving ddd from extra to community

Deleted:
  ddd/


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:27:54
  Author: arojas
Revision: 255183

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

Added:
  ddd/repos/community-i686/
  ddd/repos/community-i686/PKGBUILD
(from rev 255182, ddd/trunk/PKGBUILD)
  ddd/repos/community-i686/ddd-3.3.12-gcc44.patch
(from rev 255182, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/community-x86_64/
  ddd/repos/community-x86_64/PKGBUILD
(from rev 255182, ddd/trunk/PKGBUILD)
  ddd/repos/community-x86_64/ddd-3.3.12-gcc44.patch
(from rev 255182, ddd/trunk/ddd-3.3.12-gcc44.patch)

-+
 community-i686/PKGBUILD |   37 ++
 community-i686/ddd-3.3.12-gcc44.patch   |   10 
 community-x86_64/PKGBUILD   |   37 ++
 community-x86_64/ddd-3.3.12-gcc44.patch |   10 
 4 files changed, 94 insertions(+)

Copied: ddd/repos/community-i686/PKGBUILD (from rev 255182, ddd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:27:54 UTC (rev 255183)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=8
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/;
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}

Copied: ddd/repos/community-i686/ddd-3.3.12-gcc44.patch (from rev 255182, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- community-i686/ddd-3.3.12-gcc44.patch   (rev 0)
+++ community-i686/ddd-3.3.12-gcc44.patch   2017-08-31 14:27:54 UTC (rev 
255183)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ void string::error(const char* msg) const
+ {

Copied: ddd/repos/community-x86_64/PKGBUILD (from rev 255182, 
ddd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-31 14:27:54 UTC (rev 255183)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=8
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/;
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}

Copied: ddd/repos/community-x86_64/ddd-3.3.12-gcc44.patch (from rev 255182, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- community-x86_64/ddd-3.3.12-gcc44.patch (rev 0)
+++ community-x86_64/ddd-3.3.12-gcc44.patch 2017-08-31 14:27:54 UTC (rev 
255183)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ void string::error(const char* msg) const
+ {


[arch-commits] Commit in (5 files)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:27:48
  Author: arojas
Revision: 255182

extra2community: Moving ddd from extra to community

Added:
  ddd/
  ddd/repos/
  ddd/trunk/
  ddd/trunk/PKGBUILD
  ddd/trunk/ddd-3.3.12-gcc44.patch

+
 PKGBUILD   |   37 +
 ddd-3.3.12-gcc44.patch |   10 ++
 2 files changed, 47 insertions(+)

Added: ddd/trunk/PKGBUILD
===
--- ddd/trunk/PKGBUILD  (rev 0)
+++ ddd/trunk/PKGBUILD  2017-08-31 14:27:48 UTC (rev 255182)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=8
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/;
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}


Property changes on: ddd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ddd/trunk/ddd-3.3.12-gcc44.patch
===
--- ddd/trunk/ddd-3.3.12-gcc44.patch(rev 0)
+++ ddd/trunk/ddd-3.3.12-gcc44.patch2017-08-31 14:27:48 UTC (rev 255182)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ void string::error(const char* msg) const
+ {


[arch-commits] Commit in python-pyasn1-modules/repos/extra-any (PKGBUILD PKGBUILD)

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 14:19:54
  Author: felixonmars
Revision: 304380

archrelease: copy trunk to extra-any

Added:
  python-pyasn1-modules/repos/extra-any/PKGBUILD
(from rev 304379, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 14:19:31 UTC (rev 304379)
+++ PKGBUILD2017-08-31 14:19:54 UTC (rev 304380)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.0.11
-pkgrel=1
-pkgdesc="A collection of ASN.1-based protocols modules"
-arch=('any')
-license=('BSD')
-url="http://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('0c9943f1fe49453a97ede8aa14248340dc1e331d0d80fa948b507743d3f30fe61d99323b99ca43930d22c863611ae4a2bd9859726620756f345ff2d5873efb8d')
-
-prepare() {
-  cp -a pyasn1-modules-$pkgver{,-py2}
-}
-
-build() {
-  # Build python 3 module
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  python3 setup.py build
- 
-  # Build python 2 module
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  python2 setup.py build
-}
- 
-package_python-pyasn1-modules() {
-  depends=('python-pyopenssl' 'python-pyasn1')
- 
-  cd pyasn1-modules-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
- 
-package_python2-pyasn1-modules() {
-  depends=('python2-pyopenssl' 'python2-pyasn1')
- 
-  cd pyasn1-modules-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pyasn1-modules/repos/extra-any/PKGBUILD (from rev 304379, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 14:19:54 UTC (rev 304380)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="http://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
+sha512sums=('63cba7522da6d93d4c9059377e8b4b11e9fb362b0c17d603119508f28944f45cb48d31f541eb11bcd734493b9726637b8fe1fcd4cc67845d71b1fa67f9ca69e9')
+
+prepare() {
+  cp -a pyasn1-modules-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  PYTHONPATH=. python2 tests/__main__.py
+}
+
+package_python-pyasn1-modules() {
+  depends=('python-pyopenssl' 'python-pyasn1')
+
+  cd pyasn1-modules-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-pyasn1-modules() {
+  depends=('python2-pyopenssl' 'python2-pyasn1')
+
+  cd pyasn1-modules-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 14:19:31
  Author: felixonmars
Revision: 304379

upgpkg: python-pyasn1-modules 0.1.1-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 11:14:12 UTC (rev 304378)
+++ PKGBUILD2017-08-31 14:19:31 UTC (rev 304379)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.0.11
+pkgver=0.1.1
 pkgrel=1
 pkgdesc="A collection of ASN.1-based protocols modules"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/pyasn1-modules;
 makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('0c9943f1fe49453a97ede8aa14248340dc1e331d0d80fa948b507743d3f30fe61d99323b99ca43930d22c863611ae4a2bd9859726620756f345ff2d5873efb8d')
+sha512sums=('63cba7522da6d93d4c9059377e8b4b11e9fb362b0c17d603119508f28944f45cb48d31f541eb11bcd734493b9726637b8fe1fcd4cc67845d71b1fa67f9ca69e9')
 
 prepare() {
   cp -a pyasn1-modules-$pkgver{,-py2}
@@ -18,26 +18,32 @@
 }
 
 build() {
-  # Build python 3 module
   cd "$srcdir"/pyasn1-modules-$pkgver
-  python3 setup.py build
- 
-  # Build python 2 module
+  python setup.py build
+
   cd "$srcdir"/pyasn1-modules-$pkgver-py2
   python2 setup.py build
 }
- 
+
+check() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  PYTHONPATH=. python2 tests/__main__.py
+}
+
 package_python-pyasn1-modules() {
   depends=('python-pyopenssl' 'python-pyasn1')
- 
+
   cd pyasn1-modules-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
- 
+
 package_python2-pyasn1-modules() {
   depends=('python2-pyopenssl' 'python2-pyasn1')
- 
+
   cd pyasn1-modules-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 12:50:30
  Author: arojas
Revision: 255181

Remove bogus optdepend, qca-qt5 ships all plugins

Modified:
  psi-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 12:48:35 UTC (rev 255180)
+++ PKGBUILD2017-08-31 12:50:30 UTC (rev 255181)
@@ -11,7 +11,6 @@
 depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
 'libidn' 'aspell' 'libxss' 'qt5-svg')
 makedepends=('git' 'patch' 'qconf')
-optdepends=('qca-gnupg: encrypted client-to-client connection')
 conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
 source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
"git://github.com/psi-plus/main.git#tag=${pkgver%.*}"


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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 12:48:35
  Author: felixonmars
Revision: 255180

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 255179, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 255179, fcitx-libpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 12:47:57 UTC (rev 255179)
+++ community-i686/PKGBUILD 2017-08-31 12:48:35 UTC (rev 255180)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.1
-_model=model.text.20161206.tar.gz
-pkgrel=5
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
-"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
-sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
-
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
-
-prepare() {
-  mkdir build
-  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
-
-  sed -i 's/pinyin_guess_candidates(m_inst, 
pinyinOffset());/pinyin_guess_candidates(m_inst, pinyinOffset(), 
SORT_BY_PHRASE_LENGTH_AND_FREQUENCY);/' fcitx-libpinyin-$pkgver/src/eim.cpp
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 255179, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 12:48:35 UTC (rev 255180)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.2
+_model=model.text.20161206.tar.gz
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
+"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
+sha512sums=('c74628613445afda7cbadc9f0f475d8a6fbf34add25f5a86f9ede9e3948604b50def841293201914608d2993835bd356dfa0acf95e4d7a68977b38c9c113e7ae'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-31 12:47:57 UTC (rev 255179)
+++ community-x86_64/PKGBUILD   2017-08-31 12:48:35 UTC (rev 255180)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.1
-_model=model.text.20161206.tar.gz
-pkgrel=5
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
-"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
-sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
-

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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 12:47:57
  Author: felixonmars
Revision: 255179

upgpkg: fcitx-libpinyin 0.5.2-1

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 12:37:40 UTC (rev 255178)
+++ PKGBUILD2017-08-31 12:47:57 UTC (rev 255179)
@@ -3,9 +3,9 @@
 # Contributor: poplarch 
 
 pkgname=fcitx-libpinyin
-pkgver=0.5.1
+pkgver=0.5.2
 _model=model.text.20161206.tar.gz
-pkgrel=5
+pkgrel=1
 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/fcitx-libpinyin;
@@ -14,14 +14,12 @@
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
 "$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
-sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
+sha512sums=('c74628613445afda7cbadc9f0f475d8a6fbf34add25f5a86f9ede9e3948604b50def841293201914608d2993835bd356dfa0acf95e4d7a68977b38c9c113e7ae'
 
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
 
 prepare() {
   mkdir build
   ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
-
-  sed -i 's/pinyin_guess_candidates(m_inst, 
pinyinOffset());/pinyin_guess_candidates(m_inst, pinyinOffset(), 
SORT_BY_PHRASE_LENGTH_AND_FREQUENCY);/' fcitx-libpinyin-$pkgver/src/eim.cpp
 }
 
 build() {


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

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 12:37:40
  Author: felixonmars
Revision: 255178

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 255177, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 255177, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  360 
 2 files changed, 202 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-08-31 12:37:09 UTC (rev 255177)
+++ 30-win32-aliases.conf   2017-08-31 12:37:40 UTC (rev 255178)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 255177, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-08-31 12:37:40 UTC (rev 255178)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 12:37:09 UTC (rev 255177)
+++ PKGBUILD2017-08-31 12:37:40 UTC (rev 255178)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.15
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf)
-sha512sums=('a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; 

[arch-commits] Commit in wine/repos/community-i686 (4 files)

2017-08-31 Thread Felix Yan
Date: Thursday, August 31, 2017 @ 12:31:43
  Author: felixonmars
Revision: 255176

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 255175, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 255175, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  360 
 2 files changed, 202 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-08-31 11:27:42 UTC (rev 255175)
+++ 30-win32-aliases.conf   2017-08-31 12:31:43 UTC (rev 255176)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 255175, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-08-31 12:31:43 UTC (rev 255176)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 11:27:42 UTC (rev 255175)
+++ PKGBUILD2017-08-31 12:31:43 UTC (rev 255176)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.15
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf)
-sha512sums=('a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  

[arch-commits] Commit in xf86-video-qxl/trunk (PKGBUILD)

2017-08-31 Thread Giancarlo Razzolini
Date: Thursday, August 31, 2017 @ 11:26:28
  Author: grazzolini
Revision: 255174

upgpkg: xf86-video-qxl 0.1.5-5

Fix for #55336. Include libcacard on makedepends.

Modified:
  xf86-video-qxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 11:19:41 UTC (rev 255173)
+++ PKGBUILD2017-08-31 11:26:28 UTC (rev 255174)
@@ -5,7 +5,7 @@
 
 pkgname=xf86-video-qxl
 pkgver=0.1.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Xorg X11 qxl video driver'
 arch=('x86_64' 'i686')
 url='http://www.x.org'
@@ -15,7 +15,7 @@
 optdepends=('python2: for Xspice')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol'
'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
-   'videoproto' 'resourceproto' 'scrnsaverproto' 'git')
+   'videoproto' 'resourceproto' 'scrnsaverproto' 'git' 'libcacard')
 conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
 
source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})


[arch-commits] Commit in xf86-video-qxl/repos (4 files)

2017-08-31 Thread Giancarlo Razzolini
Date: Thursday, August 31, 2017 @ 11:27:42
  Author: grazzolini
Revision: 255175

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

Added:
  xf86-video-qxl/repos/community-i686/PKGBUILD
(from rev 255174, xf86-video-qxl/trunk/PKGBUILD)
  xf86-video-qxl/repos/community-x86_64/PKGBUILD
(from rev 255174, xf86-video-qxl/trunk/PKGBUILD)
Deleted:
  xf86-video-qxl/repos/community-i686/PKGBUILD
  xf86-video-qxl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 11:26:28 UTC (rev 255174)
+++ community-i686/PKGBUILD 2017-08-31 11:27:42 UTC (rev 255175)
@@ -1,58 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Christian Hesse 
-# Contributor: Yonathan Dossow
-# Contributor: Ansgar Taflinski 
-
-pkgname=xf86-video-qxl
-pkgver=0.1.5
-pkgrel=4
-pkgdesc='Xorg X11 qxl video driver'
-arch=('x86_64' 'i686')
-url='http://www.x.org'
-license=('MIT')
-groups=('xorg-drivers')
-depends=('spice')
-optdepends=('python2: for Xspice')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol'
-   'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
-   'videoproto' 'resourceproto' 'scrnsaverproto' 'git')
-conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
-source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92'
-'SKIP')
-sha512sums=('7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782'
-'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # this is python 2.x
-   sed -i '1c #!/usr/bin/python2' scripts/Xspice
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-# Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-# With them, module fail to load with undefined symbol.
-# See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-export CFLAGS=${CFLAGS/-fno-plt}
-export CXXFLAGS=${CXXFLAGS/-fno-plt}
-export LDFLAGS=${LDFLAGS/,-z,now}
-
-   autoreconf -fi
-   ./configure \
-   --enable-xspice \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}/" install
-
-   install -v -D -m0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
-}
-

Copied: xf86-video-qxl/repos/community-i686/PKGBUILD (from rev 255174, 
xf86-video-qxl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 11:27:42 UTC (rev 255175)
@@ -0,0 +1,58 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Christian Hesse 
+# Contributor: Yonathan Dossow
+# Contributor: Ansgar Taflinski 
+
+pkgname=xf86-video-qxl
+pkgver=0.1.5
+pkgrel=5
+pkgdesc='Xorg X11 qxl video driver'
+arch=('x86_64' 'i686')
+url='http://www.x.org'
+license=('MIT')
+groups=('xorg-drivers')
+depends=('spice')
+optdepends=('python2: for Xspice')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol'
+   'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
+   'videoproto' 'resourceproto' 'scrnsaverproto' 'git' 'libcacard')
+conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
+source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92'
+'SKIP')
+sha512sums=('7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # this is python 2.x
+   sed -i '1c #!/usr/bin/python2' scripts/Xspice
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+# With them, module fail to load with undefined symbol.
+# See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+

[arch-commits] Commit in nextcloud-app-mail/trunk (PKGBUILD)

2017-08-31 Thread Sergej Pupykin
Date: Thursday, August 31, 2017 @ 11:19:26
  Author: spupykin
Revision: 255172

upgpkg: nextcloud-app-mail 0.7.1-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 10:14:46 UTC (rev 255171)
+++ PKGBUILD2017-08-31 11:19:26 UTC (rev 255172)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('608bbf3a8a5c5466a8f00df8e7727d6b2c6956645b7b0d569d1fd709bc14661f19fb9351cef81839d7efb018aa0ed659425bccbc5ca1e6c90365dbca436fc0cc')
+sha512sums=('6e2b4b0678445753286bbd74fa82ff0b7fc82c6b6634381963f08418eaaeea4fe367a58ffd18a8722bdedd3666908cba8b0c9757db9c3d24c5d8d7930a68a0c0')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


[arch-commits] Commit in nextcloud-app-mail/repos/community-any (PKGBUILD PKGBUILD)

2017-08-31 Thread Sergej Pupykin
Date: Thursday, August 31, 2017 @ 11:19:41
  Author: spupykin
Revision: 255173

archrelease: copy trunk to community-any

Added:
  nextcloud-app-mail/repos/community-any/PKGBUILD
(from rev 255172, nextcloud-app-mail/trunk/PKGBUILD)
Deleted:
  nextcloud-app-mail/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 11:19:26 UTC (rev 255172)
+++ PKGBUILD2017-08-31 11:19:41 UTC (rev 255173)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail;
-license=('AGPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('608bbf3a8a5c5466a8f00df8e7727d6b2c6956645b7b0d569d1fd709bc14661f19fb9351cef81839d7efb018aa0ed659425bccbc5ca1e6c90365dbca436fc0cc')
-
-prepare() {
-  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 255172, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 11:19:41 UTC (rev 255173)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail;
+license=('AGPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('6e2b4b0678445753286bbd74fa82ff0b7fc82c6b6634381963f08418eaaeea4fe367a58ffd18a8722bdedd3666908cba8b0c9757db9c3d24c5d8d7930a68a0c0')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 11:14:12
  Author: arojas
Revision: 304378

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

Added:
  libktorrent/repos/staging-i686/
  libktorrent/repos/staging-i686/PKGBUILD
(from rev 304377, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/staging-x86_64/
  libktorrent/repos/staging-x86_64/PKGBUILD
(from rev 304377, libktorrent/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 304377, 
libktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-31 11:14:12 UTC (rev 304378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.1
+_ktorrentver=5.1
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 304377, 
libktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-31 11:14:12 UTC (rev 304378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.1
+_ktorrentver=5.1
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 11:13:42
  Author: arojas
Revision: 304377

Update to 2.1

Modified:
  libktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 11:04:59 UTC (rev 304376)
+++ PKGBUILD2017-08-31 11:13:42 UTC (rev 304377)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libktorrent
-pkgver=2.0.1
-_ktorrentver=5.0
+pkgver=2.1
+_ktorrentver=5.1
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=(i686 x86_64)
@@ -13,8 +13,10 @@
 license=(GPL2)
 depends=(kio qca-qt5)
 makedepends=(extra-cmake-modules python boost doxygen)
-source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ebf4aedd97741ad534ee272576a4649788209574')
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
 prepare() {
   mkdir -p build


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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 11:04:31
  Author: arojas
Revision: 304373

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-31 11:03:47 UTC (rev 304372)
+++ extra-i686/PKGBUILD 2017-08-31 11:04:31 UTC (rev 304373)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=libkvkontakte
-pkgver=5.0.0git20160305
-pkgrel=1
-pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
-arch=(i686 x86_64)
-url='https://www.digikam.org'
-license=(GPL)
-depends=(kdewebkit)
-makedepends=(extra-cmake-modules python)
-source=("https://quickgit.kde.org/?p=libkvkontakte.git=snapshot=b5d347c1=tgz;)
-sha1sums=('d6880a4f88952ec9f7447c1f4c4ebc828d90a38e')
-
-prepare() {
-  mkdir -p build 
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkvkontakte/repos/extra-i686/PKGBUILD (from rev 304372, 
libkvkontakte/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-31 11:04:31 UTC (rev 304373)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=libkvkontakte
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
+arch=(i686 x86_64)
+url='https://www.digikam.org'
+license=(GPL)
+depends=(kdewebkit)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193'
+'SKIP')
+validpgpkeys=(7C35920F1CE2899E8EA9AAD02E7C0367B9BFA089) # Scarlett Clark 

+
+prepare() {
+  mkdir -p build 
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-31 11:03:47 UTC (rev 304372)
+++ extra-x86_64/PKGBUILD   2017-08-31 11:04:31 UTC (rev 304373)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=libkvkontakte
-pkgver=5.0.0git20160305
-pkgrel=1
-pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
-arch=(i686 x86_64)
-url='https://www.digikam.org'
-license=(GPL)
-depends=(kdewebkit)
-makedepends=(extra-cmake-modules python)
-source=("https://quickgit.kde.org/?p=libkvkontakte.git=snapshot=b5d347c1=tgz;)
-sha1sums=('d6880a4f88952ec9f7447c1f4c4ebc828d90a38e')
-
-prepare() {
-  mkdir -p build 
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkvkontakte/repos/extra-x86_64/PKGBUILD (from rev 304372, 
libkvkontakte/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-31 11:04:31 UTC (rev 304373)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=libkvkontakte
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
+arch=(i686 x86_64)
+url='https://www.digikam.org'
+license=(GPL)
+depends=(kdewebkit)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193'
+'SKIP')
+validpgpkeys=(7C35920F1CE2899E8EA9AAD02E7C0367B9BFA089) # Scarlett Clark 

+
+prepare() {
+  mkdir -p build 
+}
+
+build() {
+  cd build
+  cmake 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 11:03:47
  Author: arojas
Revision: 304372

Update to 5.0.0

Modified:
  libkvkontakte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 09:44:02 UTC (rev 304371)
+++ PKGBUILD2017-08-31 11:03:47 UTC (rev 304372)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=libkvkontakte
-pkgver=5.0.0git20160305
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 license=(GPL)
 depends=(kdewebkit)
 makedepends=(extra-cmake-modules python)
-source=("https://quickgit.kde.org/?p=libkvkontakte.git=snapshot=b5d347c1=tgz;)
-sha1sums=('d6880a4f88952ec9f7447c1f4c4ebc828d90a38e')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193'
+'SKIP')
+validpgpkeys=(7C35920F1CE2899E8EA9AAD02E7C0367B9BFA089) # Scarlett Clark 

 
 prepare() {
   mkdir -p build 
@@ -20,7 +22,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \


[arch-commits] Commit in caprine/repos/community-any (6 files)

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 10:14:46
  Author: tensor5
Revision: 255171

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 255170, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 255170, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 255170, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  118 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +-
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 10:14:33 UTC (rev 255170)
+++ PKGBUILD2017-08-31 10:14:46 UTC (rev 255171)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('ff13a180a7e9f1cdcc297d15f4f41cea8c7cea56e1fe5b198ff49c245f09c604'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/build
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -executable -type f -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 255170, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 10:14:46 UTC (rev 255171)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('5bb79bd4191749127aeeb85278cba04488fb9073ee7ed04e68cb295b3aeb277d'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/build
+rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
+find "${pkgdir}"${appdir} \
+   

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

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 10:14:33
  Author: tensor5
Revision: 255170

upgpkg: caprine 2.6.2-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 10:05:46 UTC (rev 255169)
+++ PKGBUILD2017-08-31 10:14:33 UTC (rev 255170)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('ff13a180a7e9f1cdcc297d15f4f41cea8c7cea56e1fe5b198ff49c245f09c604'
+sha256sums=('5bb79bd4191749127aeeb85278cba04488fb9073ee7ed04e68cb295b3aeb277d'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


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

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 10:05:46
  Author: tensor5
Revision: 255169

archrelease: copy trunk to community-x86_64

Added:
  messengerfordesktop/repos/community-x86_64/PKGBUILD
(from rev 255168, messengerfordesktop/trunk/PKGBUILD)
  messengerfordesktop/repos/community-x86_64/messengerfordesktop.js
(from rev 255168, messengerfordesktop/trunk/messengerfordesktop.js)
  messengerfordesktop/repos/community-x86_64/use-system-electron.patch
(from rev 255168, messengerfordesktop/trunk/use-system-electron.patch)
Deleted:
  messengerfordesktop/repos/community-x86_64/PKGBUILD
  messengerfordesktop/repos/community-x86_64/messengerfordesktop.js
  messengerfordesktop/repos/community-x86_64/use-system-electron.patch

---+
 PKGBUILD  |  194 +++-
 messengerfordesktop.js|   58 ++---
 use-system-electron.patch |   56 ++--
 3 files changed, 159 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 10:05:29 UTC (rev 255168)
+++ PKGBUILD2017-08-31 10:05:46 UTC (rev 255169)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=messengerfordesktop
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='A simple & beautiful desktop client for Facebook Messenger'
-arch=('i686' 'x86_64')
-url='https://messengerfordesktop.com/'
-license=('MIT')
-depends=('electron')
-makedepends=('apm' 'npm')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Aluxian/Messenger-for-Desktop/archive/v${pkgver}.tar.gz;
-"${pkgname}.js"
-'use-system-electron.patch')
-sha256sums=('f0b68a2dd6bdfd5d7effa21747abb222b5716c2284ae62b9a5e8ae410f00ef9d'
-'55e6da47ddbf383fc8a6ef6e0aae5621b7800c8efe46422c1c352d6c029c1f45'
-'014ef8a03e38d4e5c5cab49cb6a2e9fbf81de9aecbfc66aeadf124844a541a66')
-
-if [ "${CARCH}" == 'i686' ]; then
-_target=linux32
-else
-_target=linux64
-fi
-
-prepare() {
-cd Messenger-for-Desktop-${pkgver}
-
-patch -Np1 -i "${srcdir}"/use-system-electron.patch
-sed -e 's|/opt/{{ name }}/||' \
--i resources/linux/app.desktop \
--i resources/linux/startup.desktop
-}
-
-build() {
-cd Messenger-for-Desktop-${pkgver}
-
-npm install
-cd src
-ATOM_HOME="${PWD}" apm install --production
-cd ..
-
-./node_modules/.bin/gulp build:${_target}
-}
-
-package() {
-cd Messenger-for-Desktop-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r build/${_target}/opt/${pkgname}/resources/app/* "${pkgdir}"${appdir}
-
-cp -r build/${_target}/usr/share "${pkgdir}"/usr
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-
-install -Dm644 -t "${pkgdir}"/usr/share/licenses/${pkgname} LICENSE.md
-
-# Clean up
-find "${pkgdir}"${appdir}/node_modules \
--name 'package.json' \
--exec sed -e 
"s|${srcdir}/Messenger-for-Desktop-${pkgver}/src|${appdir}|" \
--i {} \; \
--or -name '.*' -prune -exec rm -r '{}' \; \
--or -name '*.a' -exec rm '{}' \; \
--or -name '*.cc' -exec rm '{}' \; \
--or -name '*.h' -exec rm '{}' \; \
--or -name '*.gyp' -exec rm '{}' \; \
--or -name '*.gypi' -exec rm '{}' \; \
--or -name '*.Makefile' -exec rm '{}' \; \
--or -name '*.mk' -exec rm '{}' \; \
--or -name '*.mm' -exec rm '{}' \; \
--or -name 'appveyor.yml' -exec rm '{}' \; \
--or -name 'benchmark' -prune -exec rm -r '{}' \; \
--or -name 'bin' -prune -exec rm -r '{}' \; \
--or -name 'bin.js' -exec rm '{}' \; \
--or -name 'build.js' -exec rm '{}' \; \
--or -name 'cli.js' -exec rm '{}' \; \
--or -name 'deps' -prune -exec rm -r '{}' \; \
--or -name 'doc' -prune -exec rm -r '{}' \; \
--or -name 'docs' -prune -exec rm -r '{}' \; \
--or -name 'example' -prune -exec rm -r '{}' \; \
--or -name 'examples' -prune -exec rm -r '{}' \; \
--or -name 'hunspell' -prune -exec rm -r '{}' \; \
--or -name 'Makefile' -exec rm '{}' \; \
--or -name 'obj.target' -prune -exec rm -r '{}' \; \
--or -name 'test' -prune -exec rm -r '{}' \; \
--or -name 'tests' -prune -exec rm -r '{}' \; \
--or -name 'tools' -prune -exec rm -r '{}' \;
-}

Copied: messengerfordesktop/repos/community-x86_64/PKGBUILD (from rev 255168, 
messengerfordesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 10:05:46 UTC (rev 255169)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=messengerfordesktop
+pkgver=2.0.9+42+g4e4d6f1
+pkgrel=1
+_commit=4e4d6f1fd4bf3b8c0fa48ed6459efda9c4064461
+pkgdesc='A simple & beautiful desktop 

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

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 10:05:29
  Author: tensor5
Revision: 255168

upgpkg: messengerfordesktop 2.0.9+42+g4e4d6f1-1

Update to work with Electron 1.6.

Modified:
  messengerfordesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 09:54:32 UTC (rev 255167)
+++ PKGBUILD2017-08-31 10:05:29 UTC (rev 255168)
@@ -2,19 +2,20 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=messengerfordesktop
-pkgver=2.0.9
+pkgver=2.0.9+42+g4e4d6f1
 pkgrel=1
+_commit=4e4d6f1fd4bf3b8c0fa48ed6459efda9c4064461
 pkgdesc='A simple & beautiful desktop client for Facebook Messenger'
 arch=('i686' 'x86_64')
 url='https://messengerfordesktop.com/'
 license=('MIT')
 depends=('electron')
-makedepends=('apm' 'npm')
+makedepends=('apm' 'git' 'npm')
 options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Aluxian/Messenger-for-Desktop/archive/v${pkgver}.tar.gz;
+source=("git+https://github.com/Aluxian/Messenger-for-Desktop#commit=${_commit};
 "${pkgname}.js"
 'use-system-electron.patch')
-sha256sums=('f0b68a2dd6bdfd5d7effa21747abb222b5716c2284ae62b9a5e8ae410f00ef9d'
+sha256sums=('SKIP'
 '55e6da47ddbf383fc8a6ef6e0aae5621b7800c8efe46422c1c352d6c029c1f45'
 '014ef8a03e38d4e5c5cab49cb6a2e9fbf81de9aecbfc66aeadf124844a541a66')
 
@@ -24,17 +25,25 @@
 _target=linux64
 fi
 
+pkgver() {
+cd Messenger-for-Desktop
+
+git describe --tags | sed 's/-/+/g;s/v//'
+}
+
 prepare() {
-cd Messenger-for-Desktop-${pkgver}
+cd Messenger-for-Desktop
 
 patch -Np1 -i "${srcdir}"/use-system-electron.patch
 sed -e 's|/opt/{{ name }}/||' \
 -i resources/linux/app.desktop \
 -i resources/linux/startup.desktop
+sed -e "s|'updates-auto-check': true|'updates-auto-check': false|" \
+-i src/scripts/browser/utils/prefs-defaults.js
 }
 
 build() {
-cd Messenger-for-Desktop-${pkgver}
+cd Messenger-for-Desktop
 
 npm install
 cd src
@@ -45,7 +54,7 @@
 }
 
 package() {
-cd Messenger-for-Desktop-${pkgver}
+cd Messenger-for-Desktop
 
 appdir=/usr/lib/${pkgname}
 
@@ -86,6 +95,7 @@
 -or -name 'hunspell' -prune -exec rm -r '{}' \; \
 -or -name 'Makefile' -exec rm '{}' \; \
 -or -name 'obj.target' -prune -exec rm -r '{}' \; \
+-or -name 'scripts' -prune -exec rm -r '{}' \; \
 -or -name 'test' -prune -exec rm -r '{}' \; \
 -or -name 'tests' -prune -exec rm -r '{}' \; \
 -or -name 'tools' -prune -exec rm -r '{}' \;


[arch-commits] Commit in atom/repos/community-x86_64 (17 files)

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 09:54:32
  Author: tensor5
Revision: 255167

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 255166, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 255166, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 255166, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 255166, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 255166, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 255166, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 255166, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 255166, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-ime-events-handler.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  221 -
 dugite-use-system-git.patch |   76 
 fix-atom-sh.patch   |  230 +-
 fix-ime-events-handler.patch|   47 -
 fix-license-path.patch  |   44 ++---
 fix-restart.patch   |   22 +-
 symbols-view-use-system-ctags.patch |   22 +-
 use-system-apm.patch|   62 +++
 use-system-electron.patch   |  299 +-
 9 files changed, 490 insertions(+), 533 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 09:54:08 UTC (rev 255166)
+++ PKGBUILD2017-08-31 09:54:32 UTC (rev 255167)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.18.0
-pkgrel=2
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-ime-events-handler.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('bd2dd1423ac204b1d6b117dcbab405095a7f663b97d07519b0de4300158645b1'
-'465c90539cf4160cf05af36c8a3a88c16ae4e045c4d88ee56930a675d1074a2c'
-'2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
-'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
-'0d1e2d6be438bc7cb7633b6b462d1011a587d6f764d0abf7805895f3d8900228'
-'c55d0837aef4aaeb2a4a317e9916e76bac34be19a5371b538843046d9ad85826'
-'32fb830b89bd6079120bf7380a69f94c02aa366608b0d0b6c7123e06b878400c'
-'310cfa5088908312abded7a2a28b8c53a4d7d38ec05c9623be3fa89d311b0a09'
-'5b39644daff87980899908c0c2c10b97319291c89f332dea15f9b259f42a8b17')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -Np1 -i "${srcdir}"/use-system-apm.patch
-  patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-restart.patch
-
-  # Fix for Electron 1.4.0
-  patch -Np1 -i "${srcdir}"/fix-ime-events-handler.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export ATOM_RESOURCE_PATH="$srcdir/atom-$pkgver"
-  # If unset, ~/.atom/.node-gyp/.atom/.npm is used
-  export NPM_CONFIG_CACHE="${HOME}/.atom/.npm"
-  apm clean
-  apm install
-
-  # Use system ctags
-  cd node_modules/symbols-view
-  patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch
-  rm -r vendor
-  cd ../..
-
-  # Use system git
-  cd node_modules/dugite
-  patch -Np1 -i "${srcdir}"/dugite-use-system-git.patch
-  rm -r git
-  cd ../..
-
-  cd script
-  npm install
-  ./build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -d -m 755 "${pkgdir}"/usr/lib
-  cp -r out/app "${pkgdir}"/usr/lib/atom
-
-  install -d -m 755 

[arch-commits] Commit in atom/trunk (7 files)

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 09:54:08
  Author: tensor5
Revision: 255166

upgpkg: atom 1.19.4-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/dugite-use-system-git.patch
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/use-system-apm.patch
  atom/trunk/use-system-electron.patch
Deleted:
  atom/trunk/fix-ime-events-handler.patch

--+
 PKGBUILD |   21 ---
 dugite-use-system-git.patch  |   14 +++
 fix-ime-events-handler.patch |   47 -
 fix-license-path.patch   |2 -
 fix-restart.patch|2 -
 use-system-apm.patch |4 +-
 use-system-electron.patch|   75 ++---
 7 files changed, 61 insertions(+), 104 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 09:03:58 UTC (rev 255165)
+++ PKGBUILD2017-08-31 09:54:08 UTC (rev 255166)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.19.4
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -17,21 +17,19 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
 'dugite-use-system-git.patch'
 'fix-atom-sh.patch'
-'fix-ime-events-handler.patch'
 'fix-license-path.patch'
 'fix-restart.patch'
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('bd2dd1423ac204b1d6b117dcbab405095a7f663b97d07519b0de4300158645b1'
-'465c90539cf4160cf05af36c8a3a88c16ae4e045c4d88ee56930a675d1074a2c'
+sha256sums=('4be1f9095a237bfc81137002dd1a968e8484261c73845dab4e41e4f3e39f695d'
+'8a6424cf5635634eccbf10473a30a3a3fb2bd11aa73a7274744134115d681ba9'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
-'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
-'0d1e2d6be438bc7cb7633b6b462d1011a587d6f764d0abf7805895f3d8900228'
-'c55d0837aef4aaeb2a4a317e9916e76bac34be19a5371b538843046d9ad85826'
+'7a76fe1e7258357b51b7ac427b44759c71c675b0be04dfc547e18dc04979f3fb'
+'0df623c62de4c2dc78c4a0f5ab5bd018183e287629102a08e85dea92cc076174'
 '32fb830b89bd6079120bf7380a69f94c02aa366608b0d0b6c7123e06b878400c'
-'310cfa5088908312abded7a2a28b8c53a4d7d38ec05c9623be3fa89d311b0a09'
-'5b39644daff87980899908c0c2c10b97319291c89f332dea15f9b259f42a8b17')
+'bb1469f02cef5c1363d9add8eb7af6eab503023d5a56f76dc868b70be1b77e01'
+'ee5ee7d8ead75dac34ed76267637acfae7f582fb88a96c92c92789a201db6c5f')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -41,9 +39,6 @@
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch
   patch -Np1 -i "${srcdir}"/fix-restart.patch
-
-  # Fix for Electron 1.4.0
-  patch -Np1 -i "${srcdir}"/fix-ime-events-handler.patch
 }
 
 build() {

Modified: dugite-use-system-git.patch
===
--- dugite-use-system-git.patch 2017-08-31 09:03:58 UTC (rev 255165)
+++ dugite-use-system-git.patch 2017-08-31 09:54:08 UTC (rev 255166)
@@ -1,7 +1,7 @@
 --- a/build/lib/git-environment.js
 +++ b/build/lib/git-environment.js
-@@ -5,14 +5,7 @@
-  *  Find the path to the embedded Git environment
+@@ -8,14 +8,7 @@
+  *  returns with it after resolving it as a path.
   */
  function resolveGitDir() {
 -if (process.env.LOCAL_GIT_DIRECTORY) {
@@ -15,9 +15,9 @@
 +return '/usr';
  }
  /**
-  *  Find the path to the embedded Git binary
-@@ -33,7 +26,7 @@
- function resolveGitExecPath() {
+  *  Find the path to the embedded Git binary.
+@@ -42,7 +35,7 @@
+ }
  const gitDir = resolveGitDir();
  if (process.platform === 'darwin' || process.platform === 'linux') {
 -return path.join(gitDir, 'libexec', 'git-core');
@@ -25,12 +25,12 @@
  }
  else if (process.platform === 'win32') {
  return path.join(gitDir, 'mingw64', 'libexec', 'git-core');
-@@ -80,10 +73,6 @@
+@@ -89,10 +82,6 @@
  // an arbitrary location, you should set PREFIX for the
  // process to ensure that it knows how to resolve things
  env.PREFIX = gitDir;
 -// bypass whatever certificates might be set and use
--// the bundle included in the distibution
+-// the bundle included in the distribution
 -const sslCABundle = `${gitDir}/ssl/cacert.pem`;
 -env.GIT_SSL_CAINFO = sslCABundle;
  }

Deleted: fix-ime-events-handler.patch
===
--- fix-ime-events-handler.patch2017-08-31 09:03:58 UTC (rev 255165)
+++ fix-ime-events-handler.patch2017-08-31 

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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 09:03:58
  Author: jsteel
Revision: 255165

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 255164, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 09:03:49 UTC (rev 255164)
+++ PKGBUILD2017-08-31 09:03:58 UTC (rev 255165)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.141
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('99ad07cb2de36a199f9b09a89c12712d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 255164, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 09:03:58 UTC (rev 255165)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.143
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('526080f513b672396dd572cdd056a785')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 09:03:49
  Author: jsteel
Revision: 255164

upgpkg: aws-cli 1.11.143-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 09:03:40 UTC (rev 255163)
+++ PKGBUILD2017-08-31 09:03:49 UTC (rev 255164)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.141
+pkgver=1.11.143
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('99ad07cb2de36a199f9b09a89c12712d')
+md5sums=('526080f513b672396dd572cdd056a785')
 
 build() {
   cd $pkgname-$pkgver


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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 09:03:40
  Author: jsteel
Revision: 255163

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-31 09:03:26 UTC (rev 255162)
+++ PKGBUILD2017-08-31 09:03:40 UTC (rev 255163)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.6.8
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('517af5601fce46efed9e528aa3b27208')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 255162, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-31 09:03:40 UTC (rev 255163)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('0cdfe151eff702fe317884b9c1816a01')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-08-31 Thread Jonathan Steel
Date: Thursday, August 31, 2017 @ 09:03:26
  Author: jsteel
Revision: 255162

upgpkg: python-botocore 1.7.1-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 08:43:38 UTC (rev 255161)
+++ PKGBUILD2017-08-31 09:03:26 UTC (rev 255162)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.6.8
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('517af5601fce46efed9e528aa3b27208')
+md5sums=('0cdfe151eff702fe317884b9c1816a01')
 
 build() {
   cd botocore-$pkgver


[arch-commits] Commit in electron/repos/community-x86_64 (55 files)

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 08:43:38
  Author: tensor5
Revision: 255161

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 255160, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/allow-i686.patch
(from rev 255160, electron/trunk/allow-i686.patch)
  electron/repos/community-x86_64/brightray-dont-update-submodules.patch
(from rev 255160, electron/trunk/brightray-dont-update-submodules.patch)
  electron/repos/community-x86_64/brightray-no-whole-archive.patch
(from rev 255160, electron/trunk/brightray-no-whole-archive.patch)
  electron/repos/community-x86_64/brightray-use-system-ffmpeg.patch
(from rev 255160, electron/trunk/brightray-use-system-ffmpeg.patch)
  electron/repos/community-x86_64/chromium-gtk3.patch
(from rev 255160, electron/trunk/chromium-gtk3.patch)
  electron/repos/community-x86_64/chromium-include-functional.patch
(from rev 255160, electron/trunk/chromium-include-functional.patch)
  electron/repos/community-x86_64/chromium-unset-madv_free.patch
(from rev 255160, electron/trunk/chromium-unset-madv_free.patch)
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
(from rev 255160, electron/trunk/chromium-use-system-ffmpeg.patch)
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
(from rev 255160, electron/trunk/chromium-use-system-minizip.patch)
  electron/repos/community-x86_64/chromium-use-system-re2.patch
(from rev 255160, electron/trunk/chromium-use-system-re2.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 255160, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
(from rev 255160, electron/trunk/dont-bootstrap-libchromiumcontent.patch)
  electron/repos/community-x86_64/dont-update-submodules.patch
(from rev 255160, electron/trunk/dont-update-submodules.patch)
  electron/repos/community-x86_64/dont-use-sysroot.patch
(from rev 255160, electron/trunk/dont-use-sysroot.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 255160, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/gtk3-menu-bar.patch
(from rev 255160, electron/trunk/gtk3-menu-bar.patch)
  electron/repos/community-x86_64/gtk3-message-box.patch
(from rev 255160, electron/trunk/gtk3-message-box.patch)
  electron/repos/community-x86_64/gtk3-warnings.patch
(from rev 255160, electron/trunk/gtk3-warnings.patch)
  electron/repos/community-x86_64/gyp-no-rpath.patch
(from rev 255160, electron/trunk/gyp-no-rpath.patch)
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
(from rev 255160, electron/trunk/libchromiumcontent-settings.patch)
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
(from rev 255160, electron/trunk/libchromiumcontent-sort-filenames.patch)
  electron/repos/community-x86_64/libchromiumcontent-static-library-only.patch
(from rev 255160, 
electron/trunk/libchromiumcontent-static-library-only.patch)
  electron/repos/community-x86_64/libchromiumcontent-use-system-tools.patch
(from rev 255160, electron/trunk/libchromiumcontent-use-system-tools.patch)
  electron/repos/community-x86_64/use-system-clang.patch
(from rev 255160, electron/trunk/use-system-clang.patch)
  electron/repos/community-x86_64/use-system-ffmpeg.patch
(from rev 255160, electron/trunk/use-system-ffmpeg.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 255160, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/use-system-ninja.patch
(from rev 255160, electron/trunk/use-system-ninja.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/allow-i686.patch
  electron/repos/community-x86_64/brightray-dont-update-submodules.patch
  electron/repos/community-x86_64/brightray-no-whole-archive.patch
  electron/repos/community-x86_64/brightray-use-system-ffmpeg.patch
  electron/repos/community-x86_64/chromium-cups.patch
  electron/repos/community-x86_64/chromium-gtk3.patch
  electron/repos/community-x86_64/chromium-unset-madv_free.patch
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
  electron/repos/community-x86_64/chromium-use-system-re2.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
  electron/repos/community-x86_64/dont-update-submodules.patch
  electron/repos/community-x86_64/dont-use-sysroot.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/gtk3-menu-bar.patch
  electron/repos/community-x86_64/gtk3-warnings.patch
  electron/repos/community-x86_64/gyp-no-rpath.patch
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
  

[arch-commits] Commit in electron/trunk (19 files)

2017-08-31 Thread Nicola Squartini
Date: Thursday, August 31, 2017 @ 08:42:29
  Author: tensor5
Revision: 255160

upgpkg: electron 1.6.11-1

Added:
  electron/trunk/chromium-include-functional.patch
  electron/trunk/gtk3-message-box.patch
  electron/trunk/libchromiumcontent-settings.patch
Modified:
  electron/trunk/PKGBUILD
  electron/trunk/brightray-no-whole-archive.patch
  electron/trunk/brightray-use-system-ffmpeg.patch
  electron/trunk/chromium-gtk3.patch
  electron/trunk/chromium-use-system-ffmpeg.patch
  electron/trunk/chromium-use-system-minizip.patch
  electron/trunk/chromium-use-system-re2.patch
  electron/trunk/default_app-icon.patch
  electron/trunk/gtk3-menu-bar.patch
  electron/trunk/gtk3-warnings.patch
  electron/trunk/libchromiumcontent-static-library-only.patch
  electron/trunk/libchromiumcontent-use-system-tools.patch
  electron/trunk/use-system-ffmpeg.patch
  electron/trunk/use-system-libraries-in-node.patch
Deleted:
  electron/trunk/chromium-cups.patch
  electron/trunk/libchromiumcontent-use-system-ffmpeg.patch

--+
 PKGBUILD |  142 +
 brightray-no-whole-archive.patch |2 
 brightray-use-system-ffmpeg.patch|2 
 chromium-cups.patch  |   10 -
 chromium-gtk3.patch  |   12 +-
 chromium-include-functional.patch|   10 +
 chromium-use-system-ffmpeg.patch |   12 +-
 chromium-use-system-minizip.patch|2 
 chromium-use-system-re2.patch|   27 +---
 default_app-icon.patch   |6 -
 gtk3-menu-bar.patch  |   12 +-
 gtk3-message-box.patch   |   11 +
 gtk3-warnings.patch  |   16 +-
 libchromiumcontent-settings.patch|   58 ++
 libchromiumcontent-static-library-only.patch |   42 ++-
 libchromiumcontent-use-system-ffmpeg.patch   |   18 ---
 libchromiumcontent-use-system-tools.patch|   21 ++-
 use-system-ffmpeg.patch  |2 
 use-system-libraries-in-node.patch   |5 
 19 files changed, 251 insertions(+), 159 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 08:24:47 UTC (rev 255159)
+++ PKGBUILD2017-08-31 08:42:29 UTC (rev 255160)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Nicola Squartini 
 
-_chromiumver=53.0.2785.143
+_chromiumver=56.0.2924.87
 pkgname=electron
-pkgver=1.4.16
-pkgrel=3
+pkgver=1.6.11
+pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('i686' 'x86_64')
 url='http://electron.atom.io/'
@@ -13,7 +13,7 @@
  'libxss' 'minizip' 'nss' 're2' 'snappy')
 makedepends=('clang' 'gconf' 'git' 'gperf' 'gtk2' 'harfbuzz-icu' 'jsoncpp'
  'libexif' 'libgnome-keyring' 'libnotify' 'ninja' 'npm' 'pciutils'
- 'python2' 'yasm')
+ 'python2' 'wget' 'yasm')
 optdepends=('gvfs: file deletion support (gvfs-trash)'
 'kde-cli-tools: file deletion support (kioclient5)'
 'kdebase-runtime: file deletion support (kioclient)'
@@ -22,13 +22,15 @@
 'git+https://github.com/boto/boto.git'
 'git+https://github.com/electron/brightray.git'
 'breakpad::git+https://github.com/electron/chromium-breakpad.git'
+'git+https://chromium.googlesource.com/chromium/src/tools/grit.git'
 'git+https://github.com/electron/gyp.git'
 "git+https://github.com/electron/libchromiumcontent.git;
 'native_mate::git+https://github.com/zcbenz/native-mate.git'
 'git+https://github.com/electron/node.git'
+'pdf_viewer::git+https://github.com/electron/pdf-viewer.git'
 'git+https://github.com/kennethreitz/requests.git'
 
'google-breakpad::git+https://chromium.googlesource.com/breakpad/breakpad/src'
-
"https://github.com/zcbenz/chromium-source-tarball/releases/download/${_chromiumver}/chromium-${_chromiumver}.tar.xz;
+
"electron-chromium-${_chromiumver}.tar.xz::https://github.com/zcbenz/chromium-source-tarball/releases/download/${_chromiumver}/chromium-${_chromiumver}.tar.xz;
 'electron.desktop'
 'default_app-icon.patch'
 'dont-bootstrap-libchromiumcontent.patch'
@@ -36,6 +38,7 @@
 'dont-use-sysroot.patch'
 'allow-i686.patch'
 'gtk3-menu-bar.patch'
+'gtk3-message-box.patch'
 'gtk3-warnings.patch'
 'use-system-clang.patch'
 'use-system-libraries-in-node.patch'
@@ -45,12 +48,12 @@
 'brightray-no-whole-archive.patch'
 'brightray-use-system-ffmpeg.patch'
 'gyp-no-rpath.patch'
+'libchromiumcontent-settings.patch'
 'libchromiumcontent-sort-filenames.patch'
 'libchromiumcontent-static-library-only.patch'
-'libchromiumcontent-use-system-ffmpeg.patch'
 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 08:24:47
  Author: arojas
Revision: 255159

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

Added:
  latte-dock/repos/community-i686/PKGBUILD
(from rev 255158, latte-dock/trunk/PKGBUILD)
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 255158, latte-dock/trunk/PKGBUILD)
Deleted:
  latte-dock/repos/community-i686/PKGBUILD
  latte-dock/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 2017-08-31 08:24:14 UTC (rev 255158)
+++ community-i686/PKGBUILD 2017-08-31 08:24:47 UTC (rev 255159)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(i686 x86_64)
-url='https://github.com/psifidotos/Latte-Dock'
-license=(GPL)
-depends=(plasma-framework hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
-sha256sums=('01f69619ac6c51ab864526bfc10790308c6d5bf1c80d94f8affba4989d1b7f7d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../Latte-Dock-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-i686/PKGBUILD (from rev 255158, 
latte-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 08:24:47 UTC (rev 255159)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(i686 x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
+sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../Latte-Dock-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-31 08:24:14 UTC (rev 255158)
+++ community-x86_64/PKGBUILD   2017-08-31 08:24:47 UTC (rev 255159)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(i686 x86_64)
-url='https://github.com/psifidotos/Latte-Dock'
-license=(GPL)
-depends=(plasma-framework hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
-sha256sums=('01f69619ac6c51ab864526bfc10790308c6d5bf1c80d94f8affba4989d1b7f7d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../Latte-Dock-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 255158, 
latte-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-31 08:24:47 UTC (rev 255159)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(i686 x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
+sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../Latte-Dock-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" 

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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 08:24:14
  Author: arojas
Revision: 255158

Update to 0.7.1

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 07:56:43 UTC (rev 255157)
+++ PKGBUILD2017-08-31 08:24:14 UTC (rev 255158)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework hicolor-icon-theme)
 makedepends=(extra-cmake-modules python)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
-sha256sums=('01f69619ac6c51ab864526bfc10790308c6d5bf1c80d94f8affba4989d1b7f7d')
+sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea')
 
 prepare() {
   mkdir -p build


  1   2   >