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

2017-10-22 Thread Lukas Fleischer
Date: Monday, October 23, 2017 @ 05:52:33
  Author: lfleischer
Revision: 264011

upgpkg: borg 1.1.1-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 00:02:55 UTC (rev 264010)
+++ PKGBUILD2017-10-23 05:52:33 UTC (rev 264011)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
 borg.coveragerc)
-sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
+sha256sums=('a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346'
 '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
 build() {


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

2017-10-22 Thread Lukas Fleischer
Date: Monday, October 23, 2017 @ 05:52:42
  Author: lfleischer
Revision: 264012

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 264011, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 264011, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 264011, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 264011, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD|   88 +
 /borg.coveragerc |   46 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/borg.coveragerc   |   23 -
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/borg.coveragerc |   23 -
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-23 05:52:33 UTC (rev 264011)
+++ community-i686/PKGBUILD 2017-10-23 05:52:42 UTC (rev 264012)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
-borg.coveragerc)
-sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
-'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 264011, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-23 05:52:42 UTC (rev 264012)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346'
+'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install 

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

2017-10-22 Thread Tobias Powalowski
Date: Monday, October 23, 2017 @ 04:55:47
  Author: tpowa
Revision: 308348

upgpkg: linux 4.13.9-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 02:47:48 UTC (rev 308347)
+++ PKGBUILD2017-10-23 04:55:47 UTC (rev 308348)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.13
-pkgver=4.13.8
+pkgver=4.13.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'3b2bcceb16acd75322e98d3e93967e82bd0e7499c748bf12bd46c7519dacc315'
+'22156e82467c7911d226a0a887eba19103434efc104439a3b426a3fa551fb8f2'
 'SKIP'
 'f68bb8bccbbd6b86dc9f182ee25b2953638aec2729387c70d2787318ad4ea16c'
 '9be58e0adea94ccd51aabdd568fa65ba84097f31589de57c5fcc7c71c257a6e0'


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

2017-10-22 Thread Tobias Powalowski
Date: Monday, October 23, 2017 @ 04:56:11
  Author: tpowa
Revision: 308349

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/90-linux.hook
(from rev 308348, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 308348, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 308348, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 308348, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 308348, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 308348, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/90-linux.hook
(from rev 308348, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 308348, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 308348, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 308348, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 308348, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 308348, linux/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  239 +
 testing-i686/config.i686 | 8636 +
 testing-i686/config.x86_64   | 8375 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  239 +
 testing-x86_64/config.i686   | 8636 +
 testing-x86_64/config.x86_64 | 8375 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 34604 insertions(+)

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


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

2017-10-22 Thread Anatol Pomozov
Date: Monday, October 23, 2017 @ 02:47:48
  Author: anatolik
Revision: 308347

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

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
(from rev 308346, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-i686/buildconf_config.guess_sub_location.patch
(from rev 308346, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/testing-i686/disable_failing_test.patch
(from rev 308346, apr-util/trunk/disable_failing_test.patch)
  apr-util/repos/testing-i686/openssl-1.1.patch
(from rev 308346, apr-util/trunk/openssl-1.1.patch)
  apr-util/repos/testing-x86_64/
  apr-util/repos/testing-x86_64/PKGBUILD
(from rev 308346, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-x86_64/buildconf_config.guess_sub_location.patch
(from rev 308346, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/testing-x86_64/disable_failing_test.patch
(from rev 308346, apr-util/trunk/disable_failing_test.patch)
  apr-util/repos/testing-x86_64/openssl-1.1.patch
(from rev 308346, apr-util/trunk/openssl-1.1.patch)

--+
 testing-i686/PKGBUILD|   60 +++
 testing-i686/buildconf_config.guess_sub_location.patch   |   22 +
 testing-i686/disable_failing_test.patch  |   13 
 testing-i686/openssl-1.1.patch   |  250 +
 testing-x86_64/PKGBUILD  |   60 +++
 testing-x86_64/buildconf_config.guess_sub_location.patch |   22 +
 testing-x86_64/disable_failing_test.patch|   13 
 testing-x86_64/openssl-1.1.patch |  250 +
 8 files changed, 690 insertions(+)

Copied: apr-util/repos/testing-i686/PKGBUILD (from rev 308346, 
apr-util/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-23 02:47:48 UTC (rev 308347)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Pierre Schmitz 
+
+pkgname=apr-util
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/;
+depends=('apr' 'expat')
+makedepends=('gdbm' 'libldap' 'unixodbc' 'openssl' 'nss' 'sqlite' 
'libmariadbclient' 'db' 'postgresql-libs' 'python2')
+optdepends=(
+  'gdbm: enable gdbm support'
+  'libldap: enable ldap support'
+  'unixodbc: enable odbc support'
+  'libmariadbclient: enable mysql/mariadb support'
+  'postgresql-libs: enable postgres support'
+  'db: enable berkley db support'
+  'sqlite: enable sqlite support'
+  'nss: enable nss crypto support'
+  'openssl: enable openssl crypto support'
+)
+license=('APACHE')
+source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
+disable_failing_test.patch   # TODO: figure out why dbm test fails
+buildconf_config.guess_sub_location.patch)
+sha256sums=('d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b'
+'SKIP'
+'c7da8c0bba36fec72ac8c477f8c71e302ec670ab3df6f33ac5aab9f0527d8c3a'
+'33f3509d8ad089109c70835efc3535b27a6b5fc2fe27793d30689138f8c4f8aa')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C' # Jeff Trawick
+  'B1B96F45DFBDCCF974019235193F180AB55D9977' # William A. Rowe, 
Jr.  
+  '3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9') # Nick Kew 

+
+prepare() {
+  cd apr-util-$pkgver
+  patch -Np1 -i ../buildconf_config.guess_sub_location.patch
+  patch -Np1 -i ../disable_failing_test.patch
+  ./buildconf --with-apr=`apr-1-config --srcdir`
+}
+
+build() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  ./configure --prefix=/usr --with-apr=/usr --with-ldap --with-crypto \
+--with-gdbm=/usr --with-sqlite3=/usr --with-nss=/usr --with-odbc=/usr \
+--with-berkeley-db=/usr --with-pgsql=/usr --with-mysql=/usr 
--with-oracle=/usr \
+--with-openssl=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: apr-util/repos/testing-i686/buildconf_config.guess_sub_location.patch 
(from rev 308346, apr-util/trunk/buildconf_config.guess_sub_location.patch)
===
--- testing-i686/buildconf_config.guess_sub_location.patch  
(rev 0)
+++ testing-i686/buildconf_config.guess_sub_location.patch  2017-10-23 
02:47:48 UTC (rev 308347)
@@ -0,0 +1,22 @@
+From: Tollef Fog Heen 
+Subject: Adjust path of config.guess and config.sub
+
+---
+ buildconf |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: trunk/buildconf

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

2017-10-22 Thread Anatol Pomozov
Date: Monday, October 23, 2017 @ 02:46:52
  Author: anatolik
Revision: 308346

upgpkg: apr-util 1.6.1-1

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 02:46:17 UTC (rev 308345)
+++ PKGBUILD2017-10-23 02:46:52 UTC (rev 308346)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=apr-util
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
@@ -25,11 +25,12 @@
 source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
 disable_failing_test.patch   # TODO: figure out why dbm test fails
 buildconf_config.guess_sub_location.patch)
-sha256sums=('8474c93fa74b56ac6ca87449abe3e155723d5f534727f3f33283f6631a48ca4c'
+sha256sums=('d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b'
 'SKIP'
 'c7da8c0bba36fec72ac8c477f8c71e302ec670ab3df6f33ac5aab9f0527d8c3a'
 '33f3509d8ad089109c70835efc3535b27a6b5fc2fe27793d30689138f8c4f8aa')
 validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C' # Jeff Trawick
+  'B1B96F45DFBDCCF974019235193F180AB55D9977' # William A. Rowe, 
Jr.  
   '3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9') # Nick Kew 

 
 prepare() {


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

2017-10-22 Thread Anatol Pomozov
Date: Monday, October 23, 2017 @ 02:46:17
  Author: anatolik
Revision: 308345

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

Added:
  apr/repos/testing-i686/
  apr/repos/testing-i686/PKGBUILD
(from rev 308344, apr/trunk/PKGBUILD)
  apr/repos/testing-i686/dont_override_external_buildflags
(from rev 308344, apr/trunk/dont_override_external_buildflags)
  apr/repos/testing-i686/fix-apr.pc.patch
(from rev 308344, apr/trunk/fix-apr.pc.patch)
  apr/repos/testing-i686/fix_apr-config.patch
(from rev 308344, apr/trunk/fix_apr-config.patch)
  apr/repos/testing-i686/omit_extra_libs.patch
(from rev 308344, apr/trunk/omit_extra_libs.patch)
  apr/repos/testing-i686/ship_find_apr.m4.patch
(from rev 308344, apr/trunk/ship_find_apr.m4.patch)
  apr/repos/testing-x86_64/
  apr/repos/testing-x86_64/PKGBUILD
(from rev 308344, apr/trunk/PKGBUILD)
  apr/repos/testing-x86_64/dont_override_external_buildflags
(from rev 308344, apr/trunk/dont_override_external_buildflags)
  apr/repos/testing-x86_64/fix-apr.pc.patch
(from rev 308344, apr/trunk/fix-apr.pc.patch)
  apr/repos/testing-x86_64/fix_apr-config.patch
(from rev 308344, apr/trunk/fix_apr-config.patch)
  apr/repos/testing-x86_64/omit_extra_libs.patch
(from rev 308344, apr/trunk/omit_extra_libs.patch)
  apr/repos/testing-x86_64/ship_find_apr.m4.patch
(from rev 308344, apr/trunk/ship_find_apr.m4.patch)

--+
 testing-i686/PKGBUILD|   61 +
 testing-i686/dont_override_external_buildflags   |   21 +++
 testing-i686/fix-apr.pc.patch|   20 ++
 testing-i686/fix_apr-config.patch|   33 +++
 testing-i686/omit_extra_libs.patch   |   20 ++
 testing-i686/ship_find_apr.m4.patch  |   25 
 testing-x86_64/PKGBUILD  |   61 +
 testing-x86_64/dont_override_external_buildflags |   21 +++
 testing-x86_64/fix-apr.pc.patch  |   20 ++
 testing-x86_64/fix_apr-config.patch  |   33 +++
 testing-x86_64/omit_extra_libs.patch |   20 ++
 testing-x86_64/ship_find_apr.m4.patch|   25 
 12 files changed, 360 insertions(+)

Copied: apr/repos/testing-i686/PKGBUILD (from rev 308344, apr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-23 02:46:17 UTC (rev 308345)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apr
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='The Apache Portable Runtime'
+arch=('i686' 'x86_64')
+url='http://apr.apache.org/'
+depends=('util-linux')
+makedepends=('python2')
+license=('APACHE')
+source=(https://www.apache.org/dist/apr/apr-$pkgver.tar.bz2{,.asc}
+fix_apr-config.patch
+ship_find_apr.m4.patch
+fix-apr.pc.patch
+omit_extra_libs.patch
+dont_override_external_buildflags)
+sha256sums=('131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172'
+'SKIP'
+'91490ffee726f851edad9fc733ac6632aaf434a87920e706eeb132a97ee5f402'
+'315932ef6536fc0644c1efe770ceb3bb675c3c7103a7cbb2f02efd8be03eb752'
+'12595d331b48be9e44bd843635eb4f0f500bd213e197a551a9d383a28a24641f'
+'3d491d3af8fb5a75db4e085a17e5d8dcbe058bd256ef893ee779dc97fc9f8ad6'
+'5ac0bdc532479f6082d29115ac9d3ca24524fd8b97a556568755b88e5a68e3df')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C'  # Jeff Trawick
+  'B1B96F45DFBDCCF974019235193F180AB55D9977') # Nick Kew 

+
+prepare() {
+  cd apr-$pkgver
+  patch -Np1 -i ../fix_apr-config.patch
+  patch -Np1 -i ../ship_find_apr.m4.patch
+  patch -Np1 -i ../fix-apr.pc.patch
+  patch -Np1 -i ../omit_extra_libs.patch
+  patch -Np1 -i ../dont_override_external_buildflags
+  sed -e 's/env python/env python2/' -i build/gen-build.py
+  sed -e 's/python/python2/g' -i build/buildcheck.sh
+  ./buildconf
+}
+
+build() {
+  cd apr-$pkgver
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+--with-installbuilddir=/usr/share/apr-1/build \
+--enable-nonportable-atomics \
+--with-devrandom=/dev/urandom --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd apr-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd apr-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: apr/repos/testing-i686/dont_override_external_buildflags (from rev 
308344, apr/trunk/dont_override_external_buildflags)
===
--- testing-i686/dont_override_external_buildflags  
(rev 0)
+++ 

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

2017-10-22 Thread Anatol Pomozov
Date: Monday, October 23, 2017 @ 02:45:01
  Author: anatolik
Revision: 308344

upgpkg: apr 1.6.3-1

Modified:
  apr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 21:11:23 UTC (rev 308343)
+++ PKGBUILD2017-10-23 02:45:01 UTC (rev 308344)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apr
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='The Apache Portable Runtime'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 fix-apr.pc.patch
 omit_extra_libs.patch
 dont_override_external_buildflags)
-sha256sums=('09109cea377bab0028bba19a92b5b0e89603df9eab05c0f7dbd4dd83d48dcebd'
+sha256sums=('131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172'
 'SKIP'
 '91490ffee726f851edad9fc733ac6632aaf434a87920e706eeb132a97ee5f402'
 '315932ef6536fc0644c1efe770ceb3bb675c3c7103a7cbb2f02efd8be03eb752'


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

2017-10-22 Thread Gaëtan Bisson
Date: Monday, October 23, 2017 @ 00:02:55
  Author: bisson
Revision: 264010

orig url tarball has been fixed

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 22:30:55 UTC (rev 264009)
+++ PKGBUILD2017-10-23 00:02:55 UTC (rev 264010)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=subsurface-libdc
-_pkgname=libdc
+_pkgname=libdivecomputer-subsurface-branch
 pkgver=4.7.1
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
@@ -10,8 +10,8 @@
 url='https://github.com/Subsurface-divelog/libdc'
 license=('LGPL')
 arch=('i686' 'x86_64')
-source=("https://github.com/Subsurface-divelog/libdc/archive/v${pkgver}.tar.gz;)
-sha256sums=('36851bcc0c687b763a13243994dcecc27bde5f6e82e3f66846a82abbb252e1b9')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('b134b2535c49ef1a3af2b279e1ce9931790b2503ab2a9a7bd2fcf3b4fc3c452f')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2017-10-22 Thread Sven-Hendrik Haase
Date: Sunday, October 22, 2017 @ 22:30:55
  Author: svenstaro
Revision: 264009

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 22:30:46 UTC (rev 264008)
+++ community-i686/PKGBUILD 2017-10-22 22:30:55 UTC (rev 264009)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('i686' 'x86_64')
-url="https://github.com/BurntSushi/ripgrep;
-license=('MIT' 'UNLICENSE')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('219ec95598c080ddeee65233d1abf58320662ef28681a25cdf9fb63fd38bdb149c75471625545188dcd1deedf05fd58fc32e25cf39fd63943f765c57394ede23')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release
-  # Use these flags once stable rust gets SIMD suport.
-  # RUSTFLAGS="-C target-feature=+ssse3" cargo build --release --features 
simd-accel
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash-completion 
"$pkgdir/usr/share/bash-completion/completions/rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
-
-  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-i686/PKGBUILD (from rev 264008, 
ripgrep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 22:30:55 UTC (rev 264009)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('i686' 'x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'UNLICENSE')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('339abff8c6a273b9b18af37f30a37a7fc102ede2cbf3d7ba03c87738fb76891975ea8e1c2ff848ca4ea92f46c84041af1e35fb1b163c5c7a192a904d164075cc')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release
+  # Use these flags once stable rust gets SIMD suport.
+  # RUSTFLAGS="-C target-feature=+ssse3" cargo build --release --features 
simd-accel
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash-completion 
"$pkgdir/usr/share/bash-completion/completions/rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
+
+  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 22:30:46 UTC (rev 264008)
+++ community-x86_64/PKGBUILD   2017-10-22 22:30:55 UTC (rev 264009)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('i686' 'x86_64')

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

2017-10-22 Thread Sven-Hendrik Haase
Date: Sunday, October 22, 2017 @ 22:30:46
  Author: svenstaro
Revision: 264008

upgpkg: ripgrep 0.7.0-1

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 22:16:26 UTC (rev 264007)
+++ PKGBUILD2017-10-22 22:30:46 UTC (rev 264008)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('i686' 'x86_64')
 url="https://github.com/BurntSushi/ripgrep;
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('219ec95598c080ddeee65233d1abf58320662ef28681a25cdf9fb63fd38bdb149c75471625545188dcd1deedf05fd58fc32e25cf39fd63943f765c57394ede23')
+sha512sums=('339abff8c6a273b9b18af37f30a37a7fc102ede2cbf3d7ba03c87738fb76891975ea8e1c2ff848ca4ea92f46c84041af1e35fb1b163c5c7a192a904d164075cc')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in (subsurface-marble)

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 22:16:26
  Author: bisson
Revision: 264007

deprecated, subsurface now uses googlemaps

Deleted:
  subsurface-marble/


[arch-commits] Commit in subsurface-marble/repos (community-i686)

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 22:14:51
  Author: bisson
Revision: 264006

db-remove: subsurface-marble removed by bisson

Deleted:
  subsurface-marble/repos/community-i686/


[arch-commits] Commit in subsurface-marble/repos (community-x86_64)

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 22:14:39
  Author: bisson
Revision: 264005

db-remove: subsurface-marble removed by bisson

Deleted:
  subsurface-marble/repos/community-x86_64/


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

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 22:00:13
  Author: bisson
Revision: 264004

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 21:59:29 UTC (rev 264003)
+++ community-i686/PKGBUILD 2017-10-22 22:00:13 UTC (rev 264004)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.6.4
-pkgrel=2
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('b9620931a7683e69a04c58ad5f5291722f51800d428dd6c6f945fb258ce49376')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('37cdd01000c93ac6b5de29b14550079c40180a069690c4f92aae48e04d7e4c35')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 21:59:29 UTC (rev 264003)
+++ community-x86_64/PKGBUILD   2017-10-22 22:00:13 UTC (rev 264004)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.6.4
-pkgrel=2
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('b9620931a7683e69a04c58ad5f5291722f51800d428dd6c6f945fb258ce49376')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('37cdd01000c93ac6b5de29b14550079c40180a069690c4f92aae48e04d7e4c35')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 21:59:29
  Author: bisson
Revision: 264003

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 21:57:42 UTC (rev 264002)
+++ PKGBUILD2017-10-22 21:59:29 UTC (rev 264003)
@@ -4,23 +4,20 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.6.4
-pkgrel=2
+pkgver=4.7.1
+pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
 license=('GPL2')
 arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
 depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee')
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('b9620931a7683e69a04c58ad5f5291722f51800d428dd6c6f945fb258ce49376')
+sha256sums=('37cdd01000c93ac6b5de29b14550079c40180a069690c4f92aae48e04d7e4c35')
 
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:

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

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 21:57:42
  Author: bisson
Revision: 264002

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

Added:
  subsurface-libdc/repos/community-i686/PKGBUILD
(from rev 264001, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 264001, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-i686/PKGBUILD
  subsurface-libdc/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-10-22 21:57:02 UTC (rev 264001)
+++ community-i686/PKGBUILD 2017-10-22 21:57:42 UTC (rev 264002)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.6.4
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('0fe2236dcf068009c6a478ad58ebeb86a0c4cee0c40ff0c2d6252df49e5dc7ae')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 264001, 
subsurface-libdc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 21:57:42 UTC (rev 264002)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdc
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("https://github.com/Subsurface-divelog/libdc/archive/v${pkgver}.tar.gz;)
+sha256sums=('36851bcc0c687b763a13243994dcecc27bde5f6e82e3f66846a82abbb252e1b9')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 21:57:02 UTC (rev 264001)
+++ community-x86_64/PKGBUILD   2017-10-22 21:57:42 UTC (rev 264002)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.6.4
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('0fe2236dcf068009c6a478ad58ebeb86a0c4cee0c40ff0c2d6252df49e5dc7ae')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 264001, 
subsurface-libdc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-22 21:57:42 UTC (rev 264002)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdc
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("https://github.com/Subsurface-divelog/libdc/archive/v${pkgver}.tar.gz;)

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

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 21:57:02
  Author: bisson
Revision: 264001

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 20:57:57 UTC (rev 264000)
+++ PKGBUILD2017-10-22 21:57:02 UTC (rev 264001)
@@ -3,15 +3,15 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.6.4
+_pkgname=libdc
+pkgver=4.7.1
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
-url='https://git.subsurface-divelog.org/'
+url='https://github.com/Subsurface-divelog/libdc'
 license=('LGPL')
 arch=('i686' 'x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('0fe2236dcf068009c6a478ad58ebeb86a0c4cee0c40ff0c2d6252df49e5dc7ae')
+source=("https://github.com/Subsurface-divelog/libdc/archive/v${pkgver}.tar.gz;)
+sha256sums=('36851bcc0c687b763a13243994dcecc27bde5f6e82e3f66846a82abbb252e1b9')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2017-10-22 Thread Jan de Groot
Date: Sunday, October 22, 2017 @ 21:11:23
  Author: jgc
Revision: 308343

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 308342, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 308342, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 308342, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 308342, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  126 +
 /nm-libexecdir.patch |   24 +++
 extra-i686/PKGBUILD  |   63 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   63 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-22 21:10:58 UTC (rev 308342)
+++ extra-i686/PKGBUILD 2017-10-22 21:11:23 UTC (rev 308343)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab 

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

2017-10-22 Thread Jan de Groot
Date: Sunday, October 22, 2017 @ 21:10:58
  Author: jgc
Revision: 308342

upgpkg: gnome-shell 3.26.1+6+g78d58deb5-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 20:18:22 UTC (rev 308341)
+++ PKGBUILD2017-10-22 21:10:58 UTC (rev 308342)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab 

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

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 20:57:57
  Author: bisson
Revision: 264000

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

Added:
  googlemaps/repos/community-i686/
  googlemaps/repos/community-i686/PKGBUILD
(from rev 263999, googlemaps/trunk/PKGBUILD)
  googlemaps/repos/community-x86_64/
  googlemaps/repos/community-x86_64/PKGBUILD
(from rev 263999, googlemaps/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: googlemaps/repos/community-i686/PKGBUILD (from rev 263999, 
googlemaps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 20:57:57 UTC (rev 264000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20170917
+_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('i686' 'x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}

Copied: googlemaps/repos/community-x86_64/PKGBUILD (from rev 263999, 
googlemaps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-22 20:57:57 UTC (rev 264000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20170917
+_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('i686' 'x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2017-10-22 Thread Gaëtan Bisson
Date: Sunday, October 22, 2017 @ 20:54:22
  Author: bisson
Revision: 263999

initial commit, dependency of subsurface

Added:
  googlemaps/
  googlemaps/repos/
  googlemaps/trunk/
  googlemaps/trunk/PKGBUILD

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

Added: googlemaps/trunk/PKGBUILD
===
--- googlemaps/trunk/PKGBUILD   (rev 0)
+++ googlemaps/trunk/PKGBUILD   2017-10-22 20:54:22 UTC (rev 263999)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20170917
+_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('i686' 'x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}


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


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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 20:18:22
  Author: arojas
Revision: 308341

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 308340, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-cache.hook
(from rev 308340, appstream/trunk/update-appstream-cache.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 308340, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 308340, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-cache.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

--+
 /PKGBUILD|  114 +
 /update-appstream-cache.hook |   34 
 extra-i686/PKGBUILD  |   57 --
 extra-i686/update-appstream-cache.hook   |   17 
 extra-x86_64/PKGBUILD|   57 --
 extra-x86_64/update-appstream-cache.hook |   17 
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-22 20:17:29 UTC (rev 308340)
+++ extra-i686/PKGBUILD 2017-10-22 20:18:22 UTC (rev 308341)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.6
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
-sha256sums=('0b1db9a3b2d754273677c7726557d90d462a933f52f29a2201f6fa8485877996'
-'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Dqt=true \
--Dvapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 308340, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-22 20:18:22 UTC (rev 308341)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.7
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook)
+sha256sums=('90073e97a737e5ba43720a09ecff2f62f0008115a4451dd30a1814eb96bf6231'
+'SKIP'
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  meson ../AppStream-$pkgver \
+--prefix=/usr \
+-Dqt=true \
+-Dvapi=true
+  ninja
+}
+
+package_appstream() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream 

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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 20:17:29
  Author: arojas
Revision: 308340

Update to 0.11.7

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 19:06:02 UTC (rev 308339)
+++ PKGBUILD2017-10-22 20:17:29 UTC (rev 308340)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.6
+pkgver=0.11.7
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook)
-sha256sums=('0b1db9a3b2d754273677c7726557d90d462a933f52f29a2201f6fa8485877996'
+sha256sums=('90073e97a737e5ba43720a09ecff2f62f0008115a4451dd30a1814eb96bf6231'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



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

2017-10-22 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 17:57:52
  Author: jleclanche
Revision: 263996

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 17:57:33 UTC (rev 263995)
+++ community-i686/PKGBUILD 2017-10-22 17:57:52 UTC (rev 263996)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qterminal
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A lightweight Qt-based terminal emulator"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("hicolor-icon-theme" "qtermwidget" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "8d49b29febccc158dd115a099115e4ed1c487d4308ec92818e1abeb8821c848f"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: qterminal/repos/community-i686/PKGBUILD (from rev 263995, 
qterminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 17:57:52 UTC (rev 263996)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qterminal
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("hicolor-icon-theme" "qtermwidget" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "a741a8688e696537c3bb2dfaa632b9dcc11f3672b9c6a031354b465de5fd987a"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 17:57:33 UTC (rev 263995)
+++ community-x86_64/PKGBUILD   2017-10-22 17:57:52 UTC (rev 263996)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qterminal
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A lightweight Qt-based terminal emulator"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("hicolor-icon-theme" "qtermwidget" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "8d49b29febccc158dd115a099115e4ed1c487d4308ec92818e1abeb8821c848f"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: qterminal/repos/community-x86_64/PKGBUILD (from rev 263995, 
qterminal/trunk/PKGBUILD)

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

2017-10-22 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 17:57:33
  Author: jleclanche
Revision: 263995

upgpkg: qterminal 0.8.0-1

Upstream release 0.8.0

Modified:
  qterminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 17:53:01 UTC (rev 263994)
+++ PKGBUILD2017-10-22 17:57:33 UTC (rev 263995)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=qterminal
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A lightweight Qt-based terminal emulator"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "8d49b29febccc158dd115a099115e4ed1c487d4308ec92818e1abeb8821c848f"
+   "a741a8688e696537c3bb2dfaa632b9dcc11f3672b9c6a031354b465de5fd987a"
"SKIP"
 )
 validpgpkeys=(


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

2017-10-22 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 17:53:01
  Author: jleclanche
Revision: 263994

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 17:52:47 UTC (rev 263993)
+++ community-i686/PKGBUILD 2017-10-22 17:53:01 UTC (rev 263994)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qtermwidget
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: qtermwidget/repos/community-i686/PKGBUILD (from rev 263993, 
qtermwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 17:53:01 UTC (rev 263994)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qtermwidget
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "ef01c2a2bedff008578b65efd47b3fff8e542dfcdf9779b547533c9c75825169"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 17:52:47 UTC (rev 263993)
+++ community-x86_64/PKGBUILD   2017-10-22 17:53:01 UTC (rev 263994)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qtermwidget
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 263993, 
qtermwidget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-10-22 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 17:52:47
  Author: jleclanche
Revision: 263993

upgpkg: qtermwidget 0.8.0-1

Upstream release 0.8.0

Modified:
  qtermwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 17:30:53 UTC (rev 263992)
+++ PKGBUILD2017-10-22 17:52:47 UTC (rev 263993)
@@ -2,20 +2,20 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=qtermwidget
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A terminal widget for Qt, used by QTerminal"
 arch=("i686" "x86_64")
 url="http://lxqt.org;
 license=("GPL2")
 depends=("qt5-base")
-makedepends=("cmake")
+makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
+   "ef01c2a2bedff008578b65efd47b3fff8e542dfcdf9779b547533c9c75825169"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2017-10-22 Thread Jaroslav Lichtblau
Date: Sunday, October 22, 2017 @ 17:30:32
  Author: jlichtblau
Revision: 263991

upgpkg: man-pages-de 2.2-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |4 ++--
 man-pages-de.changelog |6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 16:00:21 UTC (rev 263990)
+++ PKGBUILD2017-10-22 17:30:32 UTC (rev 263991)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -13,7 +13,7 @@
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('7b658b77d19703723e944b7cd4fa37d5dd2182c0fa843ebd85c7da2748f9bdcb')
+sha256sums=('7ddd7c31159c2fa06b62a9b3b626ccc8617fab075643560a00c62be46afa')
 
 build() {
   cd "${srcdir}"/manpages-de-$pkgver

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2017-10-22 16:00:21 UTC (rev 263990)
+++ man-pages-de.changelog  2017-10-22 17:30:32 UTC (rev 263991)
@@ -1,3 +1,9 @@
+2017-10-22 Jaroslav Lichtblau 
+   * man-pages-de 2.2-1
+
+2017-10-21 Jaroslav Lichtblau 
+   * man-pages-de 2.1-1
+
 2017-08-28 Jaroslav Lichtblau 
* man-pages-de 2.0-1
 


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2017-10-22 Thread Jaroslav Lichtblau
Date: Sunday, October 22, 2017 @ 17:30:53
  Author: jlichtblau
Revision: 263992

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 263991, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 263991, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   64 +++---
 man-pages-de.changelog |  100 ---
 2 files changed, 85 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-22 17:30:32 UTC (rev 263991)
+++ PKGBUILD2017-10-22 17:30:53 UTC (rev 263992)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=2.1
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/;
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('7b658b77d19703723e944b7cd4fa37d5dd2182c0fa843ebd85c7da2748f9bdcb')
-
-build() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#duplicates
-rm "${pkgdir}"/usr/share/man/de/man1/groups.1.gz #shadow
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 263991, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-22 17:30:53 UTC (rev 263992)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=2.2
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://alioth.debian.org/projects/manpages-de/;
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('7ddd7c31159c2fa06b62a9b3b626ccc8617fab075643560a00c62be46afa')
+
+build() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#duplicates
+rm "${pkgdir}"/usr/share/man/de/man1/groups.1.gz #shadow
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2017-10-22 17:30:32 UTC (rev 263991)
+++ man-pages-de.changelog  2017-10-22 17:30:53 UTC (rev 263992)
@@ -1,47 +0,0 @@
-2017-08-28 Jaroslav Lichtblau 
-   * man-pages-de 2.0-1
-
-2017-03-21 Jaroslav Lichtblau 
-   * man-pages-de 1.22-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * man-pages-de 1.21-1
-
-2017-01-22 Jaroslav Lichtblau 
-   * man-pages-de 1.19-1
-
-2016-12-18 Jaroslav Lichtblau 
-   * man-pages-de 1.18-1
-
-2016-11-21 Jaroslav Lichtblau 
-   * man-pages-de 1.17-1
-
-2016-10-22 Jaroslav Lichtblau 
-   * man-pages-de 1.16-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
263991, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2017-10-22 17:30:53 UTC (rev 263992)
@@ -0,0 +1,53 @@
+2017-10-22 Jaroslav Lichtblau 
+   * man-pages-de 2.2-1
+
+2017-10-21 Jaroslav Lichtblau 

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

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 16:00:21
  Author: jelle
Revision: 263990

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

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

-+
 /PKGBUILD   |   52 ++
 /autocutsel.install |   40 ++
 community-i686/PKGBUILD |   26 -
 community-i686/autocutsel.install   |   20 -
 community-x86_64/PKGBUILD   |   26 -
 community-x86_64/autocutsel.install |   20 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 16:00:10 UTC (rev 263989)
+++ community-i686/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Tom Killian 
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann 
-
-pkgname=autocutsel
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url="https://github.com/sigmike/autocutsel;
-install=autocutsel.install
-license=('GPL')
-md5sums=('7d5b96e5f7b79b883d8350f104043366')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install 
-}

Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 263989, 
autocutsel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian 
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann 
+
+pkgname=autocutsel
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url="https://github.com/sigmike/autocutsel;
+install=autocutsel.install
+license=('GPL')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install 
+}

Deleted: community-i686/autocutsel.install
===
--- community-i686/autocutsel.install   2017-10-22 16:00:10 UTC (rev 263989)
+++ community-i686/autocutsel.install   2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,20 +0,0 @@
-post_install() {
-cat << EOF
-Add the following lines to your ~/.xinitrc or, for
-system-wide use, to a new file, named, say, 40-autocutsel
-in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork &
-autocutsel -selection PRIMARY -fork &
-EOF
-}
-
-post_upgrade() {
-  post_install 
-}
-post_remove() {
-cat << EOF
-  you might want to remove autocutsel related files in 
-  /etc/X11/xinit/xinitrc.d now.
-EOF
-}

Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 263989, 
autocutsel/trunk/autocutsel.install)
===
--- community-i686/autocutsel.install   (rev 0)
+++ community-i686/autocutsel.install   2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,20 @@
+post_install() {
+cat << EOF
+Add the following lines to your ~/.xinitrc or, for
+system-wide use, to a new file, named, say, 40-autocutsel
+in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork &
+autocutsel -selection PRIMARY -fork &
+EOF
+}
+
+post_upgrade() {
+  post_install 
+}
+post_remove() {
+cat << EOF
+  you might want to remove autocutsel related files in 
+  /etc/X11/xinit/xinitrc.d now.
+EOF
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 

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

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 16:00:10
  Author: jelle
Revision: 263989

upgpkg: autocutsel 0.10.0-2

pie rebuild

Modified:
  autocutsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 15:50:57 UTC (rev 263988)
+++ PKGBUILD2017-10-22 16:00:10 UTC (rev 263989)
@@ -5,7 +5,7 @@
 
 pkgname=autocutsel
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
 arch=('i686' 'x86_64')
 depends=('libxaw')


[arch-commits] Commit in (gcc5)

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 15:50:57
  Author: jelle
Revision: 263988

buy old compiler, you can retire now

Deleted:
  gcc5/


[arch-commits] Commit in gcc5/repos (community-x86_64)

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 15:49:14
  Author: jelle
Revision: 263987

db-remove: gcc5 removed by jelle

Deleted:
  gcc5/repos/community-x86_64/


[arch-commits] Commit in gcc5/repos (community-i686)

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 15:48:54
  Author: jelle
Revision: 263986

db-remove: gcc5 removed by jelle

Deleted:
  gcc5/repos/community-i686/


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

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 15:37:19
  Author: jelle
Revision: 263984

upgpkg: xulrunner 41.0.2-12

build against gcc6

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

---+
 PKGBUILD  |   12 ++--
 mozconfig |4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 15:13:27 UTC (rev 263983)
+++ PKGBUILD2017-10-22 15:37:19 UTC (rev 263984)
@@ -5,12 +5,12 @@
 
 pkgname=xulrunner
 pkgver=41.0.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
 depends=('gtk2' 'mozilla-common' 'nss>3.18' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
-makedepends=('gcc5' 'zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'gconf' 'autoconf2.13' 'gst-plugins-base-libs')
+makedepends=('gcc6' 'zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'gconf' 'autoconf2.13' 'gst-plugins-base-libs')
 url="http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.xz
 mozconfig
@@ -25,10 +25,10 @@
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
 sha256sums=('f7abb2e2989779305ab1f80d30caf9fc55d96c7e66d1394e2cc9639442e2b864'
-'d9f5f9f03f2d70f8cdf3997f22b67ca5e441d9134c0e3b7b19e867054b33b15d'
+'8ab57ae3ba4660a721cdb210babee02488b670d9af9fdecf5da3b832d77e342b'
 '3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
 '13a27a385fab88938ac7417f1e7ca7225ec6b88840bafe67e0f5642e5446554a'
-   'bd78da5d5319c8eb6a9195c3bd35bf919f9a9c030d69890f42e96171e32be60f'
+'bd78da5d5319c8eb6a9195c3bd35bf919f9a9c030d69890f42e96171e32be60f'
 'afcd7d3f6113b0f9ead0cb1b47b3fccedadce56a16b4406c439411864bd11863'
 '1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
 '59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
@@ -50,8 +50,8 @@
 
   # It would be great to track down all the gcc7 fixes
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1269171
-  #patch -Np1 -i ../gcc6.diff
-  #patch -Np1 -i ../Bug-1269171.patch
+  patch -Np1 -i ../gcc6.diff
+  patch -Np1 -i ../Bug-1269171.patch
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=847568
   patch -Np1 -i ../LFS_graphite2_harfbuzz.patch

Modified: mozconfig
===
--- mozconfig   2017-10-22 15:13:27 UTC (rev 263983)
+++ mozconfig   2017-10-22 15:37:19 UTC (rev 263984)
@@ -1,7 +1,7 @@
 . $topsrcdir/xulrunner/config/mozconfig
 
-export CC=gcc-5
-export CXX=g++-5
+export CC=gcc-6
+export CXX=g++-6
 
 ac_add_options --prefix=/usr
 ac_add_options --libdir=/usr/lib


[arch-commits] Commit in xulrunner/repos (44 files)

2017-10-22 Thread Jelle van der Waa
Date: Sunday, October 22, 2017 @ 15:37:48
  Author: jelle
Revision: 263985

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

Added:
  
xulrunner/repos/community-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
(from rev 263984, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
  xulrunner/repos/community-i686/Bug-1269171.patch
(from rev 263984, xulrunner/trunk/Bug-1269171.patch)
  xulrunner/repos/community-i686/LFS_graphite2_harfbuzz.patch
(from rev 263984, xulrunner/trunk/LFS_graphite2_harfbuzz.patch)
  xulrunner/repos/community-i686/PKGBUILD
(from rev 263984, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-i686/freetype261.patch
(from rev 263984, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-i686/gcc6.diff
(from rev 263984, xulrunner/trunk/gcc6.diff)
  xulrunner/repos/community-i686/mozconfig
(from rev 263984, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
(from rev 263984, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-i686/sed43.patch
(from rev 263984, xulrunner/trunk/sed43.patch)
  xulrunner/repos/community-i686/shared-libs.patch
(from rev 263984, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
(from rev 263984, xulrunner/trunk/unbreak-plugin-build.patch)
  
xulrunner/repos/community-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
(from rev 263984, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
  xulrunner/repos/community-x86_64/Bug-1269171.patch
(from rev 263984, xulrunner/trunk/Bug-1269171.patch)
  xulrunner/repos/community-x86_64/LFS_graphite2_harfbuzz.patch
(from rev 263984, xulrunner/trunk/LFS_graphite2_harfbuzz.patch)
  xulrunner/repos/community-x86_64/PKGBUILD
(from rev 263984, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-x86_64/freetype261.patch
(from rev 263984, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-x86_64/gcc6.diff
(from rev 263984, xulrunner/trunk/gcc6.diff)
  xulrunner/repos/community-x86_64/mozconfig
(from rev 263984, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
(from rev 263984, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-x86_64/sed43.patch
(from rev 263984, xulrunner/trunk/sed43.patch)
  xulrunner/repos/community-x86_64/shared-libs.patch
(from rev 263984, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch
(from rev 263984, xulrunner/trunk/unbreak-plugin-build.patch)
Deleted:
  
xulrunner/repos/community-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
  xulrunner/repos/community-i686/Bug-1269171.patch
  xulrunner/repos/community-i686/LFS_graphite2_harfbuzz.patch
  xulrunner/repos/community-i686/PKGBUILD
  xulrunner/repos/community-i686/freetype261.patch
  xulrunner/repos/community-i686/gcc6.diff
  xulrunner/repos/community-i686/mozconfig
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
  xulrunner/repos/community-i686/sed43.patch
  xulrunner/repos/community-i686/shared-libs.patch
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
  
xulrunner/repos/community-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
  xulrunner/repos/community-x86_64/Bug-1269171.patch
  xulrunner/repos/community-x86_64/LFS_graphite2_harfbuzz.patch
  xulrunner/repos/community-x86_64/PKGBUILD
  xulrunner/repos/community-x86_64/freetype261.patch
  xulrunner/repos/community-x86_64/gcc6.diff
  xulrunner/repos/community-x86_64/mozconfig
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/community-x86_64/sed43.patch
  xulrunner/repos/community-x86_64/shared-libs.patch
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch

--+
 /0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch   
  |   98 ++
 /Bug-1269171.patch 
  |  278 ++
 /LFS_graphite2_harfbuzz.patch  
  |  424 ++
 /PKGBUILD  
  |  210 
 /freetype261.patch 
  |   62 +
 /gcc6.diff 
  |   74 +
 /mozconfig 
  |   74 +
 /mozilla-pkgconfig.patch   
  |   80 +
 /sed43.patch   
  |   42 
 /shared-libs.patch 
  |   24 
 

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

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 15:13:27
  Author: felixonmars
Revision: 263983

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-22 15:13:04 UTC (rev 263982)
+++ PKGBUILD2017-10-22 15:13:27 UTC (rev 263983)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jerome Leclanche 
-
-pkgbase=python-webtest
-pkgname=(python-webtest python2-webtest)
-pkgver=2.0.28
-pkgrel=1
-pkgdesc="Helper to test WSGI applications"
-arch=('any')
-url='http://webtest.pythonpaste.org/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
- 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
-  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
-  'python-wsgiproxy2' 'python2-wsgiproxy2')
-source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha512sums=('3399c857b403ae464c705ee3c6d88b1197c894a4f279dbc121b207afd8cd1f4099ad86313c9416717bec9ed5fce7f29ab1e8bfc32cfb9cd64f21f5c220f23732')
-
-prepare() {
-  cp -a WebTest-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/WebTest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebTest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/WebTest-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" nosetests3
-
-  cd "$srcdir"/WebTest-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
-}
-
-package_python-webtest() {
-  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
-  optdepends=('python-pyquery: for response.pyquery'
-  'python-lxml: for response.lxml')
-
-  cd WebTest-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-webtest() {
-  depends=('python2-webob' 'python2-six' 'python2-beautifulsoup4' 
'python2-waitress')
-  optdepends=('python2-pyquery: for response.pyquery'
-  'python2-lxml: for response.lxml')
-
-  cd WebTest-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-webtest/repos/community-any/PKGBUILD (from rev 263982, 
python-webtest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-22 15:13:27 UTC (rev 263983)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jerome Leclanche 
+
+pkgbase=python-webtest
+pkgname=(python-webtest python2-webtest)
+pkgver=2.0.29
+pkgrel=1
+pkgdesc="Helper to test WSGI applications"
+arch=('any')
+url='http://webtest.pythonpaste.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
+ 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
+  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
+  'python-wsgiproxy2' 'python2-wsgiproxy2')
+source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
+sha512sums=('319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2')
+
+prepare() {
+  cp -a WebTest-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/WebTest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebTest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/WebTest-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" nosetests3
+
+  cd "$srcdir"/WebTest-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
+}
+
+package_python-webtest() {
+  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
+  optdepends=('python-pyquery: for response.pyquery'
+  'python-lxml: for response.lxml')
+
+  cd WebTest-$pkgver
+  python setup.py install --prefix=/usr 

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

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 15:13:04
  Author: felixonmars
Revision: 263982

upgpkg: python-webtest 2.0.29-1

Modified:
  python-webtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 13:57:06 UTC (rev 263981)
+++ PKGBUILD2017-10-22 15:13:04 UTC (rev 263982)
@@ -4,7 +4,7 @@
 
 pkgbase=python-webtest
 pkgname=(python-webtest python2-webtest)
-pkgver=2.0.28
+pkgver=2.0.29
 pkgrel=1
 pkgdesc="Helper to test WSGI applications"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
   'python-wsgiproxy2' 'python2-wsgiproxy2')
 source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha512sums=('3399c857b403ae464c705ee3c6d88b1197c894a4f279dbc121b207afd8cd1f4099ad86313c9416717bec9ed5fce7f29ab1e8bfc32cfb9cd64f21f5c220f23732')
+sha512sums=('319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2')
 
 prepare() {
   cp -a WebTest-$pkgver{,-py2}


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

2017-10-22 Thread Levente Polyak
Date: Sunday, October 22, 2017 @ 15:10:22
  Author: anthraxx
Revision: 308336

upgpkg: irssi 1.0.5-1 (security fix)

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 12:58:29 UTC (rev 308335)
+++ PKGBUILD2017-10-22 15:10:22 UTC (rev 308336)
@@ -3,8 +3,8 @@
 # Contributor: Dan McGee 
 
 pkgname=irssi
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 pkgdesc='Modular text mode IRC client with Perl scripting'
 url='https://irssi.org/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('perl-libwww: for the scriptassist script')
 backup=('etc/irssi.conf')
 
source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('8025c3b90275e5c0b910c08efcac80f56da4400662cd4a9f09cc6035ce23840fe6ed0ac5297b9631a5b28bd798b4ebca2bb5550f9e0e01aefc7a69e9f787195d'
+sha512sums=('c3fa94b6ddfa30b18f5ae5de0e607a226eb6e2c20c03a712243b75e8b5896f353c1e7d096094f66e304b5b2691ad3479e26c024245b32b399f08e29815f02bfb'
 'SKIP')
 validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

 


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

2017-10-22 Thread Levente Polyak
Date: Sunday, October 22, 2017 @ 15:10:38
  Author: anthraxx
Revision: 308337

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

Added:
  irssi/repos/extra-i686/PKGBUILD
(from rev 308336, irssi/trunk/PKGBUILD)
  irssi/repos/extra-x86_64/PKGBUILD
(from rev 308336, irssi/trunk/PKGBUILD)
Deleted:
  irssi/repos/extra-i686/PKGBUILD
  irssi/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-10-22 15:10:22 UTC (rev 308336)
+++ extra-i686/PKGBUILD 2017-10-22 15:10:38 UTC (rev 308337)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=1.0.4
-pkgrel=3
-pkgdesc='Modular text mode IRC client with Perl scripting'
-url='https://irssi.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glib2' 'openssl')
-optdepends=('perl-libwww: for the scriptassist script')
-backup=('etc/irssi.conf')
-source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('8025c3b90275e5c0b910c08efcac80f56da4400662cd4a9f09cc6035ce23840fe6ed0ac5297b9631a5b28bd798b4ebca2bb5550f9e0e01aefc7a69e9f787195d'
-'SKIP')
-validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-proxy \
---with-perl-lib=vendor
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi/repos/extra-i686/PKGBUILD (from rev 308336, irssi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-22 15:10:38 UTC (rev 308337)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('c3fa94b6ddfa30b18f5ae5de0e607a226eb6e2c20c03a712243b75e8b5896f353c1e7d096094f66e304b5b2691ad3479e26c024245b32b399f08e29815f02bfb'
+'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-proxy \
+--with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-22 15:10:22 UTC (rev 308336)
+++ extra-x86_64/PKGBUILD   2017-10-22 15:10:38 UTC (rev 308337)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=1.0.4
-pkgrel=3
-pkgdesc='Modular text mode IRC client with Perl scripting'
-url='https://irssi.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glib2' 'openssl')
-optdepends=('perl-libwww: for the scriptassist script')
-backup=('etc/irssi.conf')
-source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('8025c3b90275e5c0b910c08efcac80f56da4400662cd4a9f09cc6035ce23840fe6ed0ac5297b9631a5b28bd798b4ebca2bb5550f9e0e01aefc7a69e9f787195d'
-'SKIP')
-validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-proxy \
---with-perl-lib=vendor
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi/repos/extra-x86_64/PKGBUILD (from rev 308336, 
irssi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-22 15:10:38 UTC (rev 308337)
@@ -0,0 +1,35 @@
+# Maintainer: Levente 

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

2017-10-22 Thread Balló György
Date: Sunday, October 22, 2017 @ 13:56:59
  Author: bgyorgy
Revision: 263980

upgpkg: openbve 1.5.2.2-1

Update to new version

Modified:
  openbve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 13:55:12 UTC (rev 263979)
+++ PKGBUILD2017-10-22 13:56:59 UTC (rev 263980)
@@ -2,7 +2,7 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.5.2.0
+pkgver=1.5.2.2
 pkgrel=1
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
@@ -12,7 +12,7 @@
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
 $pkgname.sh
 $pkgname.desktop)
-sha256sums=('c44bc4bfe0937aef1d439a8212e09268dd798beac978abb8f95148913236c6e5'
+sha256sums=('e712bf423b1ff56a45524d760fb630e0be431686f47789387f881a7600690ac0'
 'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
 '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f')
 


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

2017-10-22 Thread Balló György
Date: Sunday, October 22, 2017 @ 13:57:06
  Author: bgyorgy
Revision: 263981

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   96 +++---
 openbve.desktop |   18 +-
 openbve.sh  |4 +-
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-22 13:56:59 UTC (rev 263980)
+++ PKGBUILD2017-10-22 13:57:06 UTC (rev 263981)
@@ -1,48 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.5.2.0
-pkgrel=1
-pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
-arch=('any')
-url="http://openbve-project.net/;
-license=('MIT' 'custom:public domain')
-depends=('libxi' 'mono' 'openal')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-$pkgname.sh
-$pkgname.desktop)
-sha256sums=('c44bc4bfe0937aef1d439a8212e09268dd798beac978abb8f95148913236c6e5'
-'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f')
-
-build() {
-  cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release OpenBVE.sln
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # Binaries
-  install -dm755 "$pkgdir/usr/lib/$pkgname/"
-  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
-
-  # Data
-  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
-  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
-  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
-
-  # Executable
-  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop file and icon
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  ln -s ../games/$pkgname/Data/Menu/logo.png 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # License
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  install -m644 licenses/* Readme.md \
-"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: openbve/repos/community-any/PKGBUILD (from rev 263980, 
openbve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-22 13:57:06 UTC (rev 263981)
@@ -0,0 +1,48 @@
+# Maintainer: Balló György 
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.5.2.2
+pkgrel=1
+pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
+arch=('any')
+url="http://openbve-project.net/;
+license=('MIT' 'custom:public domain')
+depends=('libxi' 'mono' 'openal')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+$pkgname.sh
+$pkgname.desktop)
+sha256sums=('e712bf423b1ff56a45524d760fb630e0be431686f47789387f881a7600690ac0'
+'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f')
+
+build() {
+  cd $_pkgname-$pkgver
+  xbuild /p:Configuration=Release OpenBVE.sln
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  # Binaries
+  install -dm755 "$pkgdir/usr/lib/$pkgname/"
+  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
+
+  # Data
+  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
+  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
+  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
+
+  # Executable
+  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop file and icon
+  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  ln -s ../games/$pkgname/Data/Menu/logo.png 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # License
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  install -m644 licenses/* Readme.md \
+"$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: openbve.desktop
===
--- openbve.desktop 2017-10-22 13:56:59 UTC (rev 263980)
+++ openbve.desktop 2017-10-22 13:57:06 UTC (rev 263981)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=OpenBVE
-Comment=Train/railway simulator compatible with 'BVE Trainsim' routes
-Comment[hu]=A „BVE Trainsim” útvonalaival kompatibilis vonatszimulátor
-Exec=openbve
-Icon=openbve

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

2017-10-22 Thread Balló György
Date: Sunday, October 22, 2017 @ 13:55:02
  Author: bgyorgy
Revision: 263978

upgpkg: deja-dup 36.3-1

Update to new version

Modified:
  deja-dup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 13:52:08 UTC (rev 263977)
+++ PKGBUILD2017-10-22 13:55:02 UTC (rev 263978)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=deja-dup
-pkgver=36.2
+pkgver=36.3
 pkgrel=1
 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 'python2-boto: Amazon S3 and Google Cloud Storage backend')
 
source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-md5sums=('6c65921166d3545232e5e25a87082b9d'
+md5sums=('b52e18dd5d6453052ff97b5e16290015'
  'SKIP')
 
 prepare() {


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

2017-10-22 Thread Balló György
Date: Sunday, October 22, 2017 @ 13:55:12
  Author: bgyorgy
Revision: 263979

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

Added:
  deja-dup/repos/community-i686/PKGBUILD
(from rev 263978, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 263978, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-i686/PKGBUILD
  deja-dup/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 13:55:02 UTC (rev 263978)
+++ community-i686/PKGBUILD 2017-10-22 13:55:12 UTC (rev 263979)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=36.2
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'packagekit' 'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-md5sums=('6c65921166d3545232e5e25a87082b9d'
- 'SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---buildtype=release
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deja-dup/repos/community-i686/PKGBUILD (from rev 263978, 
deja-dup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 13:55:12 UTC (rev 263979)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=36.3
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'packagekit' 'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+md5sums=('b52e18dd5d6453052ff97b5e16290015'
+ 'SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--buildtype=release
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 13:55:02 UTC (rev 263978)
+++ community-x86_64/PKGBUILD   2017-10-22 13:55:12 UTC (rev 263979)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=36.2
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'packagekit' 'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-md5sums=('6c65921166d3545232e5e25a87082b9d'
- 'SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver \
---prefix=/usr \
-

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

2017-10-22 Thread Balló György
Date: Sunday, October 22, 2017 @ 13:52:08
  Author: bgyorgy
Revision: 263977

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 13:52:00 UTC (rev 263976)
+++ community-i686/PKGBUILD 2017-10-22 13:52:08 UTC (rev 263977)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=keepassxc
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64 i686)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('6761cdcef482941d958557466bb113be2c514b9847b0d0a65c7f5ef2c6d67dbe'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_AUTOTYPE=ON \
-   -DWITH_XC_HTTP=ON \
--DWITH_XC_YUBIKEY=ON
-   make
-}
-
-check() {
-   cd build
-   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
-   if [ $CARCH == x86_64 ]; then
-   make test
-   fi
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-i686/PKGBUILD (from rev 263976, 
keepassxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 13:52:08 UTC (rev 263977)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=keepassxc
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64 i686)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('2f55784f7e6d3a840575e1768a3e5ae03986c2f6a70029dd6b9f9bb0fa443473'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_AUTOTYPE=ON \
+   -DWITH_XC_HTTP=ON \
+-DWITH_XC_YUBIKEY=ON
+   make
+}
+
+check() {
+   cd build
+   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+   if [ $CARCH == x86_64 ]; then
+   make test
+   fi
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 13:52:00 UTC (rev 263976)
+++ community-x86_64/PKGBUILD   2017-10-22 13:52:08 UTC (rev 263977)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=keepassxc
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64 i686)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('6761cdcef482941d958557466bb113be2c514b9847b0d0a65c7f5ef2c6d67dbe'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   

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

2017-10-22 Thread Balló György
Date: Sunday, October 22, 2017 @ 13:52:00
  Author: bgyorgy
Revision: 263976

upgpkg: keepassxc 2.2.2-1

Update to new version

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 12:58:06 UTC (rev 263975)
+++ PKGBUILD2017-10-22 13:52:00 UTC (rev 263976)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=keepassxc
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64 i686)
@@ -11,7 +11,7 @@
 depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
 makedepends=(cmake qt5-tools)
 
source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('6761cdcef482941d958557466bb113be2c514b9847b0d0a65c7f5ef2c6d67dbe'
+sha256sums=('2f55784f7e6d3a840575e1768a3e5ae03986c2f6a70029dd6b9f9bb0fa443473'
 'SKIP')
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

 


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

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 12:58:29
  Author: felixonmars
Revision: 308335

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

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

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/ibus.install   |   16 +++
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/ibus.install |   16 +++
 4 files changed, 154 insertions(+)

Copied: ibus/repos/testing-i686/PKGBUILD (from rev 308334, ibus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-22 12:58:29 UTC (rev 308335)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.17
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 
'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base'
+ 'cldr-emoji-annotation' 'unicode-emoji')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
+sha512sums=('8369b5fe425fa0d3f1f5cbda37e2f054bb40a1b0e16a1fa07d4445774efaeaa1d5344973b070d7d940978bd3873484946d42f4c88a6d702f46fb052d14c000d6')
+
+prepare() {
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ibus-$pkgver/ui/gtk3/Makefile.am
+}
+
+build() {
+  cd ibus-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ibus-$pkgver
+  make DESTDIR="$pkgdir" install
+  make -C src DESTDIR="$pkgdir" uninstall
+  make -C bindings DESTDIR="$pkgdir" uninstall
+  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
+  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ibus-$pkgver
+  make -C src DESTDIR="$pkgdir" install
+  make -C bindings DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+}

Copied: ibus/repos/testing-i686/ibus.install (from rev 308334, 
ibus/trunk/ibus.install)
===
--- testing-i686/ibus.install   (rev 0)
+++ testing-i686/ibus.install   2017-10-22 12:58:29 UTC (rev 308335)
@@ -0,0 +1,16 @@
+post_install() {
+  gtk-query-immodules-2.0 --update-cache
+  gtk-query-immodules-3.0 --update-cache
+
+  dconf update
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+
+  rm -f etc/dconf/db/ibus
+}

Copied: ibus/repos/testing-x86_64/PKGBUILD (from rev 308334, 
ibus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-22 12:58:29 UTC (rev 308335)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.17
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 
'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base'
+ 'cldr-emoji-annotation' 'unicode-emoji')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
+sha512sums=('8369b5fe425fa0d3f1f5cbda37e2f054bb40a1b0e16a1fa07d4445774efaeaa1d5344973b070d7d940978bd3873484946d42f4c88a6d702f46fb052d14c000d6')
+
+prepare() {
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ibus-$pkgver/ui/gtk3/Makefile.am
+}
+
+build() {
+  cd ibus-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+

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

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 12:58:06
  Author: felixonmars
Revision: 263975

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-22 12:57:41 UTC (rev 263974)
+++ PKGBUILD2017-10-22 12:58:06 UTC (rev 263975)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: speps 
-# Contributor: Arnau Sanchez 
-
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.17
-pkgrel=2
-pkgdesc="A jquery-like library for python."
-arch=('any')
-url="https://github.com/gawel/pyquery/;
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect' 'git')
-checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
-  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4'
-  'python2-restkit')
-source=("git+https://github.com/gawel/pyquery.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pyquery{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyquery
-  python setup.py build
-
-  cd "$srcdir"/pyquery-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyquery
-  nosetests3
-
-  cd "$srcdir"/pyquery-py2
-  nosetests2
-}
-
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  optdepends=('python-webob: query wsgi app')
-
-  cd pyquery
-  python setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyquery() {
-  depends=('python2-lxml' 'python2-cssselect')
-  optdepends=('python2-webob: to query wsgi app'
-  'python2-restkit: to get url directly with a HostProxy app')
-
-  cd pyquery-py2
-  python2 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyquery/repos/community-any/PKGBUILD (from rev 263974, 
python-pyquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-22 12:58:06 UTC (rev 263975)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: speps 
+# Contributor: Arnau Sanchez 
+
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A jquery-like library for python."
+arch=('any')
+url="https://github.com/gawel/pyquery/;
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect' 'git')
+checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
+  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4'
+  'python2-restkit')
+source=("git+https://github.com/gawel/pyquery.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pyquery{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyquery
+  python setup.py build
+
+  cd "$srcdir"/pyquery-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyquery
+  nosetests3
+
+  cd "$srcdir"/pyquery-py2
+  nosetests2
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  optdepends=('python-webob: query wsgi app')
+
+  cd pyquery
+  python setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  optdepends=('python2-webob: to query wsgi app'
+  'python2-restkit: to get url directly with a HostProxy app')
+
+  cd pyquery-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 12:57:59
  Author: felixonmars
Revision: 308334

upgpkg: ibus 1.5.17-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 12:13:18 UTC (rev 308333)
+++ PKGBUILD2017-10-22 12:57:59 UTC (rev 308334)
@@ -3,7 +3,7 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.16
+pkgver=1.5.17
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'cldr-emoji-annotation' 'unicode-emoji')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
-sha512sums=('b687ff01d6a102c19f064d6e976f6b3a6cc5e37a5439ee259b5e5fcc325bfbeaeb99e3d7c041facba4562ae5a60071793ad7495fa7f868d4baa77998ad920e72')
+sha512sums=('8369b5fe425fa0d3f1f5cbda37e2f054bb40a1b0e16a1fa07d4445774efaeaa1d5344973b070d7d940978bd3873484946d42f4c88a6d702f46fb052d14c000d6')
 
 prepare() {
   sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ibus-$pkgver/ui/gtk3/Makefile.am


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

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 12:57:41
  Author: felixonmars
Revision: 263974

upgpkg: python-pyquery 1.3.0-1

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 12:35:05 UTC (rev 263973)
+++ PKGBUILD2017-10-22 12:57:41 UTC (rev 263974)
@@ -5,8 +5,8 @@
 
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.17
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


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

2017-10-22 Thread Nicola Squartini
Date: Sunday, October 22, 2017 @ 12:21:28
  Author: tensor5
Revision: 263970

upgpkg: parity 1.8.1-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 08:53:08 UTC (rev 263969)
+++ PKGBUILD2017-10-22 12:21:28 UTC (rev 263970)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.8.0
-_commit=9882902f312fd720b839df9aac45bc7d30c01590
+pkgver=1.8.1
+_commit=0e4a06d078a497c9e7f4b3a0c317ffd59f679cbb
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')


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

2017-10-22 Thread Nicola Squartini
Date: Sunday, October 22, 2017 @ 12:21:56
  Author: tensor5
Revision: 263971

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

Added:
  parity/repos/community-i686/PKGBUILD
(from rev 263970, parity/trunk/PKGBUILD)
  parity/repos/community-i686/parity.service
(from rev 263970, parity/trunk/parity.service)
  parity/repos/community-x86_64/PKGBUILD
(from rev 263970, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/parity.service
(from rev 263970, parity/trunk/parity.service)
Deleted:
  parity/repos/community-i686/PKGBUILD
  parity/repos/community-i686/parity.service
  parity/repos/community-x86_64/PKGBUILD
  parity/repos/community-x86_64/parity.service

-+
 /PKGBUILD   |   68 ++
 /parity.service |   18 ++
 community-i686/PKGBUILD |   34 ---
 community-i686/parity.service   |9 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/parity.service |9 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 12:21:28 UTC (rev 263970)
+++ community-i686/PKGBUILD 2017-10-22 12:21:56 UTC (rev 263971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.8.0
-_commit=9882902f312fd720b839df9aac45bc7d30c01590
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('git' 'rust' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethkey,ethstore,parity,parity-evm}
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 263970, 
parity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 12:21:56 UTC (rev 263971)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.8.1
+_commit=0e4a06d078a497c9e7f4b3a0c317ffd59f679cbb
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethkey,ethstore,parity,parity-evm}
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: community-i686/parity.service
===
--- community-i686/parity.service   2017-10-22 12:21:28 UTC (rev 263970)
+++ community-i686/parity.service   2017-10-22 12:21:56 UTC (rev 263971)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-i686/parity.service (from rev 263970, 
parity/trunk/parity.service)
===
--- community-i686/parity.service   (rev 0)
+++ community-i686/parity.service   2017-10-22 12:21:56 UTC (rev 263971)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 12:21:28 UTC (rev 263970)
+++ community-x86_64/PKGBUILD   2017-10-22 12:21:56 UTC (rev 263971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.8.0
-_commit=9882902f312fd720b839df9aac45bc7d30c01590
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')

[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (4 files)

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 12:13:18
  Author: arojas
Revision: 308333

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 308332, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
(from rev 308332, qt5-webengine/kde-unstable/qtwebengine-harmony.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch

---+
 PKGBUILD  |  116 -
 qtwebengine-harmony.patch |  154 ++--
 2 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-22 12:12:49 UTC (rev 308332)
+++ PKGBUILD2017-10-22 12:13:18 UTC (rev 308333)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.10.0-beta
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2') # libvpx - 1.6.1 not supported
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 
'vulkan-headers')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- qtwebengine-harmony.patch)
-sha256sums=('df7547b87ef6d150c5ed4dc9a03b24299caf9ceb15a3515d995733f901ec3549'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  cd ${_pkgfqn}
-
-  # FreeType 2.8.1
-  patch -Np1 -i ../qtwebengine-harmony.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker
-#   -webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 308332, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-22 12:13:18 UTC (rev 308333)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.10.0-beta
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2') # libvpx - 1.6.1 not supported
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 
'vulkan-headers')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ qtwebengine-harmony.patch)
+sha256sums=('df7547b87ef6d150c5ed4dc9a03b24299caf9ceb15a3515d995733f901ec3549'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -Np1 -i ../qtwebengine-harmony.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker
+#   -webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: qtwebengine-harmony.patch

[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 12:12:49
  Author: arojas
Revision: 308332

protobuf 3.4.0 rebuild

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 11:03:02 UTC (rev 308331)
+++ PKGBUILD2017-10-22 12:12:49 UTC (rev 308332)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.10.0-beta
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')


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

2017-10-22 Thread Pierre Schmitz
Date: Sunday, October 22, 2017 @ 11:03:02
  Author: pierre
Revision: 308331

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 308330, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 308330, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 308330, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 308330, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 308330, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 308330, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 308330, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 308330, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 308330, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 308330, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  144 
 /lighttpd.conf|   44 +++
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 ++
 /lighttpd.tmpfiles|4 +
 extra-i686/PKGBUILD   |   72 --
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 ---
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 ---
 extra-x86_64/lighttpd.tmpfiles|2 
 15 files changed, 234 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-22 11:02:36 UTC (rev 308330)
+++ extra-i686/PKGBUILD 2017-10-22 11:03:02 UTC (rev 308331)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.45
-pkgrel=2
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/;
-depends=('pcre' 'util-linux' 'systemd')
-makedepends=('libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost/mod_authn_mysql'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('1c97225deea33eefba6d4158c2cef27913d47553263516bbe9d2e2760fc43a3f'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
-  '649D0DD767FF206202A76C5158F14A786FE198C8'
-  'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks \
-   --with-gdbm \
-   --with-lua
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
-   install -D -m644 

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

2017-10-22 Thread Pierre Schmitz
Date: Sunday, October 22, 2017 @ 11:02:36
  Author: pierre
Revision: 308330

upgpkg: lighttpd 1.4.46-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 08:43:22 UTC (rev 308329)
+++ PKGBUILD2017-10-22 11:02:36 UTC (rev 308330)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.45
-pkgrel=4
+pkgver=1.4.46
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('1c97225deea33eefba6d4158c2cef27913d47553263516bbe9d2e2760fc43a3f'
+sha256sums=('a2abfc9752992ae3260209f9c4228e7511af4ae12d5fca5e9463234e9e2b47ee'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'


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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 08:52:40
  Author: arojas
Revision: 263968

Update to 0.12.0

Modified:
  obconf-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 08:49:56 UTC (rev 263967)
+++ PKGBUILD2017-10-22 08:52:40 UTC (rev 263968)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=obconf-qt
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Openbox configuration tool. Qt port of ObConf"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -15,10 +15,8 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=(
-   "3af6610a01740c8d9221c7eecc8114c8db953341990b2008f9cbc65ea856e216"
-   "SKIP"
-)
+sha256sums=('040105d8129c21ad058b762036de46ddacbee4ab7beb60db5af530fc0a37b964'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 08:53:08
  Author: arojas
Revision: 263969

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

Added:
  obconf-qt/repos/community-i686/PKGBUILD
(from rev 263968, obconf-qt/trunk/PKGBUILD)
  obconf-qt/repos/community-x86_64/PKGBUILD
(from rev 263968, obconf-qt/trunk/PKGBUILD)
Deleted:
  obconf-qt/repos/community-i686/PKGBUILD
  obconf-qt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 08:52:40 UTC (rev 263968)
+++ community-i686/PKGBUILD 2017-10-22 08:53:08 UTC (rev 263969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=obconf-qt
-pkgver=0.11.1
-pkgrel=2
-pkgdesc="Openbox configuration tool. Qt port of ObConf"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "3af6610a01740c8d9221c7eecc8114c8db953341990b2008f9cbc65ea856e216"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: obconf-qt/repos/community-i686/PKGBUILD (from rev 263968, 
obconf-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 08:53:08 UTC (rev 263969)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=obconf-qt
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Openbox configuration tool. Qt port of ObConf"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('040105d8129c21ad058b762036de46ddacbee4ab7beb60db5af530fc0a37b964'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 08:52:40 UTC (rev 263968)
+++ community-x86_64/PKGBUILD   2017-10-22 08:53:08 UTC (rev 263969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=obconf-qt
-pkgver=0.11.1
-pkgrel=2
-pkgdesc="Openbox configuration tool. Qt port of ObConf"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "3af6610a01740c8d9221c7eecc8114c8db953341990b2008f9cbc65ea856e216"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: obconf-qt/repos/community-x86_64/PKGBUILD (from rev 263968, 
obconf-qt/trunk/PKGBUILD)

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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 08:49:19
  Author: arojas
Revision: 263966

Update to 0.12.0

Modified:
  lxqt-admin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 08:24:21 UTC (rev 263965)
+++ PKGBUILD2017-10-22 08:49:19 UTC (rev 263966)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-admin
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="LXQt system administration tool."
 arch=("i686" "x86_64")
@@ -15,10 +15,8 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=(
-   "b4b26df2901abf84742ff1daf17dbca6e145cf2efbf424e6c77012b946cb"
-   "SKIP"
-)
+sha256sums=('92753bbbcea7fda23307128affd0d6b63d3b782722a77d3c103ef125b7dd9e80'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 08:49:56
  Author: arojas
Revision: 263967

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

Added:
  lxqt-admin/repos/community-i686/PKGBUILD
(from rev 263966, lxqt-admin/trunk/PKGBUILD)
  lxqt-admin/repos/community-x86_64/PKGBUILD
(from rev 263966, lxqt-admin/trunk/PKGBUILD)
Deleted:
  lxqt-admin/repos/community-i686/PKGBUILD
  lxqt-admin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 08:49:19 UTC (rev 263966)
+++ community-i686/PKGBUILD 2017-10-22 08:49:56 UTC (rev 263967)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-admin
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="LXQt system administration tool."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "polkit")
-makedepends=("lxqt-build-tools")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "b4b26df2901abf84742ff1daf17dbca6e145cf2efbf424e6c77012b946cb"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-admin/repos/community-i686/PKGBUILD (from rev 263966, 
lxqt-admin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 08:49:56 UTC (rev 263967)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-admin
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="LXQt system administration tool."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "polkit")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('92753bbbcea7fda23307128affd0d6b63d3b782722a77d3c103ef125b7dd9e80'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 08:49:19 UTC (rev 263966)
+++ community-x86_64/PKGBUILD   2017-10-22 08:49:56 UTC (rev 263967)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-admin
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="LXQt system administration tool."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "polkit")
-makedepends=("lxqt-build-tools")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "b4b26df2901abf84742ff1daf17dbca6e145cf2efbf424e6c77012b946cb"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-admin/repos/community-x86_64/PKGBUILD (from rev 263966, 
lxqt-admin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 08:43:22
  Author: arojas
Revision: 308329

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-22 08:42:53 UTC (rev 308328)
+++ extra-i686/PKGBUILD 2017-10-22 08:43:22 UTC (rev 308329)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.9.10
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(i686 x86_64)
-url="http://spglib.sf.net/;
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('b5e66f6f693ae7cca882348fecb41fcffe08b69f53a0c249aaa755d9004c3c04')
-
-build() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-i686/PKGBUILD (from rev 308328, 
spglib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-22 08:43:22 UTC (rev 308329)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(i686 x86_64)
+url="http://spglib.sf.net/;
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
+sha256sums=('117fff308731784bea2ddaf3d076f0ecbf3981b31ea1c1bfd5ce4f057a5325b1')
+
+build() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-22 08:42:53 UTC (rev 308328)
+++ extra-x86_64/PKGBUILD   2017-10-22 08:43:22 UTC (rev 308329)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.9.10
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(i686 x86_64)
-url="http://spglib.sf.net/;
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('b5e66f6f693ae7cca882348fecb41fcffe08b69f53a0c249aaa755d9004c3c04')
-
-build() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-x86_64/PKGBUILD (from rev 308328, 
spglib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-22 08:43:22 UTC (rev 308329)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(i686 x86_64)
+url="http://spglib.sf.net/;
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
+sha256sums=('117fff308731784bea2ddaf3d076f0ecbf3981b31ea1c1bfd5ce4f057a5325b1')
+
+build() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 08:42:53
  Author: arojas
Revision: 308328

Update to 1.10.0

Modified:
  spglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 06:48:25 UTC (rev 308327)
+++ PKGBUILD2017-10-22 08:42:53 UTC (rev 308328)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=spglib
-pkgver=1.9.10
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="C library for finding and handling crystal symmetries"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=()
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz;)
-sha256sums=('b5e66f6f693ae7cca882348fecb41fcffe08b69f53a0c249aaa755d9004c3c04')
+sha256sums=('117fff308731784bea2ddaf3d076f0ecbf3981b31ea1c1bfd5ce4f057a5325b1')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-22 Thread Jiachen Yang
Date: Sunday, October 22, 2017 @ 08:24:21
  Author: farseerfc
Revision: 263965

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 08:22:19 UTC (rev 263964)
+++ community-i686/PKGBUILD 2017-10-22 08:24:21 UTC (rev 263965)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=4
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('cscope')
-source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
-
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
-   )
-
-sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
-'SKIP')
-validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Makefile requires these, make it happy
-  # pending issue: https://github.com/gjedeer/tuntox/issues/35
-  mkdir -p .git
-  touch .git/HEAD .git/index
-  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
-  make tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 263964, 
tuntox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 08:24:21 UTC (rev 263965)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.7
+_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore' 'libevent')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 08:22:19 UTC (rev 263964)
+++ community-x86_64/PKGBUILD   2017-10-22 08:24:21 UTC (rev 263965)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=4
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')

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

2017-10-22 Thread Jiachen Yang
Date: Sunday, October 22, 2017 @ 08:22:19
  Author: farseerfc
Revision: 263964

upgpkg: tuntox 0.0.7-1

tuntox 0.0.7

Modified:
  tuntox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 06:35:11 UTC (rev 263963)
+++ PKGBUILD2017-10-22 08:22:19 UTC (rev 263964)
@@ -3,14 +3,14 @@
 # Maintainer: Felix Yan 
 
 pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=4
+pkgver=0.0.7
+_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
 pkgdesc='Tunnel TCP connections over the Tox protocol'
 arch=('i686' 'x86_64')
 url='https://github.com/gjedeer/tuntox'
 license=('GPL3')
-depends=('toxcore')
+depends=('toxcore' 'libevent')
 makedepends=('cscope')
 source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
 "https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
@@ -17,13 +17,13 @@
 
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
)
 
-sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
 'SKIP')
 validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
 }
 
 build() {


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

2017-10-22 Thread Tobias Powalowski
Date: Sunday, October 22, 2017 @ 06:48:25
  Author: tpowa
Revision: 308327

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

Added:
  linux/repos/core-i686/90-linux.hook
(from rev 308326, linux/repos/testing-i686/90-linux.hook)
  linux/repos/core-i686/PKGBUILD
(from rev 308326, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/config.i686
(from rev 308326, linux/repos/testing-i686/config.i686)
  linux/repos/core-i686/config.x86_64
(from rev 308326, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 308326, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 308326, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/90-linux.hook
(from rev 308326, linux/repos/testing-x86_64/90-linux.hook)
  linux/repos/core-x86_64/PKGBUILD
(from rev 308326, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/config.i686
(from rev 308326, linux/repos/testing-x86_64/config.i686)
  linux/repos/core-x86_64/config.x86_64
(from rev 308326, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 308326, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 308326, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/90-linux.hook
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/config.i686
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/90-linux.hook
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/config.i686
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /90-linux.hook|   22 
 /PKGBUILD |  478 +
 /config.i686  |17272 
 /config.x86_64|16750 ++
 /linux.install|   54 
 /linux.preset |   28 
 core-i686/90-linux.hook   |   11 
 core-i686/PKGBUILD|  239 
 core-i686/config.i686 | 8636 --
 core-i686/config.x86_64   | 8375 -
 core-i686/linux.install   |   27 
 core-i686/linux.preset|   14 
 core-x86_64/90-linux.hook |   11 
 core-x86_64/PKGBUILD  |  239 
 core-x86_64/config.i686   | 8636 --
 core-x86_64/config.x86_64 | 8375 -
 core-x86_64/linux.install |   27 
 core-x86_64/linux.preset  |   14 
 18 files changed, 34604 insertions(+), 34604 deletions(-)

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


[arch-commits] Commit in ttf-hack/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-22 Thread Lukas Fleischer
Date: Sunday, October 22, 2017 @ 06:48:00
  Author: lfleischer
Revision: 308326

archrelease: copy trunk to extra-any

Added:
  ttf-hack/repos/extra-any/PKGBUILD
(from rev 308325, ttf-hack/trunk/PKGBUILD)
Deleted:
  ttf-hack/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-22 06:47:51 UTC (rev 308325)
+++ PKGBUILD2017-10-22 06:48:00 UTC (rev 308326)
@@ -1,20 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Markus Tacker 
-# Contributor: Peter Hoeg 
-
-_pkgver_major=2
-_pkgver_minor=020
-pkgname=ttf-hack
-pkgver=${_pkgver_major}.${_pkgver_minor}
-pkgrel=2
-pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
-arch=('any')
-license=('SIL Open Font License 1.1 and Bitstream Vera License')
-url="http://sourcefoundry.org/hack/;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip;)
-sha256sums=('048566ae79c580f725b68340d9d2a3b0fa125fb08c1d30cf0a7c327d07ab739a')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
-}

Copied: ttf-hack/repos/extra-any/PKGBUILD (from rev 308325, 
ttf-hack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-22 06:48:00 UTC (rev 308326)
@@ -0,0 +1,18 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+pkgname=ttf-hack
+pkgver=3.000
+pkgrel=1
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
+sha256sums=('2237f89b9e0b884f1f72e4804d8cd689f00d521078882df4759cfe354808ba29')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}


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

2017-10-22 Thread Lukas Fleischer
Date: Sunday, October 22, 2017 @ 06:47:51
  Author: lfleischer
Revision: 308325

upgpkg: ttf-hack 3.000-1

Upstream update.

Modified:
  ttf-hack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 06:33:06 UTC (rev 308324)
+++ PKGBUILD2017-10-22 06:47:51 UTC (rev 308325)
@@ -2,18 +2,16 @@
 # Contributor: Markus Tacker 
 # Contributor: Peter Hoeg 
 
-_pkgver_major=2
-_pkgver_minor=020
 pkgname=ttf-hack
-pkgver=${_pkgver_major}.${_pkgver_minor}
-pkgrel=2
+pkgver=3.000
+pkgrel=1
 pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
 arch=('any')
 license=('SIL Open Font License 1.1 and Bitstream Vera License')
 url="http://sourcefoundry.org/hack/;
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip;)
-sha256sums=('048566ae79c580f725b68340d9d2a3b0fa125fb08c1d30cf0a7c327d07ab739a')
+source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
+sha256sums=('2237f89b9e0b884f1f72e4804d8cd689f00d521078882df4759cfe354808ba29')
 
 package() {
   install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf