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

2019-03-24 Thread Daniel M. Capella via arch-commits
Date: Monday, March 25, 2019 @ 04:33:08
  Author: polyzen
Revision: 443365

archrelease: copy trunk to community-x86_64

Added:
  skim/repos/community-x86_64/PKGBUILD
(from rev 443364, skim/trunk/PKGBUILD)
Deleted:
  skim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-25 04:32:43 UTC (rev 443364)
+++ PKGBUILD2019-03-25 04:33:08 UTC (rev 443365)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: fenuks
-
-pkgname=skim
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Fuzzy Finder in rust!'
-arch=('x86_64')
-depends=('ncurses')
-makedepends=('rust')
-url=https://github.com/lotabout/skim
-license=('MIT')
-source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d')
-
-build() {
-  cd skim-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd skim-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd skim-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 shell/skim.1
-  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
-  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
-  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
-}

Copied: skim/repos/community-x86_64/PKGBUILD (from rev 443364, 
skim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-25 04:33:08 UTC (rev 443365)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: fenuks
+
+pkgname=skim
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Fuzzy Finder in rust!'
+arch=('x86_64')
+depends=('ncurses')
+makedepends=('rust')
+url=https://github.com/lotabout/skim
+license=('MIT')
+source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
+sha512sums=('9f1bc94a4566e5ba1419ba06ce3eef66280ca4dc0824414af20ea8ff2cf58abbe3ec9a83d909c95542b88e88bb97be1c8dd27278844c17adeee45ee1ef98352a')
+
+build() {
+  cd skim-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd skim-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd skim-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
+  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
+  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
+  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
+}


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

2019-03-24 Thread Daniel M. Capella via arch-commits
Date: Monday, March 25, 2019 @ 04:32:43
  Author: polyzen
Revision: 443364

upgpkg: skim 0.6.3-1

Modified:
  skim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 22:49:08 UTC (rev 443363)
+++ PKGBUILD2019-03-25 04:32:43 UTC (rev 443364)
@@ -2,7 +2,7 @@
 # Contributor: fenuks
 
 pkgname=skim
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url=https://github.com/lotabout/skim
 license=('MIT')
 source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d')
+sha512sums=('9f1bc94a4566e5ba1419ba06ce3eef66280ca4dc0824414af20ea8ff2cf58abbe3ec9a83d909c95542b88e88bb97be1c8dd27278844c17adeee45ee1ef98352a')
 
 build() {
   cd skim-$pkgver
@@ -26,7 +26,7 @@
 package() {
   cd skim-$pkgver
   install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 shell/skim.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
   install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
   install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (16 files)

2019-03-24 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, March 24, 2019 @ 22:49:08
  Author: svenstaro
Revision: 443363

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 443362, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 443362, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 443362, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/demibold.patch
(from rev 443362, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 443362, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 443362, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 443362, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 443362, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

+
 CMakeLists.inj |   36 -
 PKGBUILD   |  226 -
 Use-system-wide-font.patch |   68 +-
 demibold.patch |   54 +-
 libtgvoip.patch|   36 -
 no-gtk2.patch  |   58 +-
 tdesktop.patch | 1078 +--
 tg.protocol|   22 
 8 files changed, 789 insertions(+), 789 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-03-24 22:48:51 UTC (rev 443362)
+++ CMakeLists.inj  2019-03-24 22:49:08 UTC (rev 443363)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
443362, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-03-24 22:49:08 UTC (rev 443363)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 22:48:51 UTC (rev 443362)
+++ PKGBUILD2019-03-24 22:49:08 UTC (rev 443363)
@@ -1,113 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: 

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

2019-03-24 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, March 24, 2019 @ 22:48:51
  Author: svenstaro
Revision: 443362

upgpkg: telegram-desktop 1.6.2-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 22:01:10 UTC (rev 443361)
+++ PKGBUILD2019-03-24 22:48:51 UTC (rev 443362)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')


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

2019-03-24 Thread Jan de Groot via arch-commits
Date: Sunday, March 24, 2019 @ 22:45:44
  Author: jgc
Revision: 349156

archrelease: copy trunk to extra-x86_64

Added:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 349155, libgnome-keyring/trunk/PKGBUILD)
Deleted:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 22:45:40 UTC (rev 349155)
+++ PKGBUILD2019-03-24 22:45:44 UTC (rev 349156)
@@ -1,32 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot 
-
-pkgname=libgnome-keyring
-pkgver=3.12.0
-pkgrel=3
-pkgdesc="GNOME keyring client library"
-arch=(x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-options=('!emptydirs')
-url="https://www.gnome.org;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgnome-keyring/repos/extra-x86_64/PKGBUILD (from rev 349155, 
libgnome-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 22:45:44 UTC (rev 349156)
@@ -0,0 +1,42 @@
+#Maintainer: Jan De Groot 
+
+pkgname=libgnome-keyring
+pkgver=3.12.0+11+g3766bcc
+pkgrel=1
+pkgdesc="GNOME keyring client library"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2' git 
gnome-common)
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+options=('!emptydirs')
+url="https://www.gnome.org;
+_commit=3766bcc482f9e02fb5f9c183e814833ad1fbf08a  # master
+source=("git+https://gitlab.gnome.org/GNOME/libgnome-keyring.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-24 Thread Jan de Groot via arch-commits
Date: Sunday, March 24, 2019 @ 22:45:40
  Author: jgc
Revision: 349155

upgpkg: libgnome-keyring 3.12.0+11+g3766bcc-1

Fix build with latest vala

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 20:57:07 UTC (rev 349154)
+++ PKGBUILD2019-03-24 22:45:40 UTC (rev 349155)
@@ -1,24 +1,35 @@
 #Maintainer: Jan De Groot 
 
 pkgname=libgnome-keyring
-pkgver=3.12.0
-pkgrel=3
+pkgver=3.12.0+11+g3766bcc
+pkgrel=1
 pkgdesc="GNOME keyring client library"
 arch=(x86_64)
 license=('GPL' 'LGPL')
 depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2' git 
gnome-common)
 optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
 options=('!emptydirs')
 url="https://www.gnome.org;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
+_commit=3766bcc482f9e02fb5f9c183e814833ad1fbf08a  # master
+source=("git+https://gitlab.gnome.org/GNOME/libgnome-keyring.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
+  --libexecdir=/usr/lib/gnome-keyring --enable-gtk-doc
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
@@ -26,6 +37,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 22:01:10
  Author: archange
Revision: 443361

archrelease: copy trunk to community-x86_64

Added:
  nlopt/repos/community-x86_64/
  nlopt/repos/community-x86_64/PKGBUILD
(from rev 443360, nlopt/trunk/PKGBUILD)

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

Copied: nlopt/repos/community-x86_64/PKGBUILD (from rev 443360, 
nlopt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-24 22:01:10 UTC (rev 443361)
@@ -0,0 +1,43 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nlopt
+pkgver=2.5.0
+pkgrel=4
+pkgdesc="nonlinear optimization library"
+arch=('x86_64')
+url="http://ab-initio.mit.edu/wiki/index.php/NLopt;
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('cmake' 'python-numpy' 'octave' 'guile' 'swig')
+optdepends=('python-numpy: to use with python')
+source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
nlopt-fix-guile.patch::"https://github.com/stevengj/nlopt/commit/96ebb33c3143de3e050e040e1fd11c6ee9055471.patch;
+
nlopt-fix-octave-5.patch::"https://github.com/stevengj/nlopt/commit/18cadf72cc69334091492b6137a32471e178e2ed.patch;)
+sha256sums=('c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae'
+'dd0f4ea62e92ba03e9c15b5bad15bf4202d2d7f840863acfd41baca038b20bbe'
+'84afcc709721621978915c08e0d2541c03ca504ad037db5240a821af62b6f4dc')
+
+prepare () {
+mkdir -p build
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../nlopt-fix-guile.patch
+patch -p1 -i ../nlopt-fix-octave-5.patch
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+ctest --output-on-failure
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in nlopt/trunk (nlopt-2.5.0.tar.gz)

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 22:00:36
  Author: archange
Revision: 443360

Remove that tarball...

Deleted:
  nlopt/trunk/nlopt-2.5.0.tar.gz

+
 0 files changed

Deleted: nlopt-2.5.0.tar.gz
===
(Binary files differ)


[arch-commits] Commit in (5 files)

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 21:53:12
  Author: archange
Revision: 443359

Initial addition of nlopt to [community]

Added:
  nlopt/
  nlopt/repos/
  nlopt/trunk/
  nlopt/trunk/PKGBUILD
  nlopt/trunk/nlopt-2.5.0.tar.gz

+
 PKGBUILD   |   43 +++
 nlopt-2.5.0.tar.gz |1 +
 2 files changed, 44 insertions(+)

Added: nlopt/trunk/PKGBUILD
===
--- nlopt/trunk/PKGBUILD(rev 0)
+++ nlopt/trunk/PKGBUILD2019-03-24 21:53:12 UTC (rev 443359)
@@ -0,0 +1,43 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nlopt
+pkgver=2.5.0
+pkgrel=4
+pkgdesc="nonlinear optimization library"
+arch=('x86_64')
+url="http://ab-initio.mit.edu/wiki/index.php/NLopt;
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('cmake' 'python-numpy' 'octave' 'guile' 'swig')
+optdepends=('python-numpy: to use with python')
+source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
nlopt-fix-guile.patch::"https://github.com/stevengj/nlopt/commit/96ebb33c3143de3e050e040e1fd11c6ee9055471.patch;
+
nlopt-fix-octave-5.patch::"https://github.com/stevengj/nlopt/commit/18cadf72cc69334091492b6137a32471e178e2ed.patch;)
+sha256sums=('c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae'
+'dd0f4ea62e92ba03e9c15b5bad15bf4202d2d7f840863acfd41baca038b20bbe'
+'84afcc709721621978915c08e0d2541c03ca504ad037db5240a821af62b6f4dc')
+
+prepare () {
+mkdir -p build
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../nlopt-fix-guile.patch
+patch -p1 -i ../nlopt-fix-octave-5.patch
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+ctest --output-on-failure
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+}

Added: nlopt/trunk/nlopt-2.5.0.tar.gz
===
(Binary files differ)

Index: nlopt/trunk/nlopt-2.5.0.tar.gz
===
--- nlopt/trunk/nlopt-2.5.0.tar.gz  2019-03-24 18:22:17 UTC (rev 443358)
+++ nlopt/trunk/nlopt-2.5.0.tar.gz  2019-03-24 21:53:12 UTC (rev 443359)

Property changes on: nlopt/trunk/nlopt-2.5.0.tar.gz
___
Added: svn:mime-type
## -0,0 +1 ##
+application/x-gzip
\ No newline at end of property


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

2019-03-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 24, 2019 @ 20:57:07
  Author: alucryd
Revision: 349154

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 349153, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  288 ++---
 1 file changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 20:56:57 UTC (rev 349153)
+++ PKGBUILD2019-03-24 20:57:07 UTC (rev 349154)
@@ -1,144 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.1.1
-pkgrel=2
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=(x86_64)
-url=https://ffmpeg.org/
-license=(GPL3)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  fontconfig
-  fribidi
-  gmp
-  gnutls
-  gsm
-  jack
-  lame
-  libass.so
-  libavc1394
-  libbluray.so
-  libdrm
-  libfreetype.so
-  libiec61883
-  libmodplug
-  libomxil-bellagio
-  libpulse
-  libraw1394
-  libsoxr
-  libssh
-  libtheora
-  libva.so
-  libva-drm.so
-  libva-x11.so
-  libvdpau
-  libvidstab.so
-  libvorbisenc.so
-  libvorbis.so
-  libvpx.so
-  libwebp
-  libx11
-  libx264.so
-  libx265.so
-  libxcb
-  libxext
-  libxml2
-  libxv
-  libxvidcore.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  v4l-utils
-  xz
-  zlib
-)
-makedepends=(
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=('ladspa: LADSPA filters')
-provides=(
-  libavcodec.so
-  libavdevice.so
-  libavfilter.so
-  libavformat.so
-  libavutil.so
-  libpostproc.so
-  libswresample.so
-  libswscale.so
-)
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libaom \
---enable-libass \
---enable-libbluray \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libjack \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxml2 \
---enable-libxvid \
---enable-nvdec \
---enable-nvenc \
---enable-omx \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play}.1
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
-  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 349153, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 20:57:07 UTC (rev 349154)
@@ -0,0 +1,144 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.1.2
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  v4l-utils
+  xz
+  zlib
+)
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-fontconfig \
+--enable-gmp \
+  

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

2019-03-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 24, 2019 @ 20:56:57
  Author: alucryd
Revision: 349153

upgpkg: ffmpeg 1:4.1.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 20:18:56 UTC (rev 349152)
+++ PKGBUILD2019-03-24 20:56:57 UTC (rev 349153)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 20:18:56
  Author: arojas
Revision: 349152

archrelease: copy trunk to extra-x86_64

Added:
  falkon/repos/extra-x86_64/PKGBUILD
(from rev 349151, falkon/trunk/PKGBUILD)
Deleted:
  falkon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 20:18:04 UTC (rev 349151)
+++ PKGBUILD2019-03-24 20:18:56 UTC (rev 349152)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=falkon
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(x86_64)
-url="https://www.falkon.org/;
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring 
pyside2 shiboken2)
-optdepends=('kio: KDE integration' 'purpose: KDE integration' 
'libgnome-keyring: gnome keyring integration'
-'pyside2: Python plugins')
-replaces=(qupzilla)
-source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587'
-'SKIP')
-validpgpkeys=(3CB7B8416EF6778B409FDC43EBC3FC294452C6D8) # David Rosca 

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

Copied: falkon/repos/extra-x86_64/PKGBUILD (from rev 349151, 
falkon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 20:18:56 UTC (rev 349152)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=falkon
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(x86_64)
+url="https://www.falkon.org/;
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring) # 
pyside2 shiboken2 https://bugs.kde.org/show_bug.cgi?id=405833
+optdepends=('kio: KDE integration' 'purpose: KDE integration' 
'libgnome-keyring: gnome keyring integration')
+#'pyside2: Python plugins'
+replaces=(qupzilla)
+source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587'
+'SKIP')
+validpgpkeys=(3CB7B8416EF6778B409FDC43EBC3FC294452C6D8) # David Rosca 

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


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 20:18:04
  Author: arojas
Revision: 349151

Remove python plugin, it's broken with pyside 5.12.2

Modified:
  falkon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 19:30:26 UTC (rev 349150)
+++ PKGBUILD2019-03-24 20:18:04 UTC (rev 349151)
@@ -2,15 +2,15 @@
 
 pkgname=falkon
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform QtWebEngine browser"
 arch=(x86_64)
 url="https://www.falkon.org/;
 license=(GPL3)
 depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring 
pyside2 shiboken2)
-optdepends=('kio: KDE integration' 'purpose: KDE integration' 
'libgnome-keyring: gnome keyring integration'
-'pyside2: Python plugins')
+makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring) # 
pyside2 shiboken2 https://bugs.kde.org/show_bug.cgi?id=405833
+optdepends=('kio: KDE integration' 'purpose: KDE integration' 
'libgnome-keyring: gnome keyring integration')
+#'pyside2: Python plugins'
 replaces=(qupzilla)
 
source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587'


[arch-commits] Commit in nano/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-24 Thread Andreas Radke via arch-commits
Date: Sunday, March 24, 2019 @ 19:15:30
  Author: andyrtr
Revision: 349149

archrelease: copy trunk to testing-x86_64

Added:
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 349148, nano/trunk/PKGBUILD)

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

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 349148, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-24 19:15:30 UTC (rev 349149)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=4.0
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('x86_64')
+license=('GPL')
+url="https://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v4/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+  'BFD009061E535052AD0DF2150D28D4D2A0ACE884' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}


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

2019-03-24 Thread Andreas Radke via arch-commits
Date: Sunday, March 24, 2019 @ 19:15:17
  Author: andyrtr
Revision: 349148

upgpkg: nano 4.0-1

upstream update 4.0

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 14:55:24 UTC (rev 349147)
+++ PKGBUILD2019-03-24 19:15:17 UTC (rev 349148)
@@ -2,7 +2,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=3.2
+pkgver=4.0
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 groups=('base')
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
-source=(https://www.nano-editor.org/dist/v3/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349'
+source=(https://www.nano-editor.org/dist/v4/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
@@ -25,8 +25,7 @@
 --sysconfdir=/etc \
 --enable-color \
 --enable-nanorc \
---enable-multibuffer \
---disable-wrapping-as-root
+--enable-multibuffer
   make
 }
 


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

2019-03-24 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 24, 2019 @ 18:22:17
  Author: kgizdov
Revision: 443358

archrelease: copy trunk to community-testing-x86_64

Added:
  gcc7/repos/community-testing-x86_64/
  gcc7/repos/community-testing-x86_64/PKGBUILD
(from rev 443357, gcc7/trunk/PKGBUILD)
  gcc7/repos/community-testing-x86_64/bz84080.patch
(from rev 443357, gcc7/trunk/bz84080.patch)
  gcc7/repos/community-testing-x86_64/deprecate_ustat_syscall_interface.patch
(from rev 443357, gcc7/trunk/deprecate_ustat_syscall_interface.patch)

-+
 PKGBUILD|  218 ++
 bz84080.patch   |   27 +++
 deprecate_ustat_syscall_interface.patch |   31 
 3 files changed, 276 insertions(+)

Copied: gcc7/repos/community-testing-x86_64/PKGBUILD (from rev 443357, 
gcc7/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-24 18:22:17 UTC (rev 443358)
@@ -0,0 +1,218 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=(gcc7 gcc7-libs)
+pkgver=7.2.1+20180116
+_pkgver=7
+_majorver=${pkgver:0:1}
+_islver=0.18
+pkgrel=1
+pkgdesc='The GNU Compiler Collection (7.x.x)'
+arch=(x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org'
+makedepends=(binutils libmpc doxygen python)
+checkdepends=(dejagnu inetutils)
+options=(!emptydirs)
+source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+bz84080.patch
+deprecate_ustat_syscall_interface.patch)
+validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrow...@archlinux.org
+  13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
richard.guent...@gmail.com
+  8FC15A064950A99DD1BD14DD39E4B877E62EB915) # svenst...@gmail.com
+sha256sums=('7757097376a0766bbbeed8c90ee08cab93b33d89f3e72358c8bf984401bf69d9'
+'SKIP'
+'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
+'bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7'
+'d18faec408d2e6503e6e8fbdd76c30da4d1657bd2dfd75320dcb011473568b75')
+
+_svnref=256757
+_svnurl=svn://gcc.gnu.org/svn/gcc/branches/gcc-${_majorver}-branch
+_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
+
+snapshot() {
+  svn export -r${_svnrev} ${_svnurl} gcc-r${_svnrev}
+
+  local datestamp basever _pkgver
+  basever=$(< gcc-r${_svnrev}/gcc/BASE-VER)
+  datestamp=$(< gcc-r${_svnrev}/gcc/DATESTAMP)
+  _pkgver=${basever}-${datestamp}
+
+  mv gcc-r${_svnrev} gcc-${_pkgver}
+  tar cf - gcc-${_pkgver} | xz > gcc-${_pkgver}.tar.xz
+  rm -rf gcc-${_pkgver}
+  gpg -b gcc-${_pkgver}.tar.xz
+  scp gcc-${_pkgver}.tar.xz{,.sig} sources.archlinux.org:/srv/ftp/other/gcc/
+
+  echo
+  echo "pkgver=${_pkgver/-/+}"
+}
+
+prepare() {
+  [[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
+  cd gcc
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84080
+  patch -Np0 -i "${srcdir}/bz84080.patch"
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85835
+  patch -Np0 -i "${srcdir}/deprecate_ustat_syscall_interface.patch"
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir -p "$srcdir/gcc-build"
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  "$srcdir/gcc/configure" --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,lto \
+  --enable-shared \
+  --enable-threads=posix \
+  --enable-libmpx \
+  --with-system-zlib \
+  --with-isl \
+  --disable-multilib \
+  --enable-__cxa_atexit \
+  --disable-libunwind-exceptions \
+  --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --disable-libssp \
+  --enable-gnu-unique-object \
+  --enable-linker-build-id \
+  --enable-lto \
+  --enable-plugin \
+  --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-gnu-indirect-function \
+  --disable-werror \
+  --enable-checking=release \
+  --enable-default-pie \
+  

[arch-commits] Commit in python-netcdf4-openmpi/repos/community-x86_64 (2 files)

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 17:38:00
  Author: archange
Revision: 443357

archrelease: copy trunk to community-x86_64

Added:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD
(from rev 443356, python-netcdf4-openmpi/trunk/PKGBUILD)
Deleted:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 17:37:46 UTC (rev 443356)
+++ PKGBUILD2019-03-24 17:38:00 UTC (rev 443357)
@@ -1,62 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=netCDF4
-_mpi=openmpi
-pkgbase=python-${_pkg,,}-${_mpi}
-pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.4.3.2
-pkgrel=1
-pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
-arch=('x86_64')
-url="https://unidata.github.io/${_pkg,,}-python;
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
-source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('5ae0ea8658a83c4c62a76af5a764aad3b4608d7376f07deb143d00817901da9a')
-
-prepare() {
-cp -a ${_pkg}-${pkgver}{,-py2}
-}
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-
-cd ../${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
-
-cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
-}
-
-package_python-netcdf4-openmpi() {
-depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
-conflicts=('python-netcdf4')
-provides=('python-netcdf4')
-
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-netcdf4-openmpi() {
-depends=('python2-numpy' 'python2-cftime' 'python2-mpi4py' 
"netcdf-${_mpi}")
-conflicts=('python2-netcdf4')
-provides=('python2-netcdf4')
-
-cd ${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
-
-for binary in "${pkgdir}"/usr/bin/* ;
-do mv ${binary}{,-py2} ;
-done
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD (from rev 
443356, python-netcdf4-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 17:38:00 UTC (rev 443357)
@@ -0,0 +1,62 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=netCDF4
+_mpi=openmpi
+pkgbase=python-${_pkg,,}-${_mpi}
+pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
+arch=('x86_64')
+url="https://unidata.github.io/${_pkg,,}-python;
+license=('MIT')
+makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
+source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('c258d1104f5fe0f110f4a140b0c84ebf32c2cc5803f186ee72fa93a4a464c0d9')
+
+prepare() {
+cp -a ${_pkg}-${pkgver}{,-py2}
+}
+
+build() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py build
+
+cd ../${_pkg}-${pkgver}-py2
+USE_NCCONFIG=1 python2 setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}/test
+PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
+
+cd ../../${_pkg}-${pkgver}-py2/test
+PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
+}
+
+package_python-netcdf4-openmpi() {
+depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
+conflicts=('python-netcdf4')
+provides=('python-netcdf4')
+
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
+
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_python2-netcdf4-openmpi() {
+depends=('python2-numpy' 'python2-cftime' 'python2-mpi4py' 
"netcdf-${_mpi}")
+conflicts=('python2-netcdf4')
+

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

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 17:37:46
  Author: archange
Revision: 443356

upgpkg: python-netcdf4-openmpi 1.5.0-1

Modified:
  python-netcdf4-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 17:31:31 UTC (rev 443355)
+++ PKGBUILD2019-03-24 17:37:46 UTC (rev 443356)
@@ -4,7 +4,7 @@
 _mpi=openmpi
 pkgbase=python-${_pkg,,}-${_mpi}
 pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.4.3.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
 
source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('5ae0ea8658a83c4c62a76af5a764aad3b4608d7376f07deb143d00817901da9a')
+sha256sums=('c258d1104f5fe0f110f4a140b0c84ebf32c2cc5803f186ee72fa93a4a464c0d9')
 
 prepare() {
 cp -a ${_pkg}-${pkgver}{,-py2}


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

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 17:31:31
  Author: archange
Revision: 443355

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 17:31:22 UTC (rev 443354)
+++ PKGBUILD2019-03-24 17:31:31 UTC (rev 443355)
@@ -1,60 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Spyros Stathopoulos 
-# Contributor: richli 
-# Contributor: rememberthemer 
-
-_pkg=netCDF4
-pkgbase=python-${_pkg,,}
-pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.4.3.2
-pkgrel=1
-pkgdesc="Python/NumPy interface to the netCDF C library"
-arch=('x86_64')
-url="https://unidata.github.io/${_pkg,,}-python;
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
-source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('5ae0ea8658a83c4c62a76af5a764aad3b4608d7376f07deb143d00817901da9a')
-
-prepare() {
-cp -a ${_pkg}-${pkgver}{,-py2}
-}
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-
-cd ../${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
-
-cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
-}
-
-package_python-netcdf4() {
-depends=('python-numpy' 'python-cftime' 'netcdf')
-
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-netcdf4() {
-depends=('python2-numpy' 'python2-cftime' 'netcdf')
-
-cd ${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
-
-for binary in "${pkgdir}"/usr/bin/* ;
-do mv ${binary}{,-py2} ;
-done
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4/repos/community-x86_64/PKGBUILD (from rev 443354, 
python-netcdf4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 17:31:31 UTC (rev 443355)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Spyros Stathopoulos 
+# Contributor: richli 
+# Contributor: rememberthemer 
+
+_pkg=netCDF4
+pkgbase=python-${_pkg,,}
+pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library"
+arch=('x86_64')
+url="https://unidata.github.io/${_pkg,,}-python;
+license=('MIT')
+makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
+source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('c258d1104f5fe0f110f4a140b0c84ebf32c2cc5803f186ee72fa93a4a464c0d9')
+
+prepare() {
+cp -a ${_pkg}-${pkgver}{,-py2}
+}
+
+build() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py build
+
+cd ../${_pkg}-${pkgver}-py2
+USE_NCCONFIG=1 python2 setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}/test
+PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
+
+cd ../../${_pkg}-${pkgver}-py2/test
+PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
+}
+
+package_python-netcdf4() {
+depends=('python-numpy' 'python-cftime' 'netcdf')
+
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
+
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_python2-netcdf4() {
+depends=('python2-numpy' 'python2-cftime' 'netcdf')
+
+cd ${_pkg}-${pkgver}-py2
+USE_NCCONFIG=1 python2 setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
+
+for binary in "${pkgdir}"/usr/bin/* ;
+do mv ${binary}{,-py2} ;
+done
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 17:31:22
  Author: archange
Revision: 443354

upgpkg: python-netcdf4 1.5.0-1

Modified:
  python-netcdf4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 17:24:45 UTC (rev 443353)
+++ PKGBUILD2019-03-24 17:31:22 UTC (rev 443354)
@@ -6,7 +6,7 @@
 _pkg=netCDF4
 pkgbase=python-${_pkg,,}
 pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.4.3.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
 
source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
-sha256sums=('5ae0ea8658a83c4c62a76af5a764aad3b4608d7376f07deb143d00817901da9a')
+sha256sums=('c258d1104f5fe0f110f4a140b0c84ebf32c2cc5803f186ee72fa93a4a464c0d9')
 
 prepare() {
 cp -a ${_pkg}-${pkgver}{,-py2}


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

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 17:24:45
  Author: archange
Revision: 443353

archrelease: copy trunk to community-x86_64

Added:
  kvantum-qt5/repos/community-x86_64/PKGBUILD
(from rev 443352, kvantum-qt5/trunk/PKGBUILD)
Deleted:
  kvantum-qt5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 17:24:25 UTC (rev 443352)
+++ PKGBUILD2019-03-24 17:24:45 UTC (rev 443353)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.10
-pkgrel=1
-pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
-arch=('x86_64')
-url="https://github.com/tsujan/Kvantum;
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme' 'kwindowsystem')
-makedepends=('cmake' 'qt5-tools')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('e21fb70ff3260d83b317d0902a0468a7446d840b632d043ee860597501529a09')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
- -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-# KDE4 is long dead
-rm -r "${pkgdir}"/usr/share/kde4
-}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 443352, 
kvantum-qt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 17:24:45 UTC (rev 443353)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('x86_64')
+url="https://github.com/tsujan/Kvantum;
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme' 'kwindowsystem')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('a6d84d7d14a425ddc3cb4e255b79eff858879247563e58380b6a66ae276ad308')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+# KDE4 is long dead
+rm -r "${pkgdir}"/usr/share/kde4
+}


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

2019-03-24 Thread Bruno Pagani via arch-commits
Date: Sunday, March 24, 2019 @ 17:24:25
  Author: archange
Revision: 443352

upgpkg: kvantum-qt5 0.11.0-1

Modified:
  kvantum-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 16:49:53 UTC (rev 443351)
+++ PKGBUILD2019-03-24 17:24:25 UTC (rev 443352)
@@ -2,7 +2,7 @@
 
 _pkgname=Kvantum
 pkgname=kvantum-qt5
-pkgver=0.10.10
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme' 'kwindowsystem')
 makedepends=('cmake' 'qt5-tools')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('e21fb70ff3260d83b317d0902a0468a7446d840b632d043ee860597501529a09')
+sha256sums=('a6d84d7d14a425ddc3cb4e255b79eff858879247563e58380b6a66ae276ad308')
 
 prepare() {
 mkdir -p build


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

2019-03-24 Thread David Runge via arch-commits
Date: Sunday, March 24, 2019 @ 16:49:44
  Author: dvzrv
Revision: 443350

upgpkg: lsp-plugins 1.1.9-1

Upgrading to 1.1.9.

Modified:
  lsp-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 16:24:33 UTC (rev 443349)
+++ PKGBUILD2019-03-24 16:49:44 UTC (rev 443350)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=lsp-plugins
-pkgver=1.1.7
+pkgver=1.1.9
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('cairo' 'glu' 'jack' 'libglvnd')
 makedepends=('ladspa' 'lv2' 'php')
 
source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e98000c98464abc1db75e044bc1b7adb535b94fbe1025a52baf0a2c92bcd21039c9b330e790f0607b4747356aff3f7d4ae20e666a9135108e875057c5459c8ae')
+sha512sums=('9cb83a6e5654d275d9f9e02d2a1ac26408071e6b6c7aa2059e85a8d267be0beee210b3c476651caf6f0cea9f4253cf1907fa6e234b068c8cf45925035e9cd748')
 
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"


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

2019-03-24 Thread David Runge via arch-commits
Date: Sunday, March 24, 2019 @ 16:49:53
  Author: dvzrv
Revision: 443351

archrelease: copy trunk to community-x86_64

Added:
  lsp-plugins/repos/community-x86_64/PKGBUILD
(from rev 443350, lsp-plugins/trunk/PKGBUILD)
Deleted:
  lsp-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 16:49:44 UTC (rev 443350)
+++ PKGBUILD2019-03-24 16:49:53 UTC (rev 443351)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-pkgname=lsp-plugins
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
-arch=('x86_64')
-url="https://lsp-plug.in;
-license=('LGPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'glu' 'jack' 'libglvnd')
-makedepends=('ladspa' 'lv2' 'php')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e98000c98464abc1db75e044bc1b7adb535b94fbe1025a52baf0a2c92bcd21039c9b330e790f0607b4747356aff3f7d4ae20e666a9135108e875057c5459c8ae')
-
-prepare() {
-  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # removing /usr/local/lib from RPATH
-  sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
-  -i scripts/make/configure.mk
-}
-
-build() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  make
-  make OBJDIR=${_test_path} clean
-  make OBJDIR=${_test_path} test
-}
-
-check() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  ${_test_path}/lsp-plugins-test utest \
---nofork \
---debug \
---verbose || warning "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make BIN_PATH=/usr/bin \
-   LIB_PATH=/usr/lib \
-   DOC_PATH=/usr/share/doc \
-   DESTDIR="$pkgdir/" \
-   install
-}

Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 443350, 
lsp-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 16:49:53 UTC (rev 443351)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+pkgname=lsp-plugins
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
+arch=('x86_64')
+url="https://lsp-plug.in;
+license=('LGPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'glu' 'jack' 'libglvnd')
+makedepends=('ladspa' 'lv2' 'php')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9cb83a6e5654d275d9f9e02d2a1ac26408071e6b6c7aa2059e85a8d267be0beee210b3c476651caf6f0cea9f4253cf1907fa6e234b068c8cf45925035e9cd748')
+
+prepare() {
+  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # removing /usr/local/lib from RPATH
+  sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
+  -i scripts/make/configure.mk
+}
+
+build() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  make
+  make OBJDIR=${_test_path} clean
+  make OBJDIR=${_test_path} test
+}
+
+check() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  ${_test_path}/lsp-plugins-test utest \
+--nofork \
+--debug \
+--verbose || warning "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make BIN_PATH=/usr/bin \
+   LIB_PATH=/usr/lib \
+   DOC_PATH=/usr/share/doc \
+   DESTDIR="$pkgdir/" \
+   install
+}


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 16:24:33
  Author: felixonmars
Revision: 443349

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 16:24:16 UTC (rev 443348)
+++ PKGBUILD2019-03-24 16:24:33 UTC (rev 443349)
@@ -1,17 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-dnslib
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Simple library to encode/decode DNS wire-format packets"
-arch=('any')
-url="https://bitbucket.org/paulc/dnslib;
-license=('custom:BSD')
-depends=('python')
-source=("https://pypi.io/packages/source/d/dnslib/dnslib-$pkgver.tar.gz;)
-sha512sums=('88a481f62cd6430ec3050bba2c7078efabe23c5163281969302e8261dd443be26492c67a9a4555d50c3c28d2bd33b4b09bbfed15701148b8d0ed57e39550e741')
-
-package() {
-  cd dnslib-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: python-dnslib/repos/community-any/PKGBUILD (from rev 443348, 
python-dnslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 16:24:33 UTC (rev 443349)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-dnslib
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Simple library to encode/decode DNS wire-format packets"
+arch=('any')
+url="https://bitbucket.org/paulc/dnslib;
+license=('custom:BSD')
+depends=('python')
+source=("https://pypi.io/packages/source/d/dnslib/dnslib-$pkgver.tar.gz;)
+sha512sums=('6d57dde440baffcc279e159554654b41adedd0471e56fb91a665596e2b7c2d3d909a9d72bd4a465638b177f5d81ceffc0737335964508bf5046ee38f5046bba5')
+
+package() {
+  cd dnslib-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 16:24:16
  Author: felixonmars
Revision: 443348

upgpkg: python-dnslib 0.9.10-1

Modified:
  python-dnslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 15:56:45 UTC (rev 443347)
+++ PKGBUILD2019-03-24 16:24:16 UTC (rev 443348)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dnslib
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Simple library to encode/decode DNS wire-format packets"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('custom:BSD')
 depends=('python')
 source=("https://pypi.io/packages/source/d/dnslib/dnslib-$pkgver.tar.gz;)
-sha512sums=('88a481f62cd6430ec3050bba2c7078efabe23c5163281969302e8261dd443be26492c67a9a4555d50c3c28d2bd33b4b09bbfed15701148b8d0ed57e39550e741')
+sha512sums=('6d57dde440baffcc279e159554654b41adedd0471e56fb91a665596e2b7c2d3d909a9d72bd4a465638b177f5d81ceffc0737335964508bf5046ee38f5046bba5')
 
 package() {
   cd dnslib-$pkgver


[arch-commits] Commit in gcc7/trunk (PKGBUILD deprecate_ustat_syscall_interface.patch)

2019-03-24 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 24, 2019 @ 15:56:45
  Author: kgizdov
Revision: 443347

downgrade to version 7.2.1+20180116 and remove ustat dep

Added:
  gcc7/trunk/deprecate_ustat_syscall_interface.patch
Modified:
  gcc7/trunk/PKGBUILD

-+
 PKGBUILD|   20 ---
 deprecate_ustat_syscall_interface.patch |   31 ++
 2 files changed, 44 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 15:46:57 UTC (rev 443346)
+++ PKGBUILD2019-03-24 15:56:45 UTC (rev 443347)
@@ -6,11 +6,11 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=(gcc7 gcc7-libs)
-pkgver=7.4.1+20181207
+pkgver=7.2.1+20180116
 _pkgver=7
 _majorver=${pkgver:0:1}
 _islver=0.18
-pkgrel=2
+pkgrel=1
 pkgdesc='The GNU Compiler Collection (7.x.x)'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -20,16 +20,18 @@
 options=(!emptydirs)
 source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-bz84080.patch)
+bz84080.patch
+deprecate_ustat_syscall_interface.patch)
 validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrow...@archlinux.org
   13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
richard.guent...@gmail.com
   8FC15A064950A99DD1BD14DD39E4B877E62EB915) # svenst...@gmail.com
-sha256sums=('7686fdae9dd09ad38a2c93374396eec4eaadb7df4960f9401d1f544162fd094f'
+sha256sums=('7757097376a0766bbbeed8c90ee08cab93b33d89f3e72358c8bf984401bf69d9'
 'SKIP'
 '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
-'bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7')
+'bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7'
+'d18faec408d2e6503e6e8fbdd76c30da4d1657bd2dfd75320dcb011473568b75')
 
-_svnrev=266882
+_svnref=256757
 _svnurl=svn://gcc.gnu.org/svn/gcc/branches/gcc-${_majorver}-branch
 _libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
 
@@ -56,8 +58,11 @@
   cd gcc
 
   # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84080
-  patch -p0 -i "$srcdir/bz84080.patch"
+  patch -Np0 -i "${srcdir}/bz84080.patch"
 
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85835
+  patch -Np0 -i "${srcdir}/deprecate_ustat_syscall_interface.patch"
+
   # link isl for in-tree build
   ln -s ../isl-${_islver} isl
 
@@ -93,6 +98,7 @@
   --enable-libmpx \
   --with-system-zlib \
   --with-isl \
+  --disable-multilib \
   --enable-__cxa_atexit \
   --disable-libunwind-exceptions \
   --enable-clocale=gnu \

Added: deprecate_ustat_syscall_interface.patch
===
--- deprecate_ustat_syscall_interface.patch (rev 0)
+++ deprecate_ustat_syscall_interface.patch 2019-03-24 15:56:45 UTC (rev 
443347)
@@ -0,0 +1,31 @@
+--- libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc   
2018/05/24 20:07:25 260687
 libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc   
2018/05/24 20:21:54 260688
+@@ -154,7 +154,6 @@ typedef struct user_fpregs elf_fpregset_
+ # include 
+ #endif
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -247,7 +246,19 @@ namespace __sanitizer {
+ #endif // SANITIZER_LINUX || SANITIZER_FREEBSD
+ 
+ #if SANITIZER_LINUX && !SANITIZER_ANDROID
+-  unsigned struct_ustat_sz = sizeof(struct ustat);
++  // Use pre-computed size of struct ustat to avoid  which
++  // has been removed from glibc 2.28.
++#if defined(__aarch64__) || defined(__s390x__) || defined (__mips64) \
++  || defined(__powerpc64__) || defined(__arch64__) || defined(__sparcv9) \
++  || defined(__x86_64__)
++#define SIZEOF_STRUCT_USTAT 32
++#elif defined(__arm__) || defined(__i386__) || defined(__mips__) \
++  || defined(__powerpc__) || defined(__s390__)
++#define SIZEOF_STRUCT_USTAT 20
++#else
++#error Unknown size of struct ustat
++#endif
++  unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT;
+   unsigned struct_rlimit64_sz = sizeof(struct rlimit64);
+   unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
+ #endif // SANITIZER_LINUX && !SANITIZER_ANDROID


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

2019-03-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 24, 2019 @ 15:46:57
  Author: jelle
Revision: 443346

archrelease: copy trunk to community-x86_64

Added:
  leptonica/repos/community-x86_64/PKGBUILD
(from rev 443345, leptonica/trunk/PKGBUILD)
Deleted:
  leptonica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 15:46:46 UTC (rev 443345)
+++ PKGBUILD2019-03-24 15:46:57 UTC (rev 443346)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christoph Drexler 
-
-pkgname=leptonica
-pkgver=1.77.0
-pkgrel=1
-pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
-arch=('x86_64')
-url="http://www.leptonica.com/;
-license=('custom')
-depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
-sha256sums=('a11a3f6cb709d5e4d20faa7af55f77057335cbc5ef89103c31a17aea52d7b555')
-
-prepare() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/leptonica-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
-}

Copied: leptonica/repos/community-x86_64/PKGBUILD (from rev 443345, 
leptonica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 15:46:57 UTC (rev 443346)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christoph Drexler 
+
+pkgname=leptonica
+pkgver=1.78.0
+pkgrel=1
+pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
+arch=('x86_64')
+url="http://www.leptonica.com/;
+license=('custom')
+depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
+sha256sums=('f8ac4d93cc76b524c2c81d27850bfc342e68b91368aa7a1f7d69e34ce13adbb4')
+
+prepare() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/leptonica-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
+}


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

2019-03-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 24, 2019 @ 15:46:46
  Author: jelle
Revision: 443345

upgpkg: leptonica 1.78.0-1

Modified:
  leptonica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 15:19:33 UTC (rev 443344)
+++ PKGBUILD2019-03-24 15:46:46 UTC (rev 443345)
@@ -2,7 +2,7 @@
 # Maintainer: Christoph Drexler 
 
 pkgname=leptonica
-pkgver=1.77.0
+pkgver=1.78.0
 pkgrel=1
 pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
-sha256sums=('a11a3f6cb709d5e4d20faa7af55f77057335cbc5ef89103c31a17aea52d7b555')
+sha256sums=('f8ac4d93cc76b524c2c81d27850bfc342e68b91368aa7a1f7d69e34ce13adbb4')
 
 prepare() {
   cd "$srcdir"/leptonica-${pkgver}


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 14:52:27
  Author: felixonmars
Revision: 443331

upgpkg: blinksocks 3.3.8-1

Modified:
  blinksocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 14:17:13 UTC (rev 443330)
+++ PKGBUILD2019-03-24 14:52:27 UTC (rev 443331)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=blinksocks
-pkgver=3.3.7
+pkgver=3.3.8
 pkgrel=1
 pkgdesc='A framework for building composable proxy protocol stack.'
 arch=('any')
@@ -12,7 +12,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 blinksocks@.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d2317ce0004388c5af8c7f7b45b6904b5590aa9da791839e7b00ea42ed3e6248194a13c1a65c86b93848e40df75d561e652e295b756ab2be934a161c6b67f46'
+sha512sums=('21573253717cca4d997e620754919def8562910c66987fccb112d1f2d72158ceff7857082fcb093df5bf5389973077673f3dbd3c28caea23feb4f9f841918e89'
 
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
 
 package() {


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 14:52:44
  Author: felixonmars
Revision: 443332

archrelease: copy trunk to community-any

Added:
  blinksocks/repos/community-any/PKGBUILD
(from rev 443331, blinksocks/trunk/PKGBUILD)
  blinksocks/repos/community-any/blinksocks@.service
(from rev 443331, blinksocks/trunk/blinksocks@.service)
Deleted:
  blinksocks/repos/community-any/PKGBUILD
  blinksocks/repos/community-any/blinksocks@.service

-+
 PKGBUILD|   54 +-
 blinksocks@.service |   20 +-
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 14:52:27 UTC (rev 443331)
+++ PKGBUILD2019-03-24 14:52:44 UTC (rev 443332)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=blinksocks
-pkgver=3.3.7
-pkgrel=1
-pkgdesc='A framework for building composable proxy protocol stack.'
-arch=('any')
-url='https://github.com/blinksocks/blinksocks'
-license=('Apache')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-blinksocks@.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d2317ce0004388c5af8c7f7b45b6904b5590aa9da791839e7b00ea42ed3e6248194a13c1a65c86b93848e40df75d561e652e295b756ab2be934a161c6b67f46'
-
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
-
-  install -Dm644 "$srcdir/blinksocks@.service" 
"$pkgdir/usr/lib/systemd/system/blinksocks@.service"
-}

Copied: blinksocks/repos/community-any/PKGBUILD (from rev 443331, 
blinksocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 14:52:44 UTC (rev 443332)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=blinksocks
+pkgver=3.3.8
+pkgrel=1
+pkgdesc='A framework for building composable proxy protocol stack.'
+arch=('any')
+url='https://github.com/blinksocks/blinksocks'
+license=('Apache')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+blinksocks@.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('21573253717cca4d997e620754919def8562910c66987fccb112d1f2d72158ceff7857082fcb093df5bf5389973077673f3dbd3c28caea23feb4f9f841918e89'
+
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
+
+  install -Dm644 "$srcdir/blinksocks@.service" 
"$pkgdir/usr/lib/systemd/system/blinksocks@.service"
+}

Deleted: blinksocks@.service
===
--- blinksocks@.service 2019-03-24 14:52:27 UTC (rev 443331)
+++ blinksocks@.service 2019-03-24 14:52:44 UTC (rev 443332)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Blinksocks Service
-After=network-online.target
-
-[Service]
-ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: blinksocks/repos/community-any/blinksocks@.service (from rev 443331, 
blinksocks/trunk/blinksocks@.service)
===
--- blinksocks@.service (rev 0)
+++ blinksocks@.service 2019-03-24 14:52:44 UTC (rev 443332)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Blinksocks Service
+After=network-online.target
+
+[Service]
+ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file


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

2019-03-24 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, March 24, 2019 @ 14:17:13
  Author: svenstaro
Revision: 443330

archrelease: copy trunk to community-any

Added:
  hcloud-python/repos/community-any/
  hcloud-python/repos/community-any/PKGBUILD
(from rev 443329, hcloud-python/trunk/PKGBUILD)

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

Copied: hcloud-python/repos/community-any/PKGBUILD (from rev 443329, 
hcloud-python/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-24 14:17:13 UTC (rev 443330)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase
+pkgname=hcloud-python
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Official Hetzner Cloud python library"
+arch=('any')
+url="https://github.com/hetznercloud/hcloud-python;
+license=('MIT')
+depends=('python-requests' 'python-dateutil' 'python-future')
+source=("$pkgname"-$pkgver.tar.gz::https://github.com/hetznercloud/hcloud-python/archive/v${pkgver}.tar.gz)
+sha512sums=('cb70d190350457fc3c6e474bc6c943070102762595dac2f386041956f64255f390a928a2f2411be861645cd65b015ab9e0c931b36aeed0076b06d9f67ac72d1c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-03-24 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, March 24, 2019 @ 14:17:04
  Author: svenstaro
Revision: 443329

Add hcloud-python

Added:
  hcloud-python/
  hcloud-python/repos/
  hcloud-python/trunk/
  hcloud-python/trunk/PKGBUILD

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

Added: hcloud-python/trunk/PKGBUILD
===
--- hcloud-python/trunk/PKGBUILD(rev 0)
+++ hcloud-python/trunk/PKGBUILD2019-03-24 14:17:04 UTC (rev 443329)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase
+pkgname=hcloud-python
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Official Hetzner Cloud python library"
+arch=('any')
+url="https://github.com/hetznercloud/hcloud-python;
+license=('MIT')
+depends=('python-requests' 'python-dateutil' 'python-future')
+source=("$pkgname"-$pkgver.tar.gz::https://github.com/hetznercloud/hcloud-python/archive/v${pkgver}.tar.gz)
+sha512sums=('cb70d190350457fc3c6e474bc6c943070102762595dac2f386041956f64255f390a928a2f2411be861645cd65b015ab9e0c931b36aeed0076b06d9f67ac72d1c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-24 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, March 24, 2019 @ 13:39:28
  Author: yan12125
Revision: 443328

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 443327, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 13:39:10 UTC (rev 443327)
+++ PKGBUILD2019-03-24 13:39:28 UTC (rev 443328)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('f189cac6a2553bcee6da1628c7af27c9e19ca2ec97c8ac6311fe05caefdab5644d5ab847f84e7d0f1acedf871cd49191b9c5b4feaed5e0d2ec249fcfa444731e')
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 443327, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 13:39:28 UTC (rev 443328)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('4a0f81d201c3bbf3ff72f72b04a08e615f38cd9e0c08488392ae8f9ce706fc5044ffe1902dbf1ea9c56908df16624d940dd0771d4a44f8aff0b894c0710cc1bb')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-24 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, March 24, 2019 @ 13:39:10
  Author: yan12125
Revision: 443327

upgpkg: nvchecker 1.4.3-1

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 13:06:11 UTC (rev 443326)
+++ PKGBUILD2019-03-24 13:39:10 UTC (rev 443327)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
@@ -14,7 +14,7 @@
   'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('f189cac6a2553bcee6da1628c7af27c9e19ca2ec97c8ac6311fe05caefdab5644d5ab847f84e7d0f1acedf871cd49191b9c5b4feaed5e0d2ec249fcfa444731e')
+sha512sums=('4a0f81d201c3bbf3ff72f72b04a08e615f38cd9e0c08488392ae8f9ce706fc5044ffe1902dbf1ea9c56908df16624d940dd0771d4a44f8aff0b894c0710cc1bb')
 
 build() {
   cd nvchecker-$pkgver


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 13:06:11
  Author: arojas
Revision: 443326

archrelease: copy trunk to community-testing-any

Added:
  sagemath-doc/repos/community-testing-any/
  sagemath-doc/repos/community-testing-any/PKGBUILD
(from rev 443325, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-testing-any/docbuild_main.patch
(from rev 443325, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-testing-any/sagemath-doc-segfault.patch
(from rev 443325, sagemath-doc/trunk/sagemath-doc-segfault.patch)
  sagemath-doc/repos/community-testing-any/sagemath-doc-sphinx-1.8.patch
(from rev 443325, sagemath-doc/trunk/sagemath-doc-sphinx-1.8.patch)
  sagemath-doc/repos/community-testing-any/sagemath-ecl-sigfpe.patch
(from rev 443325, sagemath-doc/trunk/sagemath-ecl-sigfpe.patch)

---+
 PKGBUILD  |   68 
 docbuild_main.patch   |6 
 sagemath-doc-segfault.patch   |   14 +
 sagemath-doc-sphinx-1.8.patch |  332 
 sagemath-ecl-sigfpe.patch |  147 +
 5 files changed, 567 insertions(+)

Copied: sagemath-doc/repos/community-testing-any/PKGBUILD (from rev 443325, 
sagemath-doc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-03-24 13:06:11 UTC (rev 443326)
@@ -0,0 +1,68 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sagemath-doc
+pkgver=8.7
+pkgrel=1
+pkgdesc="HTML documentation and inline help for SageMath"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(python2-sphinx gap-doc pplpy-doc thebe)
+makedepends=(sagemath python2-pyzmq python2-docutils python2-jupyter_client 
python2-pkgconfig cython2 python2-ipywidgets)
+source=(sagemath-$pkgver.tar.gz::"https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
+docbuild_main.patch
+sagemath-doc-sphinx-1.8.patch
+sagemath-doc-segfault.patch
+sagemath-ecl-sigfpe.patch)
+sha256sums=('263c3b3fc956b8bebc532f3b51e68c1b0d559d3b7e7c9fadffdfc0f4dbae18ab'
+'ea5e17bb7a7cb36a22e5e3872fcc2585852bc971c4b139b0b2cd69a36c1b009b'
+'ec6835d555056e1f20684de015f43c46cff62a132c9cd6f5ea7243c6bacd3f1e'
+'2ee218610001f906015df647881581ff1f7eb0acf923b79b72056965129bac22'
+'a42f3b152b1aedb8abf16bc70971419919d1fe30328574e7fef8305f9d07d938')
+
+prepare() {
+  cd sage-$pkgver
+
+# fix relative imports
+  patch -p0 -i ../docbuild_main.patch
+# use sage_setup imports from sagemath source, but use system sage ones (which 
include compiled modules)
+  mkdir -p local-python
+  ln -sr src/sage_setup local-python
+# fix build with sphinx 1.8
+  patch -p1 -i ../sagemath-doc-sphinx-1.8.patch
+# Fix segfault when pari is compiled with threads 
https://trac.sagemath.org/ticket/26608
+  patch -p1 -i ../sagemath-doc-segfault.patch
+# Fix SIGFPE crashes with ecl 16.1.3 https://trac.sagemath.org/ticket/22191
+  patch -p1 -i ../sagemath-ecl-sigfpe.patch
+}
+
+build() {
+  cd sage-$pkgver/src
+
+  export SAGE_LOCAL="/usr"
+  export SAGE_ROOT="/usr"
+  export SAGE_SRC="$PWD"
+  export SAGE_DOC_SRC="$SAGE_SRC"/doc
+  export SAGE_DOC="$SAGE_DOC_SRC"
+  export SAGE_DOC_MATHJAX=yes
+  export PYTHONPATH="$srcdir"/sage-$pkgver/local-python
+  python2 sage_setup/docbuild --no-pdf-links all html
+}
+
+package() {
+  cd sage-$pkgver/src/doc
+ 
+  mkdir -p "$pkgdir"/usr/share/doc/sage/en
+  cp -r en/introspect "$pkgdir"/usr/share/doc/sage/en
+  cp -r common "$pkgdir"/usr/share/doc/sage
+  cp -r html "$pkgdir"/usr/share/doc/sage
+
+# Replace duplicated files by symlinks (Gentoo)
+  cd "$pkgdir"/usr/share/doc/sage
+  mv html/en/_static{,.tmp}
+  for _dir in `find -name _static` ; do
+rm -r $_dir
+ln -s /usr/share/doc/sage/html/en/_static $_dir
+  done
+  mv html/en/_static{.tmp,}
+}

Copied: sagemath-doc/repos/community-testing-any/docbuild_main.patch (from rev 
443325, sagemath-doc/trunk/docbuild_main.patch)
===
--- community-testing-any/docbuild_main.patch   (rev 0)
+++ community-testing-any/docbuild_main.patch   2019-03-24 13:06:11 UTC (rev 
443326)
@@ -0,0 +1,6 @@
+--- src/sage_setup/docbuild/__main__.py.orig
 src/sage_setup/docbuild/__main__.py
+@@ -1,2 +1,2 @@
+-from . import main
++from sage_setup.docbuild import main
+ main()

Copied: sagemath-doc/repos/community-testing-any/sagemath-doc-segfault.patch 
(from rev 443325, sagemath-doc/trunk/sagemath-doc-segfault.patch)
===
--- community-testing-any/sagemath-doc-segfault.patch   
(rev 0)
+++ community-testing-any/sagemath-doc-segfault.patch   2019-03-24 13:06:11 UTC 
(rev 443326)
@@ -0,0 +1,14 @@
+diff --git a/src/sage_setup/docbuild/__init__.py 

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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 13:04:37
  Author: arojas
Revision: 443325

Update to 8.7

Modified:
  sagemath-doc/trunk/PKGBUILD
  sagemath-doc/trunk/sagemath-doc-segfault.patch
  sagemath-doc/trunk/sagemath-doc-sphinx-1.8.patch
Deleted:
  sagemath-doc/trunk/sagemath-cypari2.patch

---+
 PKGBUILD  |   26 -
 sagemath-cypari2.patch|  711 
 sagemath-doc-segfault.patch   |   63 ---
 sagemath-doc-sphinx-1.8.patch |   50 ++
 4 files changed, 59 insertions(+), 791 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 12:03:29 UTC (rev 443324)
+++ PKGBUILD2019-03-24 13:04:37 UTC (rev 443325)
@@ -1,26 +1,24 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sagemath-doc
-pkgver=8.6
-pkgrel=2
+pkgver=8.7
+pkgrel=1
 pkgdesc="HTML documentation and inline help for SageMath"
 arch=(any)
 url="http://www.sagemath.org;
 license=(GPL)
-depends=(python2-sphinx gap-doc thebe)
+depends=(python2-sphinx gap-doc pplpy-doc thebe)
 makedepends=(sagemath python2-pyzmq python2-docutils python2-jupyter_client 
python2-pkgconfig cython2 python2-ipywidgets)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
+source=(sagemath-$pkgver.tar.gz::"https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 docbuild_main.patch
 sagemath-doc-sphinx-1.8.patch
 sagemath-doc-segfault.patch
-sagemath-ecl-sigfpe.patch
-sagemath-cypari2.patch)
-sha256sums=('dea613fc955cada76aaa7ab379bc5a219fe8b496064824f8c798b2b1651442fa'
+sagemath-ecl-sigfpe.patch)
+sha256sums=('263c3b3fc956b8bebc532f3b51e68c1b0d559d3b7e7c9fadffdfc0f4dbae18ab'
 'ea5e17bb7a7cb36a22e5e3872fcc2585852bc971c4b139b0b2cd69a36c1b009b'
-'337d1d84749c1415c120a95d621d8cb0a4ef6e29245193c673e4b3f3a5d56fe9'
-'141ac064305526785fb6d9507896876cbf893cd41ec1e42d86fc836f766c200f'
-'a42f3b152b1aedb8abf16bc70971419919d1fe30328574e7fef8305f9d07d938'
-'ca47248d2ed5edfe663ea02e261ddbb26a7cb03bef67928dbec690d9b9a8f129')
+'ec6835d555056e1f20684de015f43c46cff62a132c9cd6f5ea7243c6bacd3f1e'
+'2ee218610001f906015df647881581ff1f7eb0acf923b79b72056965129bac22'
+'a42f3b152b1aedb8abf16bc70971419919d1fe30328574e7fef8305f9d07d938')
 
 prepare() {
   cd sage-$pkgver
@@ -32,10 +30,8 @@
   ln -sr src/sage_setup local-python
 # fix build with sphinx 1.8
   patch -p1 -i ../sagemath-doc-sphinx-1.8.patch
-# Partially revert https://trac.sagemath.org/ticket/24655 to workaround a 
segfault
-  patch -Rp1 -i ../sagemath-doc-segfault.patch
-# Fix build with cypari 2.0 https://trac.sagemath.org/ticket/26442
-  patch -p1 -i ../sagemath-cypari2.patch
+# Fix segfault when pari is compiled with threads 
https://trac.sagemath.org/ticket/26608
+  patch -p1 -i ../sagemath-doc-segfault.patch
 # Fix SIGFPE crashes with ecl 16.1.3 https://trac.sagemath.org/ticket/22191
   patch -p1 -i ../sagemath-ecl-sigfpe.patch
 }

Deleted: sagemath-cypari2.patch
===
--- sagemath-cypari2.patch  2019-03-24 12:03:29 UTC (rev 443324)
+++ sagemath-cypari2.patch  2019-03-24 13:04:37 UTC (rev 443325)
@@ -1,711 +0,0 @@
-diff --git a/src/sage/matrix/matrix_integer_dense.pxd 
b/src/sage/matrix/matrix_integer_dense.pxd
-index bc3af7c..5dd2a8e 100644
 a/src/sage/matrix/matrix_integer_dense.pxd
-+++ b/src/sage/matrix/matrix_integer_dense.pxd
-@@ -30,6 +30,5 @@ cdef class Matrix_integer_dense(Matrix_dense):
- 
- cdef Matrix_integer_dense _new(self, Py_ssize_t nrows, Py_ssize_t ncols)
- 
--cdef extract_hnf_from_pari_matrix(self, GEN H, int flag, bint 
include_zero_rows)
- 
- cpdef _lift_crt(Matrix_integer_dense M, residues, moduli=*)
-diff --git a/src/sage/matrix/matrix_integer_dense.pyx 
b/src/sage/matrix/matrix_integer_dense.pyx
-index 4f0b0e6..87e3391 100644
 a/src/sage/matrix/matrix_integer_dense.pyx
-+++ b/src/sage/matrix/matrix_integer_dense.pyx
-@@ -87,11 +87,11 @@ from .args cimport SparseEntry, MatrixArgs_init
- #
- # PARI C library
- from cypari2.gen cimport Gen
-+from cypari2.stack cimport clear_stack, new_gen
-+from cypari2.paridecl cimport *
- from sage.libs.pari.convert_gmp cimport INT_to_mpz
- from sage.libs.pari.convert_flint cimport (_new_GEN_from_fmpz_mat_t,
-_new_GEN_from_fmpz_mat_t_rotate90, integer_matrix)
--from cypari2.stack cimport clear_stack
--from cypari2.paridecl cimport *
- #
- 
- from sage.arith.multi_modular cimport MultiModularBasis
-@@ -2016,10 +2016,7 @@ cdef class Matrix_integer_dense(Matrix_dense):
- raise ValueError("transformation matrix only available with 
p-adic algorithm")
- elif algorithm in ["pari", "pari0", "pari1", "pari4"]:
- flag = 

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

2019-03-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 24, 2019 @ 12:21:42
  Author: jelle
Revision: 349142

archrelease: copy trunk to extra-x86_64

Added:
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 349141, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 12:21:30 UTC (rev 349141)
+++ PKGBUILD2019-03-24 12:21:42 UTC (rev 349142)
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.8
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('x86_64')
-url="https://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('41db5054f91d465507c18343410c7369'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 349141, 
help2man/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 12:21:42 UTC (rev 349142)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.10
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('x86_64')
+url="https://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('0d70833650a552e0af742882ba84f2ee'
+ 'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-03-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 24, 2019 @ 12:21:30
  Author: jelle
Revision: 349141

upgpkg: help2man 1.47.10-1

Upstream update

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 11:33:10 UTC (rev 349140)
+++ PKGBUILD2019-03-24 12:21:30 UTC (rev 349141)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.47.8
+pkgver=1.47.10
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('41db5054f91d465507c18343410c7369'
+md5sums=('0d70833650a552e0af742882ba84f2ee'
  'SKIP')
 validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

 


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

2019-03-24 Thread Filipe Laíns via arch-commits
Date: Sunday, March 24, 2019 @ 12:03:29
  Author: ffy00
Revision: 443324

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 443323, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 12:03:11 UTC (rev 443323)
+++ PKGBUILD2019-03-24 12:03:29 UTC (rev 443324)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 443323, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 12:03:29 UTC (rev 443324)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.1
+pkgrel=2
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Run windows games'
+'wine-staging: Run windows games - Staging patches')
+makedepends=('python-setuptools')
+source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
+sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-03-24 Thread Filipe Laíns via arch-commits
Date: Sunday, March 24, 2019 @ 12:03:11
  Author: ffy00
Revision: 443323

fix dependencies

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 11:20:08 UTC (rev 443322)
+++ PKGBUILD2019-03-24 12:03:11 UTC (rev 443323)
@@ -4,7 +4,7 @@
 
 pkgname=lutris
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 11:33:10
  Author: arojas
Revision: 349140

archrelease: copy trunk to extra-x86_64

Added:
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 349139, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 11:32:48 UTC (rev 349139)
+++ PKGBUILD2019-03-24 11:33:10 UTC (rev 349140)
@@ -1,34 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=19.01.3
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('x86_64')
-url="https://wxmaxima-developers.github.io/wxmaxima/;
-license=('GPL2')
-depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
-sha256sums=('235dfbac6614aea331c1e051e0705ce191122f050b9cbac74cc5750a718497a0')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 349139, 
wxmaxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 11:33:10 UTC (rev 349140)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=19.03.1
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/;
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
+sha256sums=('e29f6476c8e2bdd8367695955078372c39786810261b169f6ca0208ec5b01f24')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+}


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 11:32:48
  Author: arojas
Revision: 349139

Update to 19.03.1

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 11:00:21 UTC (rev 349138)
+++ PKGBUILD2019-03-24 11:32:48 UTC (rev 349139)
@@ -3,7 +3,7 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=19.01.3
+pkgver=19.03.1
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
-sha256sums=('235dfbac6614aea331c1e051e0705ce191122f050b9cbac74cc5750a718497a0')
+sha256sums=('e29f6476c8e2bdd8367695955078372c39786810261b169f6ca0208ec5b01f24')
 
 build() {
   cd ${pkgname}-Version-${pkgver}


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 11:20:08
  Author: arojas
Revision: 443322

archrelease: copy trunk to community-x86_64

Added:
  drbd-utils/repos/community-x86_64/PKGBUILD
(from rev 443321, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 11:19:48 UTC (rev 443321)
+++ PKGBUILD2019-03-24 11:20:08 UTC (rev 443322)
@@ -1,57 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=9.7.0
-pkgrel=2
-arch=('x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='https://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=(http://www.linbit.com/downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('5114f97c9af811b181390a8fa1990d92')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---with-distro=generic \
---with-bashcompletion \
---with-initscripttype=systemd \
---with-udev \
---without-rgmanager \
---without-pacemaker \
---without-heartbeat \
---without-83support \
---without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-
-  # move /lib files under /usr/lib
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock and /var/run
-  rm -r var/{lock,run}
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-}

Copied: drbd-utils/repos/community-x86_64/PKGBUILD (from rev 443321, 
drbd-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 11:20:08 UTC (rev 443322)
@@ -0,0 +1,57 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=9.8.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='https://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd' 'po4a')
+conflicts=('drbd')
+replaces=('drbd')
+source=(http://www.linbit.com/downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('c9e079504f15e07166de9a3704eb63f5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libdir=/usr/lib \
+--with-distro=generic \
+--with-bashcompletion \
+--with-initscripttype=systemd \
+--with-udev \
+--without-rgmanager \
+--without-pacemaker \
+--without-heartbeat \
+--without-83support \
+--without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # move /lib files under /usr/lib
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock and /var/run
+  rm -r var/{lock,run}
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+}


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 11:19:48
  Author: arojas
Revision: 443321

Update to 9.8.0

Modified:
  drbd-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 10:53:20 UTC (rev 443320)
+++ PKGBUILD2019-03-24 11:19:48 UTC (rev 443321)
@@ -1,19 +1,19 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd-utils
-pkgver=9.7.0
-pkgrel=2
+pkgver=9.8.0
+pkgrel=1
 arch=('x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='https://www.drbd.org'
 license=('GPL2')
 depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
+makedepends=('libxslt' 'systemd' 'po4a')
 conflicts=('drbd')
 replaces=('drbd')
 source=(http://www.linbit.com/downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('5114f97c9af811b181390a8fa1990d92')
+md5sums=('c9e079504f15e07166de9a3704eb63f5')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (physfs)

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 11:00:21
  Author: arojas
Revision: 349138

Moved to [community]

Deleted:
  physfs/


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:52:45
  Author: arojas
Revision: 443319

Update to 0.4.0

Modified:
  google-glog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 10:49:30 UTC (rev 443318)
+++ PKGBUILD2019-03-24 10:52:45 UTC (rev 443319)
@@ -2,8 +2,8 @@
 # Contributor: Ian Yang 
 
 pkgname=google-glog
-pkgver=0.3.5
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Logging library for C++"
 arch=('x86_64')
 license=('custom:BSD3')
@@ -10,11 +10,12 @@
 url='https://github.com/google/glog'
 depends=('gcc-libs')
 
source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz;)
-sha512sums=('a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72')
+sha512sums=('b585f1819ade2075f6b61dc5aaca5c3f9d25601dba2bd08b6c49b96ac5f79db23c6b7f2042df003f7130497dd7241fcaa8b107d1f97385cb66ce52d3c554b176')
 
 build() {
   cd glog-$pkgver
 
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:53:20
  Author: arojas
Revision: 443320

archrelease: copy trunk to community-x86_64

Added:
  google-glog/repos/community-x86_64/PKGBUILD
(from rev 443319, google-glog/trunk/PKGBUILD)
Deleted:
  google-glog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 10:52:45 UTC (rev 443319)
+++ PKGBUILD2019-03-24 10:53:20 UTC (rev 443320)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ian Yang 
-
-pkgname=google-glog
-pkgver=0.3.5
-pkgrel=2
-pkgdesc="Logging library for C++"
-arch=('x86_64')
-license=('custom:BSD3')
-url='https://github.com/google/glog'
-depends=('gcc-libs')
-source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz;)
-sha512sums=('a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72')
-
-build() {
-  cd glog-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd glog-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Lazy way of dealing with conflicting man and info pages...
-  rm -rf "$pkgdir"/usr/share
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: google-glog/repos/community-x86_64/PKGBUILD (from rev 443319, 
google-glog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 10:53:20 UTC (rev 443320)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Ian Yang 
+
+pkgname=google-glog
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Logging library for C++"
+arch=('x86_64')
+license=('custom:BSD3')
+url='https://github.com/google/glog'
+depends=('gcc-libs')
+source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz;)
+sha512sums=('b585f1819ade2075f6b61dc5aaca5c3f9d25601dba2bd08b6c49b96ac5f79db23c6b7f2042df003f7130497dd7241fcaa8b107d1f97385cb66ce52d3c554b176')
+
+build() {
+  cd glog-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd glog-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Lazy way of dealing with conflicting man and info pages...
+  rm -rf "$pkgdir"/usr/share
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:49:30
  Author: arojas
Revision: 443318

archrelease: copy trunk to community-x86_64

Added:
  physfs/repos/community-x86_64/PKGBUILD
(from rev 443317, physfs/trunk/PKGBUILD)
Deleted:
  physfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 10:49:06 UTC (rev 443317)
+++ PKGBUILD2019-03-24 10:49:30 UTC (rev 443318)
@@ -1,36 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=physfs
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="A library to provide abstract access to various archives"
-arch=('x86_64')
-url="http://icculus.org/physfs/;
-license=('ZLIB')
-depends=('zlib')
-makedepends=('cmake' 'doxygen')
-source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9959a7acad0aa30d1a86d3a418e61155b0ac533c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHYSFS_BUILD_TEST=OFF
-  make all docs
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
-  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
-  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
-
-  for i in author Deinit description extension Free Init major Malloc minor 
opaque patch Realloc remove url ; do
-mv "${pkgdir}/usr/share/man/man3/$i.3" 
"${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
-  done
-
-  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: physfs/repos/community-x86_64/PKGBUILD (from rev 443317, 
physfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 10:49:30 UTC (rev 443318)
@@ -0,0 +1,36 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=physfs
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A library to provide abstract access to various archives"
+arch=('x86_64')
+url="http://icculus.org/physfs/;
+license=('ZLIB')
+depends=('zlib')
+makedepends=('cmake' 'doxygen')
+source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6a15c458898d0570101d8f173201cde9ced78df7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHYSFS_BUILD_TEST=OFF
+  make all docs
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
+  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
+  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
+
+  for i in author Deinit description extension Free Init major Malloc minor 
opaque patch Realloc remove url ; do
+mv "${pkgdir}/usr/share/man/man3/$i.3" 
"${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
+  done
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:49:06
  Author: arojas
Revision: 443317

Update to 3.0.2

Modified:
  physfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 10:38:38 UTC (rev 443316)
+++ PKGBUILD2019-03-24 10:49:06 UTC (rev 443317)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=physfs
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="A library to provide abstract access to various archives"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('zlib')
 makedepends=('cmake' 'doxygen')
 source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9959a7acad0aa30d1a86d3a418e61155b0ac533c')
+sha1sums=('6a15c458898d0570101d8f173201cde9ced78df7')
 
 build() {
   mkdir build


[arch-commits] Commit in cups/repos (11 files)

2019-03-24 Thread Andreas Radke via arch-commits
Date: Sunday, March 24, 2019 @ 10:43:51
  Author: andyrtr
Revision: 349136

archrelease: copy trunk to testing-x86_64

Added:
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 349135, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 349135, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 349135, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 349135, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 349135, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 349135, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 349135, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 349135, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/cups.sysusers
(from rev 349135, cups/trunk/cups.sysusers)
  cups/repos/testing-x86_64/guid.patch
(from rev 349135, cups/trunk/guid.patch)

--+
 PKGBUILD |  177 +
 cups-1.6.2-statedir.patch|   12 ++
 cups-no-export-ssllibs.patch |   12 ++
 cups-no-gzip-man.patch   |   18 
 cups-systemd-socket.patch|   49 +++
 cups.install |   20 
 cups.logrotate   |5 +
 cups.pam |3 
 cups.sysusers|2 
 guid.patch   |   42 +
 10 files changed, 340 insertions(+)

Copied: cups/repos/testing-x86_64/PKGBUILD (from rev 349135, 
cups/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-24 10:43:51 UTC (rev 349136)
@@ -0,0 +1,177 @@
+# Maintainer: Andreas Radke 
+
+pkgbase="cups"
+pkgname=('libcups' 'cups')
+pkgver=2.2.11
+pkgrel=1
+arch=('x86_64')
+license=('GPL')
+url="https://www.cups.org/;
+makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
+ 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
+ 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
+cups.logrotate
+cups.pam
+cups.sysusers
+# improve build and linking
+cups-no-export-ssllibs.patch
+cups-no-gzip-man.patch
+cups-1.6.2-statedir.patch
+# bugfixes
+cups-systemd-socket.patch
+guid.patch)
+sha256sums=('f58010813fd6903f690cdb0c0b91e4d1bc9e5b9570c28734229ba3ed2908b76c'
+'SKIP'
+'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
+'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
+'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
+'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
+'f909719e2595e016c320afa421cad74ccda285ac59b11749ddac58e707d4330a'
+'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
+validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
+validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
+
+prepare() {
+
+  cd ${pkgbase}-${pkgver}
+
+  # improve build and linking
+  # Do not export SSL libs in cups-config
+  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
+  # don't zip man pages in make install, let makepkg do that / Fedora
+  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
+  # move /var/run -> /run for pid file
+  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
+
+  # bug fixes
+  # make sure network is up when starting and notify systemd - FC
+  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
+
+  # FS#56818 - https://github.com/apple/cups/issues/5236
+  patch -Np1 -i ${srcdir}/guid.patch
+
+  # set MaxLogSize to 0 to prevent using cups internal log rotation
+  sed -i -e '5i\ ' conf/cupsd.conf.in
+  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
+  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
+
+  # Rebuild configure script for not zipping man-pages.
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --sbindir=/usr/bin \
+ 

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

2019-03-24 Thread Andreas Radke via arch-commits
Date: Sunday, March 24, 2019 @ 10:43:35
  Author: andyrtr
Revision: 349135

upgpkg: cups 2.2.11-1

upstream update 2.2.11

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:49:15 UTC (rev 349134)
+++ PKGBUILD2019-03-24 10:43:35 UTC (rev 349135)
@@ -2,8 +2,8 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.2.10
-pkgrel=2
+pkgver=2.2.11
+pkgrel=1
 arch=('x86_64')
 license=('GPL')
 url="https://www.cups.org/;
@@ -21,7 +21,7 @@
 # bugfixes
 cups-systemd-socket.patch
 guid.patch)
-sha256sums=('77c8b2b3bb7fe8b5fbfffc307f2c817b2d7ec67b657f261a1dd1c61ab81205bb'
+sha256sums=('f58010813fd6903f690cdb0c0b91e4d1bc9e5b9570c28734229ba3ed2908b76c'
 'SKIP'
 'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:38:38
  Author: arojas
Revision: 443316

archrelease: copy trunk to community-x86_64

Added:
  physfs/repos/community-x86_64/
  physfs/repos/community-x86_64/PKGBUILD
(from rev 443315, physfs/trunk/PKGBUILD)

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

Copied: physfs/repos/community-x86_64/PKGBUILD (from rev 443315, 
physfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-24 10:38:38 UTC (rev 443316)
@@ -0,0 +1,36 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=physfs
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A library to provide abstract access to various archives"
+arch=('x86_64')
+url="http://icculus.org/physfs/;
+license=('ZLIB')
+depends=('zlib')
+makedepends=('cmake' 'doxygen')
+source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9959a7acad0aa30d1a86d3a418e61155b0ac533c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHYSFS_BUILD_TEST=OFF
+  make all docs
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
+  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
+  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
+
+  for i in author Deinit description extension Free Init major Malloc minor 
opaque patch Realloc remove url ; do
+mv "${pkgdir}/usr/share/man/man3/$i.3" 
"${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
+  done
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:38:28
  Author: arojas
Revision: 443315

extra2community: Moving physfs from extra to community

Added:
  physfs/
  physfs/repos/
  physfs/trunk/
  physfs/trunk/PKGBUILD

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

Added: physfs/trunk/PKGBUILD
===
--- physfs/trunk/PKGBUILD   (rev 0)
+++ physfs/trunk/PKGBUILD   2019-03-24 10:38:28 UTC (rev 443315)
@@ -0,0 +1,36 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=physfs
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A library to provide abstract access to various archives"
+arch=('x86_64')
+url="http://icculus.org/physfs/;
+license=('ZLIB')
+depends=('zlib')
+makedepends=('cmake' 'doxygen')
+source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9959a7acad0aa30d1a86d3a418e61155b0ac533c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHYSFS_BUILD_TEST=OFF
+  make all docs
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
+  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
+  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
+
+  for i in author Deinit description extension Free Init major Malloc minor 
opaque patch Realloc remove url ; do
+mv "${pkgdir}/usr/share/man/man3/$i.3" 
"${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
+  done
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:10:03
  Author: arojas
Revision: 443314

archrelease: copy trunk to community-testing-x86_64

Added:
  sagemath/repos/community-testing-x86_64/
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 443313, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/fes02.patch
(from rev 443313, sagemath/trunk/fes02.patch)
  sagemath/repos/community-testing-x86_64/latte-count.patch
(from rev 443313, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 443313, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/sagemath-cremona.patch
(from rev 443313, sagemath/trunk/sagemath-cremona.patch)
  sagemath/repos/community-testing-x86_64/sagemath-ecl-sigfpe.patch
(from rev 443313, sagemath/trunk/sagemath-ecl-sigfpe.patch)
  sagemath/repos/community-testing-x86_64/sagemath-env.patch
(from rev 443313, sagemath/trunk/sagemath-env.patch)
  sagemath/repos/community-testing-x86_64/sagemath-gap-4.10.1.patch
(from rev 443313, sagemath/trunk/sagemath-gap-4.10.1.patch)
  sagemath/repos/community-testing-x86_64/sagemath-python3-notebook.patch
(from rev 443313, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-testing-x86_64/sagemath-singular-4.1.2.patch
(from rev 443313, sagemath/trunk/sagemath-singular-4.1.2.patch)
  sagemath/repos/community-testing-x86_64/sagemath-sphinx-1.8.patch
(from rev 443313, sagemath/trunk/sagemath-sphinx-1.8.patch)
  sagemath/repos/community-testing-x86_64/sagemath-threejs.patch
(from rev 443313, sagemath/trunk/sagemath-threejs.patch)
  sagemath/repos/community-testing-x86_64/test-optional.patch
(from rev 443313, sagemath/trunk/test-optional.patch)

-+
 PKGBUILD|  158 ++
 fes02.patch |   57 +
 latte-count.patch   |   89 +
 package.patch   |   39 +
 sagemath-cremona.patch  |   31 +++
 sagemath-ecl-sigfpe.patch   |  147 +++
 sagemath-env.patch  |  141 +
 sagemath-gap-4.10.1.patch   |   31 +++
 sagemath-python3-notebook.patch |   27 ++
 sagemath-singular-4.1.2.patch   |  102 
 sagemath-sphinx-1.8.patch   |   28 ++
 sagemath-threejs.patch  |   11 ++
 test-optional.patch |   25 ++
 13 files changed, 886 insertions(+)

Copied: sagemath/repos/community-testing-x86_64/PKGBUILD (from rev 443313, 
sagemath/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-24 10:10:03 UTC (rev 443314)
@@ -0,0 +1,158 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas Dziedzic 
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+
+pkgbase=sagemath
+pkgname=(sagemath sagemath-jupyter)
+pkgver=8.7
+pkgrel=1
+pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
+arch=(x86_64)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(ipython2 palp brial cliquer maxima-ecl gfan sympow nauty python2-rpy2 
python2-fpylll python2-psutil python2-cypari2
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-pplpy python2-future
+  gap flintqs lcalc lrcalc arb eclib zn_poly gd python2-cvxopt pynac linbox 
m4rie rubiks pari-galdata pari-seadata-small planarity rankwidth tachyon
+  sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials
+  libgiac libhomfly libbraiding three.js)
+optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
+  'jmol: 3D plots' 'sage-notebook: Flask notebook interface (deprecated)'
+  'sagemath-doc: Documentation and inline help' 'python2-igraph: igraph 
backend for graph theory'
+  'coin-or-cbc: COIN backend for numerical computations' 'coin-or-csdp: for 
computing Lovász theta-function of graphs'
+  'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
+  'ffmpeg: to export animations to video' 'imagemagick: to show animations'
+  'coxeter: Coxeter groups implementation'
+  'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes'
+  'libfes: exhaustive search of solutions for boolean equations' 
'python2-pynormaliz: Normaliz backend for polyhedral computations'
+  'latte-integrale: integral point count in polyhedra' 'polymake: polymake 
backend for polyhedral computations'
+  'shared_meataxe: faster matrix arithmetic over finite fields' 

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

2019-03-24 Thread Antonio Rojas via arch-commits
Date: Sunday, March 24, 2019 @ 10:09:23
  Author: arojas
Revision: 443313

Update to 8.7

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/latte-count.patch
  sagemath/trunk/package.patch
  sagemath/trunk/sagemath-env.patch
  sagemath/trunk/sagemath-gap-4.10.1.patch
  sagemath/trunk/sagemath-python3-notebook.patch
Deleted:
  sagemath/trunk/sagemath-cypari2.patch
  sagemath/trunk/sagemath-numpy-1.16.patch

-+
 PKGBUILD|   31 -
 latte-count.patch   |4 
 package.patch   |4 
 sagemath-cypari2.patch  |  711 --
 sagemath-env.patch  |   27 -
 sagemath-gap-4.10.1.patch   |   14 
 sagemath-numpy-1.16.patch   |   85 
 sagemath-python3-notebook.patch |2 
 8 files changed, 27 insertions(+), 851 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:25:39 UTC (rev 443312)
+++ PKGBUILD2019-03-24 10:09:23 UTC (rev 443313)
@@ -7,15 +7,15 @@
 
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
-pkgver=8.6
-pkgrel=6
+pkgver=8.7
+pkgrel=1
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
 license=(GPL)
-depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan sympow nauty 
python2-rpy2 python2-fpylll python2-psutil python2-cypari2
-  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future gap flintqs lcalc lrcalc arb
-  eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox m4rie rubiks 
pari-galdata pari-seadata-small planarity rankwidth tachyon
+depends=(ipython2 palp brial cliquer maxima-ecl gfan sympow nauty python2-rpy2 
python2-fpylll python2-psutil python2-cypari2
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-pplpy python2-future
+  gap flintqs lcalc lrcalc arb eclib zn_poly gd python2-cvxopt pynac linbox 
m4rie rubiks pari-galdata pari-seadata-small planarity rankwidth tachyon
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials
   libgiac libhomfly libbraiding three.js)
 optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
@@ -44,26 +44,22 @@
 sagemath-threejs.patch
 sagemath-cremona.patch
 sagemath-sphinx-1.8.patch
-sagemath-cypari2.patch
 sagemath-singular-4.1.2.patch
 sagemath-ecl-sigfpe.patch
-sagemath-numpy-1.16.patch
 sagemath-gap-4.10.1.patch)
-sha256sums=('dea613fc955cada76aaa7ab379bc5a219fe8b496064824f8c798b2b1651442fa'
-'de6e38462ef1848778fbc23a63529fbee9229dbb245bb653f58a0d834a634c04'
-'960afe4fcbffe2762b66119b8f14355386ced0d8ee52b535d0dac1dba90d365b'
-'ef265f88ceb6caf4aac2d86ea74850861d99a63d11c94fc52b2ce88053c26d1e'
-'bd2744c6564bbf71bd6ea3cd7b9031e2126cc1423bcdc1fcc258d90d750a129d'
+sha256sums=('263c3b3fc956b8bebc532f3b51e68c1b0d559d3b7e7c9fadffdfc0f4dbae18ab'
+'e0e36f2a39b634a76e1c3ad9a31f9ab60e734dd53b43203557b76613277d53b9'
+'b1068a8d5750051c2b5cfcb89d3d5870cf4233ab445e71c398543fb8b1e6281a'
+'b66d5bb692159910cec83c80262c43a687d3a678010c7ae4c7070f7cf3a0d5cb'
+'12cd410035ae644c2495b0dcd3a5138133a471ecc07912d37114c46ee837eb0e'
 'f12bd2a53ad51549015093aacc89978f4d796d9ab5bcd3d737aa0d57a5815b54'
 '7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
 'f6b48abf34f64ea3fc092b0f0179e89633f7d3ecc0d62c2acacbfa1217751d63'
 '4c6df9e4e5a7b29ecf6189eda3e5a79f69b6e1b4d29c1b9559663149b8c0af96'
 '22f5e44a42c8276025b8512f45cac1c36d576c29c7fd9d36fde8b19ff87867d8'
-'ca47248d2ed5edfe663ea02e261ddbb26a7cb03bef67928dbec690d9b9a8f129'
 '961bfb5694b67d425d21240d71490cb71714b5207c23448c89be0966512ff8f9'
 'a42f3b152b1aedb8abf16bc70971419919d1fe30328574e7fef8305f9d07d938'
-'d483b1dc78eb83e3cd1620e3d44214ca0704065e1d27d7a257976e56c85f2d5b'
-'ea7148347107ad90306c51c66b2fe522e1e99abed0546b7780b1b346261929bc')
+'99066a3a11c102dee5183acf86b3f6200e9c3db8fe15e52cf391ecd6f72846c1')
 
 prepare(){
   cd sage-$pkgver
@@ -91,14 +87,10 @@
   patch -p1 -i ../fes02.patch
 # use Features to detect Cremona databases 
https://trac.sagemath.org/ticket/25825
   patch -p1 -i ../sagemath-cremona.patch
-# Fix build with cypari 2.0 https://trac.sagemath.org/ticket/26442
-  patch -p1 -i ../sagemath-cypari2.patch
 # Fixes for singular 4.1.2 https://trac.sagemath.org/ticket/25993
   patch -p1 -i ../sagemath-singular-4.1.2.patch
 # Fix SIGFPE crashes with ecl 16.1.3 https://trac.sagemath.org/ticket/22191
   patch -p1 -i ../sagemath-ecl-sigfpe.patch
-# Fix inline fortran with numpy 1.16 

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

2019-03-24 Thread Andreas Radke via arch-commits
Date: Sunday, March 24, 2019 @ 09:49:15
  Author: andyrtr
Revision: 349134

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 349133, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 349133, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 349133, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 349133, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 349133, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 349133, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 349133, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  232 
 config  | 9793 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 7 files changed, 10175 insertions(+)

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


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

2019-03-24 Thread Andreas Radke via arch-commits
Date: Sunday, March 24, 2019 @ 09:48:57
  Author: andyrtr
Revision: 349133

upgpkg: linux-lts 4.19.31-1

upstream update 4.19.31

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:46:45 UTC (rev 349132)
+++ PKGBUILD2019-03-24 09:48:57 UTC (rev 349133)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.19
-pkgver=4.19.30
+pkgver=4.19.31
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
 'SKIP'
-'0924f32b6d26fbf7feb4d5165e4bba14bba81c4cdc51b5e241e1ef6799705bdf'
+'cc9d42fc2459a75d38ccc0dc7a9ae4d0314e063f745c0fa2d8cb5e284e40628c'
 '2dbe737dd5d186ca0b3b1753ad3d7a4a722b3eb03ec224dc24b49dd491c18cf1'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:25:39
  Author: spupykin
Revision: 443312

archrelease: copy trunk to community-any

Added:
  perl-app-cli/repos/community-any/PKGBUILD
(from rev 443311, perl-app-cli/trunk/PKGBUILD)
Deleted:
  perl-app-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 09:25:24 UTC (rev 443311)
+++ PKGBUILD2019-03-24 09:25:39 UTC (rev 443312)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-app-cli
-pkgver=0.313
-pkgrel=6
-pkgdesc="Perl/CPAN Module App::CLI"
-arch=("any")
-url="http://search.cpan.org/dist/App-CLI;
-license=("GPL" "PerlArtistic")
-depends=("perl")
-source=("http://search.cpan.org/CPAN/authors/id/C/CO/CORNELIUS/App-CLI-$pkgver.tar.gz;)
-md5sums=('efe1a2287c8447fb46e9f43594c3ce28')
-
-build() {
-  cd "$srcdir"/App-CLI-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/App-CLI-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-app-cli/repos/community-any/PKGBUILD (from rev 443311, 
perl-app-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 09:25:39 UTC (rev 443312)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-app-cli
+pkgver=0.50
+pkgrel=1
+pkgdesc="Perl/CPAN Module App::CLI"
+arch=("any")
+url="http://search.cpan.org/dist/App-CLI;
+license=("GPL" "PerlArtistic")
+depends=("perl")
+source=("https://cpan.metacpan.org/authors/id/P/PT/PTC/App-CLI-$pkgver.tar.gz;)
+sha256sums=('51d3f5833ab519fb46e5552b60e5455e4f9c1c6827d1eee4153d0b409f2a9345')
+
+build() {
+  cd "$srcdir"/App-CLI-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/App-CLI-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:25:17
  Author: spupykin
Revision: 443310

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 443309, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 443309, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 443309, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  148 ---
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 76 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 09:25:03 UTC (rev 443309)
+++ PKGBUILD2019-03-24 09:25:17 UTC (rev 443310)
@@ -1,76 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=5.5
-pkgrel=1
-pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-'etc/glusterfs/eventsconfig.json'
-'etc/glusterfs/gluster-rsyslog-5.8.conf'
-'etc/glusterfs/gluster-rsyslog-7.2.conf'
-'etc/glusterfs/glusterd.vol'
-'etc/glusterfs/glusterfs-georep-logrotate'
-'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python libxml2 libaio liburcu attr rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-
https://github.com/gluster/glusterfs/commit/82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
-glusterfs.sysusers)
-sha256sums=('781da2e9e955eec6b411abd8df5851353936e5cc6f6aef9b8e6c8b970610cdf4'
-'7d3793449105e3cbfef57b78b707f37a53430bb2caf16f4674ace1ab61be5acb'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1656100 make autoreconf work
-  patch -p1 -i ../82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 443309, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 09:25:17 UTC (rev 443310)
@@ -0,0 +1,72 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=6.0
+pkgrel=1
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('9892746c44e4ab85412f6f4948ef9731232238e4628454a1a74a55482ceaf0d5'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd 

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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:25:03
  Author: spupykin
Revision: 443309

upgpkg: glusterfs 1:6.0-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:24:44 UTC (rev 443308)
+++ PKGBUILD2019-03-24 09:25:03 UTC (rev 443309)
@@ -5,7 +5,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=5.5
+pkgver=6.0
 pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -24,16 +24,12 @@
 optdepends=('glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-
https://github.com/gluster/glusterfs/commit/82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
 glusterfs.sysusers)
-sha256sums=('781da2e9e955eec6b411abd8df5851353936e5cc6f6aef9b8e6c8b970610cdf4'
-'7d3793449105e3cbfef57b78b707f37a53430bb2caf16f4674ace1ab61be5acb'
+sha256sums=('9892746c44e4ab85412f6f4948ef9731232238e4628454a1a74a55482ceaf0d5'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1656100 make autoreconf work
-  patch -p1 -i ../82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
   autoreconf -fi
 }
 


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:25:24
  Author: spupykin
Revision: 443311

upgpkg: perl-app-cli 0.50-1

Modified:
  perl-app-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:25:17 UTC (rev 443310)
+++ PKGBUILD2019-03-24 09:25:24 UTC (rev 443311)
@@ -2,15 +2,15 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-app-cli
-pkgver=0.313
-pkgrel=6
+pkgver=0.50
+pkgrel=1
 pkgdesc="Perl/CPAN Module App::CLI"
 arch=("any")
 url="http://search.cpan.org/dist/App-CLI;
 license=("GPL" "PerlArtistic")
 depends=("perl")
-source=("http://search.cpan.org/CPAN/authors/id/C/CO/CORNELIUS/App-CLI-$pkgver.tar.gz;)
-md5sums=('efe1a2287c8447fb46e9f43594c3ce28')
+source=("https://cpan.metacpan.org/authors/id/P/PT/PTC/App-CLI-$pkgver.tar.gz;)
+sha256sums=('51d3f5833ab519fb46e5552b60e5455e4f9c1c6827d1eee4153d0b409f2a9345')
 
 build() {
   cd "$srcdir"/App-CLI-$pkgver


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 09:24:44
  Author: felixonmars
Revision: 443308

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  382 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 200 insertions(+), 200 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
443307, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 09:24:26 UTC (rev 443307)
+++ PKGBUILD2019-03-24 09:24:44 UTC (rev 443308)
@@ -1,191 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=4.3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83'
-'SKIP'
-
'9fd89c54200cf7c8e8a7f978fb6b34c89ece755976789f5c5c361ffb8d2882f14260c81ab8ac14ad140e41d807adbbaba05381a31b0177492aa222ef2fe04e4d'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib   

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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 09:24:26
  Author: felixonmars
Revision: 443307

upgpkg: wine-staging 4.4-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:07:38 UTC (rev 443306)
+++ PKGBUILD2019-03-24 09:24:26 UTC (rev 443307)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=4.3
+pkgver=4.4
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -14,9 +14,9 @@
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83'
+sha512sums=('6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de'
 'SKIP'
-
'9fd89c54200cf7c8e8a7f978fb6b34c89ece755976789f5c5c361ffb8d2882f14260c81ab8ac14ad140e41d807adbbaba05381a31b0177492aa222ef2fe04e4d'
+
'4ddeddac2e2de9afd95ded71edb47f3eac15d1ca94254481e5369d6b69e401471b00ba16747621eb2d0f7d92c0558590f6efe89b3ea15012d9d3d45553d49196'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:07:38
  Author: spupykin
Revision: 443306

archrelease: copy trunk to community-x86_64

Added:
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 443305, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 443305, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 443305, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 443305, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 443305, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

--+
 PKGBUILD |  106 -
 openvswitch.install  |   26 ++--
 openvswitch.tmpfiles |2 
 ovs-vswitchd.service |   30 ++---
 ovsdb-server.service |   14 +++---
 5 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 09:07:22 UTC (rev 443305)
+++ PKGBUILD2019-03-24 09:07:38 UTC (rev 443306)
@@ -1,53 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('4f93c764295952848a924271250d7c6a6a53747d0019ef6ff880aa8ea6897c80'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 443305, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 09:07:38 UTC (rev 443306)
@@ -0,0 +1,53 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python2-six')
+optdepends=('python2-six')
+sha256sums=('f4b01d7376d7298bc6e7fa7a6067229ca7c7e299394e5ea9aff651d52edfdbee'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 

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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:06:53
  Author: spupykin
Revision: 443302

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 443301, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 443301, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 09:06:39 UTC (rev 443301)
+++ PKGBUILD2019-03-24 09:06:53 UTC (rev 443302)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.6.12
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('f9aaacd1ce603e27cdf5b05ee4d79b4102545fec9a2acdaf8b65af62487a4eaa')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 443301, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 09:06:53 UTC (rev 443302)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.6.13
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('5cbb8f8a5d180a3e5fe7dc47c03d7f3082fff39175a8cef42456e764cbb74927')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2019-03-24 09:06:39 UTC (rev 443301)
+++ drupal.install  2019-03-24 09:06:53 UTC (rev 443302)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 443301, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-03-24 09:06:53 UTC (rev 443302)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:06:39
  Author: spupykin
Revision: 443301

upgpkg: drupal 8.6.13-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 08:45:56 UTC (rev 443300)
+++ PKGBUILD2019-03-24 09:06:39 UTC (rev 443301)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.6.12
+pkgver=8.6.13
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('f9aaacd1ce603e27cdf5b05ee4d79b4102545fec9a2acdaf8b65af62487a4eaa')
+sha256sums=('5cbb8f8a5d180a3e5fe7dc47c03d7f3082fff39175a8cef42456e764cbb74927')
 
 package() {
   depends=('php' 'php-gd')


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:07:22
  Author: spupykin
Revision: 443305

upgpkg: openvswitch 2.11.0-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:07:14 UTC (rev 443304)
+++ PKGBUILD2019-03-24 09:07:22 UTC (rev 443305)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.10.1
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
@@ -17,7 +17,7 @@
 depends=('openssl' 'libcap-ng')
 makedepends=('python2-six')
 optdepends=('python2-six')
-sha256sums=('4f93c764295952848a924271250d7c6a6a53747d0019ef6ff880aa8ea6897c80'
+sha256sums=('f4b01d7376d7298bc6e7fa7a6067229ca7c7e299394e5ea9aff651d52edfdbee'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:07:14
  Author: spupykin
Revision: 443304

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 09:07:01 UTC (rev 443303)
+++ PKGBUILD2019-03-24 09:07:14 UTC (rev 443304)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=0.16.2
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('843af65f6297187954081d8b6ddbcdead2742f050d3ca89cc6b497e96338133e')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 443303, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 09:07:14 UTC (rev 443304)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=0.16.3
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('8e01748b1d5e6b92b8da7a9c561298bfcc227864b32e943553c219a18dff6c0c')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2019-03-24 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 24, 2019 @ 09:07:01
  Author: spupykin
Revision: 443303

upgpkg: nextcloud-app-bookmarks 1:0.16.3-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 09:06:53 UTC (rev 443302)
+++ PKGBUILD2019-03-24 09:07:01 UTC (rev 443303)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=0.16.2
+pkgver=0.16.3
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('843af65f6297187954081d8b6ddbcdead2742f050d3ca89cc6b497e96338133e')
+sha256sums=('8e01748b1d5e6b92b8da7a9c561298bfcc227864b32e943553c219a18dff6c0c')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 08:45:56
  Author: felixonmars
Revision: 443300

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  350 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 204 insertions(+), 204 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2019-03-24 08:45:38 UTC (rev 443299)
+++ 30-win32-aliases.conf   2019-03-24 08:45:56 UTC (rev 443300)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 443299, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2019-03-24 08:45:56 UTC (rev 443300)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 08:45:38 UTC (rev 443299)
+++ PKGBUILD2019-03-24 08:45:56 UTC (rev 443300)
@@ -1,175 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=4.3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openal  

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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 08:45:38
  Author: felixonmars
Revision: 443299

upgpkg: wine 4.4-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 07:31:06 UTC (rev 443298)
+++ PKGBUILD2019-03-24 08:45:38 UTC (rev 443299)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=4.3
+pkgver=4.4
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83'
+sha512sums=('6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 07:30:53
  Author: felixonmars
Revision: 443297

upgpkg: ruby-power_assert 1.1.4-1

Modified:
  ruby-power_assert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 07:28:32 UTC (rev 443296)
+++ PKGBUILD2019-03-24 07:30:53 UTC (rev 443297)
@@ -4,8 +4,8 @@
 # Contributor: Jochen Schalanda 
 
 pkgname=ruby-power_assert
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='Power Assert for Ruby'
 arch=('any')
 url='https://github.com/k-tsj/power_assert'
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/power_assert-$pkgver.gem;)
 noextract=("power_assert-$pkgver.gem")
-sha512sums=('68b07c9a3b02a91616a0b0f8ebf0e431356816975afa3a02f5e4d165f79d9d2c50ca119eae6ec0b47eb221149a33377d7d4412f72f6c1454c83f108aaf3463c1')
+sha512sums=('c65d10760425b247f2cca991ef29600a91eb9ebaeda4c27c2c4f940ae55d6d957282445230582c2bf3719c94c9b2121270da9b7689693e2b1720039e1426544b')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 07:31:06
  Author: felixonmars
Revision: 443298

archrelease: copy trunk to community-any

Added:
  ruby-power_assert/repos/community-any/PKGBUILD
(from rev 443297, ruby-power_assert/trunk/PKGBUILD)
Deleted:
  ruby-power_assert/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 07:30:53 UTC (rev 443297)
+++ PKGBUILD2019-03-24 07:31:06 UTC (rev 443298)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-# Contributor: Alfredo Palhares 
-# Contributor: Jochen Schalanda 
-
-pkgname=ruby-power_assert
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='Power Assert for Ruby'
-arch=('any')
-url='https://github.com/k-tsj/power_assert'
-license=('custom:BSDL')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/power_assert-$pkgver.gem;)
-noextract=("power_assert-$pkgver.gem")
-sha512sums=('68b07c9a3b02a91616a0b0f8ebf0e431356816975afa3a02f5e4d165f79d9d2c50ca119eae6ec0b47eb221149a33377d7d4412f72f6c1454c83f108aaf3463c1')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" power_assert-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/power_assert-$pkgver.gem"
-}

Copied: ruby-power_assert/repos/community-any/PKGBUILD (from rev 443297, 
ruby-power_assert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 07:31:06 UTC (rev 443298)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+# Contributor: Alfredo Palhares 
+# Contributor: Jochen Schalanda 
+
+pkgname=ruby-power_assert
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Power Assert for Ruby'
+arch=('any')
+url='https://github.com/k-tsj/power_assert'
+license=('custom:BSDL')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/power_assert-$pkgver.gem;)
+noextract=("power_assert-$pkgver.gem")
+sha512sums=('c65d10760425b247f2cca991ef29600a91eb9ebaeda4c27c2c4f940ae55d6d957282445230582c2bf3719c94c9b2121270da9b7689693e2b1720039e1426544b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" power_assert-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/power_assert-$pkgver.gem"
+}


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

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 07:27:56
  Author: felixonmars
Revision: 443295

upgpkg: python-pycryptodome 3.8.0-1

Modified:
  python-pycryptodome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 06:29:01 UTC (rev 443294)
+++ PKGBUILD2019-03-24 07:27:56 UTC (rev 443295)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycryptodome
 pkgname=('python-pycryptodome' 'python2-pycryptodome')
-pkgver=3.7.3
+pkgver=3.8.0
 pkgrel=1
 license=('BSD')
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url='http://www.pycryptodome.org/'
 makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
 
source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
-sha512sums=('d9b69bc877d894967769824733db895d246a7c9b5d11e9613bb4256f284637fa2a64f1b35b3ad313df4833d5509bacad728505e7b797afac2d9f587ddb279db3')
+sha512sums=('57fbd6e787835952124b885ac8c898689e493fa85c304c7ab03a5c87ee55cf706b5a7e9bffd719597ffa4644ee150205cfceff623601e3ea159f00739606f66b')
 
 prepare() {
   cp -a "pycryptodome-$pkgver"{,-python2}


[arch-commits] Commit in python-pycryptodome/repos/community-x86_64 (2 files)

2019-03-24 Thread Felix Yan via arch-commits
Date: Sunday, March 24, 2019 @ 07:28:32
  Author: felixonmars
Revision: 443296

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 07:27:56 UTC (rev 443295)
+++ PKGBUILD2019-03-24 07:28:32 UTC (rev 443296)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-
-pkgbase=python-pycryptodome
-pkgname=('python-pycryptodome' 'python2-pycryptodome')
-pkgver=3.7.3
-pkgrel=1
-license=('BSD')
-arch=('x86_64')
-url='http://www.pycryptodome.org/'
-makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
-source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
-sha512sums=('d9b69bc877d894967769824733db895d246a7c9b5d11e9613bb4256f284637fa2a64f1b35b3ad313df4833d5509bacad728505e7b797afac2d9f587ddb279db3')
-
-prepare() {
-  cp -a "pycryptodome-$pkgver"{,-python2}
-}
-
-build() {
-  cd "$srcdir/pycryptodome-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pycryptodome-$pkgver-python2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/pycryptodome-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/pycryptodome-$pkgver-python2"
-  python2 setup.py test
-}
-
-package_python-pycryptodome() {
-  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
-  depends=('python' 'gmp')
-  conflicts=('python-crypto')
-  provides=('python-crypto')
-  replaces=('python-crypto')
-
-  cd "pycryptodome-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-package_python2-pycryptodome() {
-  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
-  depends=('python2' 'gmp')
-  conflicts=('python2-crypto')
-  provides=('python2-crypto')
-  replaces=('python2-crypto')
-
-  cd "pycryptodome-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}

Copied: python-pycryptodome/repos/community-x86_64/PKGBUILD (from rev 443295, 
python-pycryptodome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 07:28:32 UTC (rev 443296)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+
+pkgbase=python-pycryptodome
+pkgname=('python-pycryptodome' 'python2-pycryptodome')
+pkgver=3.8.0
+pkgrel=1
+license=('BSD')
+arch=('x86_64')
+url='http://www.pycryptodome.org/'
+makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
+source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
+sha512sums=('57fbd6e787835952124b885ac8c898689e493fa85c304c7ab03a5c87ee55cf706b5a7e9bffd719597ffa4644ee150205cfceff623601e3ea159f00739606f66b')
+
+prepare() {
+  cp -a "pycryptodome-$pkgver"{,-python2}
+}
+
+build() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py test
+}
+
+package_python-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
+  depends=('python' 'gmp')
+  conflicts=('python-crypto')
+  provides=('python-crypto')
+  replaces=('python-crypto')
+
+  cd "pycryptodome-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
+  depends=('python2' 'gmp')
+  conflicts=('python2-crypto')
+  provides=('python2-crypto')
+  replaces=('python2-crypto')
+
+  cd "pycryptodome-$pkgver-python2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


[arch-commits] Commit in react-native-debugger/repos (8 files)

2019-03-24 Thread Nicola Squartini via arch-commits
Date: Sunday, March 24, 2019 @ 06:29:01
  Author: tensor5
Revision: 443294

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/
  react-native-debugger/repos/community-any/Content-Security-Policy.patch
(from rev 443293, react-native-debugger/trunk/Content-Security-Policy.patch)
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 443293, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 443293, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/nodeIntegration.patch
(from rev 443293, react-native-debugger/trunk/nodeIntegration.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 443293, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 443293, react-native-debugger/trunk/react-native-debugger.js)
  react-native-debugger/repos/community-any/setZoomLevelLimits.patch
(from rev 443293, react-native-debugger/trunk/setZoomLevelLimits.patch)

---+
 Content-Security-Policy.patch |   10 ++
 PKGBUILD  |   60 
 iconPath.patch|   11 +++
 nodeIntegration.patch |   12 
 react-native-debugger.desktop |8 +
 react-native-debugger.js  |   29 +++
 setZoomLevelLimits.patch  |   11 +++
 7 files changed, 141 insertions(+)

Copied: react-native-debugger/repos/community-any/Content-Security-Policy.patch 
(from rev 443293, react-native-debugger/trunk/Content-Security-Policy.patch)
===
--- community-any/Content-Security-Policy.patch (rev 0)
+++ community-any/Content-Security-Policy.patch 2019-03-24 06:29:01 UTC (rev 
443294)
@@ -0,0 +1,10 @@
+--- a/dist/app.html
 b/dist/app.html
+@@ -2,6 +2,7 @@
+ 
+   
+ 
++
+ React Native Debugger
+ 
+   

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 443293, 
react-native-debugger/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-24 06:29:01 UTC (rev 443294)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.7
+_commit=6d05271a1f8c97ff7295a552c25618f49e2dbfbd
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'npm')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
+'Content-Security-Policy.patch'
+'iconPath.patch'
+'nodeIntegration.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js'
+'setZoomLevelLimits.patch')
+sha256sums=('SKIP'
+'11695a30802fb9d559608f56abdd09d864b40311de310c08e084fa93abe39443'
+'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
+'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb'
+'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../Content-Security-Policy.patch
+patch -Np1 -i ../iconPath.patch
+patch -Np1 -i ../nodeIntegration.patch
+patch -Np1 -i ../setZoomLevelLimits.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+cd dist
+npm install
+node ../scripts/patch-modules.js
+cd ..
+npm run build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Copied: react-native-debugger/repos/community-any/iconPath.patch (from rev 
443293, react-native-debugger/trunk/iconPath.patch)
===
--- community-any/iconPath.patch(rev 0)
+++ community-any/iconPath.patch2019-03-24 06:29:01 UTC (rev 443294)
@@ -0,0 +1,11 @@
+--- a/electron/main.js
 b/electron/main.js
+@@ -7,7 +7,7 @@
+ import { readConfig } from './config';
+ import 

[arch-commits] Commit in (10 files)

2019-03-24 Thread Nicola Squartini via arch-commits
Date: Sunday, March 24, 2019 @ 06:22:14
  Author: tensor5
Revision: 443293

addpkg: react-native-debugger 0.9.7-1

Added:
  react-native-debugger/
  react-native-debugger/repos/
  react-native-debugger/trunk/
  react-native-debugger/trunk/Content-Security-Policy.patch
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/iconPath.patch
  react-native-debugger/trunk/nodeIntegration.patch
  react-native-debugger/trunk/react-native-debugger.desktop
  react-native-debugger/trunk/react-native-debugger.js
  react-native-debugger/trunk/setZoomLevelLimits.patch

---+
 Content-Security-Policy.patch |   10 ++
 PKGBUILD  |   60 
 iconPath.patch|   11 +++
 nodeIntegration.patch |   12 
 react-native-debugger.desktop |8 +
 react-native-debugger.js  |   29 +++
 setZoomLevelLimits.patch  |   11 +++
 7 files changed, 141 insertions(+)

Added: react-native-debugger/trunk/Content-Security-Policy.patch
===
--- react-native-debugger/trunk/Content-Security-Policy.patch   
(rev 0)
+++ react-native-debugger/trunk/Content-Security-Policy.patch   2019-03-24 
06:22:14 UTC (rev 443293)
@@ -0,0 +1,10 @@
+--- a/dist/app.html
 b/dist/app.html
+@@ -2,6 +2,7 @@
+ 
+   
+ 
++
+ React Native Debugger
+ 
+   

Added: react-native-debugger/trunk/PKGBUILD
===
--- react-native-debugger/trunk/PKGBUILD(rev 0)
+++ react-native-debugger/trunk/PKGBUILD2019-03-24 06:22:14 UTC (rev 
443293)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.7
+_commit=6d05271a1f8c97ff7295a552c25618f49e2dbfbd
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'npm')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
+'Content-Security-Policy.patch'
+'iconPath.patch'
+'nodeIntegration.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js'
+'setZoomLevelLimits.patch')
+sha256sums=('SKIP'
+'11695a30802fb9d559608f56abdd09d864b40311de310c08e084fa93abe39443'
+'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
+'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb'
+'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../Content-Security-Policy.patch
+patch -Np1 -i ../iconPath.patch
+patch -Np1 -i ../nodeIntegration.patch
+patch -Np1 -i ../setZoomLevelLimits.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+cd dist
+npm install
+node ../scripts/patch-modules.js
+cd ..
+npm run build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Added: react-native-debugger/trunk/iconPath.patch
===
--- react-native-debugger/trunk/iconPath.patch  (rev 0)
+++ react-native-debugger/trunk/iconPath.patch  2019-03-24 06:22:14 UTC (rev 
443293)
@@ -0,0 +1,11 @@
+--- a/electron/main.js
 b/electron/main.js
+@@ -7,7 +7,7 @@
+ import { readConfig } from './config';
+ import { sendSyncState } from './sync-state';
+ 
+-const iconPath = path.resolve(__dirname, 'logo.png');
++const iconPath = '/usr/share/pixmaps/react-native-debugger.png';
+ const defaultOptions = { iconPath };
+ 
+ startListeningHandleURL(async (host, port) => {

Added: react-native-debugger/trunk/nodeIntegration.patch
===
--- react-native-debugger/trunk/nodeIntegration.patch   
(rev 0)
+++ react-native-debugger/trunk/nodeIntegration.patch   2019-03-24 06:22:14 UTC 
(rev 443293)
@@ -0,0 +1,12 @@
+--- a/electron/window.js
 b/electron/window.js
+@@ -91,6 +91,9 @@
+ backgroundColor: '#272c37',
+ tabbingIdentifier: 'rndebugger',
+