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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:25:34
  Author: anthraxx
Revision: 487464

archrelease: copy trunk to community-x86_64

Added:
  radare2-cutter/repos/community-x86_64/PKGBUILD
(from rev 487463, radare2-cutter/trunk/PKGBUILD)
Deleted:
  radare2-cutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 23:25:29 UTC (rev 487463)
+++ PKGBUILD2019-07-04 23:25:34 UTC (rev 487464)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
-
-pkgname=radare2-cutter
-_gitcommit=5390a7d173a37310cb3c8997581b1d9db0d0433b
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
-url='https://github.com/radareorg/cutter'
-arch=('x86_64')
-license=('GPL3')
-depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter')
-makedepends=('git' 'cmake')
-source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git tag -d deploy-test-pancake>/dev/null 2>&1||true
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  mkdir -p ${pkgname}/build
-  cd ${pkgname}/build
-  qmake ../src/Cutter.pro
-  make
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
-  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
-  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2-cutter/repos/community-x86_64/PKGBUILD (from rev 487463, 
radare2-cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 23:25:34 UTC (rev 487464)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=2feb8d1280895d1a72ff467ad8b77fda7c21ab1d
+pkgver=2feb8d12
+pkgrel=1
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags --match 'v.*' | sed 
's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  qmake ../src/Cutter.pro
+  make
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:25:29
  Author: anthraxx
Revision: 487463

upgpkg: radare2-cutter 2feb8d12-1

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 23:14:46 UTC (rev 487462)
+++ PKGBUILD2019-07-04 23:25:29 UTC (rev 487463)
@@ -2,8 +2,8 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=radare2-cutter
-_gitcommit=5390a7d173a37310cb3c8997581b1d9db0d0433b
-pkgver=1.8.2
+_gitcommit=2feb8d1280895d1a72ff467ad8b77fda7c21ab1d
+pkgver=2feb8d12
 pkgrel=1
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
@@ -16,8 +16,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git tag -d deploy-test-pancake>/dev/null 2>&1||true
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --always --tags --match 'v.*' | sed 
's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 build() {


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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:14:42
  Author: anthraxx
Revision: 487461

upgpkg: sqlmap 1.3.7-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 23:04:56 UTC (rev 487460)
+++ PKGBUILD2019-07-04 23:14:42 UTC (rev 487461)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,8 +12,8 @@
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('265378d93d4f3a025ebdfd5e502a67b4c03d14d66381615c4f4f12e63670bdd4')
-sha512sums=('bf1b0e3422e979e34c36014c8dadf2d64aec95810ceb3f1fce11231d3b11026b3575f8f390ac6dab4ff8695f74f19cd0373cb91b63ae15978c6d3cc9487e5db5')
+sha256sums=('f9fdd1c5be1b9f4c945c01aca6e986088e8d7e7349013198a9f957724c7995c0')
+sha512sums=('0d1cfe7dabb3d53d380fd3ad5a69948e3fabd11578bb001672adf2c7a76b0a164f723f17454bc1984a7dfc28a4de9cd50c7593ba44c7ff1e50990bc8e2340cb4')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:14:46
  Author: anthraxx
Revision: 487462

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 487461, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 23:14:42 UTC (rev 487461)
+++ PKGBUILD2019-07-04 23:14:46 UTC (rev 487462)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python2' 'sh')
-backup=('etc/sqlmap.conf')
-source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('265378d93d4f3a025ebdfd5e502a67b4c03d14d66381615c4f4f12e63670bdd4')
-sha512sums=('bf1b0e3422e979e34c36014c8dadf2d64aec95810ceb3f1fce11231d3b11026b3575f8f390ac6dab4ff8695f74f19cd0373cb91b63ae15978c6d3cc9487e5db5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 487461, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 23:14:46 UTC (rev 487462)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python2' 'sh')
+backup=('etc/sqlmap.conf')
+source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f9fdd1c5be1b9f4c945c01aca6e986088e8d7e7349013198a9f957724c7995c0')
+sha512sums=('0d1cfe7dabb3d53d380fd3ad5a69948e3fabd11578bb001672adf2c7a76b0a164f723f17454bc1984a7dfc28a4de9cd50c7593ba44c7ff1e50990bc8e2340cb4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:12:21
  Author: anthraxx
Revision: 357314

upgpkg: vim 8.1.1635-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 20:36:37 UTC (rev 357313)
+++ PKGBUILD2019-07-04 23:12:21 UTC (rev 357314)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.1616
+pkgver=8.1.1635
 _versiondir=81
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('a06daa2b5a5715177be0852721fee9e1b2c1ba19ce03704f8f8d1db18f2e1978'
+sha256sums=('481ce93c656a4677e2e2a883c80375501ff0f629df9d17c008a9650c776fffcf'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('502c75d4c330ba37652bb4043594d91c6833d89263043680649bbffa4c37cf83c65aaed80aaa819b8adc03945017b09421f18c11f9b309b06747473bfb2969ba'
+sha512sums=('41b79ff52438ecbf56366696d3a12d34531a835b64d2ea809597797531950f2f8eb73d753375d23e1411631afaa3f9413fad8af7b0a1fed1532a1714ec1dbb4b'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:12:28
  Author: anthraxx
Revision: 357315

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 357314, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 357314, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 357314, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 357314, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  420 
 archlinux.vim |   92 ++--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 285 insertions(+), 285 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 23:12:21 UTC (rev 357314)
+++ PKGBUILD2019-07-04 23:12:28 UTC (rev 357315)
@@ -1,210 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.1616
-_versiondir=81
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('a06daa2b5a5715177be0852721fee9e1b2c1ba19ce03704f8f8d1db18f2e1978'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('502c75d4c330ba37652bb4043594d91c6833d89263043680649bbffa4c37cf83c65aaed80aaa819b8adc03945017b09421f18c11f9b309b06747473bfb2969ba'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --disable-canberra
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --enable-canberra
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
- 

[arch-commits] Commit in teamspeak3-server/repos/community-x86_64 (10 files)

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:04:56
  Author: anthraxx
Revision: 487460

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
(from rev 487459, teamspeak3-server/trunk/PERMISSION.eml)
  teamspeak3-server/repos/community-x86_64/PKGBUILD
(from rev 487459, teamspeak3-server/trunk/PKGBUILD)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
(from rev 487459, teamspeak3-server/trunk/teamspeak3-server.ini)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
(from rev 487459, teamspeak3-server/trunk/teamspeak3-server.install)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service
(from rev 487459, teamspeak3-server/trunk/teamspeak3-server.service)
Deleted:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
  teamspeak3-server/repos/community-x86_64/PKGBUILD
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service

---+
 PKGBUILD  |  114 ++--
 teamspeak3-server.ini |   56 ++---
 teamspeak3-server.install |   12 ++--
 teamspeak3-server.service |   62 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3-server/repos/community-x86_64/PERMISSION.eml (from rev 
487459, teamspeak3-server/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 23:04:49 UTC (rev 487459)
+++ PKGBUILD2019-07-04 23:04:56 UTC (rev 487460)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nyyu 
-# Contributor: Malte Rabenseifner 
-# Contributor: EnteEnteEnte 
-
-pkgname=teamspeak3-server
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
-url='https://www.teamspeak.com/en/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('mariadb-connector-c: for MariaDB backend')
-backup=(etc/teamspeak3-server.ini
-etc/tsdns_settings.ini)
-install=teamspeak3-server.install
-source=(teamspeak3-server.ini
-teamspeak3-server.service
-PERMISSION.eml)
-source_i686=(https://files.teamspeak-services.com/releases/server/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(https://files.teamspeak-services.com/releases/server/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
-sha256sums=('3739925771a878ded7b4e30c70fa47ea9aa20c2e10a222612e33128637534537'
-'73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
-'98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('4b945e9216b7627b015b47b6233f3a55c74e4d74701ae0aecf88f811fa098e99')
-
-if [ "${CARCH}" == "x86_64" ]; then
-  _TSARCH='amd64'
-elif [ "${CARCH}" == "i686" ]; then
-  _TSARCH='x86'
-fi
-
-package() {
-  install -Dm 644 teamspeak3-server.ini -t "${pkgdir}/etc"
-  install -Dm 644 
teamspeak3-server_linux_${_TSARCH}/tsdns/tsdns_settings.ini.sample 
"${pkgdir}/etc/tsdns_settings.ini"
-  install -Dm 644 teamspeak3-server.service -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/ts3server -t 
"${pkgdir}/usr/bin"
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/tsdns/tsdnsserver -t 
"${pkgdir}/usr/bin"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/*.so -t 
"${pkgdir}/usr/lib"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/LICENSE -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/doc/teamspeak3-server" \
-"${pkgdir}/usr/share/teamspeak3-server"
-
-  cp -a teamspeak3-server_linux_${_TSARCH}/doc 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/serverquerydocs 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/sql 
"${pkgdir}/usr/share/teamspeak3-server"
-
-  find "${pkgdir}/usr/share/teamspeak3-server" -type d -exec chmod 755 {} \;
-  find "${pkgdir}/usr/share/teamspeak3-server" -type f -exec chmod 644 {} \;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type d -exec chmod 755 {} 
\;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type f -exec chmod 644 {} 
\;
-}
-
-# vim: ts=2 sw=2 et:

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 487459, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 23:04:56 UTC (rev 487460)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# 

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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:04:49
  Author: anthraxx
Revision: 487459

upgpkg: teamspeak3-server 3.9.1-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 23:03:00 UTC (rev 487458)
+++ PKGBUILD2019-07-04 23:04:49 UTC (rev 487459)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.9.0
+pkgver=3.9.1
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -23,7 +23,7 @@
 sha256sums=('3739925771a878ded7b4e30c70fa47ea9aa20c2e10a222612e33128637534537'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('4b945e9216b7627b015b47b6233f3a55c74e4d74701ae0aecf88f811fa098e99')
+sha256sums_x86_64=('0a0497d6a8e5f3f48e10db8f89875286d6aa3388f171f828cf5d426cf305f16f')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:02:53
  Author: anthraxx
Revision: 487457

upgpkg: pgadmin4 4.10-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 22:58:34 UTC (rev 487456)
+++ PKGBUILD2019-07-04 23:02:53 UTC (rev 487457)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -28,7 +28,7 @@
 config_local.py
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('1922378061d706f43a47c806ccd0b67d5c0830353a5931ac8d4d929b9a3dc87cfd7a5b75cfb2e12d6564ba457471c22c7c6065278143cacf434c8919c5dabba4'
+sha512sums=('b7f91d85fdc39766a294d9b66e8539f709b99f971726551d013345595161ff017e03505f05a41352575892be9d9622e86f4ccdbac76bcea435e2fb88a690b565'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'


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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 23:03:00
  Author: anthraxx
Revision: 487458

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 487457, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 487457, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 487457, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 487457, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 487457, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch

+
 PKGBUILD   |  240 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++
 4 files changed, 166 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 23:02:53 UTC (rev 487457)
+++ PKGBUILD2019-07-04 23:03:00 UTC (rev 487458)
@@ -1,120 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.9
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin'
- 'python-sshtunnel' 'python-flask-security')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('1922378061d706f43a47c806ccd0b67d5c0830353a5931ac8d4d929b9a3dc87cfd7a5b75cfb2e12d6564ba457471c22c7c6065278143cacf434c8919c5dabba4'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e '/Flask-WTF>?=/d' \
--e '/pycrypto>?=/d' \
--e '/passlib>?=/d' \
--e '/pytz>?=/d' \
--e '/simplejson>?=/d' \
--e '/six>?=/d' \
--e '/speaklater>?=/d' \
--e '/sqlparse>?=/d' \
--e '/WTForms>?=/d' \
--e '/psutil>?=/d' \
--e '/psycopg2>?=/d' \
--e '/python-dateutil>?=/d' \
--e '/SQLAlchemy>?=/d' \
--e '/Flask-Gravatar>?=/d' \
--e '/Flask-Mail>?=/d' \
--e '/Flask-Principal>?=/d' \
--e '/Flask-Paranoid>?=/d' \
--e 

[arch-commits] Commit in vsftpd/repos/community-testing-x86_64 (20 files)

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 22:57:16
  Author: anthraxx
Revision: 487455

archrelease: copy trunk to community-testing-x86_64

Added:
  vsftpd/repos/community-testing-x86_64/PKGBUILD
(from rev 487454, vsftpd/trunk/PKGBUILD)
  vsftpd/repos/community-testing-x86_64/vsftpd-conf-pam.patch
(from rev 487454, vsftpd/trunk/vsftpd-conf-pam.patch)
  
vsftpd/repos/community-testing-x86_64/vsftpd-disable-anonymous-access-by-default.patch
(from rev 487454, 
vsftpd/trunk/vsftpd-disable-anonymous-access-by-default.patch)
  vsftpd/repos/community-testing-x86_64/vsftpd-fix-seccomp.patch
(from rev 487454, vsftpd/trunk/vsftpd-fix-seccomp.patch)
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl.service
(from rev 487454, vsftpd/trunk/vsftpd-ssl.service)
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl.socket
(from rev 487454, vsftpd/trunk/vsftpd-ssl.socket)
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl@.service
(from rev 487454, vsftpd/trunk/vsftpd-ssl@.service)
  vsftpd/repos/community-testing-x86_64/vsftpd.service
(from rev 487454, vsftpd/trunk/vsftpd.service)
  vsftpd/repos/community-testing-x86_64/vsftpd.socket
(from rev 487454, vsftpd/trunk/vsftpd.socket)
  vsftpd/repos/community-testing-x86_64/vsftpd@.service
(from rev 487454, vsftpd/trunk/vsftpd@.service)
Deleted:
  vsftpd/repos/community-testing-x86_64/PKGBUILD
  vsftpd/repos/community-testing-x86_64/vsftpd-conf-pam.patch
  
vsftpd/repos/community-testing-x86_64/vsftpd-disable-anonymous-access-by-default.patch
  vsftpd/repos/community-testing-x86_64/vsftpd-fix-seccomp.patch
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl.service
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl.socket
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl@.service
  vsftpd/repos/community-testing-x86_64/vsftpd.service
  vsftpd/repos/community-testing-x86_64/vsftpd.socket
  vsftpd/repos/community-testing-x86_64/vsftpd@.service

--+
 PKGBUILD |  161 ++---
 vsftpd-conf-pam.patch|   24 +--
 vsftpd-disable-anonymous-access-by-default.patch |   52 +++---
 vsftpd-fix-seccomp.patch |   74 -
 vsftpd-ssl.service   |   20 +-
 vsftpd-ssl.socket|   18 +-
 vsftpd-ssl@.service  |   18 +-
 vsftpd.service   |   22 +-
 vsftpd.socket|   18 +-
 vsftpd@.service  |   16 +-
 10 files changed, 212 insertions(+), 211 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 22:57:06 UTC (rev 487454)
+++ PKGBUILD2019-07-04 22:57:16 UTC (rev 487455)
@@ -1,80 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jonathan Steel 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: judd 
-
-pkgname=vsftpd
-pkgver=3.0.3
-pkgrel=5
-pkgdesc='Very Secure FTP daemon'
-url='https://security.appspot.com/vsftpd.html'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'openssl' 'libcap' 'pam' 'libnsl')
-optdepends=('logrotate')
-backup=('etc/vsftpd.conf'
-'etc/xinetd.d/vsftpd'
-"etc/logrotate.d/vsftpd")
-source=(https://security.appspot.com/downloads/${pkgname}-${pkgver}.tar.gz{,.asc}
-vsftpd-ssl.socket
-vsftpd.socket
-vsftpd.service
-vsftpd@.service
-vsftpd-ssl.service
-vsftpd-ssl@.service
-vsftpd-fix-seccomp.patch
-vsftpd-conf-pam.patch
-vsftpd-disable-anonymous-access-by-default.patch)
-sha256sums=('9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7'
-'SKIP'
-'d5185e48fffc6253499a55e0fe0f90a3424fc639640af11a9d38df33fb145afe'
-'9fdbfd2ec0207170371ca3cf2b0ddca2dc2fe3d062e5792e0d3e51474c3198c9'
-'0597e571718ba0f4dc4b32a4ddd148103758c48c7d65dcb8bbedafc9e810e83d'
-'d7b8e4827d4f6bafcbf52f9d2d7380958c7b08bb3f757806aa89d4bc06c9671c'
-'b88a50fc68b3bf746d13c9a777df77791cd3eac6eb7c2df655418071c2adf422'
-'4a55c2468b08d858f71bacf1f4885847bec8e548b0e92088068d9bdd3884af84'
-'8bb7e4e4640137d38a2944859c2f443eea559ecb7f594c0fa4e962539107af66'
-'751715726c4b888d5c96846ac0bd0d64238cceb28ef3c2ef447af85cdc2b79f1'
-'4baa5a2db122974fa2a9603d335aed59dee5ad4217615fbe247301d129281d20')
-validpgpkeys=('8660FD3291B184CDBC2F6418AA62EC463C0E751C') # Chris Evans
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # build-time config
-  sed -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' -i builddefs.h
-  sed -e 's|/usr/share/empty|/var/empty|g' -i tunables.c vsftpd.conf.5 INSTALL
-
-  # fix linking to openssl 1.1
-  sed -e 's|SSL_library_init|SSL_CTX_new|' -i vsf_findlibs.sh
-
-  patch -Np1 < ../vsftpd-fix-seccomp.patch
-  patch 

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

2019-07-04 Thread Levente Polyak via arch-commits
Date: Thursday, July 4, 2019 @ 22:57:06
  Author: anthraxx
Revision: 487454

upgpkg: vsftpd 3.0.3-6 fix xinetd server path

Modified:
  vsftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 22:31:03 UTC (rev 487453)
+++ PKGBUILD2019-07-04 22:57:06 UTC (rev 487454)
@@ -6,7 +6,7 @@
 
 pkgname=vsftpd
 pkgver=3.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Very Secure FTP daemon'
 url='https://security.appspot.com/vsftpd.html'
 arch=('x86_64')
@@ -44,6 +44,7 @@
   # build-time config
   sed -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' -i builddefs.h
   sed -e 's|/usr/share/empty|/var/empty|g' -i tunables.c vsftpd.conf.5 INSTALL
+  sed -e 's|/usr/local/sbin/vsftpd|/usr/bin/vsftpd|' -i 
EXAMPLE/INTERNET_SITE/${pkgname}.xinetd
 
   # fix linking to openssl 1.1
   sed -e 's|SSL_library_init|SSL_CTX_new|' -i vsf_findlibs.sh


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

2019-07-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 4, 2019 @ 22:31:03
  Author: svenstaro
Revision: 487453

archrelease: copy trunk to community-x86_64

Added:
  murmur/repos/community-x86_64/PKGBUILD
(from rev 487452, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 487452, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 487452, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 487452, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/murmur.sysusers
(from rev 487452, murmur/trunk/murmur.sysusers)
Deleted:
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service
  murmur/repos/community-x86_64/murmur.sysusers

--+
 PKGBUILD |  114 ++---
 murmur.dbus.conf |   44 ++--
 murmur.install   |   12 ++---
 murmur.service   |   24 +--
 murmur.sysusers  |2 
 5 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 22:30:54 UTC (rev 487452)
+++ PKGBUILD2019-07-04 22:31:03 UTC (rev 487453)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Otto Allmendinger 
-# Contributor: Malte Rabenseifner 
-
-pkgname=murmur
-pkgver=1.3.0rc2
-_pkgver=1.3.0-rc2
-__pkgver=1.3.0
-pkgrel=1
-pkgdesc="The voice chat application server for Mumble"
-arch=('x86_64')
-url="http://mumble.sourceforge.net;
-license=('BSD')
-depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
-makedepends=(boost python qt5-tools)
-backup=("etc/murmur.ini")
-install="murmur.install"
-source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz
-"murmur.dbus.conf"
-"murmur.service"
-"murmur.sysusers")
-sha512sums=('b31a92cbe9d2d973cb06e5f3bb237de22f0fa5f242e6a8141ffaa735268ca41097bda5a73ea5dafef6ef3ff7a5050c52c7f9b9f5600d400e57aff6f2e4c4'
-
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'1773802b938ae2a80fa21e26cd33d162f00de00e074af9f1481f1c682ef32756ffdd2384a1d1f5a4202df55a982a80067efa78d7ad4e077bf5c7f7ccfc4399e4'
-
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74')
-
-build() {
-  cd "${srcdir}"/mumble-$__pkgver
-
-  qmake-qt5 main.pro CONFIG+="no-client grpc"
-  make release
-}
-
-package() {
-  cd "${srcdir}"/mumble-$__pkgver
-
-  sed -e "1i; vi:ft=cfg" \
--e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
--e "s|;logfile=murmur.log|logfile=|" \
--e "s|;uname=|uname=murmur|" \
--i scripts/murmur.ini
-
-  install -dm755 -o 122 -g 122 "${pkgdir}"/var/db/murmur
-  install -Dm755 release/murmurd "${pkgdir}"/usr/bin/murmurd
-  install -Dm644 scripts/murmur.ini "${pkgdir}"/etc/murmur.ini
-  install -Dm644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
-  install -Dm644 README "${pkgdir}"/usr/share/doc/murmur/README
-  install -Dm644 man/murmurd.1 "${pkgdir}"/usr/share/man/man1/murmurd.1
-  install -Dm644 "${srcdir}"/murmur.service 
"${pkgdir}"/usr/lib/systemd/system/murmur.service
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/murmur.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
-
-  install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice
-  install -Dm644 src/murmur/MurmurRPC.proto 
${pkgdir}/usr/share/murmur/MurmurRPC.proto
-}
-
-# vim: sw=2:ts=2 et:

Copied: murmur/repos/community-x86_64/PKGBUILD (from rev 487452, 
murmur/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 22:31:03 UTC (rev 487453)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Otto Allmendinger 
+# Contributor: Malte Rabenseifner 
+
+pkgname=murmur
+pkgver=1.3.0rc2
+_pkgver=1.3.0-rc2
+__pkgver=1.3.0
+pkgrel=2
+pkgdesc="The voice chat application server for Mumble"
+arch=('x86_64')
+url="http://mumble.sourceforge.net;
+license=('BSD')
+depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
+makedepends=(boost python qt5-tools)
+backup=("etc/murmur.ini")
+install="murmur.install"
+source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz
+"murmur.dbus.conf"
+"murmur.service"
+"murmur.sysusers")
+sha512sums=('b31a92cbe9d2d973cb06e5f3bb237de22f0fa5f242e6a8141ffaa735268ca41097bda5a73ea5dafef6ef3ff7a5050c52c7f9b9f5600d400e57aff6f2e4c4'
+

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

2019-07-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 4, 2019 @ 22:30:54
  Author: svenstaro
Revision: 487452

upgpkg: murmur 1.3.0rc2-2

rebuold

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 21:56:02 UTC (rev 487451)
+++ PKGBUILD2019-07-04 22:30:54 UTC (rev 487452)
@@ -6,7 +6,7 @@
 pkgver=1.3.0rc2
 _pkgver=1.3.0-rc2
 __pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The voice chat application server for Mumble"
 arch=('x86_64')
 url="http://mumble.sourceforge.net;


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

2019-07-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 4, 2019 @ 21:56:02
  Author: svenstaro
Revision: 487451

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  144 +--
 emscripten.install |   26 -
 emscripten.sh  |4 -
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 21:55:48 UTC (rev 487450)
+++ PKGBUILD2019-07-04 21:56:02 UTC (rev 487451)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.36
-pkgrel=5
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=(nodejs python binaryen)
-makedepends=(cmake libxml2 git ninja)
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-git+https://github.com/llvm/llvm-project.git#commit=58dbe47
-"emscripten.sh")
-sha512sums=('70ec76c0e196c2e91182adb144eace500c00ae35f4a78b5818d059eeb05e875d93216e344631a32324e55dda51c290e9772c67bd59a837e08437eda11b25d026'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
-
-prepare() {
-  cd "$srcdir"/emscripten-$pkgver
-
-  sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' 
tools/settings_template_readonly.py
-  sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' 
tools/settings_template_readonly.py
-
-  mkdir "$srcdir"/llvm-project/llvm/build
-}
-
-build() {
-  cd "$srcdir"/llvm-project/llvm/build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/58e343a47ea02cb6daf19eefbdf626b23c24980c/src/build.py#L790
-  cmake .. \
--GNinja \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja
-}
-
-package() {
-  # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/incoming/docs/process.md
-  install -d "$pkgdir"/usr/lib
-  cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
-
-  # Install emscripten
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # Remove clutter
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 487450, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 21:56:02 UTC (rev 487451)
@@ -0,0 +1,72 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.38.37
+pkgrel=1
+pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
+arch=('x86_64')
+url="http://emscripten.org;
+license=('custom')
+depends=(nodejs python binaryen)
+makedepends=(cmake libxml2 git ninja)
+optdepends=('java-environment: for using clojure'
+'ruby: for using websockify addon'
+'cmake: for emcc --show-ports')
+install=emscripten.install
+source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
+git+https://github.com/llvm/llvm-project.git#commit=58dbe47
+"emscripten.sh")

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

2019-07-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 4, 2019 @ 21:55:48
  Author: svenstaro
Revision: 487450

upgpkg: emscripten 1.38.37-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 20:37:06 UTC (rev 487449)
+++ PKGBUILD2019-07-04 21:55:48 UTC (rev 487450)
@@ -4,8 +4,8 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.38.36
-pkgrel=5
+pkgver=1.38.37
+pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -19,7 +19,7 @@
 
source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
 git+https://github.com/llvm/llvm-project.git#commit=58dbe47
 "emscripten.sh")
-sha512sums=('70ec76c0e196c2e91182adb144eace500c00ae35f4a78b5818d059eeb05e875d93216e344631a32324e55dda51c290e9772c67bd59a837e08437eda11b25d026'
+sha512sums=('9d97d6685466a02c275feb1f84adcc8fd60128ceb3b2021546a2acbdd69cb3dfac1a4d4bd1e1ad2df702a33692ad486f2f95b22cce8a073fc480150ef3dbfcf2'
 'SKIP'
 
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
 


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2019-07-04 Thread Eli Schwartz via arch-commits
Date: Thursday, July 4, 2019 @ 19:35:03
  Author: eschwartz
Revision: 487448

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 487447, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 19:34:30 UTC (rev 487447)
+++ PKGBUILD2019-07-04 19:35:03 UTC (rev 487448)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2019.2.19
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('ded83abf81eefa9662e10ad4caf893f3d4899c12528a2a20ddfa7f244d12fc88'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
487447, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 19:35:03 UTC (rev 487448)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2019.7.1.1
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('4a6c4711b5b8e9dedd967c8656de4b621d845960973546459bdf797e30aee938'
+'SKIP')
+b2sums=('6bdfd30fdb0efbaabe8924ae6add172e5e73e8cc05d1245ba4d7a483bdb0705d3091c685eb29dd72e4d929452c4b8a691410dd54dbac3bdd6cb8890cd729f025'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in firefox-extension-privacybadger/trunk (PKGBUILD)

2019-07-04 Thread Eli Schwartz via arch-commits
Date: Thursday, July 4, 2019 @ 19:34:30
  Author: eschwartz
Revision: 487447

upgpkg: firefox-extension-privacybadger 2019.7.1.1-1

upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 19:13:40 UTC (rev 487446)
+++ PKGBUILD2019-07-04 19:34:30 UTC (rev 487447)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2019.2.19
+pkgver=2019.7.1.1
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,8 +14,10 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('ded83abf81eefa9662e10ad4caf893f3d4899c12528a2a20ddfa7f244d12fc88'
+sha256sums=('4a6c4711b5b8e9dedd967c8656de4b621d845960973546459bdf797e30aee938'
 'SKIP')
+b2sums=('6bdfd30fdb0efbaabe8924ae6add172e5e73e8cc05d1245ba4d7a483bdb0705d3091c685eb29dd72e4d929452c4b8a691410dd54dbac3bdd6cb8890cd729f025'
+'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 
 prepare() {


[arch-commits] Commit in python2-networkx (3 files)

2019-07-04 Thread Antonio Rojas via arch-commits
Date: Thursday, July 4, 2019 @ 19:13:40
  Author: arojas
Revision: 487446

archrelease: copy trunk to community-any

Added:
  python2-networkx/repos/
  python2-networkx/repos/community-any/
  python2-networkx/repos/community-any/PKGBUILD
(from rev 487445, python2-networkx/trunk/PKGBUILD)

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

Copied: python2-networkx/repos/community-any/PKGBUILD (from rev 487445, 
python2-networkx/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-07-04 19:13:40 UTC (rev 487446)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Felix Yan 
+# Contributor: Clément DEMOULINS 
+
+pkgname=python2-networkx
+pkgver=2.2
+pkgrel=2
+pkgdesc='Python 2 package for the creation, manipulation, and study of the 
structure, dynamics, and functions of complex networks.'
+arch=(any)
+license=(BSD)
+url="https://networkx.github.io;
+depends=(python2-decorator)
+makedepends=(python2-setuptools)
+checkdepends=(python2-nose)
+optdepends=('python2-numpy: Provides sparse matrix representation of graphs 
and many numerical scientific tools'
+'python2-scipy: Provides flexible drawing of graphs'
+'python2-pydot: Provides graph drawing and graph layout algorithms'
+'python2-pyparsing: Required for pydot, GML file reading'
+'python2-yaml: Required for YAML format reading and writing')
+source=("https://github.com/networkx/networkx/archive/networkx-$pkgver.tar.gz;)
+sha256sums=('74efce06507cdc2e506c6b7d485a18617adc3a7f355e2dc48ca71c83929bc679')
+
+build() {
+  cd networkx-networkx-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd networkx-networkx-$pkgver
+  python2 setup.py nosetests
+}
+
+package() {
+  cd networkx-networkx-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  mv "$pkgdir"/usr/share/doc/networkx-$pkgver "$pkgdir"/usr/share/doc/$pkgname
+}


[arch-commits] Commit in (3 files)

2019-07-04 Thread Antonio Rojas via arch-commits
Date: Thursday, July 4, 2019 @ 19:13:17
  Author: arojas
Revision: 487445

Add python2-networkx split package

Added:
  python2-networkx/
  python2-networkx/trunk/
  python2-networkx/trunk/PKGBUILD

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

Added: python2-networkx/trunk/PKGBUILD
===
--- python2-networkx/trunk/PKGBUILD (rev 0)
+++ python2-networkx/trunk/PKGBUILD 2019-07-04 19:13:17 UTC (rev 487445)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Felix Yan 
+# Contributor: Clément DEMOULINS 
+
+pkgname=python2-networkx
+pkgver=2.2
+pkgrel=2
+pkgdesc='Python 2 package for the creation, manipulation, and study of the 
structure, dynamics, and functions of complex networks.'
+arch=(any)
+license=(BSD)
+url="https://networkx.github.io;
+depends=(python2-decorator)
+makedepends=(python2-setuptools)
+checkdepends=(python2-nose)
+optdepends=('python2-numpy: Provides sparse matrix representation of graphs 
and many numerical scientific tools'
+'python2-scipy: Provides flexible drawing of graphs'
+'python2-pydot: Provides graph drawing and graph layout algorithms'
+'python2-pyparsing: Required for pydot, GML file reading'
+'python2-yaml: Required for YAML format reading and writing')
+source=("https://github.com/networkx/networkx/archive/networkx-$pkgver.tar.gz;)
+sha256sums=('74efce06507cdc2e506c6b7d485a18617adc3a7f355e2dc48ca71c83929bc679')
+
+build() {
+  cd networkx-networkx-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd networkx-networkx-$pkgver
+  python2 setup.py nosetests
+}
+
+package() {
+  cd networkx-networkx-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  mv "$pkgdir"/usr/share/doc/networkx-$pkgver "$pkgdir"/usr/share/doc/$pkgname
+}


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 17:39:09
  Author: felixonmars
Revision: 487444

archrelease: copy trunk to community-x86_64

Added:
  baidupcs-go/repos/community-x86_64/
  baidupcs-go/repos/community-x86_64/PKGBUILD
(from rev 487443, baidupcs-go/trunk/PKGBUILD)

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

Copied: baidupcs-go/repos/community-x86_64/PKGBUILD (from rev 487443, 
baidupcs-go/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-04 17:39:09 UTC (rev 487444)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=baidupcs-go
+pkgver=3.5.6
+pkgrel=1
+pkgdesc="Terminal utility for Baidu Network Disk"
+arch=('x86_64')
+url="https://github.com/iikira/BaiduPCS-Go;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+conflicts=("baidupcs")
+provides=("baidupcs")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/iikira/BaiduPCS-Go/archive/v$pkgver.tar.gz;)
+sha512sums=('fcec0e07b984dd83e554c98866db771737284c3ce1321e4fa05137e5d7ae59f5d4d1280024984dab3a5aa0a097312d0454c6d0d16d97c823d97342c44c8ca31e')
+
+prepare() {
+  cd BaiduPCS-Go-$pkgver
+
+  mkdir -p .gopath/src/github.com/iikira
+  ln -sf "$PWD" .gopath/src/github.com/iikira/BaiduPCS-Go
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+
+  go get github.com/iikira/args github.com/olekukonko/tablewriter 
github.com/peterh/liner \
+ github.com/urfave/cli
+}
+
+build() {
+  cd BaiduPCS-Go-$pkgver
+  go build -o baidupcs-go
+}
+
+package() {
+  cd BaiduPCS-Go-$pkgver
+  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
+}


[arch-commits] Commit in (4 files)

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 17:38:51
  Author: felixonmars
Revision: 487443

addpkg: baidupcs-go 3.5.6-1

Added:
  baidupcs-go/
  baidupcs-go/repos/
  baidupcs-go/trunk/
  baidupcs-go/trunk/PKGBUILD

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

Added: baidupcs-go/trunk/PKGBUILD
===
--- baidupcs-go/trunk/PKGBUILD  (rev 0)
+++ baidupcs-go/trunk/PKGBUILD  2019-07-04 17:38:51 UTC (rev 487443)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=baidupcs-go
+pkgver=3.5.6
+pkgrel=1
+pkgdesc="Terminal utility for Baidu Network Disk"
+arch=('x86_64')
+url="https://github.com/iikira/BaiduPCS-Go;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+conflicts=("baidupcs")
+provides=("baidupcs")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/iikira/BaiduPCS-Go/archive/v$pkgver.tar.gz;)
+sha512sums=('fcec0e07b984dd83e554c98866db771737284c3ce1321e4fa05137e5d7ae59f5d4d1280024984dab3a5aa0a097312d0454c6d0d16d97c823d97342c44c8ca31e')
+
+prepare() {
+  cd BaiduPCS-Go-$pkgver
+
+  mkdir -p .gopath/src/github.com/iikira
+  ln -sf "$PWD" .gopath/src/github.com/iikira/BaiduPCS-Go
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+
+  go get github.com/iikira/args github.com/olekukonko/tablewriter 
github.com/peterh/liner \
+ github.com/urfave/cli
+}
+
+build() {
+  cd BaiduPCS-Go-$pkgver
+  go build -o baidupcs-go
+}
+
+package() {
+  cd BaiduPCS-Go-$pkgver
+  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
+}


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

2019-07-04 Thread Ike Devolder via arch-commits
Date: Thursday, July 4, 2019 @ 16:33:06
  Author: idevolder
Revision: 487441

upgpkg: qcad 3.22.1.3-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 16:18:36 UTC (rev 487440)
+++ PKGBUILD2019-07-04 16:33:06 UTC (rev 487441)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.22.1.2
+pkgver=3.22.1.3
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('c904f29821a54ff8308546f6c0b9841828b0107ea5ad8f9b7f3a3454d2f0620118590235fb8146d7ff9b42212eabb19c481703628a27887765e59b9458380545')
+sha512sums=('62a5ecb9ff80b12637e6b6122af364e03e4f05e7e9057fd78323f733d4575d050930ebff13eaaef253b5a9f65df054a3a61ae521ad593dbdefd91806be0f11e3')
 
 prepare() {
   rm *.tar.gz


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

2019-07-04 Thread Ike Devolder via arch-commits
Date: Thursday, July 4, 2019 @ 16:33:12
  Author: idevolder
Revision: 487442

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 487441, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 16:33:06 UTC (rev 487441)
+++ PKGBUILD2019-07-04 16:33:12 UTC (rev 487442)
@@ -1,91 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.22.1.2
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="https://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('c904f29821a54ff8308546f6c0b9841828b0107ea5ad8f9b7f3a3454d2f0620118590235fb8146d7ff9b42212eabb19c481703628a27887765e59b9458380545')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 487441, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 16:33:12 UTC (rev 487442)
@@ -0,0 +1,91 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.22.1.3
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="https://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('62a5ecb9ff80b12637e6b6122af364e03e4f05e7e9057fd78323f733d4575d050930ebff13eaaef253b5a9f65df054a3a61ae521ad593dbdefd91806be0f11e3')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() {
+  cd 

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

2019-07-04 Thread Eli Schwartz via arch-commits
Date: Thursday, July 4, 2019 @ 16:18:36
  Author: eschwartz
Revision: 487440

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 487439, cinnamon-session/trunk/PKGBUILD)
Deleted:
  cinnamon-session/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 16:18:01 UTC (rev 487439)
+++ PKGBUILD2019-07-04 16:18:36 UTC (rev 487440)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL' 'LGPL')
-depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('meson' 'xtrans')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('37264a6d0d6c288ee1694a07bdfdd638f433ed742a381dd21c146db82b44d082')
-b2sums=('310a182a2f710b1c69d1218605f901a6ea7336f6b6f43984570b4e633a57b28d455996aed897278fce20e71263fab37edfb6bf0448b1ed280c85fff566443b95')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  -Dwith-gconf=false \
-  -Dwith-docbook=false \
-  ..
-ninja
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-}

Copied: cinnamon-session/repos/community-x86_64/PKGBUILD (from rev 487439, 
cinnamon-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 16:18:36 UTC (rev 487440)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL' 'LGPL')
+depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('meson' 'xtrans')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('bff38239942dc990ccb57c35bde43c19ebc8708284410de53c100e12c7005663')
+b2sums=('1d84e67690d95584a529c10462c2156a3ab3048a26a7e2f695584dcb66bb13c4a885e13e161e7e38a359f96ba7813c3f69209ced2fd02a30996d5773e3b2cda2')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/${pkgname} \
+  --buildtype=plain \
+  -Dwith-gconf=false \
+  -Dwith-docbook=false \
+  ..
+ninja
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+}


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

2019-07-04 Thread Eli Schwartz via arch-commits
Date: Thursday, July 4, 2019 @ 16:18:01
  Author: eschwartz
Revision: 487439

upgpkg: cinnamon-session 4.2.1-1

upstream bugfix release to fix FS#63068:
logout via keyboard shortcuts/cinnamon-session-quit does not work

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 15:35:37 UTC (rev 487438)
+++ PKGBUILD2019-07-04 16:18:01 UTC (rev 487439)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 optdepends=('cinnamon-translations: i18n')
 makedepends=('meson' 'xtrans')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('37264a6d0d6c288ee1694a07bdfdd638f433ed742a381dd21c146db82b44d082')
-b2sums=('310a182a2f710b1c69d1218605f901a6ea7336f6b6f43984570b4e633a57b28d455996aed897278fce20e71263fab37edfb6bf0448b1ed280c85fff566443b95')
+sha256sums=('bff38239942dc990ccb57c35bde43c19ebc8708284410de53c100e12c7005663')
+b2sums=('1d84e67690d95584a529c10462c2156a3ab3048a26a7e2f695584dcb66bb13c4a885e13e161e7e38a359f96ba7813c3f69209ced2fd02a30996d5773e3b2cda2')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


[arch-commits] Commit in libreoffice-fresh/repos/staging-x86_64 (8 files)

2019-07-04 Thread Andreas Radke via arch-commits
Date: Thursday, July 4, 2019 @ 16:02:44
  Author: andyrtr
Revision: 357312

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  664 -
 libreoffice-fresh.csh|   16 
 libreoffice-fresh.sh |   16 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 4 files changed, 366 insertions(+), 366 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 16:02:31 UTC (rev 357311)
+++ PKGBUILD2019-07-04 16:02:44 UTC (rev 357312)
@@ -1,332 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.2.4.2
-pkgver=6.2.4
-pkgrel=2
-arch=('x86_64')
-license=('LGPL3')
-url="https://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
-   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-)
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="https://dev-www.libreoffice.org/src;
-_additional_source_url2="https://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
-   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/pdfium-3550.tar.bz2
-   ${_additional_source_url}/lxml-4.1.1.tgz
-   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
-   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
-   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
 # for test suite
-   

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

2019-07-04 Thread Andreas Radke via arch-commits
Date: Thursday, July 4, 2019 @ 16:02:31
  Author: andyrtr
Revision: 357311

upgpkg: libreoffice-fresh 6.2.5-1

upstream update 6.2.5

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 15:11:11 UTC (rev 357310)
+++ PKGBUILD2019-07-04 16:02:31 UTC (rev 357311)
@@ -10,9 +10,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.2.4.2
-pkgver=6.2.4
-pkgrel=2
+_LOver=6.2.5.2
+pkgver=6.2.5
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -72,11 +72,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('ff8148e7a7bc8988677ca565d6d25c1ade93e848df6b4163459a5cc3682a38b7'
+sha256sums=('0e9c00e9b17ee2d35415c6baafe13d16a891253477b8cecf1942f0035aac358e'
 'SKIP'
-'1aa5469a25d4a615b521d0775b08501ea4672994c5135bcde7c054c327aa2e7f'
+'327f74590f60e9b0a58f5ab54304cdace248c9f1b45fd486a687481b715043d6'
 'SKIP'
-'4c4cf8e26b14e508f1a1fdf2db1a2363964ae5d528b5bd5f048a281ddecc1e2a'
+'c39781ef5dc6602393c8cb2f7442c154385e9b89f13fce0e1f4ba600321e9d0a'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'


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

2019-07-04 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 4, 2019 @ 15:35:37
  Author: spupykin
Revision: 487438

archrelease: copy trunk to community-x86_64

Added:
  coturn/repos/community-x86_64/
  coturn/repos/community-x86_64/PKGBUILD
(from rev 487437, coturn/trunk/PKGBUILD)
  coturn/repos/community-x86_64/turnserver.service
(from rev 487437, coturn/trunk/turnserver.service)
  coturn/repos/community-x86_64/turnserver.sysusers.d
(from rev 487437, coturn/trunk/turnserver.sysusers.d)
  coturn/repos/community-x86_64/turnserver.tmpfiles.d
(from rev 487437, coturn/trunk/turnserver.tmpfiles.d)

---+
 PKGBUILD  |   66 
 turnserver.service|   11 
 turnserver.sysusers.d |1 
 turnserver.tmpfiles.d |3 ++
 4 files changed, 81 insertions(+)

Copied: coturn/repos/community-x86_64/PKGBUILD (from rev 487437, 
coturn/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-04 15:35:37 UTC (rev 487438)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Previous Maintainer: Jean Lucas 
+# Contributor: Vladimir Tsanev 
+# Contributor: MoeRT09 
+# Contributor: jlkon13 
+
+pkgname=coturn
+pkgver=4.5.1.1
+pkgrel=5
+pkgdesc='Open-source implementation of TURN and STUN server'
+arch=(x86_64)
+url=https://github.com/coturn/coturn
+license=(BSD)
+depends=(libevent postgresql-libs libmariadbclient hiredis sqlite)
+backup=(etc/turnserver/turnserver.conf)
+source=($url/archive/$pkgver.tar.gz
+turnserver.service
+turnserver.sysusers.d
+turnserver.tmpfiles.d)
+sha512sums=('a5e1aecdab5a7060ffbc73cc8dd294cafa701f2e0d2a827e40901cb6001af5a2c5ecbafdf14662410713818aad0ad259133f0dc9b34730bf7911863e1e255f70'
+
'47af7bbf28f8a5fc674b90d1370026405ccb43623f05e47cf915c594e7e35865f4dce64d2b3001bc609a843a54661d1a1172790153f0b8ba9186db48c42b0024'
+
'32596f741e561c707f69c1ea90adf75c83742906d33c50e1fa5ec0899eeb607d96a48c36fcbb6facb62947beedcace9f6c3fb748c4d67f058bf3f72413766f82'
+
'9d9ef805d793ee49d23e000a66130f30b6c256943f8004ac43f4712c6ecc7dcf82f24a7e77bb1db041ecf714c869769287ea03fe66f3ab4ad6f8f817d389bca5')
+
+build() {
+  cd coturn-$pkgver
+  ./configure \
+--prefix=/usr \
+--manprefix=/usr/share \
+--examplesdir=/usr/share/turnserver/examples \
+--disable-rpath
+  make
+}
+
+check() {
+  cd coturn-$pkgver
+  make check
+}
+
+package() {
+  install -Dm 644 turnserver.service -t "$pkgdir"/usr/lib/systemd/system
+  install -Dm 644 turnserver.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/turnserver.conf
+  install -Dm 644 turnserver.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/turnserver.conf
+
+  cd coturn-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/coturn
+
+  cd "$pkgdir"
+
+  # Create needed directories
+  mkdir -p {etc/turnserver,var/log/turnserver}
+
+  # Use Arch-specific directories in config
+  mv {usr/etc/turnserver.conf.default,etc/turnserver/turnserver.conf}
+  sed \
+-e '/^#log-file=\/var\/tmp\/turn.log$/c 
log-file=\/var\/log\/turnserver\/turn.log' \
+-e '/^#pidfile="\/var\/run\/turnserver.pid"$/c 
pidfile=\/var\/run\/turnserver\/turnserver.pid' \
+-i etc/turnserver/turnserver.conf
+  rmdir usr/etc
+
+  # Remove unneeded executable bits
+  find {etc,usr/include,usr/lib,usr/share,var} -type f ! -name '*.sh' ! -name 
'*.pl' -exec chmod 644 {} +
+}

Copied: coturn/repos/community-x86_64/turnserver.service (from rev 487437, 
coturn/trunk/turnserver.service)
===
--- community-x86_64/turnserver.service (rev 0)
+++ community-x86_64/turnserver.service 2019-07-04 15:35:37 UTC (rev 487438)
@@ -0,0 +1,11 @@
+[Unit]
+Description=STUN and TURN relay server for VoIP and WebRTC
+After=network.target
+
+[Service]
+User=turnserver
+Type=forking
+ExecStart=/usr/bin/turnserver -c /etc/turnserver/turnserver.conf -o -v
+
+[Install]
+WantedBy=multi-user.target

Copied: coturn/repos/community-x86_64/turnserver.sysusers.d (from rev 487437, 
coturn/trunk/turnserver.sysusers.d)
===
--- community-x86_64/turnserver.sysusers.d  (rev 0)
+++ community-x86_64/turnserver.sysusers.d  2019-07-04 15:35:37 UTC (rev 
487438)
@@ -0,0 +1 @@
+u turnserver - "TurnServer user" /etc/turnserver

Copied: coturn/repos/community-x86_64/turnserver.tmpfiles.d (from rev 487437, 
coturn/trunk/turnserver.tmpfiles.d)
===
--- community-x86_64/turnserver.tmpfiles.d  (rev 0)
+++ community-x86_64/turnserver.tmpfiles.d  2019-07-04 15:35:37 UTC (rev 
487438)
@@ -0,0 +1,3 @@
+d /etc/turnserver 0700 turnserver turnserver
+z 

[arch-commits] Commit in (7 files)

2019-07-04 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 4, 2019 @ 15:33:39
  Author: spupykin
Revision: 487437

add coturn

Added:
  coturn/
  coturn/repos/
  coturn/trunk/
  coturn/trunk/PKGBUILD
  coturn/trunk/turnserver.service
  coturn/trunk/turnserver.sysusers.d
  coturn/trunk/turnserver.tmpfiles.d

---+
 PKGBUILD  |   66 
 turnserver.service|   11 
 turnserver.sysusers.d |1 
 turnserver.tmpfiles.d |3 ++
 4 files changed, 81 insertions(+)

Added: coturn/trunk/PKGBUILD
===
--- coturn/trunk/PKGBUILD   (rev 0)
+++ coturn/trunk/PKGBUILD   2019-07-04 15:33:39 UTC (rev 487437)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Previous Maintainer: Jean Lucas 
+# Contributor: Vladimir Tsanev 
+# Contributor: MoeRT09 
+# Contributor: jlkon13 
+
+pkgname=coturn
+pkgver=4.5.1.1
+pkgrel=5
+pkgdesc='Open-source implementation of TURN and STUN server'
+arch=(x86_64)
+url=https://github.com/coturn/coturn
+license=(BSD)
+depends=(libevent postgresql-libs libmariadbclient hiredis sqlite)
+backup=(etc/turnserver/turnserver.conf)
+source=($url/archive/$pkgver.tar.gz
+turnserver.service
+turnserver.sysusers.d
+turnserver.tmpfiles.d)
+sha512sums=('a5e1aecdab5a7060ffbc73cc8dd294cafa701f2e0d2a827e40901cb6001af5a2c5ecbafdf14662410713818aad0ad259133f0dc9b34730bf7911863e1e255f70'
+
'47af7bbf28f8a5fc674b90d1370026405ccb43623f05e47cf915c594e7e35865f4dce64d2b3001bc609a843a54661d1a1172790153f0b8ba9186db48c42b0024'
+
'32596f741e561c707f69c1ea90adf75c83742906d33c50e1fa5ec0899eeb607d96a48c36fcbb6facb62947beedcace9f6c3fb748c4d67f058bf3f72413766f82'
+
'9d9ef805d793ee49d23e000a66130f30b6c256943f8004ac43f4712c6ecc7dcf82f24a7e77bb1db041ecf714c869769287ea03fe66f3ab4ad6f8f817d389bca5')
+
+build() {
+  cd coturn-$pkgver
+  ./configure \
+--prefix=/usr \
+--manprefix=/usr/share \
+--examplesdir=/usr/share/turnserver/examples \
+--disable-rpath
+  make
+}
+
+check() {
+  cd coturn-$pkgver
+  make check
+}
+
+package() {
+  install -Dm 644 turnserver.service -t "$pkgdir"/usr/lib/systemd/system
+  install -Dm 644 turnserver.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/turnserver.conf
+  install -Dm 644 turnserver.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/turnserver.conf
+
+  cd coturn-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/coturn
+
+  cd "$pkgdir"
+
+  # Create needed directories
+  mkdir -p {etc/turnserver,var/log/turnserver}
+
+  # Use Arch-specific directories in config
+  mv {usr/etc/turnserver.conf.default,etc/turnserver/turnserver.conf}
+  sed \
+-e '/^#log-file=\/var\/tmp\/turn.log$/c 
log-file=\/var\/log\/turnserver\/turn.log' \
+-e '/^#pidfile="\/var\/run\/turnserver.pid"$/c 
pidfile=\/var\/run\/turnserver\/turnserver.pid' \
+-i etc/turnserver/turnserver.conf
+  rmdir usr/etc
+
+  # Remove unneeded executable bits
+  find {etc,usr/include,usr/lib,usr/share,var} -type f ! -name '*.sh' ! -name 
'*.pl' -exec chmod 644 {} +
+}


Property changes on: coturn/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: coturn/trunk/turnserver.service
===
--- coturn/trunk/turnserver.service (rev 0)
+++ coturn/trunk/turnserver.service 2019-07-04 15:33:39 UTC (rev 487437)
@@ -0,0 +1,11 @@
+[Unit]
+Description=STUN and TURN relay server for VoIP and WebRTC
+After=network.target
+
+[Service]
+User=turnserver
+Type=forking
+ExecStart=/usr/bin/turnserver -c /etc/turnserver/turnserver.conf -o -v
+
+[Install]
+WantedBy=multi-user.target

Added: coturn/trunk/turnserver.sysusers.d
===
--- coturn/trunk/turnserver.sysusers.d  (rev 0)
+++ coturn/trunk/turnserver.sysusers.d  2019-07-04 15:33:39 UTC (rev 487437)
@@ -0,0 +1 @@
+u turnserver - "TurnServer user" /etc/turnserver

Added: coturn/trunk/turnserver.tmpfiles.d
===
--- coturn/trunk/turnserver.tmpfiles.d  (rev 0)
+++ coturn/trunk/turnserver.tmpfiles.d  2019-07-04 15:33:39 UTC (rev 487437)
@@ -0,0 +1,3 @@
+d /etc/turnserver 0700 turnserver turnserver
+z /etc/turnserver/turnserver.conf 0600 turnserver turnserver
+d /run/turnserver 0700 turnserver turnserver


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:52:54
  Author: felixonmars
Revision: 357308

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/PKGBUILD
(from rev 357307, python-mako/trunk/PKGBUILD)
Deleted:
  python-mako/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 14:52:41 UTC (rev 357307)
+++ PKGBUILD2019-07-04 14:52:54 UTC (rev 357308)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.12
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 357307, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 14:52:54 UTC (rev 357308)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:52:41
  Author: felixonmars
Revision: 357307

upgpkg: python-mako 1.0.13-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 14:26:10 UTC (rev 357306)
+++ PKGBUILD2019-07-04 14:52:41 UTC (rev 357307)
@@ -2,7 +2,7 @@
 
 pkgbase=python-mako
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.12
+pkgver=1.0.13
 pkgrel=1
 pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
   'python-dogpile.cache' 'python2-dogpile.cache')
 source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83'
+sha512sums=('dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:51:14
  Author: felixonmars
Revision: 487436

archrelease: copy trunk to community-testing-any

Added:
  acorn/repos/community-testing-any/
  acorn/repos/community-testing-any/PKGBUILD
(from rev 487435, acorn/trunk/PKGBUILD)

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

Copied: acorn/repos/community-testing-any/PKGBUILD (from rev 487435, 
acorn/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-07-04 14:51:14 UTC (rev 487436)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+
+pkgname=acorn
+pkgver=6.2.0
+epoch=1
+pkgrel=1
+pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
+arch=('any')
+url='https://github.com/ternjs/acorn'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('f287bbd8ddd63cc8c0fb6cd51bbd486b49d767c0e9407f90cb21cefa9d3a8d3f1e83c1461b715b714222f0ace21e501f85e25065ea2a6efab59904901d72982f')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:51:03
  Author: felixonmars
Revision: 487435

upgpkg: acorn 1:6.2.0-1

Modified:
  acorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 14:49:47 UTC (rev 487434)
+++ PKGBUILD2019-07-04 14:51:03 UTC (rev 487435)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=acorn
-pkgver=6.1.1
+pkgver=6.2.0
 epoch=1
 pkgrel=1
 pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8cf4e2c2d3b168735a00f83f766ac9fdb7aeccb4675ed0749103d0f09a68b4a2604c1eab5fa73c9a57f7d79f78d69ca305268f83c3475d2f5f84fe2ed7b0e918')
+sha512sums=('f287bbd8ddd63cc8c0fb6cd51bbd486b49d767c0e9407f90cb21cefa9d3a8d3f1e83c1461b715b714222f0ace21e501f85e25065ea2a6efab59904901d72982f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:49:47
  Author: felixonmars
Revision: 487434

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 14:49:35 UTC (rev 487433)
+++ PKGBUILD2019-07-04 14:49:47 UTC (rev 487434)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.25.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('9f24105ec6fe4242793e5625ab453997ea3654e2a8eb9b9c16ea8411b2ac1622351157f877a357f3a71f4788e4506ad10502c6c30b8a57e12b6ea684892d1b44')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 487433, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 14:49:47 UTC (rev 487434)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.26.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('9fc976429fb2eab53c1145eb333a33b1a108704934ad4bd3da8d5da07efc1e18a229a74f068d0384b16f8dbe31c5b794b1ac451eec43aba78a610bf7d811cfc0')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py build

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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:49:35
  Author: felixonmars
Revision: 487433

upgpkg: python-hypothesis 4.26.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 14:37:52 UTC (rev 487432)
+++ PKGBUILD2019-07-04 14:49:35 UTC (rev 487433)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.25.1
+pkgver=4.26.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('9f24105ec6fe4242793e5625ab453997ea3654e2a8eb9b9c16ea8411b2ac1622351157f877a357f3a71f4788e4506ad10502c6c30b8a57e12b6ea684892d1b44')
+sha512sums=('9fc976429fb2eab53c1145eb333a33b1a108704934ad4bd3da8d5da07efc1e18a229a74f068d0384b16f8dbe31c5b794b1ac451eec43aba78a610bf7d811cfc0')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:37:35
  Author: felixonmars
Revision: 487430

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 14:37:23 UTC (rev 487429)
+++ PKGBUILD2019-07-04 14:37:35 UTC (rev 487430)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=5.3.1
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url='https://pypi.python.org/pypi/pbr'
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'git')
-checkdepends=('python-stestr' 'python2-stestr' 'python-testscenarios' 
'python2-testscenarios'
-  'python-testresources' 'python2-testresources' 
'python-testrepository'
-  'python2-testrepository' 'python-mock' 'python2-mock'
-  'python-virtualenv' 'python2-virtualenv' 'python-wheel' 
'python2-wheel'
-  'python-sphinx' 'python2-sphinx')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
-sha512sums=('7702b54e190de0bb98fa5f3921f4fa56c1764ab0dfc8f3f2b53e977f54fabea2a8629823cff36ec0dac2509ddf246ebc92e0131a28612db142c8cb5ed4e21896')
-
-prepare() {
-  cp -a pbr-$pkgver{,-py2}
-
-  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pbr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pbr-$pkgver
-  stestr run
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-pbr() {
-  depends=('python-setuptools')
-
-  cd pbr-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pbr() {
-  depends=('python2-setuptools')
-
-  cd pbr-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  
-  mv "$pkgdir"/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 487429, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 14:37:35 UTC (rev 487430)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=5.4.0
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url='https://pypi.python.org/pypi/pbr'
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'git')
+checkdepends=('python-stestr' 'python2-stestr' 'python-testscenarios' 
'python2-testscenarios'
+  'python-testresources' 'python2-testresources' 
'python-testrepository'
+  'python2-testrepository' 'python-mock' 'python2-mock'
+  'python-virtualenv' 'python2-virtualenv' 'python-wheel' 
'python2-wheel'
+  'python-sphinx' 'python2-sphinx')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
+sha512sums=('f4d7452a7890cc713945cc8b8b54bf57ea2f8362ecbb7cdf48e1fa64dd7c0c007155e25cd5562da93ce7183e998ad8132ac366aa08d503b2cb55f4abe5c48539')
+
+prepare() {
+  cp -a pbr-$pkgver{,-py2}
+
+  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pbr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pbr-$pkgver
+  stestr run
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-pbr() {
+  depends=('python-setuptools')
+
+  cd pbr-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pbr() {
+  depends=('python2-setuptools')
+
+  cd pbr-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  
+  mv "$pkgdir"/usr/bin/pbr{,2}
+}


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:37:52
  Author: felixonmars
Revision: 487432

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 487431, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 14:37:41 UTC (rev 487431)
+++ PKGBUILD2019-07-04 14:37:52 UTC (rev 487432)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20190627.1
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('af5037c72a7ff2ae48cb38b3cb1e09f8a19ed1996628c81cea35931bf051ee4b89ae5cc951ff4853a6f7a7e65cb05f4fd85c2b13245c4425b162cfba21b90580')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
487431, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 14:37:52 UTC (rev 487432)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20190704.1
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('af5eff69a93fee5d39acc69b57341887394211462c351cbb65cf31dfd310d1c023ec2610528e351861ac913d959abca7e0433508e4ff48aabd7ebf69ad270094')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:37:41
  Author: felixonmars
Revision: 487431

upgpkg: v2ray-domain-list-community 20190704.1-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 14:37:35 UTC (rev 487430)
+++ PKGBUILD2019-07-04 14:37:41 UTC (rev 487431)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20190627.1
+pkgver=20190704.1
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('af5037c72a7ff2ae48cb38b3cb1e09f8a19ed1996628c81cea35931bf051ee4b89ae5cc951ff4853a6f7a7e65cb05f4fd85c2b13245c4425b162cfba21b90580')
+sha512sums=('af5eff69a93fee5d39acc69b57341887394211462c351cbb65cf31dfd310d1c023ec2610528e351861ac913d959abca7e0433508e4ff48aabd7ebf69ad270094')
 
 prepare() {
   mkdir .gopath


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:37:23
  Author: felixonmars
Revision: 487429

upgpkg: python-pbr 5.4.0-1

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 12:58:29 UTC (rev 487428)
+++ PKGBUILD2019-07-04 14:37:23 UTC (rev 487429)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=5.3.1
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="Python Build Reasonableness"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-virtualenv' 'python2-virtualenv' 'python-wheel' 
'python2-wheel'
   'python-sphinx' 'python2-sphinx')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
-sha512sums=('7702b54e190de0bb98fa5f3921f4fa56c1764ab0dfc8f3f2b53e977f54fabea2a8629823cff36ec0dac2509ddf246ebc92e0131a28612db142c8cb5ed4e21896')
+sha512sums=('f4d7452a7890cc713945cc8b8b54bf57ea2f8362ecbb7cdf48e1fa64dd7c0c007155e25cd5562da93ce7183e998ad8132ac366aa08d503b2cb55f4abe5c48539')
 
 prepare() {
   cp -a pbr-$pkgver{,-py2}


[arch-commits] Commit in modemmanager/repos/extra-x86_64 (4 files)

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 14:26:10
  Author: heftig
Revision: 357306

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 357305, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/extra-x86_64/strict-filter.diff
(from rev 357305, modemmanager/trunk/strict-filter.diff)
Deleted:
  modemmanager/repos/extra-x86_64/PKGBUILD
  modemmanager/repos/extra-x86_64/strict-filter.diff

+
 PKGBUILD   |  172 +--
 strict-filter.diff |   26 +++
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 14:26:01 UTC (rev 357305)
+++ PKGBUILD2019-07-04 14:26:10 UTC (rev 357306)
@@ -1,86 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="Mobile broadband modem management service"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim)
-makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=81446203ed8f5a0982b24764689bf3e80f4470bb  # tags/1.10.2
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;
-strict-filter.diff)
-sha256sums=('SKIP'
-'0602cc5088b193426c3af3d6ce14a7fd6502b06f77982dc56291d834280f311e')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-
-  # Recommended by upstream
-  patch -Np1 -i ../strict-filter.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ModemManager
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---with-systemd-journal \
---with-systemd-suspend-resume \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ModemManager
-  make -k check
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libmm-glib uninstall
-  make DESTDIR="$pkgdir" -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv "$pkgdir/usr/include" ..
-  mv "$pkgdir/usr/lib/pkgconfig" ..
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(glib2)
-
-  install -d "$pkgdir/usr/lib"
-  mv include "$pkgdir/usr"
-  mv pkgconfig "$pkgdir/usr/lib"
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" -C libmm-glib install
-  make DESTDIR="$pkgdir" -C vapi install
-}

Copied: modemmanager/repos/extra-x86_64/PKGBUILD (from rev 357305, 
modemmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 14:26:10 UTC (rev 357306)
@@ -0,0 +1,86 @@
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
+_commit=4fc7296b09300985be1aff7a4fca17416c819fb6  # tags/1.10.4
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;
+strict-filter.diff)
+sha256sums=('SKIP'
+'0602cc5088b193426c3af3d6ce14a7fd6502b06f77982dc56291d834280f311e')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+
+  # Recommended by upstream
+  patch -Np1 -i ../strict-filter.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-systemd-journal \
+--with-systemd-suspend-resume \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem 

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

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 14:26:01
  Author: heftig
Revision: 357305

1.10.4-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 12:14:00 UTC (rev 357304)
+++ PKGBUILD2019-07-04 14:26:01 UTC (rev 357305)
@@ -3,7 +3,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.10.2
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=81446203ed8f5a0982b24764689bf3e80f4470bb  # tags/1.10.2
+_commit=4fc7296b09300985be1aff7a4fca17416c819fb6  # tags/1.10.4
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;
 strict-filter.diff)
 sha256sums=('SKIP'


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

2019-07-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 4, 2019 @ 12:58:12
  Author: svenstaro
Revision: 487427

upgpkg: ansible 2.8.2-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 11:28:57 UTC (rev 487426)
+++ PKGBUILD2019-07-04 12:58:12 UTC (rev 487427)
@@ -6,7 +6,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -30,7 +30,7 @@
 makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('08be80584edfe28f11fe750735ade117deaf3a7c98fe15fb2fa0e3a5ed0c3f98cd126b60386e51d15ce275e8f1fc3eda0177bb56e0823b2f2b7702cc0e35be92')
+sha512sums=('02cd8fd214f61041914abeebf2395f16acf370e110bdef0181689f604f06504902f9a05a2413877a31680528af539f078e2cd7b7f2eebe2389c9aa441b063305')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-07-04 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 4, 2019 @ 12:58:29
  Author: svenstaro
Revision: 487428

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 487427, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 12:58:12 UTC (rev 487427)
+++ PKGBUILD2019-07-04 12:58:29 UTC (rev 487428)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=2.8.1
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
-provides=('python-ansible')
-replaces=('python-ansible')
-conflicts=('python-ansible')
-optdepends=('sshpass: for ssh connections with password'
-'python-passlib: crypt values for vars_prompt'
-'python-pyopenssl: openssl modules'
-'python-netaddr: for the ipaddr filter'
-'python-systemd: log to journal'
-'python-pywinrm: connect to Windows machines'
-'python-dnspython: for dig lookup'
-'python-ovirt-engine-sdk: ovirt support'
-'python-boto3: aws_s3 module'
-'python-jmespath: json_query support'
-'acme-tiny: openssl_certificate module')
-makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('08be80584edfe28f11fe750735ade117deaf3a7c98fe15fb2fa0e3a5ed0c3f98cd126b60386e51d15ce275e8f1fc3eda0177bb56e0823b2f2b7702cc0e35be92')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 487427, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 12:58:29 UTC (rev 487428)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.8.2
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
+provides=('python-ansible')
+replaces=('python-ansible')
+conflicts=('python-ansible')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-pyopenssl: openssl modules'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-ovirt-engine-sdk: ovirt support'
+'python-boto3: aws_s3 module'
+'python-jmespath: json_query support'
+'acme-tiny: openssl_certificate module')
+makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
+sha512sums=('02cd8fd214f61041914abeebf2395f16acf370e110bdef0181689f604f06504902f9a05a2413877a31680528af539f078e2cd7b7f2eebe2389c9aa441b063305')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 12:14:00
  Author: heftig
Revision: 357304

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 357302, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 357302, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 357302, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 357302, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 357302, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 357302, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  148 -
 gtk-query-immodules-3.0.hook |   22 +++---
 gtk-update-icon-cache.hook   |   26 +++
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 12:13:59 UTC (rev 357303)
+++ PKGBUILD2019-07-04 12:14:00 UTC (rev 357304)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.9
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
-license=(LGPL)
-_commit=fee3a3066c019239035b9f8560d11bb4d5725b0c  # tags/3.24.9^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
-  arch-meson gtk build \
--D broadway_backend=true \
--D colord=yes \
--D gtk_doc=true \
--D man=true
-  ninja -C build
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 357302, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 12:14:00 UTC (rev 357304)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.10
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+ adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
+ cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)

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

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 12:13:59
  Author: heftig
Revision: 357303

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 357302, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 12:13:44 UTC (rev 357302)
+++ PKGBUILD2019-07-04 12:13:59 UTC (rev 357303)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.32.1
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather;
-arch=(x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=912ed3121d0b2df6ff646d4c1951983d7d3a08d3  # tags/3.32.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 357302, 
libgweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 12:13:59 UTC (rev 357303)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.32.2
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(gobject-introspection vala git gtk-doc glade meson)
+_commit=3340fe07f80b79725f7ff2b4c686bce62ca4919a  # tags/3.32.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 12:13:44
  Author: heftig
Revision: 357302

3.32.2-1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 12:13:39 UTC (rev 357301)
+++ PKGBUILD2019-07-04 12:13:44 UTC (rev 357302)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 pkgdesc="Location and timezone database and weather-lookup library"
 url="https://wiki.gnome.org/Projects/LibGWeather;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(libsoup gtk3 geocode-glib dconf)
 makedepends=(gobject-introspection vala git gtk-doc glade meson)
-_commit=912ed3121d0b2df6ff646d4c1951983d7d3a08d3  # tags/3.32.1^0
+_commit=3340fe07f80b79725f7ff2b4c686bce62ca4919a  # tags/3.32.2^0
 source=("git+https://gitlab.gnome.org/GNOME/libgweather.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-07-04 Thread Jan Steffens via arch-commits
Date: Thursday, July 4, 2019 @ 12:13:39
  Author: heftig
Revision: 357301

3.24.10-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 05:39:54 UTC (rev 357300)
+++ PKGBUILD2019-07-04 12:13:39 UTC (rev 357301)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.9
+pkgver=3.24.10
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
@@ -15,7 +15,7 @@
  cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
 license=(LGPL)
-_commit=fee3a3066c019239035b9f8560d11bb4d5725b0c  # tags/3.24.9^0
+_commit=3642629767ec54c4079f7d90a9ea780a225bfe5e  # tags/3.24.10^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in pigeonhole/trunk (PKGBUILD fix-sieve-synchronization.patch)

2019-07-04 Thread Thore Bödecker via arch-commits
Date: Thursday, July 4, 2019 @ 11:28:53
  Author: foxxx0
Revision: 487425

upgpkg: pigeonhole 0.5.6-2

add patch to fix sieve replication

Added:
  pigeonhole/trunk/fix-sieve-synchronization.patch
Modified:
  pigeonhole/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++---
 fix-sieve-synchronization.patch |   28 
 2 files changed, 46 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 09:44:34 UTC (rev 487424)
+++ PKGBUILD2019-07-04 11:28:53 UTC (rev 487425)
@@ -13,7 +13,7 @@
 
 pkgname=pigeonhole
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Sieve implementation for Dovecot'
 url='https://pigeonhole.dovecot.org/'
@@ -24,15 +24,30 @@
 
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig}
+'fix-sieve-synchronization.patch')
 
 sha256sums=('7c2fe7e23e732a8451172c00da5f19532448c95e03e44d47c61b123e8210f5b8'
-'SKIP')
+'SKIP'
+'5a9b47531c1bf3b764bb4ac7691d6f18ac15575bff65e8c7f4557bc096658701')
 validpgpkeys=(
   '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

   '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
 )
 
+
+prepare() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -l -i "$srcdir/${filename##*/}"
+fi
+  done
+}
+
 build() {
   cd "dovecot-2.3-pigeonhole-${pkgver}"
 

Added: fix-sieve-synchronization.patch
===
--- fix-sieve-synchronization.patch (rev 0)
+++ fix-sieve-synchronization.patch 2019-07-04 11:28:53 UTC (rev 487425)
@@ -0,0 +1,28 @@
+From 0e91911d22d43621c820d7f5b28be671050fd290 Mon Sep 17 00:00:00 2001
+From: Aki Tuomi 
+Date: Mon, 27 May 2019 09:43:25 +0300
+Subject: [PATCH] doveadm-sieve: Fix script synchronization
+
+When dsyncing, this codepath is always called with prefix "".
+There is no point checking the prefix at all.
+
+Broken in 479c5e57046dec76078597df844daccbfc0eb75f
+---
+ src/plugins/doveadm-sieve/doveadm-sieve-sync.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-sync.c 
b/src/plugins/doveadm-sieve/doveadm-sieve-sync.c
+index 34bd18d4..069f20ab 100644
+--- a/src/plugins/doveadm-sieve/doveadm-sieve-sync.c
 b/src/plugins/doveadm-sieve/doveadm-sieve-sync.c
+@@ -606,9 +606,7 @@ sieve_attribute_iter_init(struct mailbox *box, enum 
mail_attribute_type type,
+siter->iter.box = box;
+siter->super = sbox->super.attribute_iter_init(box, type, prefix);
+
+-   if (box->storage->user->dsyncing &&
+-   type == MAIL_ATTRIBUTE_TYPE_PRIVATE &&
+-   str_begins(prefix, MAILBOX_ATTRIBUTE_PREFIX_SIEVE)) {
++   if (box->storage->user->dsyncing) {
+if (sieve_attribute_iter_script_init(siter) < 0)
+siter->failed = TRUE;
+}


[arch-commits] Commit in pigeonhole/repos/community-x86_64 (3 files)

2019-07-04 Thread Thore Bödecker via arch-commits
Date: Thursday, July 4, 2019 @ 11:28:57
  Author: foxxx0
Revision: 487426

archrelease: copy trunk to community-x86_64

Added:
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 487425, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-x86_64/fix-sieve-synchronization.patch
(from rev 487425, pigeonhole/trunk/fix-sieve-synchronization.patch)
Deleted:
  pigeonhole/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|  127 +-
 fix-sieve-synchronization.patch |   28 
 2 files changed, 99 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 11:28:53 UTC (rev 487425)
+++ PKGBUILD2019-07-04 11:28:57 UTC (rev 487426)
@@ -1,56 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.6
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.5.6
-pkgrel=1
-
-pkgdesc='Sieve implementation for Dovecot'
-url='https://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=("dovecot=${_dcpkgver}")
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
-
-sha256sums=('7c2fe7e23e732a8451172c00da5f19532448c95e03e44d47c61b123e8210f5b8'
-'SKIP')
-validpgpkeys=(
-  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
-)
-
-build() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-  make check
-}
-
-package() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 487425, 
pigeonhole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 11:28:57 UTC (rev 487426)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Thore Bödecker 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.6
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.6
+pkgrel=2
+
+pkgdesc='Sieve implementation for Dovecot'
+url='https://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=("dovecot=${_dcpkgver}")
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig}
+'fix-sieve-synchronization.patch')
+
+sha256sums=('7c2fe7e23e732a8451172c00da5f19532448c95e03e44d47c61b123e8210f5b8'
+'SKIP'
+'5a9b47531c1bf3b764bb4ac7691d6f18ac15575bff65e8c7f4557bc096658701')
+validpgpkeys=(
+  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

+  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
+)
+
+
+prepare() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -l -i "$srcdir/${filename##*/}"
+fi
+  done
+}
+
+build() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+  make check
+}
+
+package() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: pigeonhole/repos/community-x86_64/fix-sieve-synchronization.patch (from 
rev 487425, pigeonhole/trunk/fix-sieve-synchronization.patch)
===
--- fix-sieve-synchronization.patch (rev 0)
+++ fix-sieve-synchronization.patch 2019-07-04 11:28:57 UTC (rev 487426)
@@ -0,0 +1,28 @@
+From 0e91911d22d43621c820d7f5b28be671050fd290 Mon Sep 17 00:00:00 2001
+From: Aki Tuomi 
+Date: Mon, 27 May 2019 09:43:25 +0300
+Subject: [PATCH] doveadm-sieve: Fix script synchronization
+
+When dsyncing, this codepath is always called with prefix "".
+There is no point checking the prefix at all.
+
+Broken in 

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

2019-07-04 Thread Bruno Pagani via arch-commits
Date: Thursday, July 4, 2019 @ 09:44:34
  Author: archange
Revision: 487424

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 487423, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 09:44:20 UTC (rev 487423)
+++ PKGBUILD2019-07-04 09:44:34 UTC (rev 487424)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.8.2.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://displaycal.net/;
-license=(GPL3)
-depends=(argyllcms python2-wxpython3 python2-numpy python2-gobject)
-makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6a3f803ca21209dc5d443400967b9fcbb9108285416397b7dd6263cf047aa8ae')
-
-build() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-# udev rules are shipped with argyllcms
-rm -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 487423, 
displaycal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 09:44:34 UTC (rev 487424)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.8.3.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://displaycal.net/;
+license=(GPL3)
+depends=(argyllcms python2-wxpython3 python2-numpy python2-gobject)
+makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for Plasma')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('2439789e2341d037b874da3933d043041d5542370fd5d283e58a42a73d74983a')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -r "${pkgdir}"/etc/udev/
+}


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

2019-07-04 Thread Bruno Pagani via arch-commits
Date: Thursday, July 4, 2019 @ 09:44:20
  Author: archange
Revision: 487423

upgpkg: displaycal 3.8.3.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 06:39:42 UTC (rev 487422)
+++ PKGBUILD2019-07-04 09:44:20 UTC (rev 487423)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.8.2.0
+pkgver=3.8.3.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('gnome-color-manager: profile installation for GNOME'
 'colord-kde: profile installation for Plasma')
 
source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6a3f803ca21209dc5d443400967b9fcbb9108285416397b7dd6263cf047aa8ae')
+sha256sums=('2439789e2341d037b874da3933d043041d5542370fd5d283e58a42a73d74983a')
 
 build() {
 cd ${_pkgname}-${pkgver}


[arch-commits] Commit in sagemath/trunk (2 files)

2019-07-04 Thread Antonio Rojas via arch-commits
Date: Thursday, July 4, 2019 @ 06:16:23
  Author: arojas
Revision: 487420

Adapt to new three.js directory structure

Added:
  sagemath/trunk/sagemath-threejs-dir-structure.patch
Modified:
  sagemath/trunk/PKGBUILD

--+
 PKGBUILD |   10 +---
 sagemath-threejs-dir-structure.patch |   40 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-04 05:39:27 UTC (rev 487419)
+++ PKGBUILD2019-07-04 06:16:23 UTC (rev 487420)
@@ -8,7 +8,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
@@ -45,7 +45,8 @@
 sagemath-cremona.patch
 sagemath-singular-4.1.2.patch
 sagemath-ecl-sigfpe.patch
-sagemath-linbox-1.6.patch)
+sagemath-linbox-1.6.patch
+sagemath-threejs-dir-structure.patch)
 sha256sums=('d012ff4f0f34e086fcaf576e25220fc647826116c69b62b887bc0b8ced5c1e9f'
 '1c2a2d750e81ac65a1dc07094f086ba07f4862288c935a1cd009cdd62bcfc23c'
 '328e45e78065b5f6527174bda48cfff6828acbf107c2535b0a9a92c3ceb35842'
@@ -57,7 +58,8 @@
 '4c6df9e4e5a7b29ecf6189eda3e5a79f69b6e1b4d29c1b9559663149b8c0af96'
 '961bfb5694b67d425d21240d71490cb71714b5207c23448c89be0966512ff8f9'
 'a42f3b152b1aedb8abf16bc70971419919d1fe30328574e7fef8305f9d07d938'
-'81fc39e39e8508f742ccc784efd0492fd04474cee75edf7bd3cbea43edd49b2e')
+'81fc39e39e8508f742ccc784efd0492fd04474cee75edf7bd3cbea43edd49b2e'
+'779e4107f663307bc9c564e6f800364e7e1926b6cab18ea6674bd62ea7664143')
 
 prepare(){
   cd sage-$pkgver
@@ -87,6 +89,8 @@
   patch -p1 -i ../sagemath-ecl-sigfpe.patch
 # fix build with linbox 1.6 https://trac.sagemath.org/ticket/26932
   patch -p1 -i ../sagemath-linbox-1.6.patch
+# use upstream's three.js directory structure 
https://trac.sagemath.org/ticket/28007
+  patch -p1 -i ../sagemath-threejs-dir-structure.patch
 
 # use python2
   sed -e 's|sage-python23|python2|' -e 's|#!/usr/bin/env 
python\b|#!/usr/bin/env python2|' -i src/bin/*

Added: sagemath-threejs-dir-structure.patch
===
--- sagemath-threejs-dir-structure.patch(rev 0)
+++ sagemath-threejs-dir-structure.patch2019-07-04 06:16:23 UTC (rev 
487420)
@@ -0,0 +1,40 @@
+diff --git a/src/sage/repl/rich_output/backend_ipython.py 
b/src/sage/repl/rich_output/backend_ipython.py
+index 7c27d48..8bf4861 100644
+--- a/src/sage/repl/rich_output/backend_ipython.py
 b/src/sage/repl/rich_output/backend_ipython.py
+@@ -411,10 +411,15 @@ class BackendIPythonCommandline(BackendIPython):
+ sage: backend.threejs_offline_scripts()
+ '..'
+ """
+-from sage.env import SAGE_SHARE
++from sage.env import THREEJS_DIR
+ 
+-scripts = [os.path.join(SAGE_SHARE, 'threejs', script)
+-   for script in ['three.min.js', 'OrbitControls.js']]
++scripts = [
++os.path.join(THREEJS_DIR, script)
++for script in [
++'build/three.min.js',
++'examples/js/controls/OrbitControls.js',
++]
++]
+ 
+ if sys.platform == 'cygwin':
+ import cygwin
+@@ -594,13 +599,13 @@ class BackendIPythonNotebook(BackendIPython):
+ sage: from sage.repl.rich_output.backend_ipython import 
BackendIPythonNotebook
+ sage: backend = BackendIPythonNotebook()
+ sage: backend.threejs_offline_scripts()
+-'...