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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:14:55
  Author: jlichtblau
Revision: 262130

upgpkg: python-html2text 2017.10.4-1 - new upstream release
linuxdays.cz edition

Modified:
  python-html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 10:08:48 UTC (rev 262129)
+++ PKGBUILD2017-10-08 10:14:55 UTC (rev 262130)
@@ -6,17 +6,17 @@
 
 pkgbase=python-html2text
 pkgname=('python-html2text' 'python2-html2text')
-pkgver=2016.9.19
-pkgrel=2
+pkgver=2017.10.4
+pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/;
 license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 
'python2-coverage')
 provides=('html2text')
 replaces=('html2text')
-source=(https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('21c0237fae4f640eef53343a2965f44bfd907f0e1b956cd1171fb3884541767a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
+sha256sums=('e32553658cfe504db084a98ccc11758727107acc4c12c5fe464f6a8cdccc938f')
 
 prepare() {
   cp -a html2text-$pkgver{,-py2}


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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:15:09
  Author: jlichtblau
Revision: 262131

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 10:14:55 UTC (rev 262130)
+++ PKGBUILD2017-10-08 10:15:09 UTC (rev 262131)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-# Contributor: Felix Yan 
-
-pkgbase=python-html2text
-pkgname=('python-html2text' 'python2-html2text')
-pkgver=2016.9.19
-pkgrel=2
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/;
-license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools')
-provides=('html2text')
-replaces=('html2text')
-source=(https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('21c0237fae4f640eef53343a2965f44bfd907f0e1b956cd1171fb3884541767a')
-
-prepare() {
-  cp -a html2text-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py build
-  
-  cd "${srcdir}"/html2text-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/html2text-$pkgver
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
-
-  cd "${srcdir}"/html2text-$pkgver-py2
-  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
-}
-
-package_python-html2text() {
-  depends=('python-setuptools')
-
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py install --root="${pkgdir}"
-}
-
-package_python2-html2text() {
-  depends=('python2-setuptools')
-
-  cd "${srcdir}"/html2text-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}"
-  mv "$pkgdir/usr/bin/html2text"{,2}
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 262130, 
python-html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 10:15:09 UTC (rev 262131)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+# Contributor: Felix Yan 
+
+pkgbase=python-html2text
+pkgname=('python-html2text' 'python2-html2text')
+pkgver=2017.10.4
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 
'python2-coverage')
+provides=('html2text')
+replaces=('html2text')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
+sha256sums=('e32553658cfe504db084a98ccc11758727107acc4c12c5fe464f6a8cdccc938f')
+
+prepare() {
+  cp -a html2text-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py build
+  
+  cd "${srcdir}"/html2text-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-$pkgver
+  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+
+  cd "${srcdir}"/html2text-$pkgver-py2
+  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+}
+
+package_python-html2text() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py install --root="${pkgdir}"
+}
+
+package_python2-html2text() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}"/html2text-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/html2text"{,2}
+}


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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:58:34
  Author: jlichtblau
Revision: 262140

kmymoney
- cleanup unneeded patch files

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

+
 PKGBUILD   |9 ++---
 kmymoney.changelog |3 +++
 2 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 10:51:50 UTC (rev 262139)
+++ PKGBUILD2017-10-08 10:58:34 UTC (rev 262140)
@@ -17,13 +17,8 @@
 makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
 replaces=('kmymoney2')
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.7z
-
dup-symbols.patch::https://cgit.kde.org/kmymoney.git/patch/?id=6d235f2cd835d5d3e00dee43ed29bdf2c5ca80d5
-4.8_build.patch kmymoney-gpgme-1.7.patch)
-sha256sums=('4435acabb3c9771dd39471651767c857087b5fe4f5cd43132c19cdc92aa6cbab'
-'1098e96ec196a1be8f794d7a7e5213513e4ff56730819193c2911b5a9649ad60'
-'21cd9d7fece1b38b87ade8e4fc7f01397cf44a7fe0bc44cd08dda01d05207215'
-'5a240ebedd8e6f80892187fc6543d58125c4832aff0698c0aa53ba6302033535')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.7z)
+sha256sums=('4435acabb3c9771dd39471651767c857087b5fe4f5cd43132c19cdc92aa6cbab')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2017-10-08 10:51:50 UTC (rev 262139)
+++ kmymoney.changelog  2017-10-08 10:58:34 UTC (rev 262140)
@@ -1,3 +1,6 @@
+2018-10-08 Jaroslav Lichtblau 
+   * kmymoney 4.8.1-1
+
 2017-06-04 Jaroslav Lichtblau 
* kmymoney 4.8.0-5 FS#54044 fix
 


[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2017-10-08 Thread Evangelos Foutras
Date: Sunday, October 8, 2017 @ 12:03:20
  Author: foutrelis
Revision: 307147

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 307146, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 307146, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |  194 +++
 check-last-modified.sh |   52 ++--
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 12:03:09 UTC (rev 307146)
+++ PKGBUILD2017-10-08 12:03:20 UTC (rev 307147)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20171003
-pkgrel=1
-arch=('any')
-url="https://dev.maxmind.com/geoip/legacy/geolite/;
-license=('custom:OPEN DATA LICENSE')
-checkdepends=('geoip')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
-
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
-
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
-
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz
-   GeoLiteCity-$pkgver.dat.gz
-   GeoLiteCityv6-$pkgver.dat.gz
-   GeoIPASNum-$pkgver.dat.gz
-   GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('54d4101a6e69f2877820d8d46a6c956f72716aa76c41c6f9a1d9bba51df7'
-'f36aff9ae567990ff36662abde3a44497e9ba79d34fd0d43c9a3c22a8ba86a3c'
-'19079e8d7b757e3cda77ca14978f02662f110e7c02ab797dfaf856d15f0adceb'
-'7337386f63bf28d914171bd6ea46b1229a05c6acf08d13915938ade242c50b46'
-'3cff8f6f08b6adf5a4ef4c0f7dc4b24093e43f7cd89f3ce2eeef921994f4ba27'
-'1f0de4b7296f217af58e61b757b5a08bcf4e6e40ef30124573ca97df6285e745'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
-gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
-gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-error 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-error 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, N/A, N/A'* ]]; then
-error 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, N/A, 
N/A'* ]]; then
-error 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 Google Inc.' ]]; 
then
-error 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
Google Inc.' ]]; then
-error 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoLite city/ASN geolocation databases compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 307146, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 12:03:20 UTC (rev 307147)
@@ -0,0 +1,97 @@
+# $Id$
+# 

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

2017-10-08 Thread Evangelos Foutras
Date: Sunday, October 8, 2017 @ 12:03:09
  Author: foutrelis
Revision: 307146

upgpkg: geoip-database 20171007-1

Update ASN databases.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 11:36:36 UTC (rev 307145)
+++ PKGBUILD2017-10-08 12:03:09 UTC (rev 307146)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20171003
+pkgver=20171007
 pkgrel=1
 arch=('any')
 url="https://dev.maxmind.com/geoip/legacy/geolite/;
@@ -25,8 +25,8 @@
 'f36aff9ae567990ff36662abde3a44497e9ba79d34fd0d43c9a3c22a8ba86a3c'
 '19079e8d7b757e3cda77ca14978f02662f110e7c02ab797dfaf856d15f0adceb'
 '7337386f63bf28d914171bd6ea46b1229a05c6acf08d13915938ade242c50b46'
-'3cff8f6f08b6adf5a4ef4c0f7dc4b24093e43f7cd89f3ce2eeef921994f4ba27'
-'1f0de4b7296f217af58e61b757b5a08bcf4e6e40ef30124573ca97df6285e745'
+'6938a444211cad72a429565fdbdba9b8b18ec61385ae49f3e7620b0d51b15bd4'
+'09c86fece4dd4e10eca06fc375af965fa00af1c468f21459d1aecc377d1816b8'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


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

2017-10-08 Thread Jonathan Steel
Date: Sunday, October 8, 2017 @ 07:16:44
  Author: jsteel
Revision: 262122

upgpkg: mednafen 0.9.48-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 04:46:03 UTC (rev 262121)
+++ PKGBUILD2017-10-08 07:16:44 UTC (rev 262122)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=0.9.47
+pkgver=0.9.48
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="https://mednafen.github.io;
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('e344dcd5aeb1c3ada3bb5b656fad3238')
+md5sums=('d741f013a05adb72928493b12c4933ff')
 
 build() {
   cd $pkgname


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

2017-10-08 Thread Jonathan Steel
Date: Sunday, October 8, 2017 @ 07:17:06
  Author: jsteel
Revision: 262123

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

Added:
  mednafen/repos/community-i686/PKGBUILD
(from rev 262122, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-x86_64/PKGBUILD
(from rev 262122, mednafen/trunk/PKGBUILD)
Deleted:
  mednafen/repos/community-i686/PKGBUILD
  mednafen/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-08 07:16:44 UTC (rev 262122)
+++ community-i686/PKGBUILD 2017-10-08 07:17:06 UTC (rev 262123)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.47
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('e344dcd5aeb1c3ada3bb5b656fad3238')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 262122, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 07:17:06 UTC (rev 262123)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.48
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="https://mednafen.github.io;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
+md5sums=('d741f013a05adb72928493b12c4933ff')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-08 07:16:44 UTC (rev 262122)
+++ community-x86_64/PKGBUILD   2017-10-08 07:17:06 UTC (rev 262123)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.47
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('e344dcd5aeb1c3ada3bb5b656fad3238')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 262122, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-08 07:17:06 UTC (rev 262123)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian 

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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:49:34
  Author: jlichtblau
Revision: 262136

upgpkg: kmymoney 4.8.1-1 - new upstream release
linuxdays.cz edition

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 10:45:55 UTC (rev 262135)
+++ PKGBUILD2017-10-08 10:49:34 UTC (rev 262136)
@@ -7,20 +7,20 @@
 # Contributor: Todd Maynard 
 
 pkgname=kmymoney
-pkgver=4.8.0
-pkgrel=5
+pkgver=4.8.1
+pkgrel=1
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('i686' 'x86_64')
 url="http://kmymoney2.sourceforge.net/;
 license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
 replaces=('kmymoney2')
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.7z
 
dup-symbols.patch::https://cgit.kde.org/kmymoney.git/patch/?id=6d235f2cd835d5d3e00dee43ed29bdf2c5ca80d5
 4.8_build.patch kmymoney-gpgme-1.7.patch)
-sha256sums=('c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2'
+sha256sums=('4435acabb3c9771dd39471651767c857087b5fe4f5cd43132c19cdc92aa6cbab'
 '1098e96ec196a1be8f794d7a7e5213513e4ff56730819193c2911b5a9649ad60'
 '21cd9d7fece1b38b87ade8e4fc7f01397cf44a7fe0bc44cd08dda01d05207215'
 '5a240ebedd8e6f80892187fc6543d58125c4832aff0698c0aa53ba6302033535')
@@ -29,13 +29,13 @@
   cd "${srcdir}"/$pkgname-$pkgver
 
 #https://bugs.kde.org/show_bug.cgi?id=364355
-  patch -Np1 -i "${srcdir}"/4.8_build.patch
+#  patch -Np1 -i "${srcdir}"/4.8_build.patch
 
   # Build against gpgme++ from gpgme 1.7
-  patch -p1 -i "${srcdir}"/kmymoney-gpgme-1.7.patch
+#  patch -p1 -i "${srcdir}"/kmymoney-gpgme-1.7.patch
 
 #duplicated symbol errors fix
-  patch -Np1 -i "${srcdir}"/dup-symbols.patch
+#  patch -Np1 -i "${srcdir}"/dup-symbols.patch
 }
 
 


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

2017-10-08 Thread Evangelos Foutras
Date: Sunday, October 8, 2017 @ 11:55:22
  Author: foutrelis
Revision: 262144

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 262143, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 11:55:12 UTC (rev 262143)
+++ PKGBUILD2017-10-08 11:55:22 UTC (rev 262144)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.7.1
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('386223522c12c5279ec522efed137e3f1b5f638e396bbdef3e3d077104f8c053'
-'SKIP'
-'d950eb1acdffa5d6af19f4f9cc81c76e293c75af26f847452ca53401f9d7093b'
-'SKIP'
-'482d2d283cc891c7746c8f44cf745e7d54615f65e9eb67874a5c1d548f15c5ba'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 262143, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 11:55:22 UTC (rev 262144)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.7.2
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('e7c4cde2d04894ddf6e8dd8a8f96e96e04574181807cfe9f78915fa0dfc836e4'
+'SKIP'
+'8cddd2baafe71ebfd9aa691400bc320ab0672791f5d8f1e82067d91c3586deba'
+'SKIP'
+

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

2017-10-08 Thread Evangelos Foutras
Date: Sunday, October 8, 2017 @ 11:55:12
  Author: foutrelis
Revision: 262143

upgpkg: shorewall 5.1.7.2-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 11:06:32 UTC (rev 262142)
+++ PKGBUILD2017-10-08 11:55:12 UTC (rev 262143)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.7.1
+pkgver=5.1.7.2
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('386223522c12c5279ec522efed137e3f1b5f638e396bbdef3e3d077104f8c053'
+sha256sums=('e7c4cde2d04894ddf6e8dd8a8f96e96e04574181807cfe9f78915fa0dfc836e4'
 'SKIP'
-'d950eb1acdffa5d6af19f4f9cc81c76e293c75af26f847452ca53401f9d7093b'
+'8cddd2baafe71ebfd9aa691400bc320ab0672791f5d8f1e82067d91c3586deba'
 'SKIP'
-'482d2d283cc891c7746c8f44cf745e7d54615f65e9eb67874a5c1d548f15c5ba'
+'c1f78229d9633ea6b35ec067c9724003e2929a39ae54ccd8e6875776d155cd70'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2017-10-08 Thread Jelle van der Waa
Date: Sunday, October 8, 2017 @ 14:05:44
  Author: jelle
Revision: 262145

upgpkg: calibre 3.9.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 11:55:22 UTC (rev 262144)
+++ PKGBUILD2017-10-08 14:05:44 UTC (rev 262145)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('17bfe172420e55ff4f4b19b80253210bacb9a4d0f2fdcffd5b0f456cf5765c4c'
+sha256sums=('dd4e6fe03d46b5c4e11452424f5deb9001c72cefbb1497a60de42fc43f0b4e7f'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:18:02
  Author: jlichtblau
Revision: 262132

upgpkg: youtube-dl 2017.10.07-1 - new upstream release
linuxdays.cz edition

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 10:15:09 UTC (rev 262131)
+++ PKGBUILD2017-10-08 10:18:02 UTC (rev 262132)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.10.01
+pkgver=2017.10.07
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10'
+sha256sums=('d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:18:13
  Author: jlichtblau
Revision: 262133

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 10:18:02 UTC (rev 262132)
+++ PKGBUILD2017-10-08 10:18:13 UTC (rev 262133)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.10.01
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 262132, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 10:18:13 UTC (rev 262133)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.10.07
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-10-08 Thread NicoHood
Date: Sunday, October 8, 2017 @ 10:45:55
  Author: nicohood
Revision: 262135

archrelease: copy trunk to community-staging-x86_64

Added:
  utox/repos/community-staging-x86_64/
  utox/repos/community-staging-x86_64/PKGBUILD
(from rev 262134, utox/trunk/PKGBUILD)

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

Copied: utox/repos/community-staging-x86_64/PKGBUILD (from rev 262134, 
utox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 10:45:55 UTC (rev 262135)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.16.1
+pkgrel=2
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


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

2017-10-08 Thread NicoHood
Date: Sunday, October 8, 2017 @ 10:45:41
  Author: nicohood
Revision: 262134

upgpkg: utox 0.16.1-2

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 10:18:13 UTC (rev 262133)
+++ PKGBUILD2017-10-08 10:45:41 UTC (rev 262134)
@@ -8,7 +8,7 @@
 pkgname=utox
 _pkgname=uTox
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 _signature=""
 pkgdesc='Lightweight Tox client'
 arch=('i686' 'x86_64')


[arch-commits] Commit in variety/repos/community-any (3 files)

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 11:06:32
  Author: jlichtblau
Revision: 262142

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 262141, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD
  variety/repos/community-any/fix-vauleerror.patch

--+
 PKGBUILD |   63 +
 fix-vauleerror.patch |   12 -
 2 files changed, 27 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 11:06:22 UTC (rev 262141)
+++ PKGBUILD2017-10-08 11:06:32 UTC (rev 262142)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.6.5
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="http://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 
'python2-cairo'
- 'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
- 'python2-lxml' 'python2-pycurl' 'python2-requests')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc}
-fix-vauleerror.patch)
-#validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
-validpgpkeys=('D5D568B2D34AB32A337944D22EC3F60DE71C0B9D') # James Lu 

-sha256sums=('d3eeb5b800d881fc0e1055f5614e65b6b6f64e0f1eb5b72fdf2869ae50c51bcc'
-'SKIP'
-'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Fix error when appindicator is missing
-  patch -Np1 -i ../fix-vauleerror.patch
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 262141, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 11:06:32 UTC (rev 262142)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.6.6
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="http://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 
'python2-cairo'
+ 'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
+ 'python2-lxml' 'python2-pycurl' 'python2-requests')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc})
+#validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
+validpgpkeys=('D5D568B2D34AB32A337944D22EC3F60DE71C0B9D') # James Lu 

+sha256sums=('ff43613fa94dfa39abb55b1b162bd5f05717a28f2605cc0aab872c47d122e9b8'
+'SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: fix-vauleerror.patch
===
--- fix-vauleerror.patch2017-10-08 11:06:22 UTC (rev 262141)
+++ fix-vauleerror.patch2017-10-08 11:06:32 UTC (rev 262142)
@@ -1,12 +0,0 @@
-diff -Naur variety-0.6.4.orig/variety/indicator.py 
variety-0.6.4/variety/indicator.py
 variety-0.6.4.orig/variety/indicator.py2017-04-29 07:23:37.0 
+0200
-+++ variety-0.6.4/variety/indicator.py 2017-04-29 13:30:24.341703536 +0200
-@@ -33,6 +33,8 @@
- use_appindicator = True
- except ImportError:
- use_appindicator = False
-+except ValueError:
-+use_appindicator = False
- 
- from variety_lib import varietyconfig
- 


[arch-commits] Commit in variety/trunk (PKGBUILD fix-vauleerror.patch)

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 11:06:22
  Author: jlichtblau
Revision: 262141

upgpkg: variety 0.6.6-1 - new upstream release
linuxdays.cz edition

Modified:
  variety/trunk/PKGBUILD
Deleted:
  variety/trunk/fix-vauleerror.patch

--+
 PKGBUILD |   17 -
 fix-vauleerror.patch |   12 
 2 files changed, 4 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 10:58:34 UTC (rev 262140)
+++ PKGBUILD2017-10-08 11:06:22 UTC (rev 262141)
@@ -3,7 +3,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
@@ -13,21 +13,12 @@
  'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
  'python2-lxml' 'python2-pycurl' 'python2-requests')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc}
-fix-vauleerror.patch)
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc})
 #validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
 validpgpkeys=('D5D568B2D34AB32A337944D22EC3F60DE71C0B9D') # James Lu 

-sha256sums=('d3eeb5b800d881fc0e1055f5614e65b6b6f64e0f1eb5b72fdf2869ae50c51bcc'
-'SKIP'
-'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
+sha256sums=('ff43613fa94dfa39abb55b1b162bd5f05717a28f2605cc0aab872c47d122e9b8'
+'SKIP')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Fix error when appindicator is missing
-  patch -Np1 -i ../fix-vauleerror.patch
-}
-
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Deleted: fix-vauleerror.patch
===
--- fix-vauleerror.patch2017-10-08 10:58:34 UTC (rev 262140)
+++ fix-vauleerror.patch2017-10-08 11:06:22 UTC (rev 262141)
@@ -1,12 +0,0 @@
-diff -Naur variety-0.6.4.orig/variety/indicator.py 
variety-0.6.4/variety/indicator.py
 variety-0.6.4.orig/variety/indicator.py2017-04-29 07:23:37.0 
+0200
-+++ variety-0.6.4/variety/indicator.py 2017-04-29 13:30:24.341703536 +0200
-@@ -33,6 +33,8 @@
- use_appindicator = True
- except ImportError:
- use_appindicator = False
-+except ValueError:
-+use_appindicator = False
- 
- from variety_lib import varietyconfig
- 


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

2017-10-08 Thread Jelle van der Waa
Date: Sunday, October 8, 2017 @ 14:06:39
  Author: jelle
Revision: 262146

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 14:05:44 UTC (rev 262145)
+++ community-i686/PKGBUILD 2017-10-08 14:06:39 UTC (rev 262146)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('17bfe172420e55ff4f4b19b80253210bacb9a4d0f2fdcffd5b0f456cf5765c4c'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 262145, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 14:06:39 UTC (rev 262146)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 

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

2017-10-08 Thread Jelle van der Waa
Date: Sunday, October 8, 2017 @ 14:46:32
  Author: jelle
Revision: 262148

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 14:46:18 UTC (rev 262147)
+++ community-i686/PKGBUILD 2017-10-08 14:46:32 UTC (rev 262148)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.80
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('97dd5a09e64d119cbda22846a88eebcbf48e9f36')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-   install -d "${pkgdir}/usr/share/applications/"
-   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 262147, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 14:46:32 UTC (rev 262148)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.81
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('d690c4f4ee097caf7a242530c6a2d606258d111c')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+   install -d "${pkgdir}/usr/share/applications/"
+   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-08 14:46:18 

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

2017-10-08 Thread Jelle van der Waa
Date: Sunday, October 8, 2017 @ 14:46:18
  Author: jelle
Revision: 262147

upgpkg: cppcheck 1.81-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 14:06:39 UTC (rev 262146)
+++ PKGBUILD2017-10-08 14:46:18 UTC (rev 262147)
@@ -3,7 +3,7 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.80
+pkgver=1.81
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('97dd5a09e64d119cbda22846a88eebcbf48e9f36')
+sha1sums=('d690c4f4ee097caf7a242530c6a2d606258d111c')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:08:48
  Author: jlichtblau
Revision: 262129

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 262128, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 262128, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 262128, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  104 +--
 josm.changelog |  501 +++
 josm.conf.d|8 
 3 files changed, 308 insertions(+), 305 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 10:08:36 UTC (rev 262128)
+++ PKGBUILD2017-10-08 10:08:48 UTC (rev 262129)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=12712
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime>=8' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/$pkgname-tested.jar
-
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('0ebfb35c07d0a0984cd7f05123719cd4ca710e9c79456bc62bf6ca3dbf27ff52'
-'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.png
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 262128, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 10:08:48 UTC (rev 262129)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=12921
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('157ebd72ddc49a35a5954da1528eac315cddd18485c3e11a6c212987e8ade6ba'
+'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.png
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- 

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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:08:36
  Author: jlichtblau
Revision: 262128

upgpkg: josm 12921-1 - new upstream release
linuxdays.cz edition

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 08:32:10 UTC (rev 262127)
+++ PKGBUILD2017-10-08 10:08:36 UTC (rev 262128)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=12712
+pkgver=12921
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -16,7 +16,7 @@
 
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('0ebfb35c07d0a0984cd7f05123719cd4ca710e9c79456bc62bf6ca3dbf27ff52'
+sha256sums=('157ebd72ddc49a35a5954da1528eac315cddd18485c3e11a6c212987e8ade6ba'
 '9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2017-10-08 08:32:10 UTC (rev 262127)
+++ josm.changelog  2017-10-08 10:08:36 UTC (rev 262128)
@@ -1,3 +1,6 @@
+2017-10-08 Jaroslav Lichtblau 
+   * josm 12921-1
+
 2017-09-05 Jaroslav Lichtblau 
* josm 12712-1
 


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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:51:50
  Author: jlichtblau
Revision: 262139

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

Added:
  kmymoney/repos/community-i686/PKGBUILD
(from rev 262138, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
(from rev 262138, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 262138, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 262138, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-i686/4.8_build.patch
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/kmymoney-gpgme-1.7.patch
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-x86_64/4.8_build.patch
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney-gpgme-1.7.patch
  kmymoney/repos/community-x86_64/kmymoney.changelog

---+
 /PKGBUILD |   88 +++
 /kmymoney.changelog   |  126 
 community-i686/4.8_build.patch|  210 
 community-i686/PKGBUILD   |   58 ---
 community-i686/kmymoney-gpgme-1.7.patch   |   38 -
 community-i686/kmymoney.changelog |   63 
 community-x86_64/4.8_build.patch  |  210 
 community-x86_64/PKGBUILD |   58 ---
 community-x86_64/kmymoney-gpgme-1.7.patch |   38 -
 community-x86_64/kmymoney.changelog   |   63 
 10 files changed, 214 insertions(+), 738 deletions(-)

Deleted: community-i686/4.8_build.patch
===
--- community-i686/4.8_build.patch  2017-10-08 10:51:37 UTC (rev 262138)
+++ community-i686/4.8_build.patch  2017-10-08 10:51:50 UTC (rev 262139)
@@ -1,210 +0,0 @@
-From: Cristian Oneț 
-Date: Thu, 16 Jun 2016 07:06:32 +
-Subject: Fix the tests of the 4.8 build.
-X-Git-Url: 
http://quickgit.kde.org/?p=kmymoney.git=commitdiff=29ab40829f86f6bd32229ededcc09bf2736e67bd

-Fix the tests of the 4.8 build.
-
-Do this by backporting the change that is already in frameworks in commit 
77085ff468336f26f6bcf5f2a1a08e16409172e6. Did not use cherry pick because the 
testfile was moved in frameworks.
-
-BUG: 364355

-
-
 a/kmymoney/mymoney/storage/mymoneymap.h
-+++ b/kmymoney/mymoney/storage/mymoneymap.h
-@@ -195,7 +195,7 @@
- that = *(dynamic_cast* >(const_cast* 
>(this)));
-   }
- 
--  inline size_t count(void) const {
-+  inline int count(void) const {
- return QMap::count();
-   }
- 
-
 a/kmymoney/mymoney/storage/mymoneyseqaccessmgrtest.cpp
-+++ b/kmymoney/mymoney/storage/mymoneyseqaccessmgrtest.cpp
-@@ -58,13 +58,13 @@
-   QCOMPARE(m->m_nextPayeeID, 0ul);
-   QCOMPARE(m->m_nextScheduleID, 0ul);
-   QCOMPARE(m->m_nextReportID, 0ul);
--  QCOMPARE(m->m_institutionList.count(), 0ul);
--  QCOMPARE(m->m_accountList.count(), 5ul);
--  QCOMPARE(m->m_transactionList.count(), 0ul);
--  QCOMPARE(m->m_transactionKeys.count(), 0ul);
--  QCOMPARE(m->m_payeeList.count(), 0ul);
--  QCOMPARE(m->m_tagList.count(), 0ul);
--  QCOMPARE(m->m_scheduleList.count(), 0ul);
-+  QCOMPARE(m->m_institutionList.count(), 0);
-+  QCOMPARE(m->m_accountList.count(), 5);
-+  QCOMPARE(m->m_transactionList.count(), 0);
-+  QCOMPARE(m->m_transactionKeys.count(), 0);
-+  QCOMPARE(m->m_payeeList.count(), 0);
-+  QCOMPARE(m->m_tagList.count(), 0);
-+  QCOMPARE(m->m_scheduleList.count(), 0);
- 
-   QCOMPARE(m->m_dirty, false);
-   QCOMPARE(m->m_creationDate, QDate::currentDate());
-@@ -187,7 +187,7 @@
- 
-   QCOMPARE(m->m_nextAccountID, 1ul);
-   QCOMPARE(m->dirty(), true);
--  QCOMPARE(m->m_accountList.count(), static_cast(6));
-+  QCOMPARE(m->m_accountList.count(), 6);
-   QCOMPARE(m->m_accountList["A01"].name(), QLatin1String("AccountName"));
- }
- 
-@@ -235,7 +235,7 @@
-   m->m_dirty = false;
- 
-   QCOMPARE(m->m_nextAccountID, 2ul);
--  QCOMPARE(m->m_accountList.count(), static_cast(7));
-+  QCOMPARE(m->m_accountList.count(), 7);
- 
-   // try to add account to undefined account
-   try {
-@@ -271,7 +271,7 @@
-   i.setName("Inst Name");
- 
-   m->addInstitution(i);
--  QCOMPARE(m->m_institutionList.count(), static_cast(1));
-+  QCOMPARE(m->m_institutionList.count(), 1);
-   QCOMPARE(m->m_nextInstitutionID, 1ul);
-   QCOMPARE(m->m_institutionList["I01"].name(), QLatin1String("Inst 
Name"));
- }
-@@ -950,11 +950,11 @@
-   // check that we can remove an unreferenced payee
-   MyMoneyPayee p = m->payee("P01");
-   try {
--QCOMPARE(m->m_payeeList.count(), static_cast(1));
-+QCOMPARE(m->m_payeeList.count(), 1);
- m->removePayee(p);
- m->commitTransaction();
- m->startTransaction();
--QCOMPARE(m->m_payeeList.count(), static_cast(0));
-+

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

2017-10-08 Thread Jaroslav Lichtblau
Date: Sunday, October 8, 2017 @ 10:51:37
  Author: jlichtblau
Revision: 262138

upgpkg: kmymoney 4.8.1-1
unused patch files removed

Modified:
  kmymoney/trunk/PKGBUILD
Deleted:
  kmymoney/trunk/4.8_build.patch
  kmymoney/trunk/kmymoney-gpgme-1.7.patch

--+
 4.8_build.patch  |  210 -
 PKGBUILD |   14 ---
 kmymoney-gpgme-1.7.patch |   38 
 3 files changed, 262 deletions(-)

Deleted: 4.8_build.patch
===
--- 4.8_build.patch 2017-10-08 10:51:34 UTC (rev 262137)
+++ 4.8_build.patch 2017-10-08 10:51:37 UTC (rev 262138)
@@ -1,210 +0,0 @@
-From: Cristian Oneț 
-Date: Thu, 16 Jun 2016 07:06:32 +
-Subject: Fix the tests of the 4.8 build.
-X-Git-Url: 
http://quickgit.kde.org/?p=kmymoney.git=commitdiff=29ab40829f86f6bd32229ededcc09bf2736e67bd

-Fix the tests of the 4.8 build.
-
-Do this by backporting the change that is already in frameworks in commit 
77085ff468336f26f6bcf5f2a1a08e16409172e6. Did not use cherry pick because the 
testfile was moved in frameworks.
-
-BUG: 364355

-
-
 a/kmymoney/mymoney/storage/mymoneymap.h
-+++ b/kmymoney/mymoney/storage/mymoneymap.h
-@@ -195,7 +195,7 @@
- that = *(dynamic_cast* >(const_cast* 
>(this)));
-   }
- 
--  inline size_t count(void) const {
-+  inline int count(void) const {
- return QMap::count();
-   }
- 
-
 a/kmymoney/mymoney/storage/mymoneyseqaccessmgrtest.cpp
-+++ b/kmymoney/mymoney/storage/mymoneyseqaccessmgrtest.cpp
-@@ -58,13 +58,13 @@
-   QCOMPARE(m->m_nextPayeeID, 0ul);
-   QCOMPARE(m->m_nextScheduleID, 0ul);
-   QCOMPARE(m->m_nextReportID, 0ul);
--  QCOMPARE(m->m_institutionList.count(), 0ul);
--  QCOMPARE(m->m_accountList.count(), 5ul);
--  QCOMPARE(m->m_transactionList.count(), 0ul);
--  QCOMPARE(m->m_transactionKeys.count(), 0ul);
--  QCOMPARE(m->m_payeeList.count(), 0ul);
--  QCOMPARE(m->m_tagList.count(), 0ul);
--  QCOMPARE(m->m_scheduleList.count(), 0ul);
-+  QCOMPARE(m->m_institutionList.count(), 0);
-+  QCOMPARE(m->m_accountList.count(), 5);
-+  QCOMPARE(m->m_transactionList.count(), 0);
-+  QCOMPARE(m->m_transactionKeys.count(), 0);
-+  QCOMPARE(m->m_payeeList.count(), 0);
-+  QCOMPARE(m->m_tagList.count(), 0);
-+  QCOMPARE(m->m_scheduleList.count(), 0);
- 
-   QCOMPARE(m->m_dirty, false);
-   QCOMPARE(m->m_creationDate, QDate::currentDate());
-@@ -187,7 +187,7 @@
- 
-   QCOMPARE(m->m_nextAccountID, 1ul);
-   QCOMPARE(m->dirty(), true);
--  QCOMPARE(m->m_accountList.count(), static_cast(6));
-+  QCOMPARE(m->m_accountList.count(), 6);
-   QCOMPARE(m->m_accountList["A01"].name(), QLatin1String("AccountName"));
- }
- 
-@@ -235,7 +235,7 @@
-   m->m_dirty = false;
- 
-   QCOMPARE(m->m_nextAccountID, 2ul);
--  QCOMPARE(m->m_accountList.count(), static_cast(7));
-+  QCOMPARE(m->m_accountList.count(), 7);
- 
-   // try to add account to undefined account
-   try {
-@@ -271,7 +271,7 @@
-   i.setName("Inst Name");
- 
-   m->addInstitution(i);
--  QCOMPARE(m->m_institutionList.count(), static_cast(1));
-+  QCOMPARE(m->m_institutionList.count(), 1);
-   QCOMPARE(m->m_nextInstitutionID, 1ul);
-   QCOMPARE(m->m_institutionList["I01"].name(), QLatin1String("Inst 
Name"));
- }
-@@ -950,11 +950,11 @@
-   // check that we can remove an unreferenced payee
-   MyMoneyPayee p = m->payee("P01");
-   try {
--QCOMPARE(m->m_payeeList.count(), static_cast(1));
-+QCOMPARE(m->m_payeeList.count(), 1);
- m->removePayee(p);
- m->commitTransaction();
- m->startTransaction();
--QCOMPARE(m->m_payeeList.count(), static_cast(0));
-+QCOMPARE(m->m_payeeList.count(), 0);
- QCOMPARE(m->dirty(), true);
-   } catch (const MyMoneyException &) {
- QFAIL("Unexpected exception");
-@@ -996,7 +996,7 @@
- QFAIL("Expected exception");
-   } catch (const MyMoneyException &) {
-   }
--  QCOMPARE(m->m_payeeList.count(), static_cast(1));
-+  QCOMPARE(m->m_payeeList.count(), 1);
- }
- 
- void MyMoneySeqAccessMgrTest::testAddTag()
-@@ -1046,11 +1046,11 @@
-   // check that we can remove an unreferenced tag
-   MyMoneyTag ta = m->tag("G01");
-   try {
--QCOMPARE(m->m_tagList.count(), static_cast(1));
-+QCOMPARE(m->m_tagList.count(), 1);
- m->removeTag(ta);
- m->commitTransaction();
- m->startTransaction();
--QCOMPARE(m->m_tagList.count(), static_cast(0));
-+QCOMPARE(m->m_tagList.count(), 0);
- QCOMPARE(m->dirty(), true);
-   } catch (const MyMoneyException &) {
- QFAIL("Unexpected exception");
-@@ -1094,7 +1094,7 @@
- QFAIL("Expected exception");
-   } catch (const MyMoneyException &) {
-   }
--  QCOMPARE(m->m_tagList.count(), static_cast(1));
-+  QCOMPARE(m->m_tagList.count(), 1);
- }
- 
- void MyMoneySeqAccessMgrTest::testRemoveAccountFromTree()
-@@ -1267,7 +1267,7 @@
- 
- 
-   try {
--QCOMPARE(m->m_scheduleList.count(), static_cast(0));
-+

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

2017-10-08 Thread NicoHood
Date: Sunday, October 8, 2017 @ 10:51:34
  Author: nicohood
Revision: 262137

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

Added:
  utox/repos/community-staging-i686/
  utox/repos/community-staging-i686/PKGBUILD
(from rev 262136, utox/trunk/PKGBUILD)
  utox/repos/community-staging-x86_64/PKGBUILD
(from rev 262136, utox/trunk/PKGBUILD)
Deleted:
  utox/repos/community-staging-x86_64/PKGBUILD

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

Copied: utox/repos/community-staging-i686/PKGBUILD (from rev 262136, 
utox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 10:51:34 UTC (rev 262137)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.16.1
+pkgrel=2
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2017-10-08 10:49:34 UTC (rev 262136)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 10:51:34 UTC (rev 262137)
@@ -1,45 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Grayhatter
-# Contributor: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Madotsuki 
-
-pkgname=utox
-_pkgname=uTox
-pkgver=0.16.1
-pkgrel=2
-_signature=""
-pkgdesc='Lightweight Tox client'
-arch=('i686' 'x86_64')
-url="https://github.com/uTox/uTox;
-license=('GPL3')
-depends=('fontconfig'
- 'libfilteraudio'
- 'libxext'
- 'libxrender'
- 'openal'
- 'toxcore'
- 'v4l-utils'
- 'hicolor-icon-theme')
-optdepends=('gtk3: GTK file picker'
-'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
-)
-sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
-'SKIP')
-validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

-  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
-
-build() {
-cd "${_pkgname}-${pkgver}"
-cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "${_pkgname}-${pkgver}"
-make PREFIX="/usr" DESTDIR="${pkgdir}" install
-}

Copied: utox/repos/community-staging-x86_64/PKGBUILD (from rev 262136, 
utox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 10:51:34 UTC (rev 262137)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood 
+# PGP ID: 

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

2017-10-08 Thread Jonathan Steel
Date: Sunday, October 8, 2017 @ 07:28:34
  Author: jsteel
Revision: 262125

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 07:28:10 UTC (rev 262124)
+++ community-i686/PKGBUILD 2017-10-08 07:28:34 UTC (rev 262125)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Duck Hunt 
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://mgba.io'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
- 'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
-md5sums=('cdad6be9a3a01afc5d2e9b53f0321a68')
-
-prepare() {
-  [[ ! -d build ]] && mkdir build || rm -rf build
-}
-
-build() {
-  cd build
-  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_libmgba() {
-  pkgdesc='Shared library of mGBA'
-  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
-  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
--P build/cmake_install.cmake
-  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
-  depends=('libmgba' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
--P build/cmake_install.cmake
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy. Qt5 UI.'
-  depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
--P build/cmake_install.cmake
-
-  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir 
"$pkgdir"/usr/share/applications/
-  install -Dm644 mgba-$pkgver/res/mgba-256.png 
"$pkgdir"/usr/share/pixmaps/mgba.png
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mgba/repos/community-i686/PKGBUILD (from rev 262124, 
mgba/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 07:28:34 UTC (rev 262125)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Duck Hunt 
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('e2a8c7caf440da0232a13187ef8073ca')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+-P build/cmake_install.cmake
+  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
+  depends=('libmgba' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
+-P build/cmake_install.cmake
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator 

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

2017-10-08 Thread Jonathan Steel
Date: Sunday, October 8, 2017 @ 07:28:10
  Author: jsteel
Revision: 262124

upgpkg: mgba 0.6.1-1

Modified:
  mgba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 07:17:06 UTC (rev 262123)
+++ PKGBUILD2017-10-08 07:28:10 UTC (rev 262124)
@@ -5,7 +5,7 @@
 
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://mgba.io'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
  'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
-md5sums=('cdad6be9a3a01afc5d2e9b53f0321a68')
+md5sums=('e2a8c7caf440da0232a13187ef8073ca')
 
 prepare() {
   [[ ! -d build ]] && mkdir build || rm -rf build


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

2017-10-08 Thread Sven-Hendrik Haase
Date: Sunday, October 8, 2017 @ 08:32:10
  Author: svenstaro
Revision: 262127

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 262126, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 262126, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 262126, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 262126, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 262126, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 262126, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 08:31:48 UTC (rev 262126)
+++ community-i686/PKGBUILD 2017-10-08 08:32:10 UTC (rev 262127)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.37.21
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('78c3999e049fafb4ea07c1fde6f1e7ce493315404ef527e1bcc758d8f79b14489c3149422e3bbb36118c2dbbcb25a240f5056ce4891e4035bd8e2ba630b8a2dc'
-
'2ea66c93285285115c5263b9a79403d4d797bbc4d985896ef884c50aa366abe3bf418785bf7ea88467a9f31c23b8f3561db06208b3ac83b6aa3bc532a81706ae'
-
'b754e71c19b12251ba0637f9796bfe8992019f8d41193c5c3882f9094390d5aad98cf72b3c3c9d0a987680a54dd01f3ba211237882d9d5c8ade36b047c7ed0f9'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d 

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

2017-10-08 Thread Sven-Hendrik Haase
Date: Sunday, October 8, 2017 @ 08:31:48
  Author: svenstaro
Revision: 262126

upgpkg: emscripten 1.37.22-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 07:28:34 UTC (rev 262125)
+++ PKGBUILD2017-10-08 08:31:48 UTC (rev 262126)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.37.21
+pkgver=1.37.22
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('78c3999e049fafb4ea07c1fde6f1e7ce493315404ef527e1bcc758d8f79b14489c3149422e3bbb36118c2dbbcb25a240f5056ce4891e4035bd8e2ba630b8a2dc'
-
'2ea66c93285285115c5263b9a79403d4d797bbc4d985896ef884c50aa366abe3bf418785bf7ea88467a9f31c23b8f3561db06208b3ac83b6aa3bc532a81706ae'
-
'b754e71c19b12251ba0637f9796bfe8992019f8d41193c5c3882f9094390d5aad98cf72b3c3c9d0a987680a54dd01f3ba211237882d9d5c8ade36b047c7ed0f9'
+sha512sums=('0584d6cba49741e2b30cea8d941395146b817678018361a7d725030af456947228116387b90a967d70d6c6a4f733e27defddf72615aedc9b06c637a89bf05370'
+
'ab4003bd3f91b72cc997ac308946679fff82c45125685dcb5c7f3996253d7f9355f48e4c66f6452357334d930665186d930fff0d06b5b45fb12f8a474634e77f'
+
'2568cd98a87b91c3e79f0f3a672dda3e6a31023ed7733199ee673000ea8c2fe7e5dee927ed8dcf170fc3a65571c2bab7e1fc3f0f20f13e44e313a98f71432e18'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 08:39:35
  Author: heftig
Revision: 307140

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

Added:
  js52/repos/extra-i686/PKGBUILD
(from rev 307139, js52/trunk/PKGBUILD)
  js52/repos/extra-i686/mozjs52-copy-headers.patch
(from rev 307139, js52/trunk/mozjs52-copy-headers.patch)
  js52/repos/extra-i686/mozjs52-disable-mozglue.patch
(from rev 307139, js52/trunk/mozjs52-disable-mozglue.patch)
  js52/repos/extra-i686/mozjs52-fix-soname.patch
(from rev 307139, js52/trunk/mozjs52-fix-soname.patch)
  js52/repos/extra-i686/mozjs52-include-configure-script.patch
(from rev 307139, js52/trunk/mozjs52-include-configure-script.patch)
  js52/repos/extra-x86_64/PKGBUILD
(from rev 307139, js52/trunk/PKGBUILD)
  js52/repos/extra-x86_64/mozjs52-copy-headers.patch
(from rev 307139, js52/trunk/mozjs52-copy-headers.patch)
  js52/repos/extra-x86_64/mozjs52-disable-mozglue.patch
(from rev 307139, js52/trunk/mozjs52-disable-mozglue.patch)
  js52/repos/extra-x86_64/mozjs52-fix-soname.patch
(from rev 307139, js52/trunk/mozjs52-fix-soname.patch)
  js52/repos/extra-x86_64/mozjs52-include-configure-script.patch
(from rev 307139, js52/trunk/mozjs52-include-configure-script.patch)
Deleted:
  js52/repos/extra-i686/PKGBUILD
  js52/repos/extra-i686/mozjs52-copy-headers.patch
  js52/repos/extra-i686/mozjs52-disable-mozglue.patch
  js52/repos/extra-i686/mozjs52-fix-soname.patch
  js52/repos/extra-i686/mozjs52-include-configure-script.patch
  js52/repos/extra-x86_64/PKGBUILD
  js52/repos/extra-x86_64/mozjs52-copy-headers.patch
  js52/repos/extra-x86_64/mozjs52-disable-mozglue.patch
  js52/repos/extra-x86_64/mozjs52-fix-soname.patch
  js52/repos/extra-x86_64/mozjs52-include-configure-script.patch

-+
 /PKGBUILD   |  150 ++
 /mozjs52-copy-headers.patch |   60 +++
 /mozjs52-disable-mozglue.patch  |  132 +++
 /mozjs52-fix-soname.patch   |   68 
 /mozjs52-include-configure-script.patch |  126 +++
 extra-i686/PKGBUILD |   75 -
 extra-i686/mozjs52-copy-headers.patch   |   30 ---
 extra-i686/mozjs52-disable-mozglue.patch|   66 ---
 extra-i686/mozjs52-fix-soname.patch |   34 
 extra-i686/mozjs52-include-configure-script.patch   |   63 ---
 extra-x86_64/PKGBUILD   |   75 -
 extra-x86_64/mozjs52-copy-headers.patch |   30 ---
 extra-x86_64/mozjs52-disable-mozglue.patch  |   66 ---
 extra-x86_64/mozjs52-fix-soname.patch   |   34 
 extra-x86_64/mozjs52-include-configure-script.patch |   63 ---
 15 files changed, 536 insertions(+), 536 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-08 08:37:37 UTC (rev 307139)
+++ extra-i686/PKGBUILD 2017-10-08 08:39:35 UTC (rev 307140)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=js52
-pkgver=52.3.0
-pkgrel=1
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
-arch=(i686 x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-license=(MPL)
-depends=(nspr gcc-libs readline zlib icu libffi)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
-mozjs52-copy-headers.patch
-mozjs52-disable-mozglue.patch
-mozjs52-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
-'c5b3a88e4d10ef149aba6fc48d431db54ff266323fa22a5d549028fd794423cc'
-'5a84f02521f37de873991dd360a4c4bfdbdd2fb4a218e11be73f9cbbf02050e8'
-'06389b8e30465bb8e6fab6144dadedffa30595f143a686524da175b5cf5e8a27'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
-
-prepare() {
-  cd mozilla-unified
-
-  # https://anonscm.debian.org/git/pkg-gnome/mozjs52.git/tree/debian/patches
-  patch -Np1 -i ../mozjs52-fix-soname.patch
-  patch -Np1 -i ../mozjs52-copy-headers.patch
-  patch -Np1 -i ../mozjs52-disable-mozglue.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
-}
-
-build() {
-  unset CPPFLAGS
-  CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-schedule-insns2 
-fno-lifetime-dse'
-  CFLAGS+=' -fno-delete-null-pointer-checks -fno-schedule-insns2 
-fno-lifetime-dse'
-  export PYTHON=/usr/bin/python2
-
-  cd mozilla-unified/js/src
-  sh configure \
---prefix=/usr \
---disable-optimize \
---enable-ctypes \
---enable-gcgenerational \
---enable-pie \
---enable-readline \
---enable-shared-js \
---enable-system-ffi \
---enable-tests \
-

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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 08:37:37
  Author: heftig
Revision: 307139

52.4.0-1

Modified:
  js52/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 05:08:26 UTC (rev 307138)
+++ PKGBUILD2017-10-08 08:37:37 UTC (rev 307139)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=js52
-pkgver=52.3.0
+pkgver=52.4.0
 pkgrel=1
 _ffver=${pkgver%%.*}
 pkgdesc="JavaScript interpreter and libraries - Version $_ffver"


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

2017-10-08 Thread Gaëtan Bisson
Date: Sunday, October 8, 2017 @ 17:59:38
  Author: bisson
Revision: 307153

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 17:32:31 UTC (rev 307152)
+++ PKGBUILD2017-10-08 17:59:38 UTC (rev 307153)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('4b504302099ec6dd099c84dd7e285c80dc318977ebda48949593386bc26e700b'
+sha256sums=('520481c9908d999f8f7546103b78ff9b11f41d25b0938f0a22f10aaa48beef2b'
 'SKIP')
 
 build() {


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

2017-10-08 Thread Anatol Pomozov
Date: Sunday, October 8, 2017 @ 16:13:13
  Author: anatolik
Revision: 307148

Fix syslinux build

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 12:03:20 UTC (rev 307147)
+++ PKGBUILD2017-10-08 16:13:13 UTC (rev 307148)
@@ -40,7 +40,7 @@
 )
 sha1sums=('SKIP'
   '1145f454bd297d373ad123425f93620c3e92f585'
-  '2cf5a0eccfb0bf4196b8aea4add1002be948332d'
+  '6bf38a8de1891ba3fbea27ef73cc4a8047c1b6c7'
   '3e7d6e399c25fb7f5d31cc8e580d01163695e351'
   '74b976dd3ce28a619c2e9ef69a33fd455dc4bd4c'
   'b6ef5a7cdd4b7c714fd78c174e93ae6e854ae1ee'
@@ -79,6 +79,8 @@
 
 build() {
   cd syslinux
+  export LDFLAGS+=--no-dynamic-linker  # workaround for binutils 2.28 
http://www.syslinux.org/wiki/index.php?title=Building
+  export EXTRA_CFLAGS=-fno-PIE   # to fix gpxe build
   make PYTHON=python2 $_targets
 }
 


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

2017-10-08 Thread Andreas Radke
Date: Sunday, October 8, 2017 @ 17:32:31
  Author: andyrtr
Revision: 307152

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 307151, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 17:32:16 UTC (rev 307151)
+++ PKGBUILD2017-10-08 17:32:31 UTC (rev 307152)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=5.3
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail;
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-# no signature, no https
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('804cd54753272826b490d4c826fd78cc352e1ae3e400c57c698b55eb288a9c3e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
-  # recheck
-  head -1 $(find . -name '*.py')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 307151, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 17:32:31 UTC (rev 307152)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=5.4
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail;
+license=("GPL")
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+# no signature, no https
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+sha256sums=('ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2017-10-08 Thread Andreas Radke
Date: Sunday, October 8, 2017 @ 17:32:16
  Author: andyrtr
Revision: 307151

upgpkg: getmail 5.4-1

upstream update 5.4

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 16:40:50 UTC (rev 307150)
+++ PKGBUILD2017-10-08 17:32:16 UTC (rev 307151)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 # no signature, no https
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('804cd54753272826b490d4c826fd78cc352e1ae3e400c57c698b55eb288a9c3e')
+sha256sums=('ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-10-08 Thread Sven-Hendrik Haase
Date: Sunday, October 8, 2017 @ 18:53:04
  Author: svenstaro
Revision: 262152

upgpkg: bazel 0.6.1-2

Restrict java-environment to version 8

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 17:04:13 UTC (rev 262151)
+++ PKGBUILD2017-10-08 18:53:04 UTC (rev 262152)
@@ -4,12 +4,12 @@
 
 pkgname=bazel
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
 url='https://bazel.io/'
-depends=('java-environment>=8' 'libarchive' 'zip' 'unzip')
+depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
 makedepends=('git' 'protobuf' 'python')
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip


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

2017-10-08 Thread Sven-Hendrik Haase
Date: Sunday, October 8, 2017 @ 18:53:18
  Author: svenstaro
Revision: 262153

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 262152, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 18:53:04 UTC (rev 262152)
+++ PKGBUILD2017-10-08 18:53:18 UTC (rev 262153)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment>=8' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('e819b63c56cafa42010015832b8580d1edcf6602a5ff7d2914c5b03b686c2b377e3e5be1403d577929307cd1db429787387765f0b64ed27b7f010ecd9d66185e'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 262152, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 18:53:18 UTC (rev 262153)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('e819b63c56cafa42010015832b8580d1edcf6602a5ff7d2914c5b03b686c2b377e3e5be1403d577929307cd1db429787387765f0b64ed27b7f010ecd9d66185e'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2017-10-08 Thread Anatol Pomozov
Date: Sunday, October 8, 2017 @ 15:27:07
  Author: anatolik
Revision: 262149

upgpkg: dtc 1.4.5-1

Modified:
  dtc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 14:46:32 UTC (rev 262148)
+++ PKGBUILD2017-10-08 15:27:07 UTC (rev 262149)
@@ -3,18 +3,24 @@
 # Contributor: Frederic Bezies 
 
 pkgname=dtc
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc='Device Tree Compiler'
 url='http://www.devicetree.org/Device_Tree_Compiler'
 arch=(i686 x86_64)
 license=(GPL2)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('470731d5c015b160d26a96645dbb1c7337d6e7b8c98244612002b66bedf6cffb')
+checkdepends=(python2)
+makedepends=(swig)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
+
fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch)
+sha256sums=('042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621'
+'e92bfc787b65e2610528d5c499835c083c1672455fc7998d202b7c986d5c5f1d')
 
 prepare() {
   cd dtc-$pkgver
   sed -i 's/-Werror//' Makefile
+  sed -i 's/python\b/python2/' tests/run_tests.sh
+  patch -p1 < ../fix32bit.patch
 }
 
 build() {
@@ -29,6 +35,6 @@
 
 package() {
   cd dtc-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
+  make DESTDIR="$pkgdir" SETUP_PREFIX="$pkgdir/usr" PREFIX=/usr install
 }
 


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

2017-10-08 Thread Anatol Pomozov
Date: Sunday, October 8, 2017 @ 15:28:07
  Author: anatolik
Revision: 262150

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 15:27:07 UTC (rev 262149)
+++ community-i686/PKGBUILD 2017-10-08 15:28:07 UTC (rev 262150)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Frederic Bezies 
-
-pkgname=dtc
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='Device Tree Compiler'
-url='http://www.devicetree.org/Device_Tree_Compiler'
-arch=(i686 x86_64)
-license=(GPL2)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('470731d5c015b160d26a96645dbb1c7337d6e7b8c98244612002b66bedf6cffb')
-
-prepare() {
-  cd dtc-$pkgver
-  sed -i 's/-Werror//' Makefile
-}
-
-build() {
-  cd dtc-$pkgver
-  make
-}
-
-check() {
-  cd dtc-$pkgver
-  make check
-}
-
-package() {
-  cd dtc-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: dtc/repos/community-i686/PKGBUILD (from rev 262149, dtc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 15:28:07 UTC (rev 262150)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies 
+
+pkgname=dtc
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://www.devicetree.org/Device_Tree_Compiler'
+arch=(i686 x86_64)
+license=(GPL2)
+checkdepends=(python2)
+makedepends=(swig)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
+
fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch)
+sha256sums=('042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621'
+'e92bfc787b65e2610528d5c499835c083c1672455fc7998d202b7c986d5c5f1d')
+
+prepare() {
+  cd dtc-$pkgver
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/python\b/python2/' tests/run_tests.sh
+  patch -p1 < ../fix32bit.patch
+}
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  make DESTDIR="$pkgdir" SETUP_PREFIX="$pkgdir/usr" PREFIX=/usr install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-08 15:27:07 UTC (rev 262149)
+++ community-x86_64/PKGBUILD   2017-10-08 15:28:07 UTC (rev 262150)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Frederic Bezies 
-
-pkgname=dtc
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='Device Tree Compiler'
-url='http://www.devicetree.org/Device_Tree_Compiler'
-arch=(i686 x86_64)
-license=(GPL2)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('470731d5c015b160d26a96645dbb1c7337d6e7b8c98244612002b66bedf6cffb')
-
-prepare() {
-  cd dtc-$pkgver
-  sed -i 's/-Werror//' Makefile
-}
-
-build() {
-  cd dtc-$pkgver
-  make
-}
-
-check() {
-  cd dtc-$pkgver
-  make check
-}
-
-package() {
-  cd dtc-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: dtc/repos/community-x86_64/PKGBUILD (from rev 262149, 
dtc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-08 15:28:07 UTC (rev 262150)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies 
+
+pkgname=dtc
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://www.devicetree.org/Device_Tree_Compiler'
+arch=(i686 x86_64)
+license=(GPL2)
+checkdepends=(python2)
+makedepends=(swig)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
+
fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch)
+sha256sums=('042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621'
+'e92bfc787b65e2610528d5c499835c083c1672455fc7998d202b7c986d5c5f1d')
+
+prepare() {
+  cd dtc-$pkgver
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/python\b/python2/' tests/run_tests.sh
+  patch -p1 < ../fix32bit.patch
+}
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  make DESTDIR="$pkgdir" SETUP_PREFIX="$pkgdir/usr" PREFIX=/usr install
+}
+


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

2017-10-08 Thread Gaëtan Bisson
Date: Sunday, October 8, 2017 @ 18:10:52
  Author: bisson
Revision: 307154

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-08 17:59:38 UTC (rev 307153)
+++ extra-i686/PKGBUILD 2017-10-08 18:10:52 UTC (rev 307154)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.20
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('4b504302099ec6dd099c84dd7e285c80dc318977ebda48949593386bc26e700b'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 307153, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-08 18:10:52 UTC (rev 307154)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.21
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('520481c9908d999f8f7546103b78ff9b11f41d25b0938f0a22f10aaa48beef2b'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-08 17:59:38 UTC (rev 307153)
+++ extra-x86_64/PKGBUILD   2017-10-08 18:10:52 UTC (rev 307154)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.20
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('4b504302099ec6dd099c84dd7e285c80dc318977ebda48949593386bc26e700b'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 307153, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-08 18:10:52 UTC (rev 307154)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 

[arch-commits] Commit in chromium/trunk (PKGBUILD PKGBUILD.62)

2017-10-08 Thread Evangelos Foutras
Date: Sunday, October 8, 2017 @ 19:01:04
  Author: foutrelis
Revision: 307155

Set exclude_unwind_tables=true to save ~21 MiB (FS#55914)

Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/PKGBUILD.62

-+
 PKGBUILD|1 +
 PKGBUILD.62 |1 +
 2 files changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 18:10:52 UTC (rev 307154)
+++ PKGBUILD2017-10-08 19:01:04 UTC (rev 307155)
@@ -130,6 +130,7 @@
 'is_clang=false'
 'clang_use_chrome_plugins=false'
 'is_debug=false'
+'exclude_unwind_tables=true'
 'fatal_linker_warnings=false'
 'treat_warnings_as_errors=false'
 'fieldtrial_testing_like_official_build=true'

Modified: PKGBUILD.62
===
--- PKGBUILD.62 2017-10-08 18:10:52 UTC (rev 307154)
+++ PKGBUILD.62 2017-10-08 19:01:04 UTC (rev 307155)
@@ -133,6 +133,7 @@
 'is_clang=false'
 'clang_use_chrome_plugins=false'
 'is_debug=false'
+'exclude_unwind_tables=true'
 'fatal_linker_warnings=false'
 'treat_warnings_as_errors=false'
 'fieldtrial_testing_like_official_build=true'


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

2017-10-08 Thread Andreas Radke
Date: Sunday, October 8, 2017 @ 16:40:50
  Author: andyrtr
Revision: 307150

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 307149, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 307149, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 307149, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 307149, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 307149, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 307149, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 307149, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 307149, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 307149, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 307149, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 307149, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 307149, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 307149, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 307149, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8212 +
 testing-i686/config.x86_64   | 7977 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8212 +
 testing-x86_64/config.x86_64 | 7977 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33116 insertions(+)

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


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

2017-10-08 Thread Andreas Radke
Date: Sunday, October 8, 2017 @ 16:40:09
  Author: andyrtr
Revision: 307149

upgpkg: linux-lts 4.9.54-1

upstream update 4.9.54

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 16:13:13 UTC (rev 307148)
+++ PKGBUILD2017-10-08 16:40:09 UTC (rev 307149)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.53
+pkgver=4.9.54
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'0f49a0ff7fe64a5413a264e99101bdd66a0da8f713897ece2d48008cc78eff75'
+'709621455ef17e98a2f7c3c0400f7875fa45ee672a29e005c9470fabd50304a8'
 'SKIP'
 '6ee48ebd5cf5a6f1a8ab3bb8b00956345b2b2bab3b1238a90d0de09745c502ec'
 '1bec2ba1cd21b26234caf33cca737259797430d4fe5fade16e60480a9442a6e0'


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

2017-10-08 Thread Anatol Pomozov
Date: Sunday, October 8, 2017 @ 17:04:13
  Author: anatolik
Revision: 262151

FS#55919 python2 is makedepends

Modified:
  dtc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 15:28:07 UTC (rev 262150)
+++ PKGBUILD2017-10-08 17:04:13 UTC (rev 262151)
@@ -9,8 +9,7 @@
 url='http://www.devicetree.org/Device_Tree_Compiler'
 arch=(i686 x86_64)
 license=(GPL2)
-checkdepends=(python2)
-makedepends=(swig)
+makedepends=(swig python2)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
 
fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch)
 sha256sums=('042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621'


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:37:55
  Author: arojas
Revision: 262154

Qt 5.9.2 rebuild

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 18:53:18 UTC (rev 262153)
+++ PKGBUILD2017-10-08 20:37:55 UTC (rev 262154)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.2.5
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:43:34
  Author: arojas
Revision: 262157

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

Added:
  deepin-qt5integration/repos/community-staging-i686/
  deepin-qt5integration/repos/community-staging-i686/PKGBUILD
(from rev 262156, deepin-qt5integration/trunk/PKGBUILD)
  
deepin-qt5integration/repos/community-staging-i686/use-system-qt5-headers.patch
(from rev 262156, deepin-qt5integration/trunk/use-system-qt5-headers.patch)
  deepin-qt5integration/repos/community-staging-x86_64/
  deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD
(from rev 262156, deepin-qt5integration/trunk/PKGBUILD)
  
deepin-qt5integration/repos/community-staging-x86_64/use-system-qt5-headers.patch
(from rev 262156, deepin-qt5integration/trunk/use-system-qt5-headers.patch)

---+
 community-staging-i686/PKGBUILD   |   35 
 community-staging-i686/use-system-qt5-headers.patch   |   27 
 community-staging-x86_64/PKGBUILD |   35 
 community-staging-x86_64/use-system-qt5-headers.patch |   27 
 4 files changed, 124 insertions(+)

Copied: deepin-qt5integration/repos/community-staging-i686/PKGBUILD (from rev 
262156, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:43:34 UTC (rev 262157)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
+use-system-qt5-headers.patch)
+sha512sums=('a113bbe9a537e6ad04672f11957530fa0897e362166baf4af935dc3d1e89cf1bae7d69564f44719705d1c8522c37a21f44b70eedd6fdf23ddcfdb432a1db8ab7'
+
'29152204a36efc5fc2376b74be2ebe1d9cb253f9371ca8b0e9bf95c415c903f956d0d400eaffb3f708f81b19acd0a5383647af3a5a10cf6a61dfa586eb1bd57b')
+
+prepare() {
+  cd qt5integration-$pkgver
+  patch -p1 -i ../use-system-qt5-headers.patch
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: 
deepin-qt5integration/repos/community-staging-i686/use-system-qt5-headers.patch 
(from rev 262156, deepin-qt5integration/trunk/use-system-qt5-headers.patch)
===
--- community-staging-i686/use-system-qt5-headers.patch 
(rev 0)
+++ community-staging-i686/use-system-qt5-headers.patch 2017-10-08 20:43:34 UTC 
(rev 262157)
@@ -0,0 +1,27 @@
+diff --git a/platformplugin/linux.pri b/platformplugin/linux.pri
+index a36b405..9e4fce8 100644
+--- a/platformplugin/linux.pri
 b/platformplugin/linux.pri
+@@ -22,7 +22,7 @@ SOURCES += \
+ $$PWD/utility_x11.cpp \
+ $$PWD/dxcbwmsupport.cpp
+ 
+-INCLUDEPATH += $$PWD/libqt5xcbqpa-dev
++INCLUDEPATH += /usr/include/qtxcb-private
+
+ contains(QT_CONFIG, xcb-xlib)|qtConfig(xcb-xlib) {
+ DEFINES += XCB_USE_XLIB
+@@ -63,13 +63,3 @@ contains(QT_CONFIG, xcb-sm)|qtConfig(xcb-sm) {
+ contains(QT_CONFIG, xcb-qt) {
+ DEFINES += XCB_USE_RENDER
+ }
+-
+-exists($$PWD/libqt5xcbqpa-dev) {
+-!system(cd $$PWD/libqt5xcbqpa-dev && git checkout $$VERSION) {
+-!system(cd $$PWD/libqt5xcbqpa-dev && git fetch -p):error(update 
libqt5xcbqpa header sources failed)
+-!system(cd $$PWD/libqt5xcbqpa-dev && git checkout 
$$VERSION):error(Not support Qt Version: $$VERSION)
+-}
+-} else {
+-!system(git clone https://cr.deepin.io/libqt5xcbqpa-dev):error(clone 
libqt5xcbqpa header sources failed)
+-!system(cd $$PWD/libqt5xcbqpa-dev && git checkout $$VERSION):error(Not 
support Qt Version: $$VERSION)
+-}

Copied: deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD (from rev 
262156, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:43:34 UTC (rev 262157)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('dtkwidget' 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:43:03
  Author: arojas
Revision: 262156

Qt 5.9.2 rebuild

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:38:25 UTC (rev 262155)
+++ PKGBUILD2017-10-08 20:43:03 UTC (rev 262156)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/qt5integration;


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:53:18
  Author: arojas
Revision: 262162

Qt 5.9.2 rebuild

Modified:
  dtkwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:51:19 UTC (rev 262161)
+++ PKGBUILD2017-10-08 20:53:18 UTC (rev 262162)
@@ -5,7 +5,7 @@
 
 pkgname=dtkwm
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Tool Kit Wm'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dtkwm;


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:51:19
  Author: arojas
Revision: 262161

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

Added:
  qupzilla/repos/community-i686/PKGBUILD
(from rev 262160, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-x86_64/PKGBUILD
(from rev 262160, qupzilla/trunk/PKGBUILD)
Deleted:
  qupzilla/repos/community-i686/PKGBUILD
  qupzilla/repos/community-i686/qupzilla-openssl1.1.patch
  qupzilla/repos/community-x86_64/PKGBUILD
  qupzilla/repos/community-x86_64/qupzilla-openssl1.1.patch

+
 /PKGBUILD  |   72 
 community-i686/PKGBUILD|   47 ---
 community-i686/qupzilla-openssl1.1.patch   |   80 ---
 community-x86_64/PKGBUILD  |   47 ---
 community-x86_64/qupzilla-openssl1.1.patch |   80 ---
 5 files changed, 72 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 20:50:10 UTC (rev 262160)
+++ community-i686/PKGBUILD 2017-10-08 20:51:19 UTC (rev 262161)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=qupzilla
-pkgver=2.1.2
-pkgrel=3
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/;
-license=('GPL3')
-depends=('qt5-webengine' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
-  'libgnome-keyring: gnome keyring integration')
-provides=('qupzilla-qt5')
-conflicts=('qupzilla-qt5')
-replaces=('qupzilla-qt5')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;
 qupzilla-openssl1.1.patch)
-md5sums=('a9d72e059675b10a908b982b700c1a41'
- '005c81b2f9d45911528649b3f5530682')
-
-prepare() {
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-
- # fix build with OpenSSL 1.1 (Fedora)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../qupzilla-openssl1.1.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 262160, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 20:51:19 UTC (rev 262161)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+pkgname=qupzilla
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/;
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(qt5-tools kwallet libgnome-keyring)
+optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
+'libgnome-keyring: gnome keyring integration')
+source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
+sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818')
+
+build() {
+  cd QupZilla-$pkgver
+export USE_WEBGL=true \
+  QUPZILLA_PREFIX=/usr/ \
+  KDE_INTEGRATION=true \
+  GNOME_INTEGRATION=true
+  qmake
+  make
+}
+
+package() {
+  cd QupZilla-$pkgver
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}

Deleted: community-i686/qupzilla-openssl1.1.patch
===
--- community-i686/qupzilla-openssl1.1.patch2017-10-08 20:50:10 UTC (rev 
262160)
+++ community-i686/qupzilla-openssl1.1.patch2017-10-08 20:51:19 UTC (rev 
262161)
@@ -1,80 +0,0 @@
 QupZilla-2.0.1/src/lib/tools/aesinterface.cpp.omv~ 2016-10-11 
20:32:27.588130191 +0200
-+++ QupZilla-2.0.1/src/lib/tools/aesinterface.cpp  2016-10-11 
20:54:33.350675493 +0200
-@@ -39,14 +39,16 @@ AesInterface::AesInterface(QObject* pare
- : QObject(parent)
- , m_ok(false)
- {
--EVP_CIPHER_CTX_init(_encodeCTX);
--EVP_CIPHER_CTX_init(_decodeCTX);
-+m_encodeCTX = EVP_CIPHER_CTX_new();
-+m_decodeCTX = EVP_CIPHER_CTX_new();
-+EVP_CIPHER_CTX_init(m_encodeCTX);
-+EVP_CIPHER_CTX_init(m_decodeCTX);
- }
- 
- AesInterface::~AesInterface()
- {
--EVP_CIPHER_CTX_cleanup(_encodeCTX);
--EVP_CIPHER_CTX_cleanup(_decodeCTX);
-+EVP_CIPHER_CTX_free(m_encodeCTX);
-+EVP_CIPHER_CTX_free(m_decodeCTX);
- }
- 
- bool AesInterface::isOk()
-@@ 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:59:36
  Author: arojas
Revision: 262167

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

Added:
  libqtxdg/repos/community-staging-i686/
  libqtxdg/repos/community-staging-i686/PKGBUILD
(from rev 262166, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 262166, libqtxdg/trunk/PKGBUILD)

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

Copied: libqtxdg/repos/community-staging-i686/PKGBUILD (from rev 262166, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:59:36 UTC (rev 262167)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 262166, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:59:36 UTC (rev 262167)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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
+}


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

2017-10-08 Thread Jan de Groot
Date: Sunday, October 8, 2017 @ 21:34:02
  Author: jgc
Revision: 307204

upgpkg: libgda 5.2.4+39+g3f70d4fce-1

Fix build with glib 2.54.0

Added:
  libgda/trunk/0001-Convert-files-to-Unicode.patch
  libgda/trunk/glib-2.54-ftbfs-2.patch
  libgda/trunk/glib-2.54-ftbfs.patch
Modified:
  libgda/trunk/PKGBUILD

-+
 0001-Convert-files-to-Unicode.patch |   83 +++
 PKGBUILD|   21 --
 glib-2.54-ftbfs-2.patch |   11 +++
 glib-2.54-ftbfs.patch   |  103 ++
 4 files changed, 212 insertions(+), 6 deletions(-)

Added: 0001-Convert-files-to-Unicode.patch
===
--- 0001-Convert-files-to-Unicode.patch (rev 0)
+++ 0001-Convert-files-to-Unicode.patch 2017-10-08 21:34:02 UTC (rev 307204)
@@ -0,0 +1,83 @@
+From b611c805b3a2248e2f4f85f993f96c13a05b4730 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi 
+Date: Mon, 17 Jul 2017 22:37:50 +0100
+Subject: Convert files to Unicode
+
+These header files have mixed encoding, and makes various tools choke on
+them.
+---
+ libgda/gda-connection.h  | 2 +-
+ libgda/sql-parser/gda-sql-statement.h| 2 +-
+ libgda/sql-parser/gda-statement-struct-delete.h  | 2 +-
+ libgda/sql-parser/gda-statement-struct-unknown.h | 2 +-
+ libgda/sql-parser/gda-statement-struct-util.h| 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/libgda/gda-connection.h b/libgda/gda-connection.h
+index 94d1b27b5..19ca63fc3 100644
+--- a/libgda/gda-connection.h
 b/libgda/gda-connection.h
+@@ -6,7 +6,7 @@
+  * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier 
+  * Copyright (C) 2003 Filip Van Raemdonck 
+  * Copyright (C) 2004 - 2005 Alan Knowles 
+- * Copyright (C) 2004 Jos� Mar�a Casanova Crespo 
++ * Copyright (C) 2004 José María Casanova Crespo 
+  * Copyright (C) 2005 - 2009 Bas Driessen 
+  * Copyright (C) 2006 - 2008 Murray Cumming 
+  * Copyright (C) 2007 Leonardo Boshell 
+diff --git a/libgda/sql-parser/gda-sql-statement.h 
b/libgda/sql-parser/gda-sql-statement.h
+index 0ba1f9edc..8783ca8a1 100644
+--- a/libgda/sql-parser/gda-sql-statement.h
 b/libgda/sql-parser/gda-sql-statement.h
+@@ -1,7 +1,7 @@
+ /*
+  * Copyright (C) 2000 Reinhard Müller 
+  * Copyright (C) 2000 - 2002 Rodrigo Moya 
+- * Copyright (C) 2001 Carlos Perell� Mar�n 
++ * Copyright (C) 2001 Carlos Perelló Marín 
+  * Copyright (C) 2001 - 2011 Vivien Malerba 
+  * Copyright (C) 2002 Gonzalo Paniagua Javier 
+  * Copyright (C) 2011 Murray Cumming 
+diff --git a/libgda/sql-parser/gda-statement-struct-delete.h 
b/libgda/sql-parser/gda-statement-struct-delete.h
+index cab8b9dad..2e51c5eae 100644
+--- a/libgda/sql-parser/gda-statement-struct-delete.h
 b/libgda/sql-parser/gda-statement-struct-delete.h
+@@ -1,7 +1,7 @@
+ /*
+  * Copyright (C) 2005 Dan Winship 
+  * Copyright (C) 2005 - 2011 Vivien Malerba 
+- * Copyright (C) 2005 �lvaro Pe�a 
++ * Copyright (C) 2005 Álvaro Peña 
+  * Copyright (C) 2007 Armin Burgmeier 
+  * Copyright (C) 2007 - 2009 Murray Cumming 
+  *
+diff --git a/libgda/sql-parser/gda-statement-struct-unknown.h 
b/libgda/sql-parser/gda-statement-struct-unknown.h
+index 5c530d4d9..e0aaf945f 100644
+--- a/libgda/sql-parser/gda-statement-struct-unknown.h
 b/libgda/sql-parser/gda-statement-struct-unknown.h
+@@ -1,7 +1,7 @@
+ /*
+  * Copyright (C) 2000 Reinhard Müller 
+  * Copyright (C) 2000 - 2002 Rodrigo Moya 
+- * Copyright (C) 2001 Carlos Perell� Mar�n 
++ * Copyright (C) 2001 Carlos Perelló Marín 
+  * Copyright (C) 2001 - 2011 Vivien Malerba 
+  * Copyright (C) 2002 Gonzalo Paniagua Javier 
+  * Copyright (C) 2009 Murray Cumming 
+diff --git a/libgda/sql-parser/gda-statement-struct-util.h 
b/libgda/sql-parser/gda-statement-struct-util.h
+index cd4596281..252d6edcc 100644
+--- a/libgda/sql-parser/gda-statement-struct-util.h
 b/libgda/sql-parser/gda-statement-struct-util.h
+@@ -1,7 +1,7 @@
+ /*
+  * Copyright (C) 2005 Dan Winship 
+  * Copyright (C) 2005 - 2011 Vivien Malerba 
+- * Copyright (C) 2005 �lvaro Pe�a 
++ * Copyright (C) 2005 Álvaro Peña 
+  * Copyright (C) 2007 - 2009 Murray Cumming 
+ 

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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 21:33:23
  Author: heftig
Revision: 307203

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/0001-docs-Fix-building-with-meson.patch
(from rev 307202, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
  glib2/repos/testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch
(from rev 307202, 
glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 307202, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 307202, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 307202, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/libs.diff
(from rev 307202, glib2/trunk/libs.diff)
  glib2/repos/testing-i686/noisy-glib-compile-schemas.diff
(from rev 307202, glib2/trunk/noisy-glib-compile-schemas.diff)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/0001-docs-Fix-building-with-meson.patch
(from rev 307202, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
  
glib2/repos/testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch
(from rev 307202, 
glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 307202, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 307202, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 307202, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/libs.diff
(from rev 307202, glib2/trunk/libs.diff)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 307202, glib2/trunk/noisy-glib-compile-schemas.diff)

--+
 testing-i686/0001-docs-Fix-building-with-meson.patch |   85 
++
 testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch   |   50 +++
 testing-i686/PKGBUILD|   84 
++
 testing-i686/gio-querymodules.hook   |   11 
 testing-i686/glib-compile-schemas.hook   |   12 
 testing-i686/libs.diff   |  128 
++
 testing-i686/noisy-glib-compile-schemas.diff |   24 +
 testing-x86_64/0001-docs-Fix-building-with-meson.patch   |   85 
++
 testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch |   50 +++
 testing-x86_64/PKGBUILD  |   84 
++
 testing-x86_64/gio-querymodules.hook |   11 
 testing-x86_64/glib-compile-schemas.hook |   12 
 testing-x86_64/libs.diff |  128 
++
 testing-x86_64/noisy-glib-compile-schemas.diff   |   24 +
 14 files changed, 788 insertions(+)

Copied: glib2/repos/testing-i686/0001-docs-Fix-building-with-meson.patch (from 
rev 307202, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
===
--- testing-i686/0001-docs-Fix-building-with-meson.patch
(rev 0)
+++ testing-i686/0001-docs-Fix-building-with-meson.patch2017-10-08 
21:33:23 UTC (rev 307203)
@@ -0,0 +1,85 @@
+From a7cbd565aad04f92cbd9ac36696a9d033ae6bcc0 Mon Sep 17 00:00:00 2001
+From: Armin K 
+Date: Fri, 25 Aug 2017 13:36:23 +0200
+Subject: [PATCH] docs: Fix building with meson
+
+This fixes {gio,gobject}-doc ninja targets as well as
+install process when gtk-doc is enabled
+---
+ docs/reference/gio/meson.build | 15 ++-
+ docs/reference/gobject/meson.build | 13 -
+ 2 files changed, 26 insertions(+), 2 deletions(-)
+
+diff --git a/docs/reference/gio/meson.build b/docs/reference/gio/meson.build
+index 7f0467726..8f8dc7ce5 100644
+--- a/docs/reference/gio/meson.build
 b/docs/reference/gio/meson.build
+@@ -52,9 +52,12 @@ if get_option('with-docs') != 'no'
+ 'gnetworkmonitorbase.h',
+ 'gnetworkmonitornetlink.h',
+ 'gnetworkmonitornm.h',
++'gnetworkmonitorportal.h',
+ 'gnotificationbackend.h',
+ 'gnotification-private.h',
++'gosxappinfo.h',
+ 'gpollfilemonitor.h',
++'gproxyresolverportal.h',
+ 'gregistrysettingsbackend.h',
+ 'gresourcefile.h',
+ 'gsettingsbackendinternal.h',
+@@ -95,12 +98,22 @@ if get_option('with-docs') != 'no'
+ configuration: version_conf
+   )
+ 
++  # Meson uses paths relative to meson.source_root() in dependencies,
++  # which is invalid relative to current_source_dir(), so the compile
++  # process fails to find glib headers
++  top_build_dir = meson.build_root()
++  top_source_dir = meson.source_root()
++  

[arch-commits] Commit in glib2/trunk (PKGBUILD libs.diff)

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 21:31:23
  Author: heftig
Revision: 307202

2.54.1-2: Restore NODELETE

Modified:
  glib2/trunk/PKGBUILD
  glib2/trunk/libs.diff

---+
 PKGBUILD  |4 +--
 libs.diff |   73 ++--
 2 files changed, 68 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 21:16:44 UTC (rev 307201)
+++ PKGBUILD2017-10-08 21:31:23 UTC (rev 307202)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.54.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL2.1)
@@ -25,7 +25,7 @@
 sha256sums=('SKIP'
 '8b289f3e1a5a3b29d310d45610468199acfe6f2b38a0d1be38c9224437a0e40c'
 '12b1a2f4e304e4c03e48ae9564d73ae38619bbb7711a013138939ff8e5cc2327'
-'05cce54fa4a728e2f0db45326ba3d4f303c2cc4d0cc68506e338906ad17ea7f0'
+'54c43d5d4d4b5fa591eb639e63050ce5eac30aff6691fa9cf56631782b2aad33'
 '81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
 'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
 '5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')

Modified: libs.diff
===
--- libs.diff   2017-10-08 21:16:44 UTC (rev 307201)
+++ libs.diff   2017-10-08 21:31:23 UTC (rev 307202)
@@ -1,7 +1,29 @@
+diff --git i/gio/meson.build w/gio/meson.build
+index 32526362666b5e80..d7030aa29a6f17eb 100644
+--- i/gio/meson.build
 w/gio/meson.build
+@@ -727,7 +727,7 @@ libgio = shared_library('gio-2.0',
+   libgobject_dep, libgmodule_dep] + platform_deps + 
network_libs,
+   c_args : gio_c_args,
+   # intl.lib is not compatible with SAFESEH
+-  link_args : noseh_link_args,
++  link_args : noseh_link_args + library_link_args,
+ )
+ 
+ libgio_dep = declare_dependency(link_with : libgio,
 diff --git i/glib/meson.build w/glib/meson.build
-index 1da0bcd3cc601b9e..5cf8f747e8b15038 100644
+index 1da0bcd3cc601b9e..4286218c9c8361b2 100644
 --- i/glib/meson.build
 +++ w/glib/meson.build
+@@ -227,7 +227,7 @@ libglib = shared_library('glib-2.0',
+   soversion : soversion,
+   install : true,
+   # intl.lib is not compatible with SAFESEH
+-  link_args : noseh_link_args,
++  link_args : noseh_link_args + library_link_args,
+   include_directories : configinc,
+   link_with : [charset_lib, gnulib_lib],
+   dependencies : [pcre, thread_dep, libintl, librt] + libiconv + 
platform_deps,
 @@ -284,7 +284,7 @@ configure_file(
output: 'libglib-2.0.so.@0...@-gdb.py'.format(library_version),
configuration: gdb_conf,
@@ -12,7 +34,7 @@
  
  if enable_systemtap
 diff --git i/gmodule/meson.build w/gmodule/meson.build
-index 191bca2446f9977e..551956599a616157 100644
+index 191bca2446f9977e..fd0219d9225f2f3f 100644
 --- i/gmodule/meson.build
 +++ w/gmodule/meson.build
 @@ -37,7 +37,7 @@ elif cc.has_function('NSLinkModule')
@@ -24,7 +46,7 @@
  endif
  
  # additional checks for G_MODULE_IMPL_DL
-@@ -72,8 +72,11 @@ if g_module_impl == ''
+@@ -72,25 +72,29 @@ if g_module_impl == ''
message('WARNING: No suitable GModule implementation found!')
  endif
  
@@ -37,11 +59,37 @@
  gmoduleconf_conf.set('G_MODULE_HAVE_DLERROR', g_module_have_dlerror)
  gmoduleconf_conf.set('G_MODULE_NEED_USCORE', g_module_need_uscore)
  gmoduleconf_conf.set('G_MODULE_BROKEN_RTLD_GLOBAL', 
g_module_broken_rtld_global)
+ 
+ gmoduleconf_h = configure_file(input : 'gmoduleconf.h.in',
+output : 'gmoduleconf.h',
+configuration : gmoduleconf_conf)
+ 
+ install_headers(['gmodule.h'], subdir : 'glib-2.0')
+ 
+ libgmodule = shared_library('gmodule-2.0',
+   sources : ['gmodule.c'],
+   version : library_version,
+   soversion : soversion,
+   install : true,
+   include_directories : [configinc, gmoduleinc],
+   dependencies : [libdl_dep, libglib_dep],
++  link_args : library_link_args,
+   c_args : ['-DG_LOG_DOMAIN="GModule"', '-DG_DISABLE_DEPRECATED'] + 
glib_hidden_visibility_args)
+ 
+ libgmodule_dep = declare_dependency(link_with : libgmodule,
 diff --git i/gobject/meson.build w/gobject/meson.build
-index aecca57c743d5956..0d39f2bbc36f816e 100644
+index aecca57c743d5956..e033ae15f9c226b5 100644
 --- i/gobject/meson.build
 +++ w/gobject/meson.build
-@@ -102,7 +102,7 @@ configure_file(
+@@ -61,6 +61,7 @@ libgobject = shared_library('gobject-2.0',
+   install : true,
+   include_directories : [configinc],
+   dependencies : [libintl, libffi_dep, libglib_dep],
++  link_args : library_link_args,
+   c_args : ['-DG_LOG_DOMAIN="GLib-GObject"', '-DGOBJECT_COMPILATION'] + 
glib_hidden_visibility_args)
+ 
+ libgobject_dep = declare_dependency(link_with : libgobject,
+@@ -102,7 +103,7 @@ configure_file(
output: 'libgobject-2.0.so.@0...@-gdb.py'.format(library_version),
configuration: 

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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 22:15:08
  Author: heftig
Revision: 307209

arch-meson: Find a spot for the "$@" that hopefully works for all overrides

Modified:
  meson/trunk/PKGBUILD
  meson/trunk/arch-meson

+
 PKGBUILD   |2 +-
 arch-meson |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 22:14:00 UTC (rev 307208)
+++ PKGBUILD2017-10-08 22:15:08 UTC (rev 307209)
@@ -22,7 +22,7 @@
 
sha512sums=('e149758fa6ad4b2d3643bcda176577633f2e50e58f38074c1a17f1712d554bac0fbabf26fe7eef15954dc51630b1f923b15cfe9040a025cf61b5666098197d16'
 'SKIP'
 
'7ea1f02adf79e4fde5d002956852d9b976b36386be8d78a3845292e8195a36d462db20a9c708e332e0d3b261a7abf9d05f5d034aab96ede58229639f3620ec91'
-
'3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
+
'82557891b9424b1597f1200bfacfae2f357e94bf81d53fc3fe9b2b641098566513dce6eeaa8882e9892c7cdec796650e5298ed25af61f35f9d02d9b4b9ca39c8')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 
 prepare() {

Modified: arch-meson
===
--- arch-meson  2017-10-08 22:14:00 UTC (rev 307208)
+++ arch-meson  2017-10-08 22:15:08 UTC (rev 307209)
@@ -1,7 +1,7 @@
 #!/bin/bash -ex
 # Meson wrapper for Arch Linux packaging
 
-exec meson setup "$@" \
+exec meson setup \
   --prefix /usr \
   --libdir /usr/lib \
   --libexecdir /usr/lib \
@@ -18,4 +18,5 @@
   --buildtype  release \
   --warnlevel  2 \
   --wrap-mode  nofallback \
+  "$@" \
   -D   b_lto=true


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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 22:28:06
  Author: heftig
Revision: 307210

0.43.0-1

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 22:15:08 UTC (rev 307209)
+++ PKGBUILD2017-10-08 22:28:06 UTC (rev 307210)
@@ -13,9 +13,9 @@
 makedepends=('python-setuptools')
 checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
   'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'valgrind' 'java-environment=8' 'gtk-doc' 
'llvm' 'clang' 'sdl2'
+  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2'
   'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2')
-checkdepends_x86_64=('ldc')
+checkdepends_x86_64=('ldc' 'valgrind')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
 fix-tests.diff
 arch-meson)


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:07:22
  Author: arojas
Revision: 262170

Update to 3.2.1

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 21:02:21 UTC (rev 262169)
+++ PKGBUILD2017-10-08 21:07:22 UTC (rev 262170)
@@ -4,7 +4,7 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme kde-cli-tools)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fb772fc1be05cbfa2e575c8242627c6df5c07a6fa7f490b5195c3a66dee103ed'
+sha256sums=('7dc089243ce49058c7c16cea17bc6302dbfe409c099adc04dad5e9d5098300ad'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:07:53
  Author: arojas
Revision: 262171

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-08 21:07:22 UTC (rev 262170)
+++ community-i686/PKGBUILD 2017-10-08 21:07:53 UTC (rev 262171)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fb772fc1be05cbfa2e575c8242627c6df5c07a6fa7f490b5195c3a66dee103ed'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 262170, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 21:07:53 UTC (rev 262171)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7dc089243ce49058c7c16cea17bc6302dbfe409c099adc04dad5e9d5098300ad'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-08 21:07:22 UTC (rev 262170)
+++ community-x86_64/PKGBUILD   2017-10-08 21:07:53 UTC (rev 262171)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fb772fc1be05cbfa2e575c8242627c6df5c07a6fa7f490b5195c3a66dee103ed'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-x86_64/PKGBUILD (from rev 262170, 
partitionmanager/trunk/PKGBUILD)
===
--- 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:12:42
  Author: arojas
Revision: 262173

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

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

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/skrooge.changelog   |   98 +++
 community-staging-i686/skrooge.install |   11 +++
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/skrooge.changelog |   98 +++
 community-staging-x86_64/skrooge.install   |   11 +++
 6 files changed, 298 insertions(+)

Copied: skrooge/repos/community-staging-i686/PKGBUILD (from rev 262172, 
skrooge/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 21:12:42 UTC (rev 262173)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.8.1
+pkgrel=6
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx' 'grantlee'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 'qt5-tools')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('8f166db74a27db0ce0ea197f89dfd021224afc3e4875e36438a4496f10746460'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF   # FS#54540
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: skrooge/repos/community-staging-i686/skrooge.changelog (from rev 
262172, skrooge/trunk/skrooge.changelog)
===
--- community-staging-i686/skrooge.changelog(rev 0)
+++ community-staging-i686/skrooge.changelog2017-10-08 21:12:42 UTC (rev 
262173)
@@ -0,0 +1,98 @@
+2017-07-11 Jaroslav Lichtblau 
+   * skrooge 2.8.1-5 FS#54540 fix
+
+2017-07-10 Jaroslav Lichtblau 
+   * skrooge 2.8.1-4 clean qt5-tools dependency
+
+2017-05-29 Jaroslav Lichtblau 
+   * skrooge 2.8.1-1
+
+2017-05-11 Jaroslav Lichtblau 
+   * skrooge 2.8.0-1
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-2 Qt 5.8 rebuild
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-1
+
+2016-12-29 Jaroslav Lichtblau 
+   * skrooge 2.6.0-1
+
+2016-10-02 Jaroslav Lichtblau 
+   * skrooge 2.5.0-1
+
+2016-07-04 Jaroslav Lichtblau 
+   * skrooge 2.4.0-3 FS#49880 fix
+
+2016-05-11 Jaroslav Lichtblau 
+   * skrooge 2.4.0-1
+
+2016-05-01 Jaroslav Lichtblau 
+   * skrooge 2.3.0-3 pacman hooks rebuild
+
+2016-02-22 Jaroslav Lichtblau 
+   * skrooge 2.3.0-1
+
+2015-11-30 Jaroslav Lichtblau 
+   * skrooge 2.2.0-1
+
+2015-09-14 Jaroslav Lichtblau 
+   * skrooge 2.1.1-1
+
+2015-08-29 Jaroslav Lichtblau 
+   * skrooge 2.1.0-1
+
+2015-06-27 Jaroslav Lichtblau 
+   * skrooge 2.0.0-1 - kf5 version
+
+2015-06-08 Jaroslav Lichtblau 
+   * skrooge 1.12.5-1
+
+2015-05-15 Jaroslav Lichtblau 

[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:21:55
  Author: arojas
Revision: 262182

Update to 0.12.2

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 21:17:59 UTC (rev 262181)
+++ PKGBUILD2017-10-08 21:21:55 UTC (rev 262182)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=gir-to-d
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Create D bindings from GObject introspection files"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(meson dmd libphobos)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('fb3b4ee1f8e9c3c6e20c2605cf8dc95750bd71a8c4018ad91d219ed4886b500d')
+sha256sums=('2b69e31ba329044476a4942f2ac4c4aac83a14ebd764ccc507daeb517d360d76')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:22:16
  Author: arojas
Revision: 262183

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 262182, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 21:21:55 UTC (rev 262182)
+++ PKGBUILD2017-10-08 21:22:16 UTC (rev 262183)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/gir-to-d;
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd libphobos)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('fb3b4ee1f8e9c3c6e20c2605cf8dc95750bd71a8c4018ad91d219ed4886b500d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 262182, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 21:22:16 UTC (rev 262183)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Create D bindings from GObject introspection files"
+arch=(x86_64)
+url="https://github.com/gtkd-developers/gir-to-d;
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(meson dmd libphobos)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
+sha256sums=('2b69e31ba329044476a4942f2ac4c4aac83a14ebd764ccc507daeb517d360d76')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 19:20:22
  Author: heftig
Revision: 307157

3.26.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 19:20:19 UTC (rev 307156)
+++ PKGBUILD2017-10-08 19:20:22 UTC (rev 307157)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=3d840aad08f39979bd79197c552a23bb4401f5be  # tags/3.26.1^0
+_commit=389bbfd05e4078a0cc3ad59bbabbeb730619859d  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,8 +27,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable-gtk-doc=true
+  arch-meson ../$pkgname -Denable-gtk-doc=true
   ninja
 }
 


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:55:52
  Author: arojas
Revision: 262165

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

Added:
  fcitx-qt5/repos/community-staging-i686/
  fcitx-qt5/repos/community-staging-i686/PKGBUILD
(from rev 262164, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-staging-x86_64/
  fcitx-qt5/repos/community-staging-x86_64/PKGBUILD
(from rev 262164, fcitx-qt5/trunk/PKGBUILD)

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

Copied: fcitx-qt5/repos/community-staging-i686/PKGBUILD (from rev 262164, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:55:52 UTC (rev 262165)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: fcitx-qt5/repos/community-staging-x86_64/PKGBUILD (from rev 262164, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:55:52 UTC (rev 262165)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:55:16
  Author: arojas
Revision: 262164

Qt 5.9.2 rebuild

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:53:49 UTC (rev 262163)
+++ PKGBUILD2017-10-08 20:55:16 UTC (rev 262164)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-qt5
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/fcitx-qt5;


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:53:49
  Author: arojas
Revision: 262163

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

Added:
  dtkwm/repos/community-staging-i686/
  dtkwm/repos/community-staging-i686/PKGBUILD
(from rev 262162, dtkwm/trunk/PKGBUILD)
  dtkwm/repos/community-staging-x86_64/
  dtkwm/repos/community-staging-x86_64/PKGBUILD
(from rev 262162, dtkwm/trunk/PKGBUILD)

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

Copied: dtkwm/repos/community-staging-i686/PKGBUILD (from rev 262162, 
dtkwm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:53:49 UTC (rev 262163)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Deepin Tool Kit Wm'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwm;
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
+sha512sums=('de98dd26a13ecdc2261d4c1598d984fdacec2898ffd6584543e83d8a7171e7c6ae7ce9d5fc62111eaf2e079cb7328f21ba65e61d46265412247761df454a3c94')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: dtkwm/repos/community-staging-x86_64/PKGBUILD (from rev 262162, 
dtkwm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:53:49 UTC (rev 262163)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Deepin Tool Kit Wm'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwm;
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
+sha512sums=('de98dd26a13ecdc2261d4c1598d984fdacec2898ffd6584543e83d8a7171e7c6ae7ce9d5fc62111eaf2e079cb7328f21ba65e61d46265412247761df454a3c94')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:01:55
  Author: arojas
Revision: 262168

Qt 5.9.2 rebuild

Modified:
  qt5-styleplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:59:36 UTC (rev 262167)
+++ PKGBUILD2017-10-08 21:01:55 UTC (rev 262168)
@@ -6,7 +6,7 @@
 pkgver=5.0.0.20170311
 _commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
 pkgdesc='Additional style plugins for Qt5'
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://code.qt.io/cgit/qt/qtstyleplugins;
 license=('LGPL')


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

2017-10-08 Thread Jan de Groot
Date: Sunday, October 8, 2017 @ 21:02:13
  Author: jgc
Revision: 307163

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

Added:
  libxml2/repos/testing-i686/
  libxml2/repos/testing-i686/PKGBUILD
(from rev 307162, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 307162, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 307162, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 307162, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)

---+
 testing-i686/PKGBUILD |   65 
 testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch   |   12 ++
 testing-x86_64/PKGBUILD   |   65 
 testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch |   12 ++
 4 files changed, 154 insertions(+)

Copied: libxml2/repos/testing-i686/PKGBUILD (from rev 307162, 
libxml2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-08 21:02:13 UTC (rev 307163)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.6+3+g5af594d8
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz' 'icu')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=5af594d8bc55121ae454cba4d05793d1db7ff612  # master
+source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
+https://www.w3.org/XML/Test/xmlts20130923.tar.gz
+libxml2-2.9.4-remove-pyverify_fd.patch)
+sha256sums=('SKIP'
+'9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f'
+'c9cebff010bd99c5453847e87b9fa8fdd7f744f415bf680b3650877789460ca9')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-rc/rc/' -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+
+  patch -Np1 -i ../libxml2-2.9.4-remove-pyverify_fd.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2 --with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python --with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch (from 
rev 307162, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
===
--- testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch 
(rev 0)
+++ testing-i686/libxml2-2.9.4-remove-pyverify_fd.patch 2017-10-08 21:02:13 UTC 
(rev 307163)
@@ -0,0 +1,12 @@
+diff -Nur libxml2-2.9.4.orig/python/types.c libxml2-2.9.4/python/types.c
+--- libxml2-2.9.4.orig/python/types.c  2016-02-09 03:17:33.0 -0700
 libxml2-2.9.4/python/types.c   2016-12-21 12:34:06.755650986 -0700
+@@ -31,8 +31,6 @@
+ const char *mode;
+ 
+ fd = PyObject_AsFileDescriptor(f);
+-if (!_PyVerify_fd(fd))
+-return(NULL);
+ /*
+  * Get the flags on the fd to understand how it was opened
+  */

Copied: libxml2/repos/testing-x86_64/PKGBUILD (from rev 307162, 
libxml2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-08 21:02:13 UTC (rev 307163)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.6+3+g5af594d8
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz' 'icu')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=5af594d8bc55121ae454cba4d05793d1db7ff612  # master
+source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
+

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

2017-10-08 Thread Jan de Groot
Date: Sunday, October 8, 2017 @ 21:02:04
  Author: jgc
Revision: 307162

upgpkg: libxml2 2.9.6+3+g5af594d8-1

Update testsuite (FS#55567)

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:58:09 UTC (rev 307161)
+++ PKGBUILD2017-10-08 21:02:04 UTC (rev 307162)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor 
 
 pkgname=libxml2
-pkgver=2.9.5+6+g07e227ed
+pkgver=2.9.6+3+g5af594d8
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 options=(!makeflags)
 makedepends=('python2' 'python' 'git')
 url="http://www.xmlsoft.org/;
-_commit=07e227ed00d0fb787c06cf03069b2904e692e770  # master
+_commit=5af594d8bc55121ae454cba4d05793d1db7ff612  # master
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
-https://www.w3.org/XML/Test/xmlts20080827.tar.gz
+https://www.w3.org/XML/Test/xmlts20130923.tar.gz
 libxml2-2.9.4-remove-pyverify_fd.patch)
 sha256sums=('SKIP'
-'96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7'
+'9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f'
 'c9cebff010bd99c5453847e87b9fa8fdd7f744f415bf680b3650877789460ca9')
 
 pkgver() {


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:02:21
  Author: arojas
Revision: 262169

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

Added:
  qt5-styleplugins/repos/community-staging-i686/
  qt5-styleplugins/repos/community-staging-i686/PKGBUILD
(from rev 262168, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-i686/install.sh
(from rev 262168, qt5-styleplugins/trunk/install.sh)
  qt5-styleplugins/repos/community-staging-x86_64/
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
(from rev 262168, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 262168, qt5-styleplugins/trunk/install.sh)

-+
 community-staging-i686/PKGBUILD |   30 ++
 community-staging-i686/install.sh   |   20 
 community-staging-x86_64/PKGBUILD   |   30 ++
 community-staging-x86_64/install.sh |   20 
 4 files changed, 100 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-i686/PKGBUILD (from rev 
262168, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 21:02:21 UTC (rev 262169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=2
+arch=('i686' 'x86_64')
+url="https://code.qt.io/cgit/qt/qtstyleplugins;
+license=('LGPL')
+depends=('qt5-base' 'gtk2')
+source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz;)
+sha512sums=('50d9d3bd206025a09ef7bb9f36e9ed15f79bc11842fad8daac1a1c797c379b5e67acd3d40e52d63688e87e67a271e95ab116c1f14a054b5055f51ab1d80a99cd')
+install='install.sh'
+
+build() {
+  cd qtstyleplugins-$_commit
+  qmake PREFIX='/usr' \
+LIBDIR='/usr/lib' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd qtstyleplugins-$_commit
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qt5-styleplugins/repos/community-staging-i686/install.sh (from rev 
262168, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-i686/install.sh   (rev 0)
+++ community-staging-i686/install.sh   2017-10-08 21:02:21 UTC (rev 262169)
@@ -0,0 +1,20 @@
+_5_0_0_2_changes() {
+echo ':: Upstream added a gtk2 platform theme'
+# shellcheck disable=SC2016
+echo '   unexport `QT_STYLE_OVERRIDE`'
+# shellcheck disable=SC2016
+echo '   export `QT_QPA_PLATFORMTHEME=gtk2`'
+}
+
+post_upgrade() {
+local versions=(
+'5.0.0-2'
+)
+local version
+for version in "${versions[@]}"; do
+if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then
+# shellcheck disable=SC2091
+"$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )"
+fi
+done
+}

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
262168, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 21:02:21 UTC (rev 262169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=2
+arch=('i686' 'x86_64')
+url="https://code.qt.io/cgit/qt/qtstyleplugins;
+license=('LGPL')
+depends=('qt5-base' 'gtk2')
+source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz;)
+sha512sums=('50d9d3bd206025a09ef7bb9f36e9ed15f79bc11842fad8daac1a1c797c379b5e67acd3d40e52d63688e87e67a271e95ab116c1f14a054b5055f51ab1d80a99cd')
+install='install.sh'
+
+build() {
+  cd qtstyleplugins-$_commit
+  qmake PREFIX='/usr' \
+LIBDIR='/usr/lib' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd qtstyleplugins-$_commit
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qt5-styleplugins/repos/community-staging-x86_64/install.sh (from rev 
262168, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2017-10-08 21:02:21 UTC (rev 262169)
@@ -0,0 +1,20 @@
+_5_0_0_2_changes() {
+echo ':: Upstream added a gtk2 platform 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 21:12:04
  Author: arojas
Revision: 262172

Qt 5.9.2 rebuild, remove kdelibs4support dependency (FS#52758)

Modified:
  skrooge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 21:07:53 UTC (rev 262171)
+++ PKGBUILD2017-10-08 21:12:04 UTC (rev 262172)
@@ -6,13 +6,13 @@
 
 pkgname=skrooge
 pkgver=2.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/;
 license=('GPL')
 depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx' 'grantlee'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'sqlcipher')
 makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 'qt5-tools')
 options=('!emptydirs')
 install=$pkgname.install
@@ -27,8 +27,7 @@
 
   export
   cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
-  -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins` \
+  -DCMAKE_INSTALL_PREFIX=/usr \
   -DKDE_INSTALL_LIBDIR=/usr/lib \
   -DSKG_DESIGNER=OFF   # FS#54540
   make


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

2017-10-08 Thread Jan de Groot
Date: Sunday, October 8, 2017 @ 21:35:52
  Author: jgc
Revision: 307205

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

Added:
  libgda/repos/extra-i686/0001-Convert-files-to-Unicode.patch
(from rev 307204, libgda/trunk/0001-Convert-files-to-Unicode.patch)
  libgda/repos/extra-i686/PKGBUILD
(from rev 307204, libgda/trunk/PKGBUILD)
  libgda/repos/extra-i686/glib-2.54-ftbfs-2.patch
(from rev 307204, libgda/trunk/glib-2.54-ftbfs-2.patch)
  libgda/repos/extra-i686/glib-2.54-ftbfs.patch
(from rev 307204, libgda/trunk/glib-2.54-ftbfs.patch)
  libgda/repos/extra-i686/java.patch
(from rev 307204, libgda/trunk/java.patch)
  libgda/repos/extra-x86_64/0001-Convert-files-to-Unicode.patch
(from rev 307204, libgda/trunk/0001-Convert-files-to-Unicode.patch)
  libgda/repos/extra-x86_64/PKGBUILD
(from rev 307204, libgda/trunk/PKGBUILD)
  libgda/repos/extra-x86_64/glib-2.54-ftbfs-2.patch
(from rev 307204, libgda/trunk/glib-2.54-ftbfs-2.patch)
  libgda/repos/extra-x86_64/glib-2.54-ftbfs.patch
(from rev 307204, libgda/trunk/glib-2.54-ftbfs.patch)
  libgda/repos/extra-x86_64/java.patch
(from rev 307204, libgda/trunk/java.patch)
Deleted:
  libgda/repos/extra-i686/PKGBUILD
  libgda/repos/extra-i686/java.patch
  libgda/repos/extra-x86_64/PKGBUILD
  libgda/repos/extra-x86_64/java.patch

--+
 /PKGBUILD|  234 +
 /java.patch  |   72 ++
 extra-i686/0001-Convert-files-to-Unicode.patch   |   83 +++
 extra-i686/PKGBUILD  |  108 -
 extra-i686/glib-2.54-ftbfs-2.patch   |   11 
 extra-i686/glib-2.54-ftbfs.patch |  103 +
 extra-i686/java.patch|   36 ---
 extra-x86_64/0001-Convert-files-to-Unicode.patch |   83 +++
 extra-x86_64/PKGBUILD|  108 -
 extra-x86_64/glib-2.54-ftbfs-2.patch |   11 
 extra-x86_64/glib-2.54-ftbfs.patch   |  103 +
 extra-x86_64/java.patch  |   36 ---
 12 files changed, 700 insertions(+), 288 deletions(-)

Copied: libgda/repos/extra-i686/0001-Convert-files-to-Unicode.patch (from rev 
307204, libgda/trunk/0001-Convert-files-to-Unicode.patch)
===
--- extra-i686/0001-Convert-files-to-Unicode.patch  
(rev 0)
+++ extra-i686/0001-Convert-files-to-Unicode.patch  2017-10-08 21:35:52 UTC 
(rev 307205)
@@ -0,0 +1,83 @@
+From b611c805b3a2248e2f4f85f993f96c13a05b4730 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi 
+Date: Mon, 17 Jul 2017 22:37:50 +0100
+Subject: Convert files to Unicode
+
+These header files have mixed encoding, and makes various tools choke on
+them.
+---
+ libgda/gda-connection.h  | 2 +-
+ libgda/sql-parser/gda-sql-statement.h| 2 +-
+ libgda/sql-parser/gda-statement-struct-delete.h  | 2 +-
+ libgda/sql-parser/gda-statement-struct-unknown.h | 2 +-
+ libgda/sql-parser/gda-statement-struct-util.h| 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/libgda/gda-connection.h b/libgda/gda-connection.h
+index 94d1b27b5..19ca63fc3 100644
+--- a/libgda/gda-connection.h
 b/libgda/gda-connection.h
+@@ -6,7 +6,7 @@
+  * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier 
+  * Copyright (C) 2003 Filip Van Raemdonck 
+  * Copyright (C) 2004 - 2005 Alan Knowles 
+- * Copyright (C) 2004 Jos� Mar�a Casanova Crespo 
++ * Copyright (C) 2004 José María Casanova Crespo 
+  * Copyright (C) 2005 - 2009 Bas Driessen 
+  * Copyright (C) 2006 - 2008 Murray Cumming 
+  * Copyright (C) 2007 Leonardo Boshell 
+diff --git a/libgda/sql-parser/gda-sql-statement.h 
b/libgda/sql-parser/gda-sql-statement.h
+index 0ba1f9edc..8783ca8a1 100644
+--- a/libgda/sql-parser/gda-sql-statement.h
 b/libgda/sql-parser/gda-sql-statement.h
+@@ -1,7 +1,7 @@
+ /*
+  * Copyright (C) 2000 Reinhard Müller 
+  * Copyright (C) 2000 - 2002 Rodrigo Moya 
+- * Copyright (C) 2001 Carlos Perell� Mar�n 
++ * Copyright (C) 2001 Carlos Perelló Marín 
+  * Copyright (C) 2001 - 2011 Vivien Malerba 
+  * Copyright (C) 2002 Gonzalo Paniagua Javier 
+  * Copyright (C) 2011 Murray Cumming 
+diff --git a/libgda/sql-parser/gda-statement-struct-delete.h 
b/libgda/sql-parser/gda-statement-struct-delete.h
+index cab8b9dad..2e51c5eae 100644
+--- a/libgda/sql-parser/gda-statement-struct-delete.h
 b/libgda/sql-parser/gda-statement-struct-delete.h
+@@ -1,7 +1,7 @@
+ /*
+  * Copyright (C) 2005 Dan 

[arch-commits] Commit in meson/repos/extra-any (5 files)

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 22:28:54
  Author: heftig
Revision: 307211

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 307210, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 307210, meson/trunk/arch-meson)
  meson/repos/extra-any/fix-tests.diff
(from rev 307210, meson/trunk/fix-tests.diff)
Deleted:
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson

+
 PKGBUILD   |  109 +--
 arch-meson |   43 +++--
 fix-tests.diff |   33 
 3 files changed, 113 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-08 22:28:06 UTC (rev 307210)
+++ PKGBUILD2017-10-08 22:28:54 UTC (rev 307211)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.42.1
-pkgrel=3
-pkgdesc='High productivity build system'
-url='http://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python' 'ninja')
-makedepends=('python-setuptools')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
-  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'valgrind' 'java-environment>=8' 'gtk-doc' 
'llvm' 'clang' 'sdl2'
-  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial')
-checkdepends_x86_64=('ldc')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-arch-meson)
-sha512sums=('f9982a19160c51c53741a65a48432896799be90c2d99941a45a14c3fcc14df3469808b75d905e1ac81221b057400913e7ae0f7d24e6865d8f1e664e1686aecb4'
-'SKIP'
-
'3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  unset CLASSPATH  # GNUstep breaks java tests
-  LDFLAGS="${LDFLAGS/,--as-needed/}" # --as-needed breaks openmpi linking
-  # export MESON_PRINT_TEST_OUTPUT=1 # set this for debug output
-  # graphviz: Installing breaks doxygen tests
-  LC_CTYPE=en_US.UTF-8 DC=ldc ./run_tests.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/ftdetect"
-  install -Dm 644 syntax-highlighting/vim/indent/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/indent"
-  install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/syntax"
-
-  # Arch packaging helper
-  install -D ../arch-meson -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/extra-any/PKGBUILD (from rev 307210, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-08 22:28:54 UTC (rev 307211)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.43.0
+pkgrel=1
+pkgdesc='High productivity build system'
+url='http://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python' 'ninja')
+makedepends=('python-setuptools')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
+  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
+  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2'
+  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2')
+checkdepends_x86_64=('ldc' 'valgrind')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
+fix-tests.diff
+arch-meson)
+sha512sums=('e149758fa6ad4b2d3643bcda176577633f2e50e58f38074c1a17f1712d554bac0fbabf26fe7eef15954dc51630b1f923b15cfe9040a025cf61b5666098197d16'
+'SKIP'
+
'7ea1f02adf79e4fde5d002956852d9b976b36386be8d78a3845292e8195a36d462db20a9c708e332e0d3b261a7abf9d05f5d034aab96ede58229639f3620ec91'
+
'82557891b9424b1597f1200bfacfae2f357e94bf81d53fc3fe9b2b641098566513dce6eeaa8882e9892c7cdec796650e5298ed25af61f35f9d02d9b4b9ca39c8')
+validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

+
+prepare() {
+  cd 

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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 19:23:28
  Author: heftig
Revision: 307159

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

Added:
  gnome-calendar/repos/extra-i686/PKGBUILD
(from rev 307158, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 307158, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/extra-i686/PKGBUILD
  gnome-calendar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
+++ extra-i686/PKGBUILD 2017-10-08 19:23:28 UTC (rev 307159)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome-extra)
-_commit=3d840aad08f39979bd79197c552a23bb4401f5be  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable-gtk-doc=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-i686/PKGBUILD (from rev 307158, 
gnome-calendar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-08 19:23:28 UTC (rev 307159)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome-extra)
+_commit=389bbfd05e4078a0cc3ad59bbabbeb730619859d  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable-gtk-doc=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-08 19:22:39 UTC (rev 307158)
+++ extra-x86_64/PKGBUILD   2017-10-08 19:23:28 UTC (rev 307159)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome-extra)
-_commit=3d840aad08f39979bd79197c552a23bb4401f5be  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable-gtk-doc=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 307158, 
gnome-calendar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-08 19:23:28 UTC (rev 307159)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome-extra)

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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 19:20:19
  Author: heftig
Revision: 307156

0.38.2-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 19:01:04 UTC (rev 307155)
+++ PKGBUILD2017-10-08 19:20:19 UTC (rev 307156)
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.38.1
+pkgver=0.38.2
 pkgrel=1
 pkgdesc="Compiler for the GObject type system"
 url="https://wiki.gnome.org/Projects/Vala;
@@ -16,7 +16,7 @@
 provides=(valadoc)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=985b6dbea8bbe52648350502347ba15d8de0f647  # tags/0.38.1^0
+_commit=6a45760aa8f13122b0dc2791aaeb0978889496fd  # tags/0.38.2^0
 source=("git+https://git.gnome.org/browse/vala#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 19:22:39
  Author: heftig
Revision: 307158

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-08 19:20:22 UTC (rev 307157)
+++ extra-i686/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.38.1
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=985b6dbea8bbe52648350502347ba15d8de0f647  # tags/0.38.1^0
-source=("git+https://git.gnome.org/browse/vala#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-i686/PKGBUILD (from rev 307157, vala/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.38.2
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+url="https://wiki.gnome.org/Projects/Vala;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
+makedepends=(libxslt vala git help2man)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=6a45760aa8f13122b0dc2791aaeb0978889496fd  # tags/0.38.2^0
+source=("git+https://git.gnome.org/browse/vala#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-08 19:20:22 UTC (rev 307157)
+++ extra-x86_64/PKGBUILD   2017-10-08 19:22:39 UTC (rev 307158)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.38.1
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=985b6dbea8bbe52648350502347ba15d8de0f647  # tags/0.38.1^0
-source=("git+https://git.gnome.org/browse/vala#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 307157, vala/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-08 19:22:39 UTC (rev 

[arch-commits] Commit in deepin-file-manager/repos (4 files)

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:38:25
  Author: arojas
Revision: 262155

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

Added:
  deepin-file-manager/repos/community-staging-i686/
  deepin-file-manager/repos/community-staging-i686/PKGBUILD
(from rev 262154, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-staging-x86_64/
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 262154, deepin-file-manager/trunk/PKGBUILD)

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

Copied: deepin-file-manager/repos/community-staging-i686/PKGBUILD (from rev 
262154, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:38:25 UTC (rev 262155)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.2.5
+pkgrel=3
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('19c3c504e83fd26d9a452c47f48b81d6dfe0a2f2576377858a7347f2a9d5f0ed67fc61c9c1b4f5819be1bfedcbbbe0e6e3ee7291dd15ded1be87afbb379b7353')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
262154, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:38:25 UTC (rev 262155)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.2.5
+pkgrel=3
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('19c3c504e83fd26d9a452c47f48b81d6dfe0a2f2576377858a7347f2a9d5f0ed67fc61c9c1b4f5819be1bfedcbbbe0e6e3ee7291dd15ded1be87afbb379b7353')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:48:54
  Author: arojas
Revision: 262159

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

Added:
  dtkwidget/repos/community-staging-i686/
  dtkwidget/repos/community-staging-i686/PKGBUILD
(from rev 262158, dtkwidget/trunk/PKGBUILD)
  dtkwidget/repos/community-staging-x86_64/
  dtkwidget/repos/community-staging-x86_64/PKGBUILD
(from rev 262158, dtkwidget/trunk/PKGBUILD)

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

Copied: dtkwidget/repos/community-staging-i686/PKGBUILD (from rev 262158, 
dtkwidget/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:48:54 UTC (rev 262159)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.0
+pkgrel=3
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
+sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950cfcd8a77912d741ab2d8d7b43fb091')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: dtkwidget/repos/community-staging-x86_64/PKGBUILD (from rev 262158, 
dtkwidget/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:48:54 UTC (rev 262159)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.0
+pkgrel=3
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
+sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950cfcd8a77912d741ab2d8d7b43fb091')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:48:24
  Author: arojas
Revision: 262158

Qt 5.9.2 rebuild

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:43:34 UTC (rev 262157)
+++ PKGBUILD2017-10-08 20:48:24 UTC (rev 262158)
@@ -5,7 +5,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin graphical user interface library'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;


[arch-commits] Commit in qupzilla/trunk (PKGBUILD qupzilla-openssl1.1.patch)

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:50:10
  Author: arojas
Revision: 262160

Update to 2.2.0

Modified:
  qupzilla/trunk/PKGBUILD
Deleted:
  qupzilla/trunk/qupzilla-openssl1.1.patch

---+
 PKGBUILD  |   41 --
 qupzilla-openssl1.1.patch |   80 
 2 files changed, 15 insertions(+), 106 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:48:54 UTC (rev 262159)
+++ PKGBUILD2017-10-08 20:50:10 UTC (rev 262160)
@@ -1,44 +1,33 @@
 # $Id$
 # Maintainer: speps 
+# Maintainer: Antonio Rojas 
 
 pkgname=qupzilla
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Cross-platform QtWebEngine browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/;
-license=('GPL3')
-depends=('qt5-webengine' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring')
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(qt5-tools kwallet libgnome-keyring)
 optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
-  'libgnome-keyring: gnome keyring integration')
-provides=('qupzilla-qt5')
-conflicts=('qupzilla-qt5')
-replaces=('qupzilla-qt5')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;
 qupzilla-openssl1.1.patch)
-md5sums=('a9d72e059675b10a908b982b700c1a41'
- '005c81b2f9d45911528649b3f5530682')
+'libgnome-keyring: gnome keyring integration')
+source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
+sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818')
 
-prepare() {
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-
- # fix build with OpenSSL 1.1 (Fedora)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../qupzilla-openssl1.1.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd QupZilla-$pkgver
+export USE_WEBGL=true \
+  QUPZILLA_PREFIX=/usr/ \
+  KDE_INTEGRATION=true \
+  GNOME_INTEGRATION=true
   qmake
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd QupZilla-$pkgver
   make INSTALL_ROOT="$pkgdir/" install
 
   # zsh completion

Deleted: qupzilla-openssl1.1.patch
===
--- qupzilla-openssl1.1.patch   2017-10-08 20:48:54 UTC (rev 262159)
+++ qupzilla-openssl1.1.patch   2017-10-08 20:50:10 UTC (rev 262160)
@@ -1,80 +0,0 @@
 QupZilla-2.0.1/src/lib/tools/aesinterface.cpp.omv~ 2016-10-11 
20:32:27.588130191 +0200
-+++ QupZilla-2.0.1/src/lib/tools/aesinterface.cpp  2016-10-11 
20:54:33.350675493 +0200
-@@ -39,14 +39,16 @@ AesInterface::AesInterface(QObject* pare
- : QObject(parent)
- , m_ok(false)
- {
--EVP_CIPHER_CTX_init(_encodeCTX);
--EVP_CIPHER_CTX_init(_decodeCTX);
-+m_encodeCTX = EVP_CIPHER_CTX_new();
-+m_decodeCTX = EVP_CIPHER_CTX_new();
-+EVP_CIPHER_CTX_init(m_encodeCTX);
-+EVP_CIPHER_CTX_init(m_decodeCTX);
- }
- 
- AesInterface::~AesInterface()
- {
--EVP_CIPHER_CTX_cleanup(_encodeCTX);
--EVP_CIPHER_CTX_cleanup(_decodeCTX);
-+EVP_CIPHER_CTX_free(m_encodeCTX);
-+EVP_CIPHER_CTX_free(m_decodeCTX);
- }
- 
- bool AesInterface::isOk()
-@@ -78,10 +80,10 @@ bool AesInterface::init(int evpMode, con
- int result = 0;
- if (evpMode == EVP_PKEY_MO_ENCRYPT) {
- m_iVector = createRandomData(EVP_MAX_IV_LENGTH);
--result = EVP_EncryptInit_ex(_encodeCTX, EVP_aes_256_cbc(), NULL, 
key, (uchar*)m_iVector.constData());
-+result = EVP_EncryptInit_ex(m_encodeCTX, EVP_aes_256_cbc(), NULL, 
key, (uchar*)m_iVector.constData());
- }
- else if (evpMode == EVP_PKEY_MO_DECRYPT) {
--result = EVP_DecryptInit_ex(_decodeCTX, EVP_aes_256_cbc(), NULL, 
key, (uchar*)iVector.constData());
-+result = EVP_DecryptInit_ex(m_decodeCTX, EVP_aes_256_cbc(), NULL, 
key, (uchar*)iVector.constData());
- }
- 
- if (result == 0) {
-@@ -106,14 +108,14 @@ QByteArray AesInterface::encrypt(const Q
- uchar* ciphertext = (uchar*)malloc(cipherlength);
- 
- // allows reusing of 'm_encodeCTX' for multiple encryption cycles
--EVP_EncryptInit_ex(_encodeCTX, NULL, NULL, NULL, NULL);
-+EVP_EncryptInit_ex(m_encodeCTX, NULL, NULL, NULL, NULL);
- 
- // update ciphertext, c_len is filled with the length of ciphertext 
generated,
- // dataLength is the size of plaintext in bytes
--EVP_EncryptUpdate(_encodeCTX, ciphertext, , 
(uchar*)plainData.data(), dataLength);
-+EVP_EncryptUpdate(m_encodeCTX, ciphertext, , 
(uchar*)plainData.data(), dataLength);
- 
- // update ciphertext with the final remaining bytes
--EVP_EncryptFinal_ex(_encodeCTX, ciphertext + cipherlength, 
);
-+EVP_EncryptFinal_ex(m_encodeCTX, ciphertext + 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:57:54
  Author: arojas
Revision: 262166

Qt 5.9.2 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:55:52 UTC (rev 262165)
+++ PKGBUILD2017-10-08 20:57:54 UTC (rev 262166)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:58:09
  Author: arojas
Revision: 307161

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

Added:
  sddm/repos/testing-i686/
  sddm/repos/testing-i686/PKGBUILD
(from rev 307160, sddm/trunk/PKGBUILD)
  sddm/repos/testing-i686/sddm.sysusers
(from rev 307160, sddm/trunk/sddm.sysusers)
  sddm/repos/testing-i686/sddm.tmpfiles
(from rev 307160, sddm/trunk/sddm.tmpfiles)
  sddm/repos/testing-x86_64/
  sddm/repos/testing-x86_64/PKGBUILD
(from rev 307160, sddm/trunk/PKGBUILD)
  sddm/repos/testing-x86_64/sddm.sysusers
(from rev 307160, sddm/trunk/sddm.sysusers)
  sddm/repos/testing-x86_64/sddm.tmpfiles
(from rev 307160, sddm/trunk/sddm.tmpfiles)

--+
 testing-i686/PKGBUILD|   46 +
 testing-i686/sddm.sysusers   |1 
 testing-i686/sddm.tmpfiles   |1 
 testing-x86_64/PKGBUILD  |   46 +
 testing-x86_64/sddm.sysusers |1 
 testing-x86_64/sddm.tmpfiles |1 
 6 files changed, 96 insertions(+)

Copied: sddm/repos/testing-i686/PKGBUILD (from rev 307160, sddm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-08 20:58:09 UTC (rev 307161)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='QML based X11 and Wayland display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative' 'xorg-xauth' 'xorg-server')
+makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm'
+'etc/sddm.conf')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
+sddm.sysusers sddm.tmpfiles)
+sha256sums=('83a34a5f7a5af5e62f0c1bb8a9ce79c7c0ee55b3e0a9bb7ca437dc42f8ce4292'
+'421d6d137a32b7a749427f4ab770e5adeef7dac66b138ab6e216ddc0cf4e2cb6'
+'db625f2a3649d6d203e1e1b187a054d5c6263cadf7edd824774d8ace52219677')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/sddm.sysusers "$pkgdir"/usr/lib/sysusers.d/sddm.conf
+  install -Dm644 "$srcdir"/sddm.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/sddm.conf
+}

Copied: sddm/repos/testing-i686/sddm.sysusers (from rev 307160, 
sddm/trunk/sddm.sysusers)
===
--- testing-i686/sddm.sysusers  (rev 0)
+++ testing-i686/sddm.sysusers  2017-10-08 20:58:09 UTC (rev 307161)
@@ -0,0 +1 @@
+u sddm - "Simple Desktop Display Manager" /var/lib/sddm

Copied: sddm/repos/testing-i686/sddm.tmpfiles (from rev 307160, 
sddm/trunk/sddm.tmpfiles)
===
--- testing-i686/sddm.tmpfiles  (rev 0)
+++ testing-i686/sddm.tmpfiles  2017-10-08 20:58:09 UTC (rev 307161)
@@ -0,0 +1 @@
+d /var/lib/sddm 0755 sddm sddm

Copied: sddm/repos/testing-x86_64/PKGBUILD (from rev 307160, 
sddm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-08 20:58:09 UTC (rev 307161)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='QML based X11 and Wayland display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative' 'xorg-xauth' 'xorg-server')
+makedepends=('extra-cmake-modules' 'python-docutils' 'qt5-tools')
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm'
+'etc/sddm.conf')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
+sddm.sysusers sddm.tmpfiles)
+sha256sums=('83a34a5f7a5af5e62f0c1bb8a9ce79c7c0ee55b3e0a9bb7ca437dc42f8ce4292'
+'421d6d137a32b7a749427f4ab770e5adeef7dac66b138ab6e216ddc0cf4e2cb6'
+'db625f2a3649d6d203e1e1b187a054d5c6263cadf7edd824774d8ace52219677')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:57:25
  Author: arojas
Revision: 307160

Update to 0.16.0

Modified:
  sddm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 19:23:28 UTC (rev 307159)
+++ PKGBUILD2017-10-08 20:57:25 UTC (rev 307160)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
 pkgname=sddm
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc='QML based X11 and Wayland display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -17,7 +18,7 @@
 provides=('display-manager')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
 sddm.sysusers sddm.tmpfiles)
-sha256sums=('7a84089b2e424097664bf7cfb24bdc5896ba0eebf8d54eb77bcac6d16db1e358'
+sha256sums=('83a34a5f7a5af5e62f0c1bb8a9ce79c7c0ee55b3e0a9bb7ca437dc42f8ce4292'
 '421d6d137a32b7a749427f4ab770e5adeef7dac66b138ab6e216ddc0cf4e2cb6'
 'db625f2a3649d6d203e1e1b187a054d5c6263cadf7edd824774d8ace52219677')
 


[arch-commits] Commit in meson/trunk (PKGBUILD fix-tests.diff)

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 22:14:00
  Author: heftig
Revision: 307208

0.43.0-1

Added:
  meson/trunk/fix-tests.diff
Modified:
  meson/trunk/PKGBUILD

+
 PKGBUILD   |   17 -
 fix-tests.diff |   33 +
 2 files changed, 45 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 21:57:35 UTC (rev 307207)
+++ PKGBUILD2017-10-08 22:14:00 UTC (rev 307208)
@@ -3,8 +3,8 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.42.1
-pkgrel=3
+pkgver=0.43.0
+pkgrel=1
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
 arch=('any')
@@ -13,16 +13,23 @@
 makedepends=('python-setuptools')
 checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
   'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'valgrind' 'java-environment>=8' 'gtk-doc' 
'llvm' 'clang' 'sdl2'
-  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial')
+  'itstool' 'gtk3' 'valgrind' 'java-environment=8' 'gtk-doc' 
'llvm' 'clang' 'sdl2'
+  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2')
 checkdepends_x86_64=('ldc')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
+fix-tests.diff
 arch-meson)
-sha512sums=('f9982a19160c51c53741a65a48432896799be90c2d99941a45a14c3fcc14df3469808b75d905e1ac81221b057400913e7ae0f7d24e6865d8f1e664e1686aecb4'
+sha512sums=('e149758fa6ad4b2d3643bcda176577633f2e50e58f38074c1a17f1712d554bac0fbabf26fe7eef15954dc51630b1f923b15cfe9040a025cf61b5666098197d16'
 'SKIP'
+
'7ea1f02adf79e4fde5d002956852d9b976b36386be8d78a3845292e8195a36d462db20a9c708e332e0d3b261a7abf9d05f5d034aab96ede58229639f3620ec91'
 
'3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../fix-tests.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   python setup.py build

Added: fix-tests.diff
===
--- fix-tests.diff  (rev 0)
+++ fix-tests.diff  2017-10-08 22:14:00 UTC (rev 307208)
@@ -0,0 +1,33 @@
+diff --git i/test cases/frameworks/15 llvm/meson.build w/test 
cases/frameworks/15 llvm/meson.build
+index 468094ad4f3a5256..a8cf8f22f4fafb24 100644
+--- i/test cases/frameworks/15 llvm/meson.build
 w/test cases/frameworks/15 llvm/meson.build
+@@ -17,5 +17,5 @@ executable('sum', 'sum.c',  dependencies : [
+   llvm_dep,
+   dependency('zlib'),
+   meson.get_compiler('c').find_library('dl', required : false),
+-  dependency('tinfo'),
++  dependency('ncursesw'),
+   ])
+diff --git i/test cases/frameworks/4 qt/meson.build w/test cases/frameworks/4 
qt/meson.build
+index c6f108bbcf037e6c..ad9d40478d660546 100644
+--- i/test cases/frameworks/4 qt/meson.build   
 w/test cases/frameworks/4 qt/meson.build   
+@@ -71,14 +71,16 @@ foreach qt : ['qt4', 'qt5']
+ 
+ test(qt + 'maninclude', qtmaninclude)
+ 
++if qt == 'qt5'
+ # building Qt plugins implies to give include path to moc
+ plugin_includes = include_directories('pluginInterface', 'plugin')
+ pluginpreprocess = qtmodule.preprocess(
+   moc_headers : 'plugin/plugin.h',
+   include_directories : plugin_includes
+ )
+-plugin = library('plugin', 'plugin/plugin.cpp', pluginpreprocess,
++plugin = library(qt + 'plugin', 'plugin/plugin.cpp', pluginpreprocess,
+   include_directories : plugin_includes,
+   dependencies : qtcore)
++endif
+   endif
+ endforeach


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:54:47
  Author: felixonmars
Revision: 262187

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 05:54:22 UTC (rev 262186)
+++ PKGBUILD2017-10-09 05:54:47 UTC (rev 262187)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-jsbeautifier
-pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('eee02f2fe6774ea056aba64196aa20bcad72eb6b880f82078cd9f33d40ce613180a610e0ac8976f2361655270a5e5b1aef5cfb0fec5a60cd66e23301ae6ac22b')
-
-prepare() {
-  cp -a js-beautify-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/js-beautify-$pkgver/python
-  python setup.py build
-
-  cd "$srcdir"/js-beautify-$pkgver-py2/python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/js-beautify-$pkgver/python
-  python setup.py test
-
-  cd "$srcdir"/js-beautify-$pkgver-py2/python
-  python2 setup.py test
-}
-
-package_python-jsbeautifier() {
-  depends=('python-six' 'python-editorconfig')
-
-  cd js-beautify-$pkgver/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsbeautifier() {
-  depends=('python2-six' 'python2-editorconfig')
-
-  cd js-beautify-$pkgver-py2/python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/js-beautify{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 262186, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 05:54:47 UTC (rev 262187)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsbeautifier
+pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('b5251c0cc0dd4aff6b0a7fda07d2d91ccc4864765d7fea73bf2fd32c906366db5a16672fa4827d6c4038f07633c639536334cdf5e0c77736d378357d7fe143b5')
+
+prepare() {
+  cp -a js-beautify-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/js-beautify-$pkgver/python
+  python setup.py build
+
+  cd "$srcdir"/js-beautify-$pkgver-py2/python
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/js-beautify-$pkgver/python
+  python setup.py test
+
+  cd "$srcdir"/js-beautify-$pkgver-py2/python
+  python2 setup.py test
+}
+
+package_python-jsbeautifier() {
+  depends=('python-six' 'python-editorconfig')
+
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsbeautifier() {
+  depends=('python2-six' 'python2-editorconfig')
+
+  cd js-beautify-$pkgver-py2/python
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/js-beautify{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:53:48
  Author: felixonmars
Revision: 262184

upgpkg: python-tqdm 4.19.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 21:22:16 UTC (rev 262183)
+++ PKGBUILD2017-10-09 05:53:48 UTC (rev 262184)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.19.1
+pkgver=4.19.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('27791edcea42312b0c89e8596ba58c2aebecc30b251947fde3fa0bbd708b155091aaa4c3cc7317620500900cb57654218aeb263a86ff413b2db80da731ee1613')
+sha512sums=('8a42d3aceef3a2056810bfa502f71a398be9c395964b006e4d17197d73ff1f2088a6c2475092f84d7164010b6eca2126c80f3bcdf28d2786907834f60145f18b')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:54:22
  Author: felixonmars
Revision: 262186

upgpkg: python-jsbeautifier 1.7.4-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 05:54:10 UTC (rev 262185)
+++ PKGBUILD2017-10-09 05:54:22 UTC (rev 262186)
@@ -3,7 +3,7 @@
 
 pkgbase=python-jsbeautifier
 pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('eee02f2fe6774ea056aba64196aa20bcad72eb6b880f82078cd9f33d40ce613180a610e0ac8976f2361655270a5e5b1aef5cfb0fec5a60cd66e23301ae6ac22b')
+sha512sums=('b5251c0cc0dd4aff6b0a7fda07d2d91ccc4864765d7fea73bf2fd32c906366db5a16672fa4827d6c4038f07633c639536334cdf5e0c77736d378357d7fe143b5')
 
 prepare() {
   cp -a js-beautify-$pkgver{,-py2}


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:54:10
  Author: felixonmars
Revision: 262185

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 05:53:48 UTC (rev 262184)
+++ PKGBUILD2017-10-09 05:54:10 UTC (rev 262185)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.19.1
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('27791edcea42312b0c89e8596ba58c2aebecc30b251947fde3fa0bbd708b155091aaa4c3cc7317620500900cb57654218aeb263a86ff413b2db80da731ee1613')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests --ignore-files="tests_perf\.py"
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests --ignore-files="tests_perf\.py"
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 262184, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 05:54:10 UTC (rev 262185)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.19.2
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
+sha512sums=('8a42d3aceef3a2056810bfa502f71a398be9c395964b006e4d17197d73ff1f2088a6c2475092f84d7164010b6eca2126c80f3bcdf28d2786907834f60145f18b')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/{,share/}man
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+  mv "$pkgdir"/usr/{,share/}man
+  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:55:06
  Author: felixonmars
Revision: 262188

upgpkg: fcitx-qt5 1.1.1-3

rebuild with new qt5-base, try 2

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 05:54:47 UTC (rev 262187)
+++ PKGBUILD2017-10-09 05:55:06 UTC (rev 262188)
@@ -3,13 +3,13 @@
 
 pkgname=fcitx-qt5
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/fcitx-qt5;
 license=('GPL')
 groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+depends=('fcitx' 'libxkbcommon' 'qt5-base')
 makedepends=('extra-cmake-modules')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
 
sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:55:39
  Author: felixonmars
Revision: 262189

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

Added:
  fcitx-qt5/repos/community-testing-i686/PKGBUILD
(from rev 262188, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 262188, fcitx-qt5/trunk/PKGBUILD)
Deleted:
  fcitx-qt5/repos/community-testing-i686/PKGBUILD
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-10-09 05:55:06 UTC (rev 262188)
+++ community-testing-i686/PKGBUILD 2017-10-09 05:55:39 UTC (rev 262189)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-qt5
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-qt5;
-license=('GPL')
-groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
-makedepends=('extra-cmake-modules')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
-sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 262188, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-09 05:55:39 UTC (rev 262189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-10-09 05:55:06 UTC (rev 262188)
+++ community-testing-x86_64/PKGBUILD   2017-10-09 05:55:39 UTC (rev 262189)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-qt5
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-qt5;
-license=('GPL')
-groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
-makedepends=('extra-cmake-modules')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
-sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 262188, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-09 05:55:39 UTC (rev 262189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake 

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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:56:32
  Author: felixonmars
Revision: 262190

upgpkg: python-cliff 2.9.1-1

Modified:
  python-cliff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 05:55:39 UTC (rev 262189)
+++ PKGBUILD2017-10-09 05:56:32 UTC (rev 262190)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cliff
 pkgname=(python-cliff python2-cliff)
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-testscenarios' 'python2-testscenarios')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
-sha512sums=('44a51ee04435a688822c3c153c7819311fa367975f7e621dabe12cee67d3c48997ee61dfb85501c63d6262f39dbf46d0774fe8b1acd550737e229e985d42162e')
+sha512sums=('04517f35345c157954e8f111c0aab89429d7554e3ceacdb8445fbf3681ea4b2856561d65199be663b64a4e3d1b6330a920afd0c7aad2eb939e38d7ffd5510a2b')
 
 prepare() {
   cp -a cliff-$pkgver{,-py2}


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

2017-10-08 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:56:53
  Author: felixonmars
Revision: 262191

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 05:56:32 UTC (rev 262190)
+++ PKGBUILD2017-10-09 05:56:53 UTC (rev 262191)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cliff
-pkgname=(python-cliff python2-cliff)
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="http://docs.openstack.org/developer/cliff;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
- 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
- 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 
'python2-yaml')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 
'python2-oslosphinx'
-  'python-testscenarios' 'python2-testscenarios')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
-sha512sums=('44a51ee04435a688822c3c153c7819311fa367975f7e621dabe12cee67d3c48997ee61dfb85501c63d6262f39dbf46d0774fe8b1acd550737e229e985d42162e')
-
-prepare() {
-  cp -a cliff-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cliff() {
-  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
-   'python-stevedore' 'python-yaml')
-
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cliff() {
-  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
-   'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cliff/repos/community-any/PKGBUILD (from rev 262190, 
python-cliff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 05:56:53 UTC (rev 262191)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cliff
+pkgname=(python-cliff python2-cliff)
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="http://docs.openstack.org/developer/cliff;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
+ 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
+ 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 
'python2-yaml')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
+  'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 
'python2-oslosphinx'
+  'python-testscenarios' 'python2-testscenarios')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
+sha512sums=('04517f35345c157954e8f111c0aab89429d7554e3ceacdb8445fbf3681ea4b2856561d65199be663b64a4e3d1b6330a920afd0c7aad2eb939e38d7ffd5510a2b')
+
+prepare() {
+  cp -a cliff-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cliff() {
+  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+   'python-stevedore' 'python-yaml')
+
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-cliff() {
+  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
+   'python2-stevedore' 'python2-unicodecsv'