[arch-commits] Commit in mailcap/repos (testing-any testing-any/PKGBUILD)

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:34:18
  Author: heftig
Revision: 310726

archrelease: copy trunk to testing-any

Added:
  mailcap/repos/testing-any/
  mailcap/repos/testing-any/PKGBUILD
(from rev 310725, mailcap/trunk/PKGBUILD)

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

Copied: mailcap/repos/testing-any/PKGBUILD (from rev 310725, 
mailcap/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-11-23 07:34:18 UTC (rev 310726)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=mailcap
+pkgver=2.1.48+14+g5811758
+pkgrel=1
+pkgdesc="Helper application and MIME type associations for file types"
+url="https://pagure.io/mailcap;
+arch=(any)
+license=(MIT)
+makedepends=(git)
+checkdepends=(python)
+provides=(mime-types)
+conflicts=(mime-types)
+replaces=(mime-types)
+backup=(etc/mailcap
+etc/mime.types
+etc/nginx/mime.types)
+_commit=58117584fa573c92d918245d38269cc63cec5996  # master
+source=("git+https://pagure.io/mailcap#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd mailcap
+  git describe --tags | sed 's/^r//;s/-/./;s/-/./;s/-/+/g'
+}
+
+check() {
+  cd mailcap
+  make check
+}
+
+package() {
+  cd mailcap
+  make install DESTDIR="$pkgdir" sysconfdir=/etc mandir=/usr/share/man
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in nginx/repos (5 files)

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:33:54
  Author: heftig
Revision: 310725

archrelease: copy trunk to testing-x86_64

Added:
  nginx/repos/testing-x86_64/
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 310724, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 310724, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 310724, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 310724, nginx/trunk/service)

---+
 PKGBUILD  |  139 
 logrotate |   10 
 nginx.install |   27 ++
 service   |   17 ++
 4 files changed, 193 insertions(+)

Copied: nginx/repos/testing-x86_64/PKGBUILD (from rev 310724, 
nginx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-23 07:33:54 UTC (rev 310725)
@@ -0,0 +1,139 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin 
+# Contributor: Miroslaw Szot 
+# Contributor: Daniel Micay 
+
+pkgname=nginx
+pkgver=1.12.2
+pkgrel=2
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+arch=(x86_64)
+url='https://nginx.org'
+license=(custom)
+depends=(pcre zlib openssl geoip mailcap)
+makedepends=(mercurial)
+checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
+  memcached ffmpeg inetutils) 
+backup=(etc/nginx/fastcgi.conf
+etc/nginx/fastcgi_params
+etc/nginx/koi-win
+etc/nginx/koi-utf
+etc/nginx/nginx.conf
+etc/nginx/scgi_params
+etc/nginx/uwsgi_params
+etc/nginx/win-utf
+etc/logrotate.d/nginx)
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+hg+http://hg.nginx.org/nginx-tests#revision=cbda704b3093
+service
+logrotate)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
+ 'SKIP'
+ 'SKIP'
+ 'ef491e760e7c1ffec9ca25441a150c83'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+
+_common_flags=(
+  --with-compat
+  --with-debug
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_stable_flags=(
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-cc-opt="$CFLAGS $CPPFLAGS" \
+--with-ld-opt="$LDFLAGS" \
+${_common_flags[@]} \
+${_stable_flags[@]}
+
+  make
+}
+
+check() {
+  cd nginx-tests
+  TEST_NGINX_BINARY="$srcdir/$pkgname-$pkgver/objs/nginx" prove .
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent 

[arch-commits] Commit in nginx-mainline/repos/community-testing-x86_64 (8 files)

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:33:30
  Author: heftig
Revision: 268173

archrelease: copy trunk to community-testing-x86_64

Added:
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 268172, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 268172, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 268172, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 268172, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
  nginx-mainline/repos/community-testing-x86_64/logrotate
  nginx-mainline/repos/community-testing-x86_64/nginx.install
  nginx-mainline/repos/community-testing-x86_64/service

---+
 PKGBUILD  |  266 
 logrotate |   20 ++--
 nginx.install |   24 ++---
 service   |   34 +++
 4 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 07:31:59 UTC (rev 268172)
+++ PKGBUILD2017-11-23 07:33:30 UTC (rev 268173)
@@ -1,133 +0,0 @@
-# $Id$
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.13.7
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('5fcd056b40cb5c47b053fb14a2a89e7d'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('77ee919315e0b16ec042ec80b5a9ed01ef057d30fded4c1991fc1b7648d41433b94897fbe6f0900299d3596ede7b25e842e47c44865b1c3d91d2dc6363d23fc0'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:32:18
  Author: heftig
Revision: 310724

2.1.48+14+g5811758-1

Added:
  mailcap/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 07:32:18 UTC (rev 310724)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=mailcap
+pkgver=2.1.48+14+g5811758
+pkgrel=1
+pkgdesc="Helper application and MIME type associations for file types"
+url="https://pagure.io/mailcap;
+arch=(any)
+license=(MIT)
+makedepends=(git)
+checkdepends=(python)
+provides=(mime-types)
+conflicts=(mime-types)
+replaces=(mime-types)
+backup=(etc/mailcap
+etc/mime.types
+etc/nginx/mime.types)
+_commit=58117584fa573c92d918245d38269cc63cec5996  # master
+source=("git+https://pagure.io/mailcap#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd mailcap
+  git describe --tags | sed 's/^r//;s/-/./;s/-/./;s/-/+/g'
+}
+
+check() {
+  cd mailcap
+  make check
+}
+
+package() {
+  cd mailcap
+  make install DESTDIR="$pkgdir" sysconfdir=/etc mandir=/usr/share/man
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:31:52
  Author: heftig
Revision: 310723

1.12.2-2: mailcap

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 07:17:03 UTC (rev 310722)
+++ PKGBUILD2017-11-23 07:31:52 UTC (rev 310723)
@@ -7,12 +7,12 @@
 
 pkgname=nginx
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
 license=(custom)
-depends=(pcre zlib openssl geoip)
+depends=(pcre zlib openssl geoip mailcap)
 makedepends=(mercurial)
 checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
   memcached ffmpeg inetutils) 
@@ -20,7 +20,6 @@
 etc/nginx/fastcgi_params
 etc/nginx/koi-win
 etc/nginx/koi-utf
-etc/nginx/mime.types
 etc/nginx/nginx.conf
 etc/nginx/scgi_params
 etc/nginx/uwsgi_params
@@ -113,6 +112,7 @@
 -i "$pkgdir"/etc/nginx/nginx.conf
 
   rm "$pkgdir"/etc/nginx/*.default
+  rm "$pkgdir"/etc/nginx/mime.types  # in mailcap
 
   install -d "$pkgdir"/var/lib/nginx
   install -dm700 "$pkgdir"/var/lib/nginx/proxy


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

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:31:59
  Author: heftig
Revision: 268172

1.13.7-2: mailcap

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 07:19:36 UTC (rev 268171)
+++ PKGBUILD2017-11-23 07:31:59 UTC (rev 268172)
@@ -6,17 +6,16 @@
 
 pkgname=nginx-mainline
 pkgver=1.13.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
 url='https://nginx.org'
 license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
+depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'
 'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
 'etc/nginx/nginx.conf'
 'etc/nginx/scgi_params'
 'etc/nginx/uwsgi_params'
@@ -107,6 +106,7 @@
 -i "$pkgdir"/etc/nginx/nginx.conf
 
   rm "$pkgdir"/etc/nginx/*.default
+  rm "$pkgdir"/etc/nginx/mime.types  # in mailcap
 
   install -d "$pkgdir"/var/lib/nginx
   install -dm700 "$pkgdir"/var/lib/nginx/proxy


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 07:19:13
  Author: felixonmars
Revision: 268170

upgpkg: python-qiniu 7.2.0-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 07:17:59 UTC (rev 268169)
+++ PKGBUILD2017-11-23 07:19:13 UTC (rev 268170)
@@ -3,7 +3,7 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.1.9
+pkgver=7.2.0
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz;)
-sha512sums=('e81bfee17f6c54bce88965ba8a56bd41dcad90508f8d1187d0327fe54a25f2296acc937aa35ad9bea8a9b3f75b5b4458b4e23b4f7931dd1d33f22418f890eea9')
+sha512sums=('fbf306628049d5377ec5ca48fda88e123171e996e75940c22960d25469721cc7eb97c979e05d036653affa4b8ae24bdc5f31fa4e8a6745d0846be2776b39ddbe')
 
 prepare() {
   cp -a python-sdk-$pkgver{,-py2}


[arch-commits] Commit in compton/repos/community-testing-x86_64 (4 files)

2017-11-22 Thread Antonio Rojas
Date: Thursday, November 23, 2017 @ 07:15:52
  Author: arojas
Revision: 268162

archrelease: copy trunk to community-testing-x86_64

Added:
  compton/repos/community-testing-x86_64/PKGBUILD
(from rev 268161, compton/trunk/PKGBUILD)
  compton/repos/community-testing-x86_64/compton.conf
(from rev 268161, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-testing-x86_64/PKGBUILD
  compton/repos/community-testing-x86_64/compton.conf

--+
 PKGBUILD |   90 +--
 compton.conf |  466 -
 2 files changed, 278 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 07:15:18 UTC (rev 268161)
+++ PKGBUILD2017-11-23 07:15:52 UTC (rev 268162)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=0.1_beta2.5
-pkgrel=9
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/chjj/compton'
-license=('MIT')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  To control compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=("git+https://github.com/chjj/compton#commit=316eac0613bf342ff91cc645a6c3c80e6b9083fb;
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-testing-x86_64/PKGBUILD (from rev 268161, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 07:15:52 UTC (rev 268162)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=0.1_beta2.5
+pkgrel=10
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/chjj/compton'
+license=('MIT')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr')
+makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  To control compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+source=("git+https://github.com/chjj/compton#commit=316eac0613bf342ff91cc645a6c3c80e6b9083fb;
+'compton.conf')
+sha256sums=('SKIP'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+
+  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2017-11-23 07:15:18 UTC (rev 268161)
+++ compton.conf2017-11-23 07:15:52 UTC (rev 268162)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified 

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

2017-11-22 Thread Antonio Rojas
Date: Thursday, November 23, 2017 @ 07:15:18
  Author: arojas
Revision: 268161

Really rebuild against libconfig 1.7 (FS#56409)

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 07:10:49 UTC (rev 268160)
+++ PKGBUILD2017-11-23 07:15:18 UTC (rev 268161)
@@ -6,7 +6,7 @@
 
 pkgname=compton
 pkgver=0.1_beta2.5
-pkgrel=9
+pkgrel=10
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64')
 url='https://github.com/chjj/compton'


[arch-commits] Commit in (ddd)

2017-11-22 Thread Antonio Rojas
Date: Thursday, November 23, 2017 @ 07:10:49
  Author: arojas
Revision: 268160

Dropped to AUR

Deleted:
  ddd/


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

2017-11-22 Thread Johannes Löthberg
Date: Thursday, November 23, 2017 @ 05:04:49
  Author: demize
Revision: 268158

db-move: moved anki from [community-testing] to [community] (any)

Added:
  anki/repos/community-any/PKGBUILD
(from rev 268157, anki/repos/community-testing-any/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-testing-any/

+
 /PKGBUILD  |   36 
 community-any/PKGBUILD |   33 -
 2 files changed, 36 insertions(+), 33 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2017-11-23 05:02:52 UTC (rev 268157)
+++ community-any/PKGBUILD  2017-11-23 05:04:49 UTC (rev 268158)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0beta23
-pkgrel=1
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('c1d222c021bbdfee8674555db1f709ebdff7bcab6e01f324a7bd8f8ba821cdb0')
-
-package() {
-  cd "$srcdir"/anki-$pkgver
-  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * "$pkgdir"/usr/share/anki/
-  cd "$pkgdir"/usr/share/anki && (
-mv tools/runanki.system ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 268157, 
anki/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-11-23 05:04:49 UTC (rev 268158)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0beta24
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
+sha256sums=('0a2d39a2d72682b3d4faa30ada87bb3b1998456ce57303762b7b9d13775e773c')
+
+package() {
+  cd anki-$pkgver
+  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * "$pkgdir"/usr/share/anki/
+  cd "$pkgdir"/usr/share/anki
+  mv tools/runanki.system "$pkgdir"/usr/bin/anki
+  mv anki.xpm anki.png "$pkgdir"/usr/share/pixmaps
+  mv anki.desktop "$pkgdir"/usr/share/applications
+  mv anki.1 "$pkgdir"/usr/share/man/man1
+  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
+}


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

2017-11-22 Thread Johannes Löthberg
Date: Thursday, November 23, 2017 @ 05:02:42
  Author: demize
Revision: 268156

upgpkg: rust 1:1.22.1-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 04:55:36 UTC (rev 268155)
+++ PKGBUILD2017-11-23 05:02:42 UTC (rev 268156)
@@ -6,8 +6,8 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.21.0
-pkgrel=2
+pkgver=1.22.1
+pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -21,7 +21,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 bootstrap-config.toml)
 
-sha256sums=('1707c142244b5bd909993559c6116c81987c1de21d6207c05d3ecbe5bba548fa'
+sha256sums=('8b7a42bdd6eb205a8c533eb41b5c42389a88158d060aed1e0f461f68c1fd3fd3'
 'SKIP'
 '6c25c451d6286efd19e96a552406c8b299345749577cf924699cf4c3831d9ad0')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2017-11-22 Thread Johannes Löthberg
Date: Thursday, November 23, 2017 @ 05:02:52
  Author: demize
Revision: 268157

archrelease: copy trunk to community-testing-x86_64

Added:
  rust/repos/community-testing-x86_64/
  
rust/repos/community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 268156, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-testing-x86_64/PKGBUILD
(from rev 268156, rust/trunk/PKGBUILD)
  rust/repos/community-testing-x86_64/bootstrap-config.toml
(from rev 268156, rust/trunk/bootstrap-config.toml)

--+
 0001-librustc_llvm-build-Force-link-against-libffi.patch |   32 +
 PKGBUILD |   75 +
 bootstrap-config.toml|   21 +++
 3 files changed, 128 insertions(+)

Copied: 
rust/repos/community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
 (from rev 268156, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
===
--- 
community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
   (rev 0)
+++ 
community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
   2017-11-23 05:02:52 UTC (rev 268157)
@@ -0,0 +1,32 @@
+From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 20 Jul 2017 23:07:01 +0200
+Subject: [PATCH] librustc_llvm/build: Force link against libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
+turned out to take quite a bit of effort, so force libffi linking in
+here for now.
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_llvm/build.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
+index 3f0f536960..7dc0c40c9d 100644
+--- a/src/librustc_llvm/build.rs
 b/src/librustc_llvm/build.rs
+@@ -220,6 +220,7 @@ fn main() {
+ };
+ println!("cargo:rustc-link-lib={}={}", kind, name);
+ }
++println!("cargo:rustc-link-lib=dylib=ffi");
+ 
+ // LLVM ldflags
+ //
+-- 
+2.13.3
+

Copied: rust/repos/community-testing-x86_64/PKGBUILD (from rev 268156, 
rust/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-23 05:02:52 UTC (rev 268157)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.22.1
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+bootstrap-config.toml)
+
+sha256sums=('8b7a42bdd6eb205a8c533eb41b5c42389a88158d060aed1e0f461f68c1fd3fd3'
+'SKIP'
+'6c25c451d6286efd19e96a552406c8b299345749577cf924699cf4c3831d9ad0')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/bootstrap-config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs')
+  provides=('cargo')
+  conflicts=('cargo')
+  replaces=('cargo')
+
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way
+  mv "$pkgdir/usr/share/doc" "$srcdir/"
+}
+
+package_rust-docs() {
+  msg2 "Packaging documentation"
+  install -d "$pkgdir/usr/share/doc/"
+  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
+
+  msg2 "Packaging license files for the documentation"
+  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-testing-x86_64/bootstrap-config.toml (from rev 
268156, 

[arch-commits] Commit in deepin-boot-maker/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:55:36
  Author: felixonmars
Revision: 268155

archrelease: copy trunk to community-x86_64

Added:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
(from rev 268154, deepin-boot-maker/trunk/PKGBUILD)
Deleted:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 04:55:15 UTC (rev 268154)
+++ PKGBUILD2017-11-23 04:55:36 UTC (rev 268155)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-boot-maker
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='Tool to create a bootable usb stick quick and easy'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-boot-maker;
-license=('GPL3')
-depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('5c0330b0f3e862a2864ad95e7a26feeefcfe890e32e3182a8619d0f1993750b8012ac518e1644768c9556201e42e9821085ec6db64b69fc71bf9b372ac48e90f')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 268154, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 04:55:36 UTC (rev 268155)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.4.1
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker;
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
+sha512sums=('48c5e485fcca9345afd485e8456cad642d1cde315119f908b98fe5f780dd8f64c2e098177a1cfeef189aeb90d70fb06dba6e477a0d067c7c9fccb6538edba478')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:55:15
  Author: felixonmars
Revision: 268154

upgpkg: deepin-boot-maker 2.0.4.1-1

Modified:
  deepin-boot-maker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 04:19:12 UTC (rev 268153)
+++ PKGBUILD2017-11-23 04:55:15 UTC (rev 268154)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-boot-maker
-pkgver=2.0.4
+pkgver=2.0.4.1
 pkgrel=1
 pkgdesc='Tool to create a bootable usb stick quick and easy'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools' 'python')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('5c0330b0f3e862a2864ad95e7a26feeefcfe890e32e3182a8619d0f1993750b8012ac518e1644768c9556201e42e9821085ec6db64b69fc71bf9b372ac48e90f')
+sha512sums=('48c5e485fcca9345afd485e8456cad642d1cde315119f908b98fe5f780dd8f64c2e098177a1cfeef189aeb90d70fb06dba6e477a0d067c7c9fccb6538edba478')
 
 build(){
   cd deepin-boot-maker-$pkgver


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:18:48
  Author: felixonmars
Revision: 268152

upgpkg: deepin-dock 4.5.2-2

rebuild with Qt 5.9.3

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 04:15:23 UTC (rev 268151)
+++ PKGBUILD2017-11-23 04:18:48 UTC (rev 268152)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-dock
 pkgver=4.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:19:12
  Author: felixonmars
Revision: 268153

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-dock/repos/community-testing-x86_64/
  deepin-dock/repos/community-testing-x86_64/PKGBUILD
(from rev 268152, deepin-dock/trunk/PKGBUILD)

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

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 268152, 
deepin-dock/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-23 04:19:12 UTC (rev 268153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.5.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
+ 'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('a4962fddf154db53748b23c5ae72918cb4bb9857ed87dc49278b2688041bcac1a1c007deb329af49e3095c84c086346c9e8079b5e04eed7cf5c83a5423e1ad2a')
+
+build() {
+  cd dde-dock-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in qt5-base (kde-unstable/rebuild.list trunk/rebuild.list)

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:16:18
  Author: felixonmars
Revision: 310721

update rebuild.list

Modified:
  qt5-base/kde-unstable/rebuild.list
  qt5-base/trunk/rebuild.list

---+
 kde-unstable/rebuild.list |1 +
 trunk/rebuild.list|1 +
 2 files changed, 2 insertions(+)

Modified: kde-unstable/rebuild.list
===
--- kde-unstable/rebuild.list   2017-11-22 19:59:24 UTC (rev 310720)
+++ kde-unstable/rebuild.list   2017-11-23 04:16:18 UTC (rev 310721)
@@ -11,6 +11,7 @@
 deepin-qt5integration *
 deepin-qt5dxcb-plugin *
 deepin-file-manager *
+deepin-dock *
 dtkwidget *
 dtkwm *
 qt5ct

Modified: trunk/rebuild.list
===
--- trunk/rebuild.list  2017-11-22 19:59:24 UTC (rev 310720)
+++ trunk/rebuild.list  2017-11-23 04:16:18 UTC (rev 310721)
@@ -11,6 +11,7 @@
 deepin-qt5dxcb-plugin *
 deepin-qt5integration *
 deepin-file-manager *
+deepin-dock *
 dtkwidget *
 dtkwm *
 qt5ct


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:15:23
  Author: felixonmars
Revision: 268151

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-terminal/repos/community-testing-x86_64/
  deepin-terminal/repos/community-testing-x86_64/PKGBUILD
(from rev 268150, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-testing-x86_64/remove-vendor.patch
(from rev 268150, deepin-terminal/trunk/remove-vendor.patch)

-+
 PKGBUILD|   46 
 remove-vendor.patch |  112 ++
 2 files changed, 158 insertions(+)

Copied: deepin-terminal/repos/community-testing-x86_64/PKGBUILD (from rev 
268150, deepin-terminal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-23 04:15:23 UTC (rev 268151)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.8
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake')
+groups=('deepin-extra')
+optdepends=('zssh: for Remote Management support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;
+remove-vendor.patch)
+sha512sums=('fc69be13c52b221ab5e73908634b07563f6610c7a88676adb20103eff5bf6a20199e198f0f51490457f77e661e33a346bd59bce018748fea2e10a65b7b8ed900'
+
'86a81d1f4df2e23b42e3929ec28689ee62d8b6eb8690383e5b10a5418e8be4edc78549bafad7e3af57e3184e6d0d205995a36cb7790f099891e5f55af66518ac')
+
+prepare() {
+  mkdir -p build
+
+  cd deepin-terminal-$pkgver
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' project_path.c
+  sed -i 's|/usr/lib/deepin-terminal/zssh|/usr/bin/zssh|' ssh_login.sh
+
+  patch -p1 -i ../remove-vendor.patch
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Copied: deepin-terminal/repos/community-testing-x86_64/remove-vendor.patch 
(from rev 268150, deepin-terminal/trunk/remove-vendor.patch)
===
--- community-testing-x86_64/remove-vendor.patch
(rev 0)
+++ community-testing-x86_64/remove-vendor.patch2017-11-23 04:15:23 UTC 
(rev 268151)
@@ -0,0 +1,112 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0f1c0e9..a862fac 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -24,22 +24,7 @@ pkg_check_modules(RSVG REQUIRED librsvg-2.0)
+ pkg_check_modules(WNCK REQUIRED libwnck-3.0)
+ pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
+ pkg_check_modules(GLIB REQUIRED glib-2.0)
+-
+-ExternalProject_Add(Vte-0.29
+-  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1
+-  CONFIGURE_COMMAND ./configure --enable-static
+-  BUILD_COMMAND make
+-  INSTALL_COMMAND ""
+-  BUILD_IN_SOURCE 1
+-  )
+-
+-ExternalProject_Add(zssh-1.5c
+-  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/zssh-1.5c
+-  CONFIGURE_COMMAND ./configure
+-  BUILD_COMMAND make
+-  INSTALL_COMMAND ""
+-  BUILD_IN_SOURCE 1
+-  )
++pkg_check_modules(VTE REQUIRED vte-2.91)
+ 
+ set(CFLAGS
+   ${GIO_CFLAGS}
+@@ -60,9 +45,8 @@ set(INCLUDE_PATHS
+   ${RSVG_INCLUDE_DIRS}
+   ${JsonGlib_INCLUDE_DIRS}
+   ${LIBSECRET_INCLUDE_DIRS}
+-  ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1/src
++  ${VTE_INCLUDE_DIRS}
+ )
+-find_library(VTE_LIB NAMES libvte-2.91.a tcmalloc_minimal)
+ include_directories(${INCLUDE_PATHS})
+ set(LIBS
+   ${GIO_LIBRARIES}
+@@ -72,17 +56,12 @@ set(LIBS
+   ${RSVG_LIBRARIES}
+   ${JsonGlib_LIBRARIES}
+   ${LIBSECRET_LIBRARIES}
+-  ${ZLIB_LIBRARIES}
++  ${VTE_LIBRARIES}
+   ${X11_LIBRARIES}
+   ${XTST_LIBRARIES}
+   ${FONTCONFIG_LIBRARY}
+   ${M_LIBRARIES}
+-  stdc++
+   m
+-  z
+-  pthread
+-  gnutls
+-  pcre2-8
+ )
+ vala_precompile(VALA_C
+   ./lib/animation.vala
+@@ -98,7 +77,7 @@ vala_precompile(VALA_C
+   ./widget/add_button.vala
+   ./widget/appbar.vala
+   ./widget/check_button.vala
+-  ./widget/click_event_box.vala 
++  ./widget/click_event_box.vala
+   ./widget/command_button.vala
+   ./widget/command_dialog.vala
+   ./widget/command_panel.vala
+@@ -109,11 +88,11 @@ vala_precompile(VALA_C
+   ./widget/cursor_toggle_button.vala
+   ./widget/dialog.vala
+   

[arch-commits] Commit in deepin-terminal/trunk (PKGBUILD remove-vendor.patch)

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 04:15:03
  Author: felixonmars
Revision: 268150

upgpkg: deepin-terminal 2.8-1

Added:
  deepin-terminal/trunk/remove-vendor.patch
Modified:
  deepin-terminal/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++---
 remove-vendor.patch |  112 ++
 2 files changed, 126 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 04:14:47 UTC (rev 268149)
+++ PKGBUILD2017-11-23 04:15:03 UTC (rev 268150)
@@ -4,24 +4,31 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.7.6
+pkgver=2.8
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-terminal;
 license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
  'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
+makedepends=('vala' 'cmake')
 groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('42524a6014a540c02a6eed6ec751b51f4b295a0c6993586fb69411032d8f3cdc96eb32b52b2ea1cbadfbc5b02eedeb9ada83fdcd6618775009be34cc76d66510')
+optdepends=('zssh: for Remote Management support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;
+remove-vendor.patch)
+sha512sums=('fc69be13c52b221ab5e73908634b07563f6610c7a88676adb20103eff5bf6a20199e198f0f51490457f77e661e33a346bd59bce018748fea2e10a65b7b8ed900'
+
'86a81d1f4df2e23b42e3929ec28689ee62d8b6eb8690383e5b10a5418e8be4edc78549bafad7e3af57e3184e6d0d205995a36cb7790f099891e5f55af66518ac')
 
 prepare() {
   mkdir -p build
 
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+  cd deepin-terminal-$pkgver
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' project_path.c
+  sed -i 's|/usr/lib/deepin-terminal/zssh|/usr/bin/zssh|' ssh_login.sh
+
+  patch -p1 -i ../remove-vendor.patch
 }
 
 build() {

Added: remove-vendor.patch
===
--- remove-vendor.patch (rev 0)
+++ remove-vendor.patch 2017-11-23 04:15:03 UTC (rev 268150)
@@ -0,0 +1,112 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0f1c0e9..a862fac 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -24,22 +24,7 @@ pkg_check_modules(RSVG REQUIRED librsvg-2.0)
+ pkg_check_modules(WNCK REQUIRED libwnck-3.0)
+ pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
+ pkg_check_modules(GLIB REQUIRED glib-2.0)
+-
+-ExternalProject_Add(Vte-0.29
+-  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1
+-  CONFIGURE_COMMAND ./configure --enable-static
+-  BUILD_COMMAND make
+-  INSTALL_COMMAND ""
+-  BUILD_IN_SOURCE 1
+-  )
+-
+-ExternalProject_Add(zssh-1.5c
+-  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/zssh-1.5c
+-  CONFIGURE_COMMAND ./configure
+-  BUILD_COMMAND make
+-  INSTALL_COMMAND ""
+-  BUILD_IN_SOURCE 1
+-  )
++pkg_check_modules(VTE REQUIRED vte-2.91)
+ 
+ set(CFLAGS
+   ${GIO_CFLAGS}
+@@ -60,9 +45,8 @@ set(INCLUDE_PATHS
+   ${RSVG_INCLUDE_DIRS}
+   ${JsonGlib_INCLUDE_DIRS}
+   ${LIBSECRET_INCLUDE_DIRS}
+-  ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1/src
++  ${VTE_INCLUDE_DIRS}
+ )
+-find_library(VTE_LIB NAMES libvte-2.91.a tcmalloc_minimal)
+ include_directories(${INCLUDE_PATHS})
+ set(LIBS
+   ${GIO_LIBRARIES}
+@@ -72,17 +56,12 @@ set(LIBS
+   ${RSVG_LIBRARIES}
+   ${JsonGlib_LIBRARIES}
+   ${LIBSECRET_LIBRARIES}
+-  ${ZLIB_LIBRARIES}
++  ${VTE_LIBRARIES}
+   ${X11_LIBRARIES}
+   ${XTST_LIBRARIES}
+   ${FONTCONFIG_LIBRARY}
+   ${M_LIBRARIES}
+-  stdc++
+   m
+-  z
+-  pthread
+-  gnutls
+-  pcre2-8
+ )
+ vala_precompile(VALA_C
+   ./lib/animation.vala
+@@ -98,7 +77,7 @@ vala_precompile(VALA_C
+   ./widget/add_button.vala
+   ./widget/appbar.vala
+   ./widget/check_button.vala
+-  ./widget/click_event_box.vala 
++  ./widget/click_event_box.vala
+   ./widget/command_button.vala
+   ./widget/command_dialog.vala
+   ./widget/command_panel.vala
+@@ -109,11 +88,11 @@ vala_precompile(VALA_C
+   ./widget/cursor_toggle_button.vala
+   ./widget/dialog.vala
+   ./widget/dialog_button.vala
+-  ./widget/encoding_button.vala 
+-  ./widget/encoding_panel.vala 
+-  ./widget/entry.vala 
+-  ./widget/entry_menu.vala 
+-  ./widget/file_button.vala 
++  ./widget/encoding_button.vala
++  ./widget/encoding_panel.vala
++  ./widget/entry.vala
++  

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

2017-11-22 Thread Kyle Keen
Date: Thursday, November 23, 2017 @ 04:00:05
  Author: kkeen
Revision: 268143

upgpkg: python-mistune 0.8.1-1

Modified:
  python-mistune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:59:12 UTC (rev 268142)
+++ PKGBUILD2017-11-23 04:00:05 UTC (rev 268143)
@@ -5,7 +5,7 @@
 pkgbase=python-mistune
 _pkgname=mistune
 pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.4
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="The fastest markdown parser in pure Python with renderer feature."
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
-md5sums=('d1ba4788047ea6930d27bb2a438ffe6b')
+md5sums=('48de519df46992d12b45d562ee5bfedb')
 
 prepare() {
   cd "$srcdir"


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

2017-11-22 Thread Kyle Keen
Date: Thursday, November 23, 2017 @ 04:00:23
  Author: kkeen
Revision: 268144

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 04:00:05 UTC (rev 268143)
+++ PKGBUILD2017-11-23 04:00:23 UTC (rev 268144)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: shmilee
-
-pkgbase=python-mistune
-_pkgname=mistune
-pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="The fastest markdown parser in pure Python with renderer feature."
-arch=('any')
-url="https://github.com/lepture/mistune;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
-md5sums=('d1ba4788047ea6930d27bb2a438ffe6b')
-
-prepare() {
-  cd "$srcdir"
-  cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
-}
-
-package_python-mistune() {
-  cd "$srcdir/${_pkgname}-$pkgver"
-  python setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
-}
-
-package_python2-mistune() {
-  depends=('python2')
-  cd "$srcdir/${_pkgname}2-$pkgver"
-  python2 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mistune/repos/community-any/PKGBUILD (from rev 268143, 
python-mistune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 04:00:23 UTC (rev 268144)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: shmilee
+
+pkgbase=python-mistune
+_pkgname=mistune
+pkgname=('python-mistune' 'python2-mistune')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="The fastest markdown parser in pure Python with renderer feature."
+arch=('any')
+url="https://github.com/lepture/mistune;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
+md5sums=('48de519df46992d12b45d562ee5bfedb')
+
+prepare() {
+  cd "$srcdir"
+  cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
+}
+
+package_python-mistune() {
+  cd "$srcdir/${_pkgname}-$pkgver"
+  python setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
+}
+
+package_python2-mistune() {
+  depends=('python2')
+  cd "$srcdir/${_pkgname}2-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:59:12
  Author: felixonmars
Revision: 268142

archrelease: copy trunk to community-x86_64

Added:
  zssh/repos/community-x86_64/
  zssh/repos/community-x86_64/PKGBUILD
(from rev 268141, zssh/trunk/PKGBUILD)
  zssh/repos/community-x86_64/fix_CPPsymlink.patch
(from rev 268141, zssh/trunk/fix_CPPsymlink.patch)
  zssh/repos/community-x86_64/fix_use_ptmx_on_arch.patch
(from rev 268141, zssh/trunk/fix_use_ptmx_on_arch.patch)

+
 PKGBUILD   |   41 +
 fix_CPPsymlink.patch   |   10 ++
 fix_use_ptmx_on_arch.patch |   11 +++
 3 files changed, 62 insertions(+)

Copied: zssh/repos/community-x86_64/PKGBUILD (from rev 268141, 
zssh/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-23 03:59:12 UTC (rev 268142)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ross Eldridge 
+# Contributor: Ivo(sh) Musil 
+
+pkgname=zssh
+pkgver=1.5c
+pkgrel=10
+pkgdesc="SSH and Telnet client with ZMODEM file transfer capability"
+arch=("i686" "x86_64")
+license=("GPL")
+url="http://zssh.sourceforge.net/;
+depends=("readline")
+source=("http://downloads.sourceforge.net/project/zssh/zssh/1.5/$pkgname-$pkgver.tgz;
+'fix_use_ptmx_on_arch.patch'
+'fix_CPPsymlink.patch')
+sha512sums=('799ce3bbea5e94a800f61e6c38879746a579992396304861b7584b6bad967214b811b6bf9aecb36d9d60a15857377cb2fee80b495ad69778903fc45593efeebd'
+
'2d68216fe859d1bcf35e316cf9bf8ed105afb15e27ea00e5ca2e66e433aebf13834fb648e70b544a54a2a135fe65169c6839a67180eb66c724766f4a5ab33725'
+
'5e17325b65cd4f48bbb08d4c986ff5789a29d9657b3fb9828183ba489f231124371e37ef718d4793b52898ea1302f29ebad768866a2322f85a75ae8771ccd607')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 < "$srcdir"/fix_use_ptmx_on_arch.patch
+  patch -p0 < "$srcdir"/fix_CPPsymlink.patch
+
+  rm -r lrzsz-*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir='${exec_prefix}/share/man'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make exec_prefix="$pkgdir"/usr install
+  chmod a+r $pkgdir/usr/bin/*
+}

Copied: zssh/repos/community-x86_64/fix_CPPsymlink.patch (from rev 268141, 
zssh/trunk/fix_CPPsymlink.patch)
===
--- community-x86_64/fix_CPPsymlink.patch   (rev 0)
+++ community-x86_64/fix_CPPsymlink.patch   2017-11-23 03:59:12 UTC (rev 
268142)
@@ -0,0 +1,10 @@
+--- configure  2014-08-17 15:11:40.382633891 +1000
 ../fix/configure   2014-08-17 15:17:24.110722666 +1000
+@@ -52,6 +52,7 @@
+ oldincludedir='/usr/include'
+ infodir='${prefix}/info'
+ mandir='${prefix}/man'
++CPPFLAGS="$CPPFLAGS -O2"
+ 
+ # Initialize some other variables.
+ subdirs=

Copied: zssh/repos/community-x86_64/fix_use_ptmx_on_arch.patch (from rev 
268141, zssh/trunk/fix_use_ptmx_on_arch.patch)
===
--- community-x86_64/fix_use_ptmx_on_arch.patch (rev 0)
+++ community-x86_64/fix_use_ptmx_on_arch.patch 2017-11-23 03:59:12 UTC (rev 
268142)
@@ -0,0 +1,11 @@
+--- configure.orig 2015-12-18 14:48:28.0 +0100
 configure  2015-12-18 15:01:39.619986497 +0100
+@@ -1893,7 +1893,7 @@
+ 
+   echo "$ac_t""getpseudotty" 1>&6
+ else
+-if test -c /dev/ptmx && test -c /dev/pts/0
++if test -c /dev/ptmx
+ then
+   cat >> confdefs.h <<\EOF
+ #define HAVE_DEV_PTMX 1


[arch-commits] Commit in (6 files)

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:58:44
  Author: felixonmars
Revision: 268141

addpkg: zssh 1.5c-10

Added:
  zssh/
  zssh/repos/
  zssh/trunk/
  zssh/trunk/PKGBUILD
  zssh/trunk/fix_CPPsymlink.patch
  zssh/trunk/fix_use_ptmx_on_arch.patch

+
 PKGBUILD   |   41 +
 fix_CPPsymlink.patch   |   10 ++
 fix_use_ptmx_on_arch.patch |   11 +++
 3 files changed, 62 insertions(+)

Added: zssh/trunk/PKGBUILD
===
--- zssh/trunk/PKGBUILD (rev 0)
+++ zssh/trunk/PKGBUILD 2017-11-23 03:58:44 UTC (rev 268141)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ross Eldridge 
+# Contributor: Ivo(sh) Musil 
+
+pkgname=zssh
+pkgver=1.5c
+pkgrel=10
+pkgdesc="SSH and Telnet client with ZMODEM file transfer capability"
+arch=("i686" "x86_64")
+license=("GPL")
+url="http://zssh.sourceforge.net/;
+depends=("readline")
+source=("http://downloads.sourceforge.net/project/zssh/zssh/1.5/$pkgname-$pkgver.tgz;
+'fix_use_ptmx_on_arch.patch'
+'fix_CPPsymlink.patch')
+sha512sums=('799ce3bbea5e94a800f61e6c38879746a579992396304861b7584b6bad967214b811b6bf9aecb36d9d60a15857377cb2fee80b495ad69778903fc45593efeebd'
+
'2d68216fe859d1bcf35e316cf9bf8ed105afb15e27ea00e5ca2e66e433aebf13834fb648e70b544a54a2a135fe65169c6839a67180eb66c724766f4a5ab33725'
+
'5e17325b65cd4f48bbb08d4c986ff5789a29d9657b3fb9828183ba489f231124371e37ef718d4793b52898ea1302f29ebad768866a2322f85a75ae8771ccd607')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 < "$srcdir"/fix_use_ptmx_on_arch.patch
+  patch -p0 < "$srcdir"/fix_CPPsymlink.patch
+
+  rm -r lrzsz-*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir='${exec_prefix}/share/man'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make exec_prefix="$pkgdir"/usr install
+  chmod a+r $pkgdir/usr/bin/*
+}


Property changes on: zssh/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: zssh/trunk/fix_CPPsymlink.patch
===
--- zssh/trunk/fix_CPPsymlink.patch (rev 0)
+++ zssh/trunk/fix_CPPsymlink.patch 2017-11-23 03:58:44 UTC (rev 268141)
@@ -0,0 +1,10 @@
+--- configure  2014-08-17 15:11:40.382633891 +1000
 ../fix/configure   2014-08-17 15:17:24.110722666 +1000
+@@ -52,6 +52,7 @@
+ oldincludedir='/usr/include'
+ infodir='${prefix}/info'
+ mandir='${prefix}/man'
++CPPFLAGS="$CPPFLAGS -O2"
+ 
+ # Initialize some other variables.
+ subdirs=

Added: zssh/trunk/fix_use_ptmx_on_arch.patch
===
--- zssh/trunk/fix_use_ptmx_on_arch.patch   (rev 0)
+++ zssh/trunk/fix_use_ptmx_on_arch.patch   2017-11-23 03:58:44 UTC (rev 
268141)
@@ -0,0 +1,11 @@
+--- configure.orig 2015-12-18 14:48:28.0 +0100
 configure  2015-12-18 15:01:39.619986497 +0100
+@@ -1893,7 +1893,7 @@
+ 
+   echo "$ac_t""getpseudotty" 1>&6
+ else
+-if test -c /dev/ptmx && test -c /dev/pts/0
++if test -c /dev/ptmx
+ then
+   cat >> confdefs.h <<\EOF
+ #define HAVE_DEV_PTMX 1


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:58:05
  Author: felixonmars
Revision: 268140

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 268139, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
268139, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-23 03:58:05 UTC (rev 268140)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.0.0beta3a
+pkgrel=12
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v0.3.0.0-beta3a.tar.gz;)
+sha512sums=('02f8762320465bf11dcb10e5182d978f3d5a37527480373c96fb6dc8c4651708d68c92b5ad857271a106c109aeaf87fad87b39125f8c9130e5401e2744e8d95b')
+
+prepare() {
+mv $pkgname-{0.3.0.0-beta3a,$pkgver}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:57:44
  Author: felixonmars
Revision: 268139

upgpkg: pandoc-crossref 0.3.0.0beta3a-12

rebuild with skylighting,0.4.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:56:42 UTC (rev 268138)
+++ PKGBUILD2017-11-23 03:57:44 UTC (rev 268139)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.0beta3a
-pkgrel=11
+pkgrel=12
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:56:42
  Author: felixonmars
Revision: 268138

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 268137, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
268137, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-23 03:56:42 UTC (rev 268138)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=89
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
https://github.com/rlpowell/hakyll/commit/5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487'
+
'06c71fe3e99315c969b694020457af585124179bcc5b62afafafaf179132d88ac23d375ba948984565deab936f378cd6351e19b798125c010bde873c704d15ef')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:56:23
  Author: felixonmars
Revision: 268137

upgpkg: haskell-hakyll 4.9.8.0-89

rebuild with skylighting,0.4.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:54:30 UTC (rev 268136)
+++ PKGBUILD2017-11-23 03:56:23 UTC (rev 268137)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=88
+pkgrel=89
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:54:30
  Author: felixonmars
Revision: 268136

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 268135, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
268135, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-23 03:54:30 UTC (rev 268136)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.12.1
+pkgrel=14
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('74ab07cc8a62523079195c6b9e2283b992ef496782d58c9e4ee84f4343f6d69f1f4229eab27b594c5bf0d52536976fb42f1c9848d034dff7034d27d334492b06')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:54:10
  Author: felixonmars
Revision: 268135

upgpkg: pandoc-citeproc 0.12.1-14

rebuild with skylighting,0.4.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:51:45 UTC (rev 268134)
+++ PKGBUILD2017-11-23 03:54:10 UTC (rev 268135)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.12.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:51:45
  Author: felixonmars
Revision: 268134

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 268133, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 268133, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-23 03:51:45 UTC (rev 268134)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.0.3
+pkgrel=2
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-aeson-pretty" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
+ "haskell-data-default" "haskell-doctemplates" "haskell-glob" 
"haskell-mtl"
+ "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" 
"haskell-hslua-module-text"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-safe" "haskell-split" "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
+ "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
+ "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('92efa19141991d0737f0cda8ca09a812286bd7126e95d295e7c0d8b7b14e0be85a842f12756d0608765d2135f0ced2e786f2ffa8295d68e4b1fc52447336841d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -f-trypandoc -f-embed_data_files 
-f-weigh-pandoc -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# TODO: find a way to run pandoc executable in tests with dynamic 
executable enabled
+# LD_PRELOAD=$(ls dist/build/libHSpandoc-*-ghc*.so)
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:51:25
  Author: felixonmars
Revision: 268133

upgpkg: pandoc 2.0.3-2

rebuild with skylighting,0.4.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:44:29 UTC (rev 268132)
+++ PKGBUILD2017-11-23 03:51:25 UTC (rev 268133)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:44:29
  Author: felixonmars
Revision: 268132

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 268131, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 03:43:40 UTC (rev 268131)
+++ PKGBUILD2017-11-23 03:44:29 UTC (rev 268132)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.1.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon' 
'xorg-server'
- 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('8755b1f9cb7465f6f5dc9ef1ad00c9d1d2d2f378b79bf321d249bdd68ce255b25d8fcc515199ddee581121266e1caa95c20e7f5adf7d84b6bada840bbf6caa23')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 268131, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 03:44:29 UTC (rev 268132)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.1.6
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon' 
'xorg-server'
+ 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('a8cf5cf404b521d616f47db65e21ccd1e43cb3b9b8481bba313d42c30367377ca58506275e069049c734da3c52a79252fb2caeb1af61a6612669cce9a0dab5b5')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:43:40
  Author: felixonmars
Revision: 268131

upgpkg: deepin-session-ui 4.1.6-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:41:19 UTC (rev 268130)
+++ PKGBUILD2017-11-23 03:43:40 UTC (rev 268131)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.1.5
+pkgver=4.1.6
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('8755b1f9cb7465f6f5dc9ef1ad00c9d1d2d2f378b79bf321d249bdd68ce255b25d8fcc515199ddee581121266e1caa95c20e7f5adf7d84b6bada840bbf6caa23')
+sha512sums=('a8cf5cf404b521d616f47db65e21ccd1e43cb3b9b8481bba313d42c30367377ca58506275e069049c734da3c52a79252fb2caeb1af61a6612669cce9a0dab5b5')
 
 build() {
   cd dde-session-ui-$pkgver


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:41:19
  Author: felixonmars
Revision: 268130

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-skylighting/repos/community-staging-x86_64/
  haskell-skylighting/repos/community-staging-x86_64/PKGBUILD
(from rev 268129, haskell-skylighting/trunk/PKGBUILD)

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
268129, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-23 03:41:19 UTC (rev 268130)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-hxt' 
'haskell-mtl'
+ 'haskell-pretty-show' 'haskell-regex-pcre' 'haskell-safe' 
'haskell-text'
+ 'haskell-utf8-string')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b3907027958917a18a3c9d59fbd2be94e5a6eb14320d914a9c56aa8ef79f926380a6f50dfb7ec8a2b889e27e6084405f9b9f0f1c154021716625d918fc6fcdb0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsystem-pcre
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:41:00
  Author: felixonmars
Revision: 268129

upgpkg: haskell-skylighting 0.4.4-1

rebuild with skylighting,0.4.4

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:38:13 UTC (rev 268128)
+++ PKGBUILD2017-11-23 03:41:00 UTC (rev 268129)
@@ -3,7 +3,7 @@
 
 _hkgname=skylighting
 pkgname=haskell-skylighting
-pkgver=0.4.3.2
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
@@ -15,7 +15,7 @@
  'haskell-utf8-string')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ffd616abbf42641fda7168dc740ca04f994fb3a1f9b60ff47e8cd158af30eb7f70126d93e5204ee02b82139259aa0401b9dfaec53daa45073d602cfa25a4cd33')
+sha512sums=('b3907027958917a18a3c9d59fbd2be94e5a6eb14320d914a9c56aa8ef79f926380a6f50dfb7ec8a2b889e27e6084405f9b9f0f1c154021716625d918fc6fcdb0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in fcitx-qt5/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:38:13
  Author: felixonmars
Revision: 268128

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 03:37:51 UTC (rev 268127)
+++ PKGBUILD2017-11-23 03:38:13 UTC (rev 268128)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-qt5
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('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=('2e8b551f5247a2268228d0e3b7b8a185bb834f413d5d9048ee965b69a53c70dbe45490869971434a926c304dc3d9636eaf903cd0f477d782ffe4aea79291d9cb')
-
-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 268127, 
fcitx-qt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 03:38:13 UTC (rev 268128)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('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=('33e925cc423c4d9441834ddb5c813599307ce04afab1071c328e3de3b83a6bc965a493360b9f7a6a19cb3d4871f9c993d5b69cd5882a7bffe0b197b8f1827d09')
+
+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-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:37:51
  Author: felixonmars
Revision: 268127

upgpkg: fcitx-qt5 1.2.1-1

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 03:30:23 UTC (rev 268126)
+++ PKGBUILD2017-11-23 03:37:51 UTC (rev 268127)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=fcitx-qt5
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-qt5;
@@ -12,7 +12,7 @@
 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=('2e8b551f5247a2268228d0e3b7b8a185bb834f413d5d9048ee965b69a53c70dbe45490869971434a926c304dc3d9636eaf903cd0f477d782ffe4aea79291d9cb')
+sha512sums=('33e925cc423c4d9441834ddb5c813599307ce04afab1071c328e3de3b83a6bc965a493360b9f7a6a19cb3d4871f9c993d5b69cd5882a7bffe0b197b8f1827d09')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:30:02
  Author: felixonmars
Revision: 268125

upgpkg: deepin-music 3.1.7.2-1

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 02:01:06 UTC (rev 268124)
+++ PKGBUILD2017-11-23 03:30:02 UTC (rev 268125)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=3.1.7.1
-pkgrel=2
+pkgver=3.1.7.2
+pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-music;
@@ -14,7 +14,7 @@
 makedepends=('python' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('cabeb3e50af88e2ec9f0a15ac1946ed82ce65feb78e33a15f36383a513a6ba849c7aca9553140de57c43f0982f48f301323b1067bababc680347d036dad6b542')
+sha512sums=('35241f7a21da274e4745bcac2ae045cca96047595f8947de17514b4f45275a1a22c12f737dd7157575d5a1a88cdeac2bfb3899cdc6f188920ae997c3e88151c7')
 
 prepare() {
   sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro


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

2017-11-22 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 03:30:23
  Author: felixonmars
Revision: 268126

archrelease: copy trunk to community-x86_64

Added:
  deepin-music/repos/community-x86_64/PKGBUILD
(from rev 268125, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 03:30:02 UTC (rev 268125)
+++ PKGBUILD2017-11-23 03:30:23 UTC (rev 268126)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.1.7.1
-pkgrel=2
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music;
-license=('GPL3')
-depends=('dtkwidget' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 'gst-plugins-bad')
-makedepends=('python' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('cabeb3e50af88e2ec9f0a15ac1946ed82ce65feb78e33a15f36383a513a6ba849c7aca9553140de57c43f0982f48f301323b1067bababc680347d036dad6b542')
-
-prepare() {
-  sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro
-}
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 268125, 
deepin-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 03:30:23 UTC (rev 268126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.1.7.2
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music;
+license=('GPL3')
+depends=('dtkwidget' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 'gst-plugins-bad')
+makedepends=('python' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
+sha512sums=('35241f7a21da274e4745bcac2ae045cca96047595f8947de17514b4f45275a1a22c12f737dd7157575d5a1a88cdeac2bfb3899cdc6f188920ae997c3e88151c7')
+
+prepare() {
+  sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro
+}
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Thursday, November 23, 2017 @ 02:01:06
  Author: anatolik
Revision: 268124

archrelease: copy trunk to community-x86_64

Added:
  crystal/repos/community-x86_64/PKGBUILD
(from rev 268123, crystal/trunk/PKGBUILD)
Deleted:
  crystal/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  160 +
 1 file changed, 78 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 02:00:30 UTC (rev 268123)
+++ PKGBUILD2017-11-23 02:01:06 UTC (rev 268124)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.23.1
-pkgrel=2
-_binary_rel=3
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm-libs)
-makedepends=(libxml2 llvm)
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
-
llvm5.patch::https://github.com/crystal-lang/crystal/commit/3d48a9628d57cea739f30583fa6092aa9dd90be3.patch)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('8cf1b9a4eab29fca2f779ea186ae18f7ce444ce189c621925fa1a0c61dd5ff55'
-'13af142a262a20c05076863bdffd881c9c96c754b8f48a89f35a8295ab83394c')
-sha256sums_i686=('268a39b8d37385ff60d113d4d9fc966472160faa1e3bbf7ae58860ab6678aceb')
-sha256sums_x86_64=('6a84cc866838ffa5250e28c3ce1a918a93f89c06393fe8cfd4068fcbbc66f3ab')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-
-  patch -p1 < ../llvm5.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # We use --no-debug because it runs out of memory on i686 without it
-  # https://github.com/crystal-lang/crystal/issues/3787#issuecomment-281591985
-  make release=1 \
-   FLAGS="--release --no-debug" \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # disable tests as it fails with OOM at i686
-  true || make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal" \
-PATH=".build:$PATH"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-x86_64/PKGBUILD (from rev 268123, 
crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 02:01:06 UTC (rev 268124)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.24.0
+pkgrel=1
+_binary_rel=2
+pkgdesc='The Crystal Programming Language'
+arch=(x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)

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

2017-11-22 Thread Anatol Pomozov
Date: Thursday, November 23, 2017 @ 02:00:30
  Author: anatolik
Revision: 268123

upgpkg: crystal 0.24.0-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 01:47:48 UTC (rev 268122)
+++ PKGBUILD2017-11-23 02:00:30 UTC (rev 268123)
@@ -3,9 +3,9 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.23.1
-pkgrel=2
-_binary_rel=3
+pkgver=0.24.0
+pkgrel=1
+_binary_rel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='http://crystal-lang.org'
@@ -17,20 +17,14 @@
 'libyaml: For YAML support'
 'gmp: For BigInt support'
 'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
-
llvm5.patch::https://github.com/crystal-lang/crystal/commit/3d48a9628d57cea739f30583fa6092aa9dd90be3.patch)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('8cf1b9a4eab29fca2f779ea186ae18f7ce444ce189c621925fa1a0c61dd5ff55'
-'13af142a262a20c05076863bdffd881c9c96c754b8f48a89f35a8295ab83394c')
-sha256sums_i686=('268a39b8d37385ff60d113d4d9fc966472160faa1e3bbf7ae58860ab6678aceb')
-sha256sums_x86_64=('6a84cc866838ffa5250e28c3ce1a918a93f89c06393fe8cfd4068fcbbc66f3ab')
+sha256sums=('c34f4326ee576f60b8960e331aae8d5265a12b30707582e1f5c6c6032d364a80')
+sha256sums_x86_64=('9cfdb67885aafb9781c678f20df4275c87365ebe0e9411e17dcb6f84e38e7498')
 
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-
-  patch -p1 < ../llvm5.patch
 }
 
 build() {
@@ -72,7 +66,7 @@
   cp -r src "$pkgdir/usr/lib/crystal"
 
   install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r docs "$pkgdir/usr/share/doc/crystal/api"
   cp -r samples "$pkgdir/usr/share/doc/crystal/"
 
   install -Dm644 man/crystal.1 "$pkgdir/usr/share/man/man1/"


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

2017-11-22 Thread Kyle Keen
Date: Thursday, November 23, 2017 @ 01:47:26
  Author: kkeen
Revision: 268121

upgpkg: python-pyzmq 16.0.3-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:53:52 UTC (rev 268120)
+++ PKGBUILD2017-11-23 01:47:26 UTC (rev 268121)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 pkgbase=python-pyzmq
 pkgname=(python-pyzmq python2-pyzmq)
-pkgver=16.0.2
-pkgrel=2
+pkgver=16.0.3
+pkgrel=1
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=('x86_64')
 url="http://www.zeromq.org/bindings:python;
@@ -15,7 +15,7 @@
 #source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
 
#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
 
source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-md5sums=('9a8768b00a566a400d70318f8c359cfe')
+md5sums=('ca4607e3ec1e11318642c80fa46ee5a8')
 
 prepare() {
   cd "$srcdir"


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

2017-11-22 Thread Kyle Keen
Date: Thursday, November 23, 2017 @ 01:47:48
  Author: kkeen
Revision: 268122

archrelease: copy trunk to community-x86_64

Added:
  python-pyzmq/repos/community-x86_64/PKGBUILD
(from rev 268121, python-pyzmq/trunk/PKGBUILD)
Deleted:
  python-pyzmq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 01:47:26 UTC (rev 268121)
+++ PKGBUILD2017-11-23 01:47:48 UTC (rev 268122)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python-pyzmq python2-pyzmq)
-pkgver=16.0.2
-pkgrel=2
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=('zeromq' 'python')
-makedepends=('python' 'python2')
-checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
-'python-pytest' 'python2-pytest')
-#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
-#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
-md5sums=('9a8768b00a566a400d70318f8c359cfe')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-
-  cd "$srcdir/py2zmq-$pkgver"
-  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-pyzmq() {
-  pkgdesc="Python3 bindings for zeromq, written in Cython"
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-pyzmq() {
-  pkgdesc="Python2 bindings for zeromq, written in Cython"
-  depends=('zeromq' 'python2')
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check() {
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-}
-

Copied: python-pyzmq/repos/community-x86_64/PKGBUILD (from rev 268121, 
python-pyzmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 01:47:48 UTC (rev 268122)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python-pyzmq python2-pyzmq)
+pkgver=16.0.3
+pkgrel=1
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=('zeromq' 'python')
+makedepends=('python' 'python2')
+checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
+'python-pytest' 'python2-pytest')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz;)
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz;)
+md5sums=('ca4607e3ec1e11318642c80fa46ee5a8')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=('zeromq' 'python2')
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:53:52
  Author: jgc
Revision: 268120

archrelease: copy trunk to community-staging-x86_64

Added:
  geary/repos/community-staging-x86_64/
  geary/repos/community-staging-x86_64/PKGBUILD
(from rev 268119, geary/trunk/PKGBUILD)

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

Copied: geary/repos/community-staging-x86_64/PKGBUILD (from rev 268119, 
geary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 22:53:52 UTC (rev 268120)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.12.0
+pkgrel=2
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime'
+ 'gnome-keyring' 'gtk3' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
+ 'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;)
+sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../geary-${pkgver} \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DDESKTOP_UPDATE='FALSE' \
+-DICON_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE='FALSE' \
+-DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:53:42
  Author: jgc
Revision: 268119

upgpkg: geary 0.12.0-2

enchant rebuild

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:50:05 UTC (rev 268118)
+++ PKGBUILD2017-11-22 22:53:42 UTC (rev 268119)
@@ -5,7 +5,7 @@
 
 pkgname=geary
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
 url='http://www.yorba.org/projects/geary/'


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:49:58
  Author: jgc
Revision: 268117

upgpkg: stardict 3.0.6-4

enchant rebuild

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:37:41 UTC (rev 268116)
+++ PKGBUILD2017-11-22 22:49:58 UTC (rev 268117)
@@ -7,7 +7,7 @@
 
 pkgname=stardict
 pkgver=3.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc='International dictionary software'
 arch=('x86_64')
 url='http://www.stardict.org/'
@@ -40,6 +40,7 @@
 --disable-gucharmap \
 --disable-festival \
 --disable-updateinfo
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i {dict,lib,tools}/libtool
   make
 }
 


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:50:05
  Author: jgc
Revision: 268118

archrelease: copy trunk to community-staging-x86_64

Added:
  stardict/repos/community-staging-x86_64/
  stardict/repos/community-staging-x86_64/PKGBUILD
(from rev 268117, stardict/trunk/PKGBUILD)
  stardict/repos/community-staging-x86_64/gcc46.patch
(from rev 268117, stardict/trunk/gcc46.patch)
  stardict/repos/community-staging-x86_64/glib2.patch
(from rev 268117, stardict/trunk/glib2.patch)

-+
 PKGBUILD|   54 ++
 gcc46.patch |   11 +++
 glib2.patch |   36 
 3 files changed, 101 insertions(+)

Copied: stardict/repos/community-staging-x86_64/PKGBUILD (from rev 268117, 
stardict/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 22:50:05 UTC (rev 268118)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: Neil Lin 
+# Contributor: Cravix < dr dot neemous at gmail dot com >
+
+pkgname=stardict
+pkgver=3.0.6
+pkgrel=4
+pkgdesc='International dictionary software'
+arch=('x86_64')
+url='http://www.stardict.org/'
+license=('GPL')
+depends=('gtk2' 'libsigc++')
+makedepends=('enchant' 'espeak' 'libmariadbclient' 'gconf' 'gnome-common' 
'gnome-doc-utils')
+optdepends=('enchant: spell checker plugin'
+'espeak: text to speech plugin')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgname-$pkgver.tar.bz2;
+'gcc46.patch'
+'glib2.patch')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../gcc46.patch
+  patch -p1 -i ../glib2.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CXXFLAGS+=" -std=gnu++11"
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-gnome-support \
+--disable-gucharmap \
+--disable-festival \
+--disable-updateinfo
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i {dict,lib,tools}/libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('93371b35482e6380e8bd4ba5d256b864'
+ '52ff47441c503de07add4b7688510bc5'
+ 'b2f216897c9053c7e4666c3d78705cf1')

Copied: stardict/repos/community-staging-x86_64/gcc46.patch (from rev 268117, 
stardict/trunk/gcc46.patch)
===
--- community-staging-x86_64/gcc46.patch(rev 0)
+++ community-staging-x86_64/gcc46.patch2017-11-22 22:50:05 UTC (rev 
268118)
@@ -0,0 +1,11 @@
+diff -aur old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h 
new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h
+--- old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h  2011-07-18 
06:58:58.519404744 -0700
 new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h  2011-07-18 
07:01:10.739734313 -0700
+@@ -26,6 +26,7 @@
+ #ifndef __TYPES_H__
+ #define __TYPES_H__
+ 
++#include 
+ #include 
+ 
+ typedef float single;

Copied: stardict/repos/community-staging-x86_64/glib2.patch (from rev 268117, 
stardict/trunk/glib2.patch)
===
--- community-staging-x86_64/glib2.patch(rev 0)
+++ community-staging-x86_64/glib2.patch2017-11-22 22:50:05 UTC (rev 
268118)
@@ -0,0 +1,36 @@
+diff -Naur old/dict/configure.ac new/dict/configure.ac
+--- old/dict/configure.ac  2011-07-03 16:58:40.0 +1000
 new/dict/configure.ac  2012-07-12 22:31:52.875176842 +1000
+@@ -266,6 +266,9 @@
+ fi
+ AC_SUBST(WIKI_PARSEDATA_PLUGIN_DIR)
+ 
++GMODULE2_LIBS=`pkg-config --libs gmodule-2.0`
++AC_SUBST([GMODULE2_LIBS])
++
+ dnl 
+ dnl main program checks.
+ dnl 
+diff -Naur old/dict/src/Makefile.am new/dict/src/Makefile.am
+--- old/dict/src/Makefile.am   2011-07-03 16:58:40.0 +1000
 new/dict/src/Makefile.am   2012-07-12 22:29:53.714870692 +1000
+@@ -33,7 +33,7 @@
+ stardict_DEPENDENCIES = lib/libstardict.la $(LOCAL_SIGCPP_LIBFILE)
+ stardict_LDFLAGS = 
+ ## place libstardict.la before any system library, otherwise build with 
--as-needed linker option may fail
+-stardict_LDADD = lib/libstardict.la $(STARDICT_LIBS) $(LOCAL_SIGCPP_LIBFILE)
++stardict_LDADD = lib/libstardict.la $(STARDICT_LIBS) $(LOCAL_SIGCPP_LIBFILE) 
$(GMODULE2_LIBS)
+ 
+ if !GNOME_SUPPORT
+ if MAEMO_SUPPORT
+diff -Naur old/dict/src/tomboykeybinder.h new/dict/src/tomboykeybinder.h
+--- 

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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:37:31
  Author: jgc
Revision: 268115

upgpkg: subtitleeditor 0.54.0-3

enchant rebuild

Modified:
  subtitleeditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:31:44 UTC (rev 268114)
+++ PKGBUILD2017-11-22 22:37:31 UTC (rev 268115)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.54.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('x86_64')
 url="http://kitone.github.io/subtitleeditor/;


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:37:41
  Author: jgc
Revision: 268116

archrelease: copy trunk to community-staging-x86_64

Added:
  subtitleeditor/repos/community-staging-x86_64/
  subtitleeditor/repos/community-staging-x86_64/PKGBUILD
(from rev 268115, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-staging-x86_64/subtitleeditor.changelog
(from rev 268115, subtitleeditor/trunk/subtitleeditor.changelog)

--+
 PKGBUILD |   30 
 subtitleeditor.changelog |   82 +
 2 files changed, 112 insertions(+)

Copied: subtitleeditor/repos/community-staging-x86_64/PKGBUILD (from rev 
268115, subtitleeditor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 22:37:41 UTC (rev 268116)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=subtitleeditor
+pkgver=0.54.0
+pkgrel=3
+pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
+arch=('x86_64')
+url="http://kitone.github.io/subtitleeditor/;
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(https://github.com/kitone/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: subtitleeditor/repos/community-staging-x86_64/subtitleeditor.changelog 
(from rev 268115, subtitleeditor/trunk/subtitleeditor.changelog)
===
--- community-staging-x86_64/subtitleeditor.changelog   
(rev 0)
+++ community-staging-x86_64/subtitleeditor.changelog   2017-11-22 22:37:41 UTC 
(rev 268116)
@@ -0,0 +1,82 @@
+2017-10-17 Jaroslav Lichtblau 
+   * subtitleeditor 0.54.0-1
+
+2016-08-01 Jaroslav Lichtblau 
+   * subtitleeditor 0.53.0-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * subtitleeditor 0.52.1-3 pacman hooks rebuild
+
+2015-06-26 Jaroslav Lichtblau 
+   * subtitleeditor 0.52.1-1
+
+2015-04-18 Jaroslav Lichtblau 
+   * subtitleeditor 0.51.0-1
+
+2014-11-12 Jaroslav Lichtblau 
+   * subtitleeditor 0.41.0-2
+   * dependency change to gstreamer0.10-mm
+
+2013-08-08 Jaroslav Lichtblau 
+   * subtitleeditor 0.41.0-1
+
+2012-02-22 Jaroslav Lichtblau 
+   * subtitleeditor 0.40.0-1
+
+2011-08-28 Jaroslav Lichtblau 
+   * subtitleeditor 0.39.0-1
+
+2011-07-20 Jaroslav Lichtblau 
+   * subtitleeditor 0.38.0-1
+
+2010-07-12 Jaroslav Lichtblau 
+   * Update to major release v0.37.1
+
+2010-07-04 Jaroslav Lichtblau 
+   * Update to major release v0.37.0
+
+2010-04-06 Jaroslav Lichtblau 
+   * Update to major release v0.36.2
+
+2010-03-22 Jaroslav Lichtblau 
+   * Update to major release v0.36.1
+
+2010-02-02 Jaroslav Lichtblau 
+   * Update to major release v0.36.0
+
+2009-12-31 Jaroslav Lichtblau 
+   * Update to major release v0.35.1
+
+2009-11-08 Jaroslav Lichtblau 
+   * Update to major release v0.34.0
+
+2009-06-25 Jaroslav Lichtblau 
+   * Update to major release v0.33.0
+
+2009-06-03 Jaroslav Lichtblau 
+   * Update to major release v0.32.0
+
+2009-04-22 Jaroslav Lichtblau 
+   * Update to major release v0.31.0
+
+2008-12-25 Jaroslav Lichtblau 
+   * Update to major release v0.30.0
+
+2008-11-22 Jaroslav Lichtblau 
+   * Update to major release v0.26.0
+
+2008-10-14 Jaroslav Lichtblau 
+   * Update to major release v0.25.0
+
+2008-09-23 Jaroslav Lichtblau 
+   * Update to major release v0.24.0
+
+2008-09-05 Jaroslav Lichtblau 
+   * Update to major release v0.23.0
+
+2008-08-31 Jaroslav Lichtblau 
+   * Update to major release v0.22.3
+
+2008-08-12 Jaroslav 

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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:31:39
  Author: jgc
Revision: 268113

upgpkg: sylpheed 3.6.0-2

enchant rebuild

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:29:01 UTC (rev 268112)
+++ PKGBUILD2017-11-22 22:31:39 UTC (rev 268113)
@@ -5,7 +5,7 @@
 
 pkgname=sylpheed
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="http://sylpheed.sraoss.jp/en/;
@@ -19,6 +19,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --enable-ldap
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 
   # Build Attachment-Tool Plug-in


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:31:44
  Author: jgc
Revision: 268114

archrelease: copy trunk to community-staging-x86_64

Added:
  sylpheed/repos/community-staging-x86_64/
  sylpheed/repos/community-staging-x86_64/PKGBUILD
(from rev 268113, sylpheed/trunk/PKGBUILD)

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

Copied: sylpheed/repos/community-staging-x86_64/PKGBUILD (from rev 268113, 
sylpheed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 22:31:44 UTC (rev 268114)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="http://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell')
+makedepends=('openssl')
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ldap
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:29:01
  Author: jgc
Revision: 268112

archrelease: copy trunk to community-staging-x86_64

Added:
  osmo/repos/community-staging-x86_64/
  osmo/repos/community-staging-x86_64/PKGBUILD
(from rev 268111, osmo/trunk/PKGBUILD)
  osmo/repos/community-staging-x86_64/osmo.changelog
(from rev 268111, osmo/trunk/osmo.changelog)

+
 PKGBUILD   |   30 ++
 osmo.changelog |   36 
 2 files changed, 66 insertions(+)

Copied: osmo/repos/community-staging-x86_64/PKGBUILD (from rev 268111, 
osmo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 22:29:01 UTC (rev 268112)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: Benzo 
+
+pkgname=osmo
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A handy personal organizer"
+arch=('x86_64')
+url="http://clayo.org/osmo/;
+license=('GPL')
+depends=('gspell' 'libarchive' 'libgringotts' 'libical' 'libnotify' 'libxml2' 
'webkit2gtk')
+optdepends=('sox: to play sounds')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5b50e5b98daea986e18034ee1ef8f70ee2018be0802f6053c6d74d2613274dbe')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: osmo/repos/community-staging-x86_64/osmo.changelog (from rev 268111, 
osmo/trunk/osmo.changelog)
===
--- community-staging-x86_64/osmo.changelog (rev 0)
+++ community-staging-x86_64/osmo.changelog 2017-11-22 22:29:01 UTC (rev 
268112)
@@ -0,0 +1,36 @@
+2017-11-20 Jaroslav Lichtblau 
+   * osmo 0.4.2-1
+
+2017-04-18 Jaroslav Lichtblau 
+   * osmo 0.4.0_1-2 FS#53707 fixed
+
+2017-04-18 Jaroslav Lichtblau 
+   * osmo 0.4.0_1-1
+
+2017-04-16 Jaroslav Lichtblau 
+   * osmo 0.4.0-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * osmo 0.2.14-3 pacman hooks rebuild
+
+2016-01-09 Jaroslav Lichtblau 
+   * osmo 0.2.14-2 libical rebuild
+
+2015-08-08 Jaroslav Lichtblau 
+   * osmo 0.2.14-1 upstream stable version
+
+2014-10-22 Jaroslav Lichtblau 
+   * osmo 0.2.12-2 upstream stable version
+
+2010-04-04 Jaroslav Lichtblau 
+   * FS#18941 solved
+
+2010-04-02 Jaroslav Lichtblau 
+   * Update to major release 0.2.10
+
+2009-03-26 Jaroslav Lichtblau 
+   * FS#13879 solved
+
+2009-03-17 Jaroslav Lichtblau 
+   * Updated to major version 0.2.6
+


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:28:55
  Author: jgc
Revision: 268111

upgpkg: osmo 0.4.2-2

enchant rebuild

Modified:
  osmo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 21:41:59 UTC (rev 268110)
+++ PKGBUILD2017-11-22 22:28:55 UTC (rev 268111)
@@ -5,7 +5,7 @@
 
 pkgname=osmo
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A handy personal organizer"
 arch=('x86_64')
 url="http://clayo.org/osmo/;


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

2017-11-22 Thread Christian Hesse
Date: Wednesday, November 22, 2017 @ 21:41:59
  Author: eworm
Revision: 268110

archrelease: copy trunk to community-x86_64

Added:
  wireguard/repos/community-x86_64/PKGBUILD
(from rev 268109, wireguard/trunk/PKGBUILD)
Deleted:
  wireguard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 21:41:44 UTC (rev 268109)
+++ PKGBUILD2017-11-22 21:41:59 UTC (rev 268110)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.2017
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('d9347786a9406ac276d86321ca64aadb1f0639cb0582c6e0519c634cf6e81157')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-x86_64/PKGBUILD (from rev 268109, 
wireguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 21:41:59 UTC (rev 268110)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20171122
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('c52f0694f4e11129a80b60a0d2fe75729f1ad39e3fe4e3ee569629ff21e3ed89')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+


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

2017-11-22 Thread Christian Hesse
Date: Wednesday, November 22, 2017 @ 21:41:44
  Author: eworm
Revision: 268109

upgpkg: wireguard 0.0.20171122-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 21:14:55 UTC (rev 268108)
+++ PKGBUILD2017-11-22 21:41:44 UTC (rev 268109)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.2017
+pkgver=0.0.20171122
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('d9347786a9406ac276d86321ca64aadb1f0639cb0582c6e0519c634cf6e81157')
+sha256sums=('c52f0694f4e11129a80b60a0d2fe75729f1ad39e3fe4e3ee569629ff21e3ed89')
 
 prepare() {
cd WireGuard-${pkgver}/


[arch-commits] Commit in linux-hardened/repos/community-x86_64 (10 files)

2017-11-22 Thread Levente Polyak
Date: Wednesday, November 22, 2017 @ 21:14:55
  Author: anthraxx
Revision: 268108

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 268107, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 268107, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 268107, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 268107, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 268107, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  586 +-
 config.x86_64 |16326 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8508 insertions(+), 8508 deletions(-)

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


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

2017-11-22 Thread Levente Polyak
Date: Wednesday, November 22, 2017 @ 21:14:45
  Author: anthraxx
Revision: 268107

upgpkg: linux-hardened 4.13.15.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:58:05 UTC (rev 268106)
+++ PKGBUILD2017-11-22 21:14:45 UTC (rev 268107)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.13
-_pkgver=4.13.14
+_pkgver=4.13.15
 pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'f6d10bf6569f433b8ad6eef54acb395bf15990b709ee34c7a82a95829acaa917'
+'110744f7ecf675153a1d6b6a622f6dd58a2e4615c36fae61dd846316bfd51c90'
 'SKIP'
 '55c33fc33c9505d8cb3898f5cb5a1da0036e80c0e6247bdd2a3ea783f826cfc9'
 'SKIP'


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

2017-11-22 Thread Gaëtan Bisson
Date: Wednesday, November 22, 2017 @ 19:59:24
  Author: bisson
Revision: 310720

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

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

--+
 /PKGBUILD|   67 +
 /install |   41 +
 core-x86_64/PKGBUILD |   67 -
 core-x86_64/install  |   41 -
 4 files changed, 108 insertions(+), 108 deletions(-)

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

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 310719, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2017-11-22 19:59:24 UTC (rev 310720)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+checkdepends=('openssh')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('cbd37105d139f7aa74f92b6f65d136658682094b0e308666b820ae4b984084b4'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+

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

2017-11-22 Thread Jan Steffens
Date: Wednesday, November 22, 2017 @ 19:39:18
  Author: heftig
Revision: 310719

Add mailcap

Added:
  mailcap/
  mailcap/repos/
  mailcap/trunk/


[arch-commits] Commit in jbig2dec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Gaëtan Bisson
Date: Wednesday, November 22, 2017 @ 19:29:21
  Author: bisson
Revision: 310718

archrelease: copy trunk to extra-x86_64

Added:
  jbig2dec/repos/extra-x86_64/PKGBUILD
(from rev 310717, jbig2dec/trunk/PKGBUILD)
Deleted:
  jbig2dec/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 19:28:49 UTC (rev 310717)
+++ PKGBUILD2017-11-22 19:29:21 UTC (rev 310718)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann 
-
-pkgname=jbig2dec
-pkgver=0.13
-pkgrel=1
-pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='http://www.ghostscript.com/jbig2dec.html'
-arch=('x86_64' 'i686')
-license=('GPL3')
-depends=('libpng')
-source=("http://downloads.ghostscript.com/public/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('d7b07ef308e95dc44a83f2193ca4f445630e6355')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: jbig2dec/repos/extra-x86_64/PKGBUILD (from rev 310717, 
jbig2dec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 19:29:21 UTC (rev 310718)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann 
+
+pkgname=jbig2dec
+pkgver=0.14
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://artifex.com/developers-ghostscript-jbig2dec/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2017-11-22 Thread Gaëtan Bisson
Date: Wednesday, November 22, 2017 @ 19:28:49
  Author: bisson
Revision: 310717

upstream update

Modified:
  jbig2dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:56:37 UTC (rev 310716)
+++ PKGBUILD2017-11-22 19:28:49 UTC (rev 310717)
@@ -4,15 +4,15 @@
 # Contributor: Stefan Husmann 
 
 pkgname=jbig2dec
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='http://www.ghostscript.com/jbig2dec.html'
+url='https://artifex.com/developers-ghostscript-jbig2dec/'
 arch=('x86_64')
 license=('GPL3')
 depends=('libpng')
-source=("http://downloads.ghostscript.com/public/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('5aaca0070992cc2e971e3bb2338ee749495613dcecab4c868fc547b4148f5311')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:52:39
  Author: arojas
Revision: 268097

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
268096, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:52:39 UTC (rev 268097)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.4.4
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('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=('f6404d63975781004aac7337dc9acaad3d7860ad991827807ee214671f9284e97589c58b35a4209f61a7e36b32f84a0cb947ade3f2d5c6e95b35b36c1606518c')
+
+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 deepin-file-manager/trunk (PKGBUILD)

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:52:12
  Author: arojas
Revision: 268096

Qt 5.9.3 rebuild

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:45:30 UTC (rev 268095)
+++ PKGBUILD2017-11-22 18:52:12 UTC (rev 268096)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.4.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:45:04
  Author: arojas
Revision: 268094

Qt 5.9.3 rebuild

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:42:34 UTC (rev 268093)
+++ PKGBUILD2017-11-22 18:45:04 UTC (rev 268094)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-qt5dxcb-plugin
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5dxcb-plugin;


[arch-commits] Commit in deepin-qt5dxcb-plugin/repos (2 files)

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:45:30
  Author: arojas
Revision: 268095

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt5dxcb-plugin/repos/community-staging-x86_64/
  deepin-qt5dxcb-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 268094, deepin-qt5dxcb-plugin/trunk/PKGBUILD)

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

Copied: deepin-qt5dxcb-plugin/repos/community-staging-x86_64/PKGBUILD (from rev 
268094, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:45:30 UTC (rev 268095)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin;
+license=('GPL3')
+depends=('qt5-x11extras')
+makedepends=('qt5-xcb-private-headers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
+sha512sums=('dffea2608764bbf3252787b3826793165fe7feb93cbc9acae097f083e954068ffe3869ef8d99623cb50892862a835c4b98f6d42f428feb69018d1e0a86d1aa12')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:42:06
  Author: arojas
Revision: 268092

Qt 5.9.3 rebuild

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:37:04 UTC (rev 268091)
+++ PKGBUILD2017-11-22 18:42:06 UTC (rev 268092)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.2.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:42:34
  Author: arojas
Revision: 268093

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt5integration/repos/community-staging-x86_64/
  deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD
(from rev 268092, deepin-qt5integration/trunk/PKGBUILD)

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

Copied: deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD (from rev 
268092, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:42:34 UTC (rev 268093)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.8.1
+pkgrel=2
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins' 'deepin-qt5dxcb-plugin')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;)
+sha512sums=('871fb2f424823cc97ac5bd13af18540228e9b10e911c6c5a6ed19a9ba0e0d21223182fde5dbb1e4b8830b4e0993f51c9f40c5a145ea458fb811b106df2e3c3cd')
+
+prepare() {
+  cd qt5integration-$pkgver
+  sed -i 's|qt5xdgiconloader/2.0.0|qt5xdgiconloader/3.1.0|' 
platformthemeplugin/main.cpp
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:37:04
  Author: arojas
Revision: 268091

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dtkwidget/repos/community-staging-x86_64/PKGBUILD (from rev 268090, 
dtkwidget/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:37:04 UTC (rev 268091)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.5.1
+pkgrel=2
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' '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=('759c2b8784468fff5a168abfdca19e0104af4d35ed34fd7b7bec57a4697665912e16b359dfa79206e3976e7e81fb39131dd754db8256bf9983d97460e49b1441')
+
+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-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:36:35
  Author: arojas
Revision: 268090

Qt 5.9.3 rebuild

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:33:21 UTC (rev 268089)
+++ PKGBUILD2017-11-22 18:36:35 UTC (rev 268090)
@@ -5,7 +5,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:33:21
  Author: arojas
Revision: 268089

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dtkwm/repos/community-staging-x86_64/PKGBUILD (from rev 268088, 
dtkwm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:33:21 UTC (rev 268089)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.5
+pkgrel=2
+pkgdesc='Deepin Tool Kit Wm'
+arch=('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=('a0bddf37d02a5103cdabaf3e4353752a98c4f71b934eb39624fff2c9bf1e45f38f51ecc90b6e4d60f7bf5299e8c1bf35b740e46d458d1acabd8e3f24bfd414aa')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:33:01
  Author: arojas
Revision: 268088

Qt 5.9.3 rebuild

Modified:
  dtkwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:32:35 UTC (rev 268087)
+++ PKGBUILD2017-11-22 18:33:01 UTC (rev 268088)
@@ -5,7 +5,7 @@
 
 pkgname=dtkwm
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Tool Kit Wm'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwm;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:32:35
  Author: arojas
Revision: 268087

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: fcitx-qt5/repos/community-staging-x86_64/PKGBUILD (from rev 268086, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:32:35 UTC (rev 268087)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('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=('2e8b551f5247a2268228d0e3b7b8a185bb834f413d5d9048ee965b69a53c70dbe45490869971434a926c304dc3d9636eaf903cd0f477d782ffe4aea79291d9cb')
+
+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-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:32:07
  Author: arojas
Revision: 268086

Qt 5.9.3 rebuild

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:29:45 UTC (rev 268085)
+++ PKGBUILD2017-11-22 18:32:07 UTC (rev 268086)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-qt5
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-qt5;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:29:45
  Author: arojas
Revision: 268085

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 268084, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 268084, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   39 +++
 rebuild.list |1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 268084, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:29:45 UTC (rev 268085)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("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;
+)
+sha256sums=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 268084, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2017-11-22 18:29:45 UTC (rev 
268085)
@@ -0,0 +1 @@
+deepin-qt5integration


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:29:21
  Author: arojas
Revision: 268084

Qt 5.9.3 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:28:37 UTC (rev 268083)
+++ PKGBUILD2017-11-22 18:29:21 UTC (rev 268084)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:28:37
  Author: arojas
Revision: 268083

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   30 ++
 install.sh |   20 
 2 files changed, 50 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
268082, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:28:37 UTC (rev 268083)
@@ -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=3
+arch=('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=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
+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 
268082, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2017-11-22 18:28:37 UTC (rev 268083)
@@ -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
+}


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:28:16
  Author: arojas
Revision: 268082

Qt 5.9.3 rebuild

Modified:
  qt5-styleplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:27:02 UTC (rev 268081)
+++ PKGBUILD2017-11-22 18:28:16 UTC (rev 268082)
@@ -6,13 +6,13 @@
 pkgver=5.0.0.20170311
 _commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
 pkgdesc='Additional style plugins for Qt5'
-pkgrel=2
+pkgrel=3
 arch=('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')
+sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
 install='install.sh'
 
 build() {


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:27:02
  Author: arojas
Revision: 268081

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   40 +++
 skrooge.changelog |  107 
 skrooge.install   |   11 +
 3 files changed, 158 insertions(+)

Copied: skrooge/repos/community-staging-x86_64/PKGBUILD (from rev 268080, 
skrooge/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:27:02 UTC (rev 268081)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.10.5
+pkgrel=2
+pkgdesc="A personal finances manager for KDE"
+arch=('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=('56a0124dec34e6e96a5e71ff0e825a7ec79f32a69ef0ccdc5f0f9b753d8c3eb0'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: skrooge/repos/community-staging-x86_64/skrooge.changelog (from rev 
268080, skrooge/trunk/skrooge.changelog)
===
--- community-staging-x86_64/skrooge.changelog  (rev 0)
+++ community-staging-x86_64/skrooge.changelog  2017-11-22 18:27:02 UTC (rev 
268081)
@@ -0,0 +1,107 @@
+2017-11-09 Jaroslav Lichtblau 
+   * skrooge 2.10.5-1
+
+2017-11-05 Jaroslav Lichtblau 
+   * skrooge 2.10.3-1
+
+2017-10-11 Jaroslav Lichtblau 
+   * skrooge 2.9.0-1
+
+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 
+   * skrooge 1.12.0-1
+
+2015-04-18 Jaroslav Lichtblau 
+   * skrooge 1.11.0-1
+
+2014-10-30 Jaroslav Lichtblau 
+   * skrooge 1.10.0-1
+
+2014-04-18 Jaroslav Lichtblau 
+   * skrooge 1.9.0-1
+
+2013-12-23 Jaroslav Lichtblau 
+   * 

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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:26:35
  Author: arojas
Revision: 268080

Qt 5.9.3 rebuild

Modified:
  skrooge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:09:02 UTC (rev 268079)
+++ PKGBUILD2017-11-22 18:26:35 UTC (rev 268080)
@@ -6,7 +6,7 @@
 
 pkgname=skrooge
 pkgver=2.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A personal finances manager for KDE"
 arch=('x86_64')
 url="http://skrooge.org/;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:17:39
  Author: arojas
Revision: 310678

archrelease: copy trunk to staging-x86_64

Added:
  qt5-webkit/repos/staging-x86_64/
  qt5-webkit/repos/staging-x86_64/PKGBUILD
(from rev 310677, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch
(from rev 310677, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-null-pointer-dereference.patch
(from rev 310677, 
qt5-webkit/trunk/qt5-webkit-null-pointer-dereference.patch)

---+
 PKGBUILD  |   72 
 qt5-webkit-gcc7.patch |   34 +
 qt5-webkit-null-pointer-dereference.patch |   17 ++
 3 files changed, 123 insertions(+)

Copied: qt5-webkit/repos/staging-x86_64/PKGBUILD (from rev 310677, 
qt5-webkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-11-22 18:17:39 UTC (rev 310678)
@@ -0,0 +1,72 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=10
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
+qt5-webkit-gcc7.patch
+qt5-webkit-null-pointer-dereference.patch
+
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
+
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;
+
qt5-webkit-cmake3.10.patch::"https://github.com/annulen/webkit/commit/f51554bf.patch;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
+'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720'
+'510e1f78c2bcd76909703a097dbc1d5c9c6ce4cd94883c26138f09cc10121f43'
+'bd22bd7842d5ad1cb1f5a4b6acb2674509732274d5f9dc51943144dff76996ae'
+'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3'
+'b4e6c85fcb062e7cc141b0e34977bcc4f9c8677c773fc4b310151b85f51e7189')
+
+prepare() {
+  mkdir -p build
+
+# Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
+  cd qtwebkit-$_qtver
+  patch -p1 -i ../qt5-webkit-gcc7.patch
+# Fix layout issues in trojita https://github.com/annulen/webkit/issues/511
+  patch -p1 -i ../qt5-webkit-trojita-1.patch
+  patch -p1 -i ../qt5-webkit-trojita-2.patch
+# Fix null point dereference (Fedora) 
https://github.com/annulen/webkit/issues/573
+  patch -p1 -i ../qt5-webkit-null-pointer-dereference.patch
+# Fix build with cmake 3.10
+  patch -p1 -i ../qt5-webkit-cmake3.10.patch
+}
+
+build() {
+  cd build
+
+  cmake ../qtwebkit-$_qtver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt \
+-DENABLE_TOOLS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix pkgconfig files
+  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+}

Copied: qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch (from rev 310677, 
qt5-webkit/trunk/qt5-webkit-gcc7.patch)
===
--- staging-x86_64/qt5-webkit-gcc7.patch(rev 0)
+++ staging-x86_64/qt5-webkit-gcc7.patch2017-11-22 18:17:39 UTC (rev 
310678)
@@ -0,0 +1,34 @@
+diff -u -r webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h 
webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h
+--- webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h  2017-02-20 
17:20:15.0 +0100
 webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h 2017-06-27 
13:13:57.801527350 +0200
+@@ -581,29 +581,7 @@
+ // FIXME: Does this really belong in StringImpl?
+ template  

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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:17:12
  Author: arojas
Revision: 310677

Qt 5.9.3 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:16:38 UTC (rev 310676)
+++ PKGBUILD2017-11-22 18:17:12 UTC (rev 310677)
@@ -6,7 +6,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=9
+pkgrel=10
 arch=(x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)
@@ -22,12 +22,14 @@
 qt5-webkit-gcc7.patch
 qt5-webkit-null-pointer-dereference.patch
 
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
-
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;)
+
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;
+
qt5-webkit-cmake3.10.patch::"https://github.com/annulen/webkit/commit/f51554bf.patch;)
 sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
 'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720'
 '510e1f78c2bcd76909703a097dbc1d5c9c6ce4cd94883c26138f09cc10121f43'
 'bd22bd7842d5ad1cb1f5a4b6acb2674509732274d5f9dc51943144dff76996ae'
-'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3')
+'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3'
+'b4e6c85fcb062e7cc141b0e34977bcc4f9c8677c773fc4b310151b85f51e7189')
 
 prepare() {
   mkdir -p build
@@ -40,6 +42,8 @@
   patch -p1 -i ../qt5-webkit-trojita-2.patch
 # Fix null point dereference (Fedora) 
https://github.com/annulen/webkit/issues/573
   patch -p1 -i ../qt5-webkit-null-pointer-dereference.patch
+# Fix build with cmake 3.10
+  patch -p1 -i ../qt5-webkit-cmake3.10.patch
 }
 
 build() {


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 17:16:38
  Author: arojas
Revision: 310676

archrelease: copy trunk to staging-x86_64

Added:
  pyqt5/repos/staging-x86_64/
  pyqt5/repos/staging-x86_64/PKGBUILD
(from rev 310675, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/staging-x86_64/pyqt-support-new-qt.patch
(from rev 310675, pyqt5/trunk/pyqt-support-new-qt.patch)

---+
 PKGBUILD  |  126 
 pyqt-support-new-qt.patch |   12 
 2 files changed, 138 insertions(+)

Copied: pyqt5/repos/staging-x86_64/PKGBUILD (from rev 310675, 
pyqt5/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-11-22 17:16:38 UTC (rev 310676)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
+pkgver=5.9.1
+pkgrel=2
+arch=('x86_64')
+url="http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
+ 'python2-dbus' 'python-dbus' 'qt5-connectivity'
+ 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
+ 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
+sha512sums=('1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac'
+
'5e47d6729766365097e734e15bd23a4fa56f79a259241dab46a8f266e9f3fd18dfbe94fe3eeb229669abd41acb02b0b05087082986f835778acd6b0e7565672f')
+
+prepare() {
+  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
+  pushd PyQt5_gpl-$pkgver
+  patch -p1 -i ../pyqt-support-new-qt.patch
+  popd
+
+  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
+  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
+
+  cp -a PyQt5_gpl-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyQt5_gpl-$pkgver
+  python configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
+  python2 configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt5-common(){
+  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
+  depends=('qt5-base')
+
+  cd PyQt5_gpl-$pkgver
+  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
+
+  install -d "$pkgdir"/usr/share/sip/PyQt5
+  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
+}
+
+package_python-pyqt5(){
+  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
+  depends=('python-sip' 'pyqt5-common')
+  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort'
+  'qt5-websockets: QtWebSockets'
+  'qt5-connectivity: QtNfc, QtBluetooth'
+  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
+  'qt5-x11extras: QtX11Extras')
+
+  cd PyQt5_gpl-$pkgver
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
+
+  # Provided by pyqt-common
+  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
+}
+
+package_python2-pyqt5(){
+  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
+  depends=('python2-sip' 'pyqt5-common')
+  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: 

[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 17:16:12
  Author: arojas
Revision: 310675

Qt 5.9.3 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |6 +++---
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:13:31 UTC (rev 310674)
+++ PKGBUILD2017-11-22 17:16:12 UTC (rev 310675)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.9.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -18,12 +18,12 @@
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
 
sha512sums=('1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac'
-
'd5a5550aa5d94a49398ef4f1e7d7f7c752d210bfa02913820d5a5db83a8ab79d0fb9cc3458a2a630cf3e46f3376f47bd4fedcd66fe0309c8a3548f23e0e04a2b')
+
'5e47d6729766365097e734e15bd23a4fa56f79a259241dab46a8f266e9f3fd18dfbe94fe3eeb229669abd41acb02b0b05087082986f835778acd6b0e7565672f')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
   pushd PyQt5_gpl-$pkgver
-  # patch -p1 -i ../pyqt-support-new-qt.patch
+  patch -p1 -i ../pyqt-support-new-qt.patch
   popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2017-11-22 17:13:31 UTC (rev 310674)
+++ pyqt-support-new-qt.patch   2017-11-22 17:16:12 UTC (rev 310675)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:09:02
  Author: anatolik
Revision: 268079

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 268078, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:08:31 UTC (rev 268078)
+++ PKGBUILD2017-11-22 17:09:02 UTC (rev 268079)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('6c06c4bcfd0d1b1bb3ddf5d38551c1072d6bc085')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 268078, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:09:02 UTC (rev 268079)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6dd95be1f4ac09689af9a42878b14762bebef0d3')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:08:31
  Author: anatolik
Revision: 268078

upgpkg: ruby-gtk2 3.2.1-1

upgpkg: ruby-gtk2 3.2.1-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:07:44 UTC (rev 268077)
+++ PKGBUILD2017-11-22 17:08:31 UTC (rev 268078)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('6c06c4bcfd0d1b1bb3ddf5d38551c1072d6bc085')
+sha1sums=('6dd95be1f4ac09689af9a42878b14762bebef0d3')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:07:44
  Author: anatolik
Revision: 268077

archrelease: copy trunk to community-x86_64

Added:
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 268076, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:07:12 UTC (rev 268076)
+++ PKGBUILD2017-11-22 17:07:44 UTC (rev 268077)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('573d1eabf4eaa0e0ddb6272fcc86166adfba7e7d')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 268076, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:07:44 UTC (rev 268077)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('e8cb9dc86c4132479741247eea1f8a31011b83ec')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:07:12
  Author: anatolik
Revision: 268076

upgpkg: ruby-pango 3.2.1-1

upgpkg: ruby-pango 3.2.1-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:06:48 UTC (rev 268075)
+++ PKGBUILD2017-11-22 17:07:12 UTC (rev 268076)
@@ -3,7 +3,7 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('573d1eabf4eaa0e0ddb6272fcc86166adfba7e7d')
+sha1sums=('e8cb9dc86c4132479741247eea1f8a31011b83ec')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-cairo-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:06:48
  Author: anatolik
Revision: 268075

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 268074, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:06:16 UTC (rev 268074)
+++ PKGBUILD2017-11-22 17:06:48 UTC (rev 268075)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('0a6b60410aa068db51cc6b4dca295ae40501b4c1')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 268074, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:06:48 UTC (rev 268075)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('1414467168f8e79fd7f756df8854c9e64b47d08e')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-cairo-gobject/trunk (PKGBUILD)

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:06:16
  Author: anatolik
Revision: 268074

upgpkg: ruby-cairo-gobject 3.2.1-1

upgpkg: ruby-cairo-gobject 3.2.1-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:05:57 UTC (rev 268073)
+++ PKGBUILD2017-11-22 17:06:16 UTC (rev 268074)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('0a6b60410aa068db51cc6b4dca295ae40501b4c1')
+sha1sums=('1414467168f8e79fd7f756df8854c9e64b47d08e')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:05:57
  Author: anatolik
Revision: 268073

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 268072, ruby-gdk_pixbuf2/trunk/PKGBUILD)
Deleted:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:05:26 UTC (rev 268072)
+++ PKGBUILD2017-11-22 17:05:57 UTC (rev 268073)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('f001dbf2d2c32841c5aab0d62eeaa174f3d20148')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 268072, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:05:57 UTC (rev 268073)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('784c29dda717e2f72c8e9344c67bb06e9f5e52b0')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:05:06
  Author: anatolik
Revision: 268071

archrelease: copy trunk to community-x86_64

Added:
  ruby-gio2/repos/community-x86_64/PKGBUILD
(from rev 268070, ruby-gio2/trunk/PKGBUILD)
Deleted:
  ruby-gio2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:04:35 UTC (rev 268070)
+++ PKGBUILD2017-11-22 17:05:06 UTC (rev 268071)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('b23c1daacd35744c9b1fd2fcf2c8b937f2cf8530')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 268070, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:05:06 UTC (rev 268071)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('69a7d8ed26ec5d8d5240cf3444e23710c2006b50')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:05:26
  Author: anatolik
Revision: 268072

upgpkg: ruby-gdk_pixbuf2 3.2.1-1

upgpkg: ruby-gdk_pixbuf2 3.2.1-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:05:06 UTC (rev 268071)
+++ PKGBUILD2017-11-22 17:05:26 UTC (rev 268072)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('f001dbf2d2c32841c5aab0d62eeaa174f3d20148')
+sha1sums=('784c29dda717e2f72c8e9344c67bb06e9f5e52b0')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/repos/community-x86_64 (2 files)

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:04:16
  Author: anatolik
Revision: 268069

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 268068, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:03:45 UTC (rev 268068)
+++ PKGBUILD2017-11-22 17:04:16 UTC (rev 268069)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('ce9926c87066dc1174be45ccd207427c402fa616')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
268068, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:04:16 UTC (rev 268069)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('0afd1f3fcfed20d8dde5799605553bd4d23c6811')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:04:35
  Author: anatolik
Revision: 268070

upgpkg: ruby-gio2 3.2.1-1

upgpkg: ruby-gio2 3.2.1-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:04:16 UTC (rev 268069)
+++ PKGBUILD2017-11-22 17:04:35 UTC (rev 268070)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('b23c1daacd35744c9b1fd2fcf2c8b937f2cf8530')
+sha1sums=('69a7d8ed26ec5d8d5240cf3444e23710c2006b50')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:03:45
  Author: anatolik
Revision: 268068

upgpkg: ruby-gobject-introspection 3.2.1-1

upgpkg: ruby-gobject-introspection 3.2.1-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:03:25 UTC (rev 268067)
+++ PKGBUILD2017-11-22 17:03:45 UTC (rev 268068)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('ce9926c87066dc1174be45ccd207427c402fa616')
+sha1sums=('0afd1f3fcfed20d8dde5799605553bd4d23c6811')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:03:25
  Author: anatolik
Revision: 268067

archrelease: copy trunk to community-x86_64

Added:
  ruby-atk/repos/community-x86_64/PKGBUILD
(from rev 268066, ruby-atk/trunk/PKGBUILD)
Deleted:
  ruby-atk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:02:54 UTC (rev 268066)
+++ PKGBUILD2017-11-22 17:03:25 UTC (rev 268067)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('4a20881a174c48771520814b59ad2c551b442d3f')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-atk/repos/community-x86_64/PKGBUILD (from rev 268066, 
ruby-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 17:03:25 UTC (rev 268067)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('9d82cb7612be104b06cedffa5c533cd8b1e537d8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:02:54
  Author: anatolik
Revision: 268066

upgpkg: ruby-atk 3.2.1-1

upgpkg: ruby-atk 3.2.1-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:02:37 UTC (rev 268065)
+++ PKGBUILD2017-11-22 17:02:54 UTC (rev 268066)
@@ -3,7 +3,7 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('4a20881a174c48771520814b59ad2c551b442d3f')
+sha1sums=('9d82cb7612be104b06cedffa5c533cd8b1e537d8')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-glib2/repos/community-x86_64 (4 files)

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:02:37
  Author: anatolik
Revision: 268065

archrelease: copy trunk to community-x86_64

Added:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 268064, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 268064, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

+
 0001-glib2-support-GLib-2.44.patch |   76 +--
 PKGBUILD   |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: 0001-glib2-support-GLib-2.44.patch
===
--- 0001-glib2-support-GLib-2.44.patch  2017-11-22 17:02:08 UTC (rev 268064)
+++ 0001-glib2-support-GLib-2.44.patch  2017-11-22 17:02:37 UTC (rev 268065)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch 
(from rev 268064, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- 0001-glib2-support-GLib-2.44.patch  (rev 0)
+++ 0001-glib2-support-GLib-2.44.patch  2017-11-22 17:02:37 UTC (rev 268065)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 17:02:08 UTC (rev 268064)
+++ PKGBUILD2017-11-22 17:02:37 UTC (rev 268065)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby glib2 ruby-pkg-config ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('15281e6b605b60044ca7c670fbd588c980c6e456')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-glib2/repos/community-x86_64/PKGBUILD (from rev 268064, 
ruby-glib2/trunk/PKGBUILD)

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

2017-11-22 Thread Anatol Pomozov
Date: Wednesday, November 22, 2017 @ 17:02:08
  Author: anatolik
Revision: 268064

upgpkg: ruby-glib2 3.2.1-1

upgpkg: ruby-glib2 3.2.1-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 16:51:31 UTC (rev 268063)
+++ PKGBUILD2017-11-22 17:02:08 UTC (rev 268064)
@@ -3,7 +3,7 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('15281e6b605b60044ca7c670fbd588c980c6e456')
+sha1sums=('abd0ef246ff56455786452ffd7a0f4b0235ff063')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


  1   2   3   4   >