[arch-commits] Commit in libffado/trunk (PKGBUILD libffado-sigev_thread.patch)

2017-11-19 Thread Antonio Rojas
Date: Monday, November 20, 2017 @ 07:39:35
  Author: arojas
Revision: 267518

libconfig 1.7.1 rebuild

Added:
  libffado/trunk/libffado-sigev_thread.patch
Modified:
  libffado/trunk/PKGBUILD

-+
 PKGBUILD|8 +---
 libffado-sigev_thread.patch |   10 ++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 07:27:53 UTC (rev 267517)
+++ PKGBUILD2017-11-20 07:39:35 UTC (rev 267518)
@@ -5,7 +5,7 @@
 
 pkgname=libffado
 pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Driver for FireWire audio devices"
 arch=('x86_64')
 url="http://www.ffado.org/;
@@ -21,7 +21,7 @@
 'libxml++3.patch'
 'gcc-warnings.patch'
 'cpuinfo-parsing.patch'
-'gcc6.patch' 'libffado-gcc7.patch')
+'gcc6.patch' 'libffado-gcc7.patch' libffado-sigev_thread.patch)
 md5sums=('8f452977267200cfaf9b8e16ba3c92df'
  '223f7a10dd208f30ead7ec0c3c84473f'
  '4203ef91ace1639516408461d03e39f1'
@@ -28,7 +28,8 @@
  '6d353c935007b048b36af7a2bcd9e433'
  '71532069197df12783d389c7a21382ba'
  '8a02cc31fa9c538d84b263eb9de063b3'
- '781ea47512cef122f72d4b38ad121bcd')
+ '781ea47512cef122f72d4b38ad121bcd'
+ '348ba71df0dfbca3be744929a197491c')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -40,6 +41,7 @@
   patch -Np1 -i "$srcdir/cpuinfo-parsing.patch"
   patch -Np1 -i "$srcdir/gcc6.patch"
   patch -Np1 -i "$srcdir/libffado-gcc7.patch" # Fedora
+  patch -Np1 -i "$srcdir/libffado-sigev_thread.patch"
 }
 
 build() {

Added: libffado-sigev_thread.patch
===
--- libffado-sigev_thread.patch (rev 0)
+++ libffado-sigev_thread.patch 2017-11-20 07:39:35 UTC (rev 267518)
@@ -0,0 +1,10 @@
+Index: trunk/libffado/src/libutil/PosixMessageQueue.cpp
+===
+--- libffado/src/libutil/PosixMessageQueue.cpp (revision 2171)
 libffado/src/libutil/PosixMessageQueue.cpp (revision 2706)
+@@ -31,4 +31,5 @@
+ #include 
+ #include 
++#include 
+ 
+ #define MQ_INVALID_ID ((mqd_t) -1)


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

2017-11-19 Thread Antonio Rojas
Date: Monday, November 20, 2017 @ 07:27:53
  Author: arojas
Revision: 267517

archrelease: copy trunk to community-x86_64

Added:
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 267516, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 267516, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent@.service

--+
 PKGBUILD |  114 -
 qbittorrent@.service |   24 +-
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 07:27:25 UTC (rev 267516)
+++ PKGBUILD2017-11-20 07:27:53 UTC (rev 267517)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.16
-pkgrel=2
-arch=(i686 x86_64)
-url="https://www.qbittorrent.org;
-license=(custom GPL)
-makedepends=(libtorrent-rasterbar boost qt5-tools)
-source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('ea08a61872c397258c2627780f6e09fe777189d9a57cc5e02a656da9aeb0be57'
-'SKIP')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui --enable-systemd
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=(libtorrent-rasterbar qt5-base hicolor-icon-theme)
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-  depends=(libtorrent-rasterbar qt5-base)
-
-  cd $pkgbase-$pkgver/$pkgbase-nox
-
-  make INSTALL_ROOT="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 267516, 
qbittorrent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-20 07:27:53 UTC (rev 267517)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=4.0.0
+pkgrel=1
+arch=(x86_64)
+url="https://www.qbittorrent.org;
+license=(custom GPL)
+makedepends=(libtorrent-rasterbar boost qt5-tools qt5-svg)
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('1d43e99585bb7e3e01f4002cbcc404db8baa25e6cc5e42269d1709444dd93156'
+'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  mkdir $pkgbase
+  pushd $pkgbase
+  ../configure --prefix=/usr
+  make
+
+  # Build nox variant
+  popd
+  mkdir "$pkgbase-nox"
+  pushd "$pkgbase-nox"
+  ../configure --prefix=/usr --disable-gui --enable-systemd
+}
+
+package_qbittorrent() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
+  depends=(libtorrent-rasterbar qt5-svg hicolor-icon-theme)
+  optdepends=('python: needed for torrent search tab')
+
+  cd $pkgbase-$pkgver/$pkgbase
+
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_qbittorrent-nox() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
+  depends=(libtorrent-rasterbar qt5-base)
+
+  cd $pkgbase-$pkgver/$pkgbase-nox
+
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: 

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

2017-11-19 Thread Antonio Rojas
Date: Monday, November 20, 2017 @ 07:27:25
  Author: arojas
Revision: 267516

Update to 4.0.0

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 03:28:52 UTC (rev 267515)
+++ PKGBUILD2017-11-20 07:27:25 UTC (rev 267516)
@@ -9,14 +9,14 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.16
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 arch=(x86_64)
 url="https://www.qbittorrent.org;
 license=(custom GPL)
-makedepends=(libtorrent-rasterbar boost qt5-tools)
+makedepends=(libtorrent-rasterbar boost qt5-tools qt5-svg)
 
source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('ea08a61872c397258c2627780f6e09fe777189d9a57cc5e02a656da9aeb0be57'
+sha256sums=('1d43e99585bb7e3e01f4002cbcc404db8baa25e6cc5e42269d1709444dd93156'
 'SKIP')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
 
@@ -37,7 +37,7 @@
 
 package_qbittorrent() {
   pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=(libtorrent-rasterbar qt5-base hicolor-icon-theme)
+  depends=(libtorrent-rasterbar qt5-svg hicolor-icon-theme)
   optdepends=('python: needed for torrent search tab')
 
   cd $pkgbase-$pkgver/$pkgbase


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

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 03:28:52
  Author: svenstaro
Revision: 267515

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 267514, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 03:28:32 UTC (rev 267514)
+++ PKGBUILD2017-11-20 03:28:52 UTC (rev 267515)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.3rc1
-_pkgver=0.9.3-rc1
-pkgrel=2
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
-sha512sums=('b68310142ce47fb8f58a61ed7e03c4ed2e38a0c46f768d00c18e5727d075f052445e912cacb92084d5057d8fb453acc735fcd44b5b9ccf87ea8f6427bb8a6e66')
-
-build() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RECORDER=0 \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 267514, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-20 03:28:52 UTC (rev 267515)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.3
+_pkgver=0.9.3
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
+sha512sums=('29eb1d8fb8e336453e590273089af09eac9a563f82c0bc797d43d5e21d5c9d1274a84ea7ee46487b3d127c47e55e3d233ad7e0e8c502c15dbafc1cc0f5c861c9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${_pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_RECORDER=0 \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${_pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 03:28:32
  Author: svenstaro
Revision: 267514

upgpkg: supertuxkart 0.9.3-1

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 03:19:23 UTC (rev 267513)
+++ PKGBUILD2017-11-20 03:28:32 UTC (rev 267514)
@@ -5,9 +5,9 @@
 # Contributor: rabyte 
 
 pkgname=supertuxkart
-pkgver=0.9.3rc1
-_pkgver=0.9.3-rc1
-pkgrel=2
+pkgver=0.9.3
+_pkgver=0.9.3
+pkgrel=1
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -15,7 +15,7 @@
 depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
-sha512sums=('b68310142ce47fb8f58a61ed7e03c4ed2e38a0c46f768d00c18e5727d075f052445e912cacb92084d5057d8fb453acc735fcd44b5b9ccf87ea8f6427bb8a6e66')
+sha512sums=('29eb1d8fb8e336453e590273089af09eac9a563f82c0bc797d43d5e21d5c9d1274a84ea7ee46487b3d127c47e55e3d233ad7e0e8c502c15dbafc1cc0f5c861c9')
 
 build() {
   cd ${srcdir}/supertuxkart-${_pkgver}


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

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 03:19:09
  Author: svenstaro
Revision: 267512

upgpkg: tensorflow 1.4.0-3

Fix FS#56352

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 02:48:26 UTC (rev 267511)
+++ PKGBUILD2017-11-20 03:19:09 UTC (rev 267512)
@@ -6,7 +6,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=1.4.0
 _pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -203,7 +203,7 @@
 
   cd ${srcdir}/tensorflow-${_pkgver}-cuda
 
-  WHEEL_PACKAGE=$(find ${srcdir}/tmpcuda -name "tensor*.whl")
+  WHEEL_PACKAGE=$(find ${srcdir}/tmpcudaopt -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
 
   # tensorboard has been separated from upstream but they still install it with


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

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 03:19:23
  Author: svenstaro
Revision: 267513

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 267512, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  434 ++---
 1 file changed, 217 insertions(+), 217 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 03:19:09 UTC (rev 267512)
+++ PKGBUILD2017-11-20 03:19:23 UTC (rev 267513)
@@ -1,217 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=1.4.0
-_pkgver=1.4.0
-pkgrel=2
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('37ac22faf9e59faf8dc5d952df1e7bc73c27905d564a508d3fd172fff37da10c99b3d6b62b3684b88688fd109172c9de61f620ff0eb2209d73553d6617912dda')
-
-prepare() {
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_NEED_S3=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-}
-
-build() {
-  cd ${srcdir}/tensorflow-${_pkgver}
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${_pkgver}-cuda
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcudaopt
-}
-
-package_tensorflow() {
-  cd ${srcdir}/tensorflow-${_pkgver}
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so 
${pkgdir}/usr/lib/libtensorflow_framework.so
-  

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

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 02:48:14
  Author: svenstaro
Revision: 267510

upgpkg: uwsgi 2.0.15-7

rebuild

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 00:54:28 UTC (rev 267509)
+++ PKGBUILD2017-11-20 02:48:14 UTC (rev 267510)
@@ -23,7 +23,7 @@
  uwsgi-plugin-zabbix
  mod_proxy_uwsgi)
 pkgver=2.0.15
-pkgrel=6
+pkgrel=7
 arch=(x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)


[arch-commits] Commit in uwsgi/repos/community-x86_64 (28 files)

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 02:48:26
  Author: svenstaro
Revision: 267511

archrelease: copy trunk to community-x86_64

Added:
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 267510, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 267510, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 267510, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 267510, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 267510, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/php7.patch
(from rev 267510, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 267510, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 267510, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi.logrotate
(from rev 267510, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 267510, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 267510, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 267510, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 267510, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 267510, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/php7.patch
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.logrotate
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

--+
 PKGBUILD |  430 ++---
 archlinux.ini|   10 
 emperor.ini  |8 
 emperor.uwsgi.service|   32 +-
 emperor.uwsgi.socket |   18 -
 php7.patch   |  338 ++---
 tmpfilesd|2 
 uwsgi.install|   18 -
 uwsgi.logrotate  |   18 -
 uwsgi_at.service |   32 +-
 uwsgi_at.socket  |   18 -
 uwsgi_fix_rpath.patch|  132 +--
 uwsgi_ruby20_compatibility.patch |   84 +++
 uwsgi_trick_chroot.patch |   32 +-
 14 files changed, 586 insertions(+), 586 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 02:48:14 UTC (rev 267510)
+++ PKGBUILD2017-11-20 02:48:26 UTC (rev 267511)
@@ -1,215 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Valentin Hăloiu 
-# Contributor: Angel Velasquez 
-# Contributor: Kevin Zuber 
-# Contributor: Vsevolod Balashov 
-# Contributor: David Runge 
-
-pkgbase=uwsgi
-pkgname=(uwsgi
- uwsgi-plugin-rack
- uwsgi-plugin-psgi
- uwsgi-plugin-cgi
- uwsgi-plugin-python2
- uwsgi-plugin-python
- uwsgi-plugin-pypy
- uwsgi-plugin-php
- uwsgi-plugin-lua51
- uwsgi-plugin-jvm
- uwsgi-plugin-mono
- uwsgi-plugin-webdav
- uwsgi-plugin-zabbix
- mod_proxy_uwsgi)
-pkgver=2.0.15
-pkgrel=6
-arch=(i686 x86_64)
-url="http://projects.unbit.it/$pkgbase;
-license=(GPL2)
-backup=('etc/uwsgi/emperor.ini')
-conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
- perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy mono python2-gevent apache systemd)
-optdepends=('systemd: daemon scripts')
-source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz;
-
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
-archlinux.ini
-tmpfilesd
-uwsgi_at.service
-uwsgi_at.socket
-uwsgi_ruby20_compatibility.patch
-uwsgi_trick_chroot.patch
-emperor.ini
-emperor.uwsgi.service
-emperor.uwsgi.socket
-uwsgi.logrotate)

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

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 00:54:15
  Author: svenstaro
Revision: 267508

upgpkg: python-pytorch 0.2.0-4

Add conflicts to python-pytorch

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 23:45:32 UTC (rev 267507)
+++ PKGBUILD2017-11-20 00:54:15 UTC (rev 267508)
@@ -5,7 +5,7 @@
 pkgname=("python-pytorch" "python2-pytorch" "python-pytorch-cuda" 
"python2-pytorch-cuda")
 _pkgname="pytorch"
 pkgver=0.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="http://pytorch.org;
@@ -112,6 +112,7 @@
 package_python2-pytorch-cuda() {
   depends+=('python2' 'python2-yaml' 'python2-numpy')
   optdepends=('cuda' 'cudnn')
+  conflicts=('python2-pytorch')
   cd "$srcdir/${_pkgname}-${pkgver}-py2-cuda"
   python2 setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
@@ -120,6 +121,7 @@
 package_python-pytorch-cuda() {
   depends+=('python' 'python-yaml' 'python-numpy')
   optdepends=('cuda' 'cudnn')
+  conflicts=('python-pytorch')
   cd "$srcdir/${_pkgname}-${pkgver}-py3-cuda"
   python setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"


[arch-commits] Commit in python-pytorch/repos/community-x86_64 (4 files)

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 00:54:28
  Author: svenstaro
Revision: 267509

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/2334.patch
(from rev 267508, python-pytorch/trunk/2334.patch)
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 267508, python-pytorch/trunk/PKGBUILD)
Deleted:
  python-pytorch/repos/community-x86_64/2334.patch
  python-pytorch/repos/community-x86_64/PKGBUILD

+
 2334.patch |   42 -
 PKGBUILD   |  258 +--
 2 files changed, 151 insertions(+), 149 deletions(-)

Deleted: 2334.patch
===
--- 2334.patch  2017-11-20 00:54:15 UTC (rev 267508)
+++ 2334.patch  2017-11-20 00:54:28 UTC (rev 267509)
@@ -1,21 +0,0 @@
-From 5e2b1b975bf758b67a190444a1d4a6f18c997095 Mon Sep 17 00:00:00 2001
-From: Mo Zhou 
-Date: Tue, 8 Aug 2017 09:58:23 +
-Subject: [PATCH] THD: add a missing header to fix build failure
-

- torch/lib/THD/base/ChannelUtils.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/torch/lib/THD/base/ChannelUtils.hpp 
b/torch/lib/THD/base/ChannelUtils.hpp
-index 563e68297e..e03e8bd132 100644
 a/torch/lib/THD/base/ChannelUtils.hpp
-+++ b/torch/lib/THD/base/ChannelUtils.hpp
-@@ -5,6 +5,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

Copied: python-pytorch/repos/community-x86_64/2334.patch (from rev 267508, 
python-pytorch/trunk/2334.patch)
===
--- 2334.patch  (rev 0)
+++ 2334.patch  2017-11-20 00:54:28 UTC (rev 267509)
@@ -0,0 +1,21 @@
+From 5e2b1b975bf758b67a190444a1d4a6f18c997095 Mon Sep 17 00:00:00 2001
+From: Mo Zhou 
+Date: Tue, 8 Aug 2017 09:58:23 +
+Subject: [PATCH] THD: add a missing header to fix build failure
+
+---
+ torch/lib/THD/base/ChannelUtils.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/torch/lib/THD/base/ChannelUtils.hpp 
b/torch/lib/THD/base/ChannelUtils.hpp
+index 563e68297e..e03e8bd132 100644
+--- a/torch/lib/THD/base/ChannelUtils.hpp
 b/torch/lib/THD/base/ChannelUtils.hpp
+@@ -5,6 +5,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 00:54:15 UTC (rev 267508)
+++ PKGBUILD2017-11-20 00:54:28 UTC (rev 267509)
@@ -1,128 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python2-pytorch" "python-pytorch-cuda" 
"python2-pytorch-cuda")
-_pkgname="pytorch"
-pkgver=0.2.0
-pkgrel=3
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="http://pytorch.org;
-license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools'
- 'python-yaml' 'python2-yaml' 'python-numpy' 'python2-numpy'
- 'gcc6' 'cmake' 'cuda' 'cudnn')
-source=("https://github.com/pytorch/pytorch/archive/v${pkgver}.tar.gz;
-
"nccl.tar.gz::https://github.com/NVIDIA/nccl/archive/29a1a916dc14bb2c00feed3d4820d51fa85be1e6.tar.gz;
-2334.patch)
-sha256sums=('b76d61aaa8fc18b928ca3c910c398687be08f5661d6615884c4faba3e8742a26'
-'6387030e37d14762f87eefbc86ee527293ec04745c66ccd820cf7fc0fdc23f92'
-'1933b0e73785cc3d24013815c79f36267380239f2cbf0561b7702e0d5af61daf')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-  sed -i -e '144icp -r nccl gloo/third-party/' torch/lib/build_all.sh
-  sed -i -e '470,475d' setup.py
-
-  # Hack to build with new cuda 9
-  rm -r torch/lib/nccl/src
-  cp -r "${srcdir}"/nccl-*/* torch/lib/nccl
-
-  patch -Np1 < ${srcdir}/2334.patch
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py3"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py3-cuda"
-}
-
-build() {
-  msg2 "Building Python 2 without cuda"
-  cd "$srcdir/${_pkgname}-${pkgver}-py2"
-  # Uncomment and modify the following line to enable Intel MKL and magma 
support
-  
#CMAKE_PREFIX_PATH=/opt/intel/mkl/include:/opt/intel/mkl/lib/intel64:/opt/magma 
\
-  CFLAGS="${CFLAGS/-fno-plt/}" \
-  CXXFLAGS="${CFLAGS/-fno-plt/}" \
-  NO_CUDA=1 \
-  WITH_CUDA=0 \
-  WITH_CUDNN=0 \
-  python2 setup.py build
-
-  msg2 "Building Python 3 without cuda"
-  cd "$srcdir/${_pkgname}-${pkgver}-py3"
-  # Uncomment and modify the following line to enable Intel MKL and magma 
support
-  
#CMAKE_PREFIX_PATH=/opt/intel/mkl/include:/opt/intel/mkl/lib/intel64:/opt/magma 
\
-  CFLAGS="${CFLAGS/-fno-plt/}" \
-  CXXFLAGS="${CFLAGS/-fno-plt/}" \
-  NO_CUDA=1 \
-  WITH_CUDA=0 \
-  WITH_CUDNN=0 \
-  python setup.py build
-
-  

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

2017-11-19 Thread Anatol Pomozov
Date: Sunday, November 19, 2017 @ 23:45:05
  Author: anatolik
Revision: 267506

upgpkg: shairport-sync 3.1.3-2

libconfig 1.7.1 rebuild

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:51:34 UTC (rev 267505)
+++ PKGBUILD2017-11-19 23:45:05 UTC (rev 267506)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
 arch=(x86_64)


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

2017-11-19 Thread Anatol Pomozov
Date: Sunday, November 19, 2017 @ 23:45:32
  Author: anatolik
Revision: 267507

archrelease: copy trunk to community-staging-x86_64

Added:
  shairport-sync/repos/community-staging-x86_64/
  shairport-sync/repos/community-staging-x86_64/PKGBUILD
(from rev 267506, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-staging-x86_64/shairport-sync.install
(from rev 267506, shairport-sync/trunk/shairport-sync.install)

+
 PKGBUILD   |   41 +
 shairport-sync.install |   11 +++
 2 files changed, 52 insertions(+)

Copied: shairport-sync/repos/community-staging-x86_64/PKGBUILD (from rev 
267506, shairport-sync/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-19 23:45:32 UTC (rev 267507)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=3.1.3
+pkgrel=2
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+makedepends=(xmltoman)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('cbd22003eba8b590247d2bf597ed9eb1330b319e'
+  '0d216ac98a7c390476c79732e7361c4e66651340')
+
+prepare() {
+  cd shairport-sync-$pkgver
+  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
+  patch -R < ../useradd.patch
+}
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Copied: shairport-sync/repos/community-staging-x86_64/shairport-sync.install 
(from rev 267506, shairport-sync/trunk/shairport-sync.install)
===
--- community-staging-x86_64/shairport-sync.install 
(rev 0)
+++ community-staging-x86_64/shairport-sync.install 2017-11-19 23:45:32 UTC 
(rev 267507)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
+  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
+
+  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
+  true
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 23:03:58
  Author: jgc
Revision: 310462

Prepare for enchant 2.1.x and libical 3.x rebuild

Added:
  abiword/trunk/enchant-2.1.patch
  abiword/trunk/libical-deprecated.patch
Modified:
  abiword/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 enchant-2.1.patch|   29 +
 libical-deprecated.patch |   13 +
 3 files changed, 54 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:35:01 UTC (rev 310461)
+++ PKGBUILD2017-11-19 23:03:58 UTC (rev 310462)
@@ -23,7 +23,9 @@
 aiksaurus-plugin.m4
 command-plugin.m4
 python-override.patch
-bug13815.patch)
+bug13815.patch
+enchant-2.1.patch
+libical-deprecated.patch)
 sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522'
 '77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
 'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a'
@@ -30,7 +32,9 @@
 '5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
 '2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
 'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be'
-'05f2544a177d6f58424af9045c26e82aca64938d0daf00f43f6b99a2abf64496')
+'05f2544a177d6f58424af9045c26e82aca64938d0daf00f43f6b99a2abf64496'
+'444dc2aadea3c80310a509b690097541573f6d2652c573d04da66a0f385fcfb2'
+'fe6eec4129777117bbfd5fa12d02208e430c8a3b96a54dcf8574ce800f240489')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -48,6 +52,12 @@
   # http://bugzilla.abisource.com/show_bug.cgi?id=13815
   patch -Np1 -i ../bug13815.patch
 
+  # Replace deprecated enchant functions
+  patch -Np1 -i ../enchant-2.1.patch
+
+  # Replace deprecated libical functions
+  patch -Np1 -i ../libical-deprecated.patch
+
   # Install missing m4 file
   install -m644 ../aiksaurus-plugin.m4 plugins/aiksaurus/plugin.m4
   install -m644 ../command-plugin.m4 plugins/command/plugin.m4

Added: enchant-2.1.patch
===
--- enchant-2.1.patch   (rev 0)
+++ enchant-2.1.patch   2017-11-19 23:03:58 UTC (rev 310462)
@@ -0,0 +1,29 @@
+--- abiword-3.0.2/src/af/xap/xp/enchant_checker.cpp.orig   2013-04-07 
13:53:03.0 +
 abiword-3.0.2/src/af/xap/xp/enchant_checker.cpp2017-11-19 
22:54:41.236180298 +
+@@ -127,7 +127,7 @@
+   pvSugg->addItem (ucszSugg);
+   }
+ 
+-  enchant_dict_free_suggestions (m_dict, suggestions);
++  enchant_dict_free_string_list (m_dict, suggestions);
+   }
+ 
+   return pvSugg;
+@@ -139,7 +139,7 @@
+ 
+   if (word && len) {
+   UT_UTF8String utf8 (word, len);
+-  enchant_dict_add_to_personal (m_dict, utf8.utf8_str(), 
utf8.byteLength());
++  enchant_dict_add (m_dict, utf8.utf8_str(), utf8.byteLength());
+   return true;
+   }
+   return false;
+@@ -150,7 +150,7 @@
+   UT_return_val_if_fail (m_dict, false);
+ 
+   UT_UTF8String ignore (toCorrect, toCorrectLen);
+-  return enchant_dict_is_in_session (m_dict, ignore.utf8_str(), 
ignore.byteLength()) != 0;
++  return enchant_dict_is_added (m_dict, ignore.utf8_str(), 
ignore.byteLength()) != 0;
+ }
+ 
+ void EnchantChecker::ignoreWord (const UT_UCSChar *toCorrect, size_t 
toCorrectLen)

Added: libical-deprecated.patch
===
--- libical-deprecated.patch(rev 0)
+++ libical-deprecated.patch2017-11-19 23:03:58 UTC (rev 310462)
@@ -0,0 +1,13 @@
+--- abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp.orig 2015-04-02 
03:09:20.0 +
 abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp  2017-11-19 
22:57:49.533304878 +
+@@ -2269,8 +2269,8 @@
+ icalcomponent_set_uid( c, m_uid.c_str() );
+ icalcomponent_set_location( c,m_location.c_str() );
+ icalcomponent_set_description( c, m_desc.c_str() );
+-icalcomponent_set_dtstart( c, icaltime_from_timet( m_dtstart, 0 ) 
);
+-icalcomponent_set_dtend( c,   icaltime_from_timet( m_dtend, 0 ) );
++icalcomponent_set_dtstart( c, icaltime_from_timet_with_zone( 
m_dtstart, 0, 0 ) );
++icalcomponent_set_dtend( c,   icaltime_from_timet_with_zone( 
m_dtend, 0, 0 ) );
+ 
+ char* data = icalcomponent_as_ical_string( c );
+ std::ofstream oss( filename.c_str() );


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

2017-11-19 Thread Sven-Hendrik Haase
Date: Sunday, November 19, 2017 @ 22:51:23
  Author: svenstaro
Revision: 267504

upgpkg: gitlab-gitaly 0.54.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:09:47 UTC (rev 267503)
+++ PKGBUILD2017-11-19 22:51:23 UTC (rev 267504)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.50.0
+pkgver=0.54.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('6d8bbf9baf6be67426249a8844dde91b087dd6fff3c416e5aef5800337e92ad08174c90ba6e7311c4c03b341089847784c16e98524dda28693de86c59dc9ff96'
+sha512sums=('82d84b79bd2971284914dce16842517f5520dab42c3c0512b1bfda5df6c86481d090b405df23e63f66ec7fcc3fe97b571c8eeb350cb1f39de6f3f002a3922489'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


[arch-commits] Commit in gitlab-gitaly/repos/community-x86_64 (4 files)

2017-11-19 Thread Sven-Hendrik Haase
Date: Sunday, November 19, 2017 @ 22:51:34
  Author: svenstaro
Revision: 267505

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 267504, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 267504, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  120 
 gitlab-gitaly.service |   50 ++--
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 22:51:23 UTC (rev 267504)
+++ PKGBUILD2017-11-19 22:51:34 UTC (rev 267505)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.50.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('6d8bbf9baf6be67426249a8844dde91b087dd6fff3c416e5aef5800337e92ad08174c90ba6e7311c4c03b341089847784c16e98524dda28693de86c59dc9ff96'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-}
-
-build() {
-  cd "gitaly-v${pkgver}-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 267504, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 22:51:34 UTC (rev 267505)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.54.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('82d84b79bd2971284914dce16842517f5520dab42c3c0512b1bfda5df6c86481d090b405df23e63f66ec7fcc3fe97b571c8eeb350cb1f39de6f3f002a3922489'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  sed -i "s/env ruby/env ruby-2.3/" 

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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 22:35:01
  Author: jgc
Revision: 310461

archrelease: copy trunk to testing-x86_64

Added:
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 310459, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.6-p1.patch
(from rev 310459, mpfr/trunk/mpfr-3.1.6-p1.patch)

-+
 PKGBUILD|   42 +++
 mpfr-3.1.6-p1.patch |  285 ++
 2 files changed, 327 insertions(+)

Copied: mpfr/repos/testing-x86_64/PKGBUILD (from rev 310459, 
mpfr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-19 22:35:01 UTC (rev 310461)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: damir 
+
+pkgname=mpfr
+_pkgver=3.1.6
+_patchlevel=p1
+pkgver=${_pkgver}.${_patchlevel}
+#pkgver=${_pkgver}
+pkgrel=1
+pkgdesc="Multiple-precision floating-point library"
+arch=('x86_64')
+url="http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp>=5.0')
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}-${_patchlevel}.patch)
+sha256sums=('7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950'
+'SKIP'
+'5d37e47d9d206b1b306dfd590b3019c3f2651013403bb5cb290d1173ed080b28')
+validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mpfr/repos/testing-x86_64/mpfr-3.1.6-p1.patch (from rev 310459, 
mpfr/trunk/mpfr-3.1.6-p1.patch)
===
--- testing-x86_64/mpfr-3.1.6-p1.patch  (rev 0)
+++ testing-x86_64/mpfr-3.1.6-p1.patch  2017-11-19 22:35:01 UTC (rev 310461)
@@ -0,0 +1,285 @@
+diff -Naurd mpfr-3.1.6-a/PATCHES mpfr-3.1.6-b/PATCHES
+--- mpfr-3.1.6-a/PATCHES   2017-10-26 13:55:51.168013439 +
 mpfr-3.1.6-b/PATCHES   2017-10-26 13:55:51.236013121 +
+@@ -0,0 +1 @@
++mpfr_get
+diff -Naurd mpfr-3.1.6-a/VERSION mpfr-3.1.6-b/VERSION
+--- mpfr-3.1.6-a/VERSION   2017-09-07 11:36:44.0 +
 mpfr-3.1.6-b/VERSION   2017-10-26 13:55:51.236013121 +
+@@ -1 +1 @@
+-3.1.6
++3.1.6-p1
+diff -Naurd mpfr-3.1.6-a/src/get_ld.c mpfr-3.1.6-b/src/get_ld.c
+--- mpfr-3.1.6-a/src/get_ld.c  2017-01-01 01:39:09.0 +
 mpfr-3.1.6-b/src/get_ld.c  2017-10-26 13:55:51.208013252 +
+@@ -41,6 +41,9 @@
+   mpfr_exp_t sh; /* exponent shift, so that x/2^sh is in the double range 
*/
+   mpfr_t y, z;
+   int sign;
++  MPFR_SAVE_EXPO_DECL (expo);
++
++  MPFR_SAVE_EXPO_MARK (expo);
+ 
+   /* first round x to the target long double precision, so that
+  all subsequent operations are exact (this avoids double rounding
+@@ -103,6 +106,7 @@
+ }
+   if (sign < 0)
+ r = -r;
++  MPFR_SAVE_EXPO_FREE (expo);
+   return r;
+ }
+ }
+diff -Naurd mpfr-3.1.6-a/src/get_si.c mpfr-3.1.6-b/src/get_si.c
+--- mpfr-3.1.6-a/src/get_si.c  2017-01-01 01:39:09.0 +
 mpfr-3.1.6-b/src/get_si.c  2017-10-26 13:55:51.208013252 +
+@@ -28,6 +28,7 @@
+   mpfr_prec_t prec;
+   long s;
+   mpfr_t x;
++  MPFR_SAVE_EXPO_DECL (expo);
+ 
+   if (MPFR_UNLIKELY (!mpfr_fits_slong_p (f, rnd)))
+ {
+@@ -39,14 +40,22 @@
+   if (MPFR_IS_ZERO (f))
+ return (long) 0;
+ 
+-  /* determine prec of long */
+-  for (s = LONG_MIN, prec = 0; s != 0; s /= 2, prec++)
++  /* Determine the precision of long. |LONG_MIN| may have one more bit
++ as an integer, but in this case, this is a power of 2, thus fits
++ in a precision-prec floating-point number. */
++  for (s = LONG_MAX, prec = 0; s != 0; s /= 2, prec++)
+ { }
+ 
++  MPFR_SAVE_EXPO_MARK (expo);
++
+   /* first round to prec bits */
+   mpfr_init2 (x, prec);
+   mpfr_rint (x, f, rnd);
+ 
++  /* The flags from mpfr_rint are the wanted ones. In particular,
++ it sets the inexact flag when necessary. */
++  MPFR_SAVE_EXPO_UPDATE_FLAGS (expo, __gmpfr_flags);
++
+   /* warning: if x=0, taking its exponent is illegal */
+   if (MPFR_UNLIKELY (MPFR_IS_ZERO(x)))
+ s = 0;
+@@ -65,5 +74,7 @@
+ 
+   mpfr_clear (x);
+ 
++  MPFR_SAVE_EXPO_FREE (expo);
++
+   return s;
+ }
+diff -Naurd mpfr-3.1.6-a/src/get_sj.c mpfr-3.1.6-b/src/get_sj.c
+--- mpfr-3.1.6-a/src/get_sj.c  2017-01-01 01:39:09.0 +
 mpfr-3.1.6-b/src/get_sj.c  2017-10-26 13:55:51.208013252 +
+@@ -35,6 +35,7 @@
+   intmax_t r;
+   mpfr_prec_t prec;
+   

[arch-commits] Commit in syslog-ng/repos/extra-x86_64 (6 files)

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:34:56
  Author: arojas
Revision: 310460

archrelease: copy trunk to extra-x86_64

Added:
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 310458, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 310458, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 310458, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate

-+
 PKGBUILD|  120 
 syslog-ng.conf  |  184 +-
 syslog-ng.logrotate |   14 +--
 3 files changed, 160 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 22:34:53 UTC (rev 310459)
+++ PKGBUILD2017-11-19 22:34:56 UTC (rev 310460)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=syslog-ng
-pkgver=3.12.1
-pkgrel=4
-pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
-arch=('x86_64')
-url="http://www.balabit.com/network-security/syslog-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('awk' 'systemd' 'glib2' 'libdbi')
-makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c' 'python')
-checkdepends=('python-nose' 'python-ply')
-optdepends=('logrotate: for rotating log files'
-   'json-c: for json-plugin'
-'curl: for the HTTP module'
-'librabbitmq-c: for the AMQP plugin'
-'libmongoc: for the MongoDB plugin')
-conflicts=('eventlog')
-replaces=('eventlog')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
-syslog-ng.conf syslog-ng.logrotate)
-sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
-'7c760108faf56cb645b1102e3a3363cc5943ff03d19021ae7ac623d268e7471a'
-'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
---sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share 
\
---with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
---enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-manpages --with-jsonc=system --with-mongoc=system 
--with-librabbitmq-client=system
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check || /bin/true # python test requires pep8
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
-  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
-  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/contrib/systemd/syslog-ng@default 
-t "$pkgdir"/etc/default
-
-# See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html
-  rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim
-}

Copied: syslog-ng/repos/extra-x86_64/PKGBUILD (from rev 310458, 
syslog-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 22:34:56 UTC (rev 310460)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=syslog-ng
+pkgver=3.12.1
+pkgrel=5
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('x86_64')
+url="http://www.balabit.com/network-security/syslog-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'systemd' 'glib2' 'libdbi')
+makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c' 'python')
+checkdepends=('python-nose' 'python-ply')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin'
+'curl: for the HTTP module'
+'librabbitmq-c: for the AMQP plugin'
+'libmongoc: for the MongoDB plugin')
+conflicts=('eventlog')
+replaces=('eventlog')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng'
+'etc/default/syslog-ng@default')
+source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
+

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

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:34:27
  Author: arojas
Revision: 310458

syslog-ng@default fixes (FS#56355)

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:29:12 UTC (rev 310457)
+++ PKGBUILD2017-11-19 22:34:27 UTC (rev 310458)
@@ -3,7 +3,7 @@
 
 pkgname=syslog-ng
 pkgver=3.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/;
@@ -20,7 +20,8 @@
 replaces=('eventlog')
 backup=('etc/syslog-ng/scl.conf'
 'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
+'etc/logrotate.d/syslog-ng'
+'etc/default/syslog-ng@default')
 
source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
 syslog-ng.conf syslog-ng.logrotate)
 sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
@@ -30,6 +31,7 @@
 prepare() {
   cd $pkgname-$pkgver
   sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
+  sed -i -e 's|etc|etc/syslog-ng|g' -e 's|/var/run|/run|g' 
contrib/systemd/syslog-ng@default
 }
 
 build() {


[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.1.5-p2.patch mpfr-3.1.6-p1.patch)

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 22:34:53
  Author: jgc
Revision: 310459

upgpkg: mpfr 3.1.6.p1-1

Added:
  mpfr/trunk/mpfr-3.1.6-p1.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.1.5-p2.patch

-+
 PKGBUILD|   10 -
 mpfr-3.1.5-p2.patch |  174 --
 mpfr-3.1.6-p1.patch |  285 ++
 3 files changed, 290 insertions(+), 179 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:34:27 UTC (rev 310458)
+++ PKGBUILD2017-11-19 22:34:53 UTC (rev 310459)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=mpfr
-_pkgver=3.1.5
-_patchlevel=p2
+_pkgver=3.1.6
+_patchlevel=p1
 pkgver=${_pkgver}.${_patchlevel}
 #pkgver=${_pkgver}
 pkgrel=1
@@ -15,9 +15,9 @@
 depends=('gmp>=5.0')
 source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
 mpfr-${_pkgver}-${_patchlevel}.patch)
-md5sums=('c4ac246cf9795a4491e7766002cd528f'
- 'SKIP'
- 'f388b7983bf69e2bfd3216426c89954c')
+sha256sums=('7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950'
+'SKIP'
+'5d37e47d9d206b1b306dfd590b3019c3f2651013403bb5cb290d1173ed080b28')
 validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
 
 prepare() {

Deleted: mpfr-3.1.5-p2.patch
===
--- mpfr-3.1.5-p2.patch 2017-11-19 22:34:27 UTC (rev 310458)
+++ mpfr-3.1.5-p2.patch 2017-11-19 22:34:53 UTC (rev 310459)
@@ -1,174 +0,0 @@
-diff -Naurd mpfr-3.1.5-a/PATCHES mpfr-3.1.5-b/PATCHES
 mpfr-3.1.5-a/PATCHES   2016-12-15 08:35:46.476430238 +
-+++ mpfr-3.1.5-b/PATCHES   2016-12-15 08:35:46.544430346 +
-@@ -0,0 +1 @@
-+vasprintf
-diff -Naurd mpfr-3.1.5-a/VERSION mpfr-3.1.5-b/VERSION
 mpfr-3.1.5-a/VERSION   2016-09-27 07:58:14.0 +
-+++ mpfr-3.1.5-b/VERSION   2016-12-15 08:35:46.544430346 +
-@@ -1 +1 @@
--3.1.5
-+3.1.5-p1
-diff -Naurd mpfr-3.1.5-a/src/mpfr.h mpfr-3.1.5-b/src/mpfr.h
 mpfr-3.1.5-a/src/mpfr.h2016-09-27 07:58:15.0 +
-+++ mpfr-3.1.5-b/src/mpfr.h2016-12-15 08:35:46.540430340 +
-@@ -27,7 +27,7 @@
- #define MPFR_VERSION_MAJOR 3
- #define MPFR_VERSION_MINOR 1
- #define MPFR_VERSION_PATCHLEVEL 5
--#define MPFR_VERSION_STRING "3.1.5"
-+#define MPFR_VERSION_STRING "3.1.5-p1"
- 
- /* Macros dealing with MPFR VERSION */
- #define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
-diff -Naurd mpfr-3.1.5-a/src/vasprintf.c mpfr-3.1.5-b/src/vasprintf.c
 mpfr-3.1.5-a/src/vasprintf.c   2016-09-27 07:58:15.0 +
-+++ mpfr-3.1.5-b/src/vasprintf.c   2016-12-15 08:35:46.520430308 +
-@@ -1593,7 +1593,7 @@
- }
-   else if (spec.spec == 'f' || spec.spec == 'F')
- {
--  if (spec.prec == -1)
-+  if (spec.prec < 0)
- spec.prec = 6;
-   if (regular_fg (np, p, spec, NULL) == -1)
- goto error;
-diff -Naurd mpfr-3.1.5-a/src/version.c mpfr-3.1.5-b/src/version.c
 mpfr-3.1.5-a/src/version.c 2016-09-27 07:58:15.0 +
-+++ mpfr-3.1.5-b/src/version.c 2016-12-15 08:35:46.544430346 +
-@@ -25,5 +25,5 @@
- const char *
- mpfr_get_version (void)
- {
--  return "3.1.5";
-+  return "3.1.5-p1";
- }
-diff -Naurd mpfr-3.1.5-a/tests/tsprintf.c mpfr-3.1.5-b/tests/tsprintf.c
 mpfr-3.1.5-a/tests/tsprintf.c  2016-09-27 07:58:14.0 +
-+++ mpfr-3.1.5-b/tests/tsprintf.c  2016-12-15 08:35:46.520430308 +
-@@ -1251,6 +1251,25 @@
-   check_emin_aux (MPFR_EMIN_MIN);
- }
- 
-+static void
-+test20161214 (void)
-+{
-+  mpfr_t x;
-+  char buf[32];
-+  const char s[] = "0x0.f8p+1024";
-+  int r;
-+
-+  mpfr_init2 (x, 64);
-+  mpfr_set_str (x, s, 16, MPFR_RNDN);
-+  r = mpfr_snprintf (buf, 32, "%.*RDf", -2, x);
-+  MPFR_ASSERTN(r == 316);
-+  r = mpfr_snprintf (buf, 32, "%.*RDf", INT_MIN + 1, x);
-+  MPFR_ASSERTN(r == 316);
-+  r = mpfr_snprintf (buf, 32, "%.*RDf", INT_MIN, x);
-+  MPFR_ASSERTN(r == 316);
-+  mpfr_clear (x);
-+}
-+
- int
- main (int argc, char **argv)
- {
-@@ -1271,6 +1290,7 @@
-   mixed ();
-   check_emax ();
-   check_emin ();
-+  test20161214 ();
- 
- #if defined(HAVE_LOCALE_H) && defined(HAVE_SETLOCALE)
- #if MPFR_LCONV_DPTS
-diff -Naurd mpfr-3.1.5-a/PATCHES mpfr-3.1.5-b/PATCHES
 mpfr-3.1.5-a/PATCHES   2016-12-19 22:11:17.022676737 +
-+++ mpfr-3.1.5-b/PATCHES   2016-12-19 22:11:17.094676820 +
-@@ -0,0 +1 @@
-+strtofr
-diff -Naurd mpfr-3.1.5-a/VERSION mpfr-3.1.5-b/VERSION
 mpfr-3.1.5-a/VERSION   2016-12-15 08:35:46.544430346 +
-+++ mpfr-3.1.5-b/VERSION   2016-12-19 22:11:17.094676820 +
-@@ -1 +1 @@
--3.1.5-p1
-+3.1.5-p2
-diff -Naurd mpfr-3.1.5-a/src/mpfr.h mpfr-3.1.5-b/src/mpfr.h
 mpfr-3.1.5-a/src/mpfr.h2016-12-15 08:35:46.540430340 +
-+++ mpfr-3.1.5-b/src/mpfr.h2016-12-19 22:11:17.090676815 

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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 22:29:08
  Author: jgc
Revision: 310456

upgpkg: libcdio-paranoia 10.2+0.94+2-1

Modified:
  libcdio-paranoia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:16:10 UTC (rev 310455)
+++ PKGBUILD2017-11-19 22:29:08 UTC (rev 310456)
@@ -3,16 +3,16 @@
 # Contributor: damir 
 
 pkgname=libcdio-paranoia
-pkgver=10.2+0.94+1
-pkgrel=2
+pkgver=10.2+0.94+2
+pkgrel=1
 pkgdesc="CD paranoia libraries from libcdio"
 arch=('x86_64')
 license=('GPL' 'LGPL')
-url="http://www.gnu.org/software/libcdio/;
+url="https://www.gnu.org/software/libcdio/;
 depends=('libcdio')
-source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}
+source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
 enable_symbol_versions.patch)
-sha256sums=('10304e64e5a125d5b4b336ba75eccb39ebfd977512fb04c40a7035f6ff4c6cd2'
+sha256sums=('d60f82ece97eeb92407a9ee03f3499c8983206672c28ae5e4e22179063c81941'
 'SKIP'
 'f84a2467ee7ffd747cea7c783d4d53d5439b69f49d01380d650bea8454ddf5f2')
 validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 



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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 22:29:12
  Author: jgc
Revision: 310457

archrelease: copy trunk to extra-x86_64

Added:
  libcdio-paranoia/repos/extra-x86_64/PKGBUILD
(from rev 310456, libcdio-paranoia/trunk/PKGBUILD)
  libcdio-paranoia/repos/extra-x86_64/enable_symbol_versions.patch
(from rev 310456, libcdio-paranoia/trunk/enable_symbol_versions.patch)
Deleted:
  libcdio-paranoia/repos/extra-x86_64/PKGBUILD
  libcdio-paranoia/repos/extra-x86_64/enable_symbol_versions.patch

--+
 PKGBUILD |   70 -
 enable_symbol_versions.patch |   52 +++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 22:29:08 UTC (rev 310456)
+++ PKGBUILD2017-11-19 22:29:12 UTC (rev 310457)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: damir 
-
-pkgname=libcdio-paranoia
-pkgver=10.2+0.94+1
-pkgrel=2
-pkgdesc="CD paranoia libraries from libcdio"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url="http://www.gnu.org/software/libcdio/;
-depends=('libcdio')
-source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}
-enable_symbol_versions.patch)
-sha256sums=('10304e64e5a125d5b4b336ba75eccb39ebfd977512fb04c40a7035f6ff4c6cd2'
-'SKIP'
-'f84a2467ee7ffd747cea7c783d4d53d5439b69f49d01380d650bea8454ddf5f2')
-validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i ../enable_symbol_versions.patch
-  autoreconf -fi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: libcdio-paranoia/repos/extra-x86_64/PKGBUILD (from rev 310456, 
libcdio-paranoia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 22:29:12 UTC (rev 310457)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: damir 
+
+pkgname=libcdio-paranoia
+pkgver=10.2+0.94+2
+pkgrel=1
+pkgdesc="CD paranoia libraries from libcdio"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+url="https://www.gnu.org/software/libcdio/;
+depends=('libcdio')
+source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
+enable_symbol_versions.patch)
+sha256sums=('d60f82ece97eeb92407a9ee03f3499c8983206672c28ae5e4e22179063c81941'
+'SKIP'
+'f84a2467ee7ffd747cea7c783d4d53d5439b69f49d01380d650bea8454ddf5f2')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../enable_symbol_versions.patch
+  autoreconf -fi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: enable_symbol_versions.patch
===
--- enable_symbol_versions.patch2017-11-19 22:29:08 UTC (rev 310456)
+++ enable_symbol_versions.patch2017-11-19 22:29:12 UTC (rev 310457)
@@ -1,26 +0,0 @@
-From 69b1fabe1983d4216144c8d271bd90c24a49a9b7 Mon Sep 17 00:00:00 2001
-From: "R. Bernstein" 
-Date: Tue, 9 May 2017 02:34:34 -0400
-Subject: [PATCH] Default enable_version_script is yes (enabled)
-
-Fixes http://savannah.gnu.org/bugs/?50978 ?

- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index ed276c2..a502273 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -61,9 +61,9 @@ dnl cheeck whether ld supports --version-script
- 
- AC_ARG_ENABLE(ld-version-script,
-   AS_HELP_STRING([--disable-ld-version-script],
--  [Disable linker vresion script for libraries (Defauilt is to use linker 
script if the linger supports it)]),
-+  [Disable linker version script for libraries (Defauilt is to use linker 
script if the linger supports it)]),
-   [enable_version_script=$enableval],
--  [enable_version_script=auto])
-+  [enable_version_script=yes])
- 
- AM_CONDITIONAL(VERSION_SCRIPT, test "x$enable_version_script" = "xyes")
- 

Copied: libcdio-paranoia/repos/extra-x86_64/enable_symbol_versions.patch (from 
rev 310456, libcdio-paranoia/trunk/enable_symbol_versions.patch)
===
--- enable_symbol_versions.patch(rev 0)
+++ enable_symbol_versions.patch2017-11-19 22:29:12 UTC (rev 310457)
@@ -0,0 

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

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:13:50
  Author: arojas
Revision: 310452

archrelease: copy trunk to staging-x86_64

Added:
  libconfig/repos/staging-x86_64/
  libconfig/repos/staging-x86_64/.contrib
(from rev 310451, libconfig/trunk/.contrib)
  libconfig/repos/staging-x86_64/PKGBUILD
(from rev 310451, libconfig/trunk/PKGBUILD)

--+
 .contrib |2 ++
 PKGBUILD |   38 ++
 2 files changed, 40 insertions(+)

Copied: libconfig/repos/staging-x86_64/.contrib (from rev 310451, 
libconfig/trunk/.contrib)
===
--- staging-x86_64/.contrib (rev 0)
+++ staging-x86_64/.contrib 2017-11-19 22:13:50 UTC (rev 310452)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych 
+# Contributor: scippio 

Copied: libconfig/repos/staging-x86_64/PKGBUILD (from rev 310451, 
libconfig/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-11-19 22:13:50 UTC (rev 310452)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif 
+# Contributor: Sergej Pupykin 
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="C/C++ Configuration File Library"
+arch=('x86_64')
+url="https://github.com/hyperrealm/libconfig;
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('texinfo')
+options=('!emptydirs' 'zipman')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
+md5sums=('3508ee02a03820da589ad013fb2c8011')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:13:26
  Author: arojas
Revision: 310451

Update to 1.7.1

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:06:20 UTC (rev 310450)
+++ PKGBUILD2017-11-19 22:13:26 UTC (rev 310451)
@@ -4,22 +4,21 @@
 # Contributor: see .contrib
 
 pkgname=libconfig
-pkgver=1.6
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="C/C++ Configuration File Library"
 arch=('x86_64')
-url="http://hyperrealm.com/libconfig/libconfig.html;
+url="https://github.com/hyperrealm/libconfig;
 license=('LGPL')
-depends=('gcc-libs' 'texinfo')
+depends=('gcc-libs')
+makedepends=('texinfo')
 options=('!emptydirs' 'zipman')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
-md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
+md5sums=('3508ee02a03820da589ad013fb2c8011')
 
 prepare() {
   cd $pkgname-$pkgver
-
-# See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.c
+  autoreconf -vi
 }
 
 build() {


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

2017-11-19 Thread Christian Hesse
Date: Sunday, November 19, 2017 @ 22:09:47
  Author: eworm
Revision: 267503

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 267502, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 267502, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-19 22:09:47 UTC (rev 267503)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.0
+pkgrel=6
+_linux_major=4
+_linux_minor=14
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+
+  # systemd module loading
+  printf "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+


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

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:06:20
  Author: arojas
Revision: 310450

archrelease: copy trunk to extra-x86_64

Added:
  libtiff/repos/extra-x86_64/CVE-2016-10095.patch
(from rev 310449, libtiff/trunk/CVE-2016-10095.patch)
  libtiff/repos/extra-x86_64/PKGBUILD
(from rev 310449, libtiff/trunk/PKGBUILD)
Deleted:
  libtiff/repos/extra-x86_64/CVE-2016-10095.patch
  libtiff/repos/extra-x86_64/PKGBUILD

--+
 CVE-2016-10095.patch |  350 -
 PKGBUILD |   73 --
 2 files changed, 208 insertions(+), 215 deletions(-)

Deleted: CVE-2016-10095.patch
===
--- CVE-2016-10095.patch2017-11-19 22:05:50 UTC (rev 310449)
+++ CVE-2016-10095.patch2017-11-19 22:06:20 UTC (rev 310450)
@@ -1,175 +0,0 @@
-From 4d4fa0b68ae9ae038959ee4f69ebe288ec892f06 Mon Sep 17 00:00:00 2001
-From: erouault 
-Date: Thu, 1 Jun 2017 12:44:04 +
-Subject: [PATCH] =?UTF-8?q?*=20libtiff/tif=5Fdirinfo.c,=20tif=5Fdirread.c:?=
- =?UTF-8?q?=20add=20=5FTIFFCheckFieldIsValidForCodec(),=20and=20use=20it?=
- =?UTF-8?q?=20in=20TIFFReadDirectory()=20so=20as=20to=20ignore=20fields=20?=
- =?UTF-8?q?whose=20tag=20is=20a=20codec-specified=20tag=20but=20this=20cod?=
- =?UTF-8?q?ec=20is=20not=20enabled.=20This=20avoids=20TIFFGetField()=20to?=
- =?UTF-8?q?=20behave=20differently=20depending=20on=20whether=20the=20code?=
- =?UTF-8?q?c=20is=20enabled=20or=20not,=20and=20thus=20can=20avoid=20stack?=
- =?UTF-8?q?=20based=20buffer=20overflows=20in=20a=20number=20of=20TIFF=20u?=
- =?UTF-8?q?tilities=20such=20as=20tiffsplit,=20tiffcmp,=20thumbnail,=20etc?=
- =?UTF-8?q?.=20Patch=20derived=20from=200063-Handle-properly-CODEC-specifi?=
- =?UTF-8?q?c-tags.patch=20(http://bugzilla.maptools.org/show=5Fbug.cgi=3Fi?=
- =?UTF-8?q?d=3D2580)=20by=20Rapha=C3=ABl=20Hertzog.=20Fixes:=20http://bugz?=
- =?UTF-8?q?illa.maptools.org/show=5Fbug.cgi=3Fid=3D2580=20http://bugzilla.?=
- =?UTF-8?q?maptools.org/show=5Fbug.cgi=3Fid=3D2693=20http://bugzilla.mapto?=
- =?UTF-8?q?ols.org/show=5Fbug.cgi=3Fid=3D2625=20(CVE-2016-10095)=20http://?=
- =?UTF-8?q?bugzilla.maptools.org/show=5Fbug.cgi=3Fid=3D2564=20(CVE-2015-75?=
- =?UTF-8?q?54)=20http://bugzilla.maptools.org/show=5Fbug.cgi=3Fid=3D2561?=
- =?UTF-8?q?=20(CVE-2016-5318)=20http://bugzilla.maptools.org/show=5Fbug.cg?=
- =?UTF-8?q?i=3Fid=3D2499=20(CVE-2014-8128)=20http://bugzilla.maptools.org/?=
- =?UTF-8?q?show=5Fbug.cgi=3Fid=3D2441=20http://bugzilla.maptools.org/show?=
- =?UTF-8?q?=5Fbug.cgi=3Fid=3D2433?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- libtiff/tif_dir.h |   1 +
- libtiff/tif_dirinfo.c | 103 ++
- libtiff/tif_dirread.c |   4 ++
- 4 files changed, 128 insertions(+)
-
-diff --git a/libtiff/tif_dir.h b/libtiff/tif_dir.h
-index e12b44b2..5206be49 100644
 a/libtiff/tif_dir.h
-+++ b/libtiff/tif_dir.h
-@@ -291,6 +291,7 @@ struct _TIFFField {
- extern int _TIFFMergeFields(TIFF*, const TIFFField[], uint32);
- extern const TIFFField* _TIFFFindOrRegisterField(TIFF *, uint32, 
TIFFDataType);
- extern  TIFFField* _TIFFCreateAnonField(TIFF *, uint32, TIFFDataType);
-+extern int _TIFFCheckFieldIsValidForCodec(TIFF *tif, ttag_t tag);
- 
- #if defined(__cplusplus)
- }
-diff --git a/libtiff/tif_dirinfo.c b/libtiff/tif_dirinfo.c
-index 0c8ef424..97c0df05 100644
 a/libtiff/tif_dirinfo.c
-+++ b/libtiff/tif_dirinfo.c
-@@ -956,6 +956,109 @@ TIFFMergeFieldInfo(TIFF* tif, const TIFFFieldInfo 
info[], uint32 n)
-   return 0;
- }
- 
-+int
-+_TIFFCheckFieldIsValidForCodec(TIFF *tif, ttag_t tag)
-+{
-+  /* Filter out non-codec specific tags */
-+  switch (tag) {
-+  /* Shared tags */
-+  case TIFFTAG_PREDICTOR:
-+  /* JPEG tags */
-+  case TIFFTAG_JPEGTABLES:
-+  /* OJPEG tags */
-+  case TIFFTAG_JPEGIFOFFSET:
-+  case TIFFTAG_JPEGIFBYTECOUNT:
-+  case TIFFTAG_JPEGQTABLES:
-+  case TIFFTAG_JPEGDCTABLES:
-+  case TIFFTAG_JPEGACTABLES:
-+  case TIFFTAG_JPEGPROC:
-+  case TIFFTAG_JPEGRESTARTINTERVAL:
-+  /* CCITT* */
-+  case TIFFTAG_BADFAXLINES:
-+  case TIFFTAG_CLEANFAXDATA:
-+  case TIFFTAG_CONSECUTIVEBADFAXLINES:
-+  case TIFFTAG_GROUP3OPTIONS:
-+  case TIFFTAG_GROUP4OPTIONS:
-+  break;
-+  default:
-+  return 1;
-+  }
-+  /* Check if codec specific tags are allowed for the current
-+   * compression scheme (codec) */
-+  switch (tif->tif_dir.td_compression) {
-+  case COMPRESSION_LZW:
-+  if (tag == TIFFTAG_PREDICTOR)
-+  return 1;
-+  break;
-+  case COMPRESSION_PACKBITS:
-+  /* No codec-specific tags */
-+  break;
-+  case COMPRESSION_THUNDERSCAN:
-+  /* No 

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

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:05:50
  Author: arojas
Revision: 310449

Update to 4.0.9

Modified:
  libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 20:59:02 UTC (rev 310448)
+++ PKGBUILD2017-11-19 22:05:50 UTC (rev 310449)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libtiff
-pkgver=4.0.8
-pkgrel=2
+pkgver=4.0.9
+pkgrel=1
 pkgdesc="Library for manipulation of TIFF images"
 arch=('x86_64')
 url="http://www.simplesystems.org/libtiff/;
@@ -11,16 +11,9 @@
 depends=('libjpeg' 'zlib' 'xz')
 makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
-source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz
-CVE-2016-10095.patch)
-sha256sums=('59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910'
-'36063a31e9317c3745b5e03b210c948586ea469205b06d3dde2e1b2493f18d81')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha256sums=('6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd')
 
-prepare() {
-  cd tiff-$pkgver
-  patch -p1 -i ../CVE-2016-10095.patch # Fix several security issues
-}
-
 build() {
   cd tiff-${pkgver}
   ./configure --prefix=/usr


[arch-commits] Commit in virtualbox/repos/community-x86_64 (47 files)

2017-11-19 Thread Christian Hesse
Date: Sunday, November 19, 2017 @ 21:55:03
  Author: eworm
Revision: 267502

archrelease: copy trunk to community-x86_64

Added:
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 267501, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 267501, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 267501, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 267501, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 267501, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-x86_64/009-include-path.patch
(from rev 267501, virtualbox/trunk/009-include-path.patch)
  virtualbox/repos/community-x86_64/010-linux-4-14.patch
(from rev 267501, virtualbox/trunk/010-linux-4-14.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 267501, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 267501, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 267501, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 267501, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 267501, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 267501, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 267501, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 267501, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 267501, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 267501, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
(from rev 267501, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 267501, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 267501, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
(from rev 267501, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 267501, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 267501, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 267501, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-x86_64/007-python2-path.patch
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
  virtualbox/repos/community-x86_64/009-include-path.patch
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/build.sh
  virtualbox/repos/community-x86_64/vboxreload
  virtualbox/repos/community-x86_64/vboxservice-nox.service
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
  virtualbox/repos/community-x86_64/virtualbox.install
  virtualbox/repos/community-x86_64/virtualbox.sysusers

-+
 002-dri-driver-path.patch   |   56 +-
 005-gsoap-build.patch   |   22 
 006-rdesktop-vrdp-keymap-path.patch |   24 -
 007-python2-path.patch  |   18 
 008-no-vboxvideo.patch  |   24 -
 009-include-path.patch  |  170 +++
 010-linux-4-14.patch|  156 ++
 60-vboxdrv.rules|   16 
 60-vboxguest.rules  |4 
 LocalConfig.kmk |   64 +-
 PKGBUILD|  762 +-
 build.sh|6 
 vboxreload   

[arch-commits] Commit in virtualbox/trunk (010-linux-4-14.patch PKGBUILD)

2017-11-19 Thread Christian Hesse
Date: Sunday, November 19, 2017 @ 21:54:45
  Author: eworm
Revision: 267501

upgpkg: virtualbox 5.2.0-2

include fixes for linux 4.14

Added:
  virtualbox/trunk/010-linux-4-14.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 010-linux-4-14.patch |  156 +
 PKGBUILD |4 -
 2 files changed, 159 insertions(+), 1 deletion(-)

Added: 010-linux-4-14.patch
===
--- 010-linux-4-14.patch(rev 0)
+++ 010-linux-4-14.patch2017-11-19 21:54:45 UTC (rev 267501)
@@ -0,0 +1,156 @@
+diff --git a/src/VBox/Additions/linux/drm/vbox_mode.c 
b/src/VBox/Additions/linux/drm/vbox_mode.c
+index c23e791..46d1f14 100644
+--- a/src/VBox/Additions/linux/drm/vbox_mode.c
 b/src/VBox/Additions/linux/drm/vbox_mode.c
+@@ -151,10 +151,6 @@ static int vbox_set_view(struct drm_crtc *crtc)
+   return 0;
+ }
+ 
+-static void vbox_crtc_load_lut(struct drm_crtc *crtc)
+-{
+-}
+-
+ static void vbox_crtc_dpms(struct drm_crtc *crtc, int mode)
+ {
+   struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc);
+@@ -348,7 +344,6 @@ static const struct drm_crtc_helper_funcs 
vbox_crtc_helper_funcs = {
+   .mode_set = vbox_crtc_mode_set,
+   /* .mode_set_base = vbox_crtc_mode_set_base, */
+   .disable = vbox_crtc_disable,
+-  .load_lut = vbox_crtc_load_lut,
+   .prepare = vbox_crtc_prepare,
+   .commit = vbox_crtc_commit,
+ };
+diff --git a/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c 
b/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+index 057b7c6..28db48c 100644
+--- a/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
 b/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+@@ -737,9 +737,6 @@ static struct sk_buff 
*vboxNetFltLinuxSkBufFromSG(PVBOXNETFLTINS pThis, PINTNETS
+ case PDMNETWORKGSOTYPE_IPV4_TCP:
+ fGsoType = SKB_GSO_TCPV4;
+ break;
+-case PDMNETWORKGSOTYPE_IPV4_UDP:
+-fGsoType = SKB_GSO_UDP;
+-break;
+ case PDMNETWORKGSOTYPE_IPV6_TCP:
+ fGsoType = SKB_GSO_TCPV6;
+ break;
+@@ -1273,7 +1270,7 @@ static bool 
vboxNetFltLinuxCanForwardAsGso(PVBOXNETFLTINS pThis, struct sk_buff
+  * Check the GSO properties of the socket buffer and make sure it fits.
+  */
+ /** @todo Figure out how to handle SKB_GSO_TCP_ECN! */
+-if (RT_UNLIKELY( skb_shinfo(pSkb)->gso_type & ~(SKB_GSO_UDP | 
SKB_GSO_DODGY | SKB_GSO_TCPV6 | SKB_GSO_TCPV4) ))
++if (RT_UNLIKELY( skb_shinfo(pSkb)->gso_type & ~(SKB_GSO_DODGY | 
SKB_GSO_TCPV6 | SKB_GSO_TCPV4) ))
+ {
+ Log5(("vboxNetFltLinuxCanForwardAsGso: gso_type=%#x\n", 
skb_shinfo(pSkb)->gso_type));
+ return false;
+@@ -1523,7 +1520,7 @@ static void 
vboxNetFltLinuxForwardToIntNetInner(PVBOXNETFLTINS pThis, struct sk_
+ }
+ #endif /* !VBOXNETFLT_SG_SUPPORT */
+ # ifdef VBOXNETFLT_WITH_GSO_RECV
+-if (   (skb_shinfo(pBuf)->gso_type & (SKB_GSO_UDP | SKB_GSO_TCPV6 | 
SKB_GSO_TCPV4))
++if (   (skb_shinfo(pBuf)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4))
+ && vboxNetFltLinuxCanForwardAsGso(pThis, pBuf, fSrc, ) )
+ vboxNetFltLinuxForwardAsGso(pThis, pBuf, fSrc, );
+ else
+@@ -1699,17 +1696,9 @@ static void 
vboxNetFltLinuxReportNicGsoCapabilities(PVBOXNETFLTINS pThis)
+ fGsoCapabilites |= RT_BIT_32(PDMNETWORKGSOTYPE_IPV4_TCP);
+ if (fFeatures & NETIF_F_TSO6)
+ fGsoCapabilites |= RT_BIT_32(PDMNETWORKGSOTYPE_IPV6_TCP);
+-# if 0 /** @todo GSO: Test UDP offloading (UFO) on linux. */
+-if (fFeatures & NETIF_F_UFO)
+-fGsoCapabilites |= RT_BIT_32(PDMNETWORKGSOTYPE_IPV4_UDP);
+-if (fFeatures & NETIF_F_UFO)
+-fGsoCapabilites |= RT_BIT_32(PDMNETWORKGSOTYPE_IPV6_UDP);
+-# endif
+ Log3(("vboxNetFltLinuxReportNicGsoCapabilities: reporting wire 
%s%s%s%s\n",
+   (fGsoCapabilites & RT_BIT_32(PDMNETWORKGSOTYPE_IPV4_TCP)) ? 
"tso " : "",
+-  (fGsoCapabilites & RT_BIT_32(PDMNETWORKGSOTYPE_IPV6_TCP)) ? 
"tso6 " : "",
+-  (fGsoCapabilites & RT_BIT_32(PDMNETWORKGSOTYPE_IPV4_UDP)) ? 
"ufo " : "",
+-  (fGsoCapabilites & RT_BIT_32(PDMNETWORKGSOTYPE_IPV6_UDP)) ? 
"ufo6 " : ""));
++  (fGsoCapabilites & RT_BIT_32(PDMNETWORKGSOTYPE_IPV6_TCP)) ? 
"tso6 " : ""));
+ pThis->pSwitchPort->pfnReportGsoCapabilities(pThis->pSwitchPort, 
fGsoCapabilites, INTNETTRUNKDIR_WIRE);
+ }
+ 
+@@ -2402,15 +2391,11 @@ int  vboxNetFltOsConnectIt(PVBOXNETFLTINS pThis)
+  */
+ /** @todo duplicate work here now? Attach */
+ #if defined(VBOXNETFLT_WITH_GSO_XMIT_HOST)
+-Log3(("vboxNetFltOsConnectIt: reporting host tso tso6 ufo\n"));
++Log3(("vboxNetFltOsConnectIt: reporting host tso tso6\n"));
+ 

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

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 20:58:52
  Author: heftig
Revision: 310446

4.14: firmware has been completely removed from v4.14

Signed-off-by: Oleksandr Natalenko 

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 17:21:18 UTC (rev 310445)
+++ PKGBUILD2017-11-19 20:58:52 UTC (rev 310446)
@@ -100,7 +100,7 @@
   _basekernel=${_kernver%%-*}
   _basekernel=${_basekernel%.*}
 
-  mkdir -p "${pkgdir}"/{boot,lib/{modules,firmware},usr}
+  mkdir -p "${pkgdir}"/{boot,lib/modules,usr}
   make LOCALVERSION= INSTALL_MOD_PATH="${pkgdir}" modules_install
   cp arch/x86/boot/bzImage "${pkgdir}/boot/vmlinuz-${pkgbase}"
 
@@ -115,9 +115,6 @@
   # remove build and source links
   rm "${pkgdir}"/lib/modules/${_kernver}/{source,build}
 
-  # remove the firmware
-  rm -r "${pkgdir}/lib/firmware"
-
   # now we call depmod...
   depmod -b "${pkgdir}" -F System.map "${_kernver}"
 


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

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 20:58:56
  Author: heftig
Revision: 310447

4.14: install modules directly to /usr/lib

Signed-off-by: Oleksandr Natalenko 

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 20:58:52 UTC (rev 310446)
+++ PKGBUILD2017-11-19 20:58:56 UTC (rev 310447)
@@ -100,30 +100,27 @@
   _basekernel=${_kernver%%-*}
   _basekernel=${_basekernel%.*}
 
-  mkdir -p "${pkgdir}"/{boot,lib/modules,usr}
-  make LOCALVERSION= INSTALL_MOD_PATH="${pkgdir}" modules_install
+  mkdir -p "${pkgdir}"/{boot,usr/lib/modules}
+  make LOCALVERSION= INSTALL_MOD_PATH="${pkgdir}/usr" modules_install
   cp arch/x86/boot/bzImage "${pkgdir}/boot/vmlinuz-${pkgbase}"
 
   # make room for external modules
   local _extramodules="extramodules-${_basekernel}${_kernelname:--ARCH}"
-  ln -s "../${_extramodules}" "${pkgdir}/lib/modules/${_kernver}/extramodules"
+  ln -s "../${_extramodules}" 
"${pkgdir}/usr/lib/modules/${_kernver}/extramodules"
 
   # add real version for building modules and running depmod from hook
   echo "${_kernver}" |
-install -Dm644 /dev/stdin "${pkgdir}/lib/modules/${_extramodules}/version"
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modules/${_extramodules}/version"
 
   # remove build and source links
-  rm "${pkgdir}"/lib/modules/${_kernver}/{source,build}
+  rm "${pkgdir}"/usr/lib/modules/${_kernver}/{source,build}
 
   # now we call depmod...
-  depmod -b "${pkgdir}" -F System.map "${_kernver}"
+  depmod -b "${pkgdir}/usr" -F System.map "${_kernver}"
 
   # add vmlinux
-  install -Dt "${pkgdir}/lib/modules/${_kernver}/build" -m644 vmlinux
+  install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/build" -m644 vmlinux
 
-  # move module tree /lib -> /usr/lib
-  mv -t "${pkgdir}/usr" "${pkgdir}/lib"
-
   # sed expression for following substitutions
   local _subst="
 s|%PKGBASE%|${pkgbase}|g


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

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 20:59:02
  Author: heftig
Revision: 310448

4.14: dvb-frontends headers from 13146 are already installed in 20402 workaround

Signed-off-by: Oleksandr Natalenko 

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 20:58:56 UTC (rev 310447)
+++ PKGBUILD2017-11-19 20:59:02 UTC (rev 310448)
@@ -168,7 +168,6 @@
   install -Dt "${_builddir}/drivers/media/dvb-core" -m644 
drivers/media/dvb-core/*.h
 
   # http://bugs.archlinux.org/task/13146
-  install -Dt "${_builddir}/drivers/media/dvb-frontends" -m644 
drivers/media/dvb-frontends/lgdt330x.h
   install -Dt "${_builddir}/drivers/media/i2c" -m644 
drivers/media/i2c/msp3400-driver.h
 
   # http://bugs.archlinux.org/task/20402


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

2017-11-19 Thread Sven-Hendrik Haase
Date: Sunday, November 19, 2017 @ 19:51:18
  Author: svenstaro
Revision: 267500

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/PKGBUILD
(from rev 267499, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 267499, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

+
 PKGBUILD   |   96 +++
 neovim.install |   20 +--
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:50:51 UTC (rev 267499)
+++ PKGBUILD2017-11-19 19:51:18 UTC (rev 267500)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('i686' 'x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
-'python-neovim: for Python 3 plugin support (see :help python)'
-'xclip: for clipboard support (or xsel) (see :help clipboard)'
-'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
-sha512sums=('6b7b3a97b34160a5c1eaba852f7241a50cbf24fcef1a123ab170899e34c619089ac46a6f33c04f29a2d7787b69fa1c43f1bd2bac05adf03b5cbcddb187974648')
-install=neovim.install
-
-build() {
-  mkdir -p "${srcdir}/build"
-  cd "${srcdir}/build"
-
-  cmake "../neovim-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  make
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
-  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 267499, 
neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:51:18 UTC (rev 267500)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
+makedepends=('cmake' 'lua51-mpack' 'lua51-lpeg' 'gperf')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
+'python-neovim: for Python 3 plugin support (see :help python)'
+'xclip: for clipboard support (or xsel) (see :help clipboard)'
+'xsel: for clipboard support (or xclip) (see :help clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
+sha512sums=('5609defe86ac98356f1b9ae9adc6049bb4df920a9a2ae3104f761d52d4dd54cbc84d2596231595dd9b0aa97201fef2121e6c5c86a19267ab6b871dbf4b568209')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}/neovim-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
+  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: neovim.install
===
--- neovim.install  2017-11-19 19:50:51 UTC (rev 267499)
+++ neovim.install  2017-11-19 19:51:18 UTC (rev 267500)
@@ -1,10 +0,0 @@
-# $1: new package version
-post_install() {
-  echo ":: The Neovim executable is called 'nvim'."
-  echo ":: If you are already familiar with Vim, see ':help 

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

2017-11-19 Thread Sven-Hendrik Haase
Date: Sunday, November 19, 2017 @ 19:50:51
  Author: svenstaro
Revision: 267499

upgpkg: neovim 0.2.2-1

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:49:05 UTC (rev 267498)
+++ PKGBUILD2017-11-19 19:50:51 UTC (rev 267499)
@@ -3,8 +3,8 @@
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -16,7 +16,7 @@
 'xclip: for clipboard support (or xsel) (see :help clipboard)'
 'xsel: for clipboard support (or xclip) (see :help clipboard)')
 source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
-sha512sums=('6b7b3a97b34160a5c1eaba852f7241a50cbf24fcef1a123ab170899e34c619089ac46a6f33c04f29a2d7787b69fa1c43f1bd2bac05adf03b5cbcddb187974648')
+sha512sums=('5609defe86ac98356f1b9ae9adc6049bb4df920a9a2ae3104f761d52d4dd54cbc84d2596231595dd9b0aa97201fef2121e6c5c86a19267ab6b871dbf4b568209')
 install=neovim.install
 
 build() {


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:49:05
  Author: bpiotrowski
Revision: 267498

Switch back to go-pie; test suite is unhappy

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:44:44 UTC (rev 267497)
+++ PKGBUILD2017-11-19 19:49:05 UTC (rev 267498)
@@ -12,7 +12,7 @@
 url="http://syncthing.net/;
 license=('MPL')
 depends=('glibc')
-makedepends=('git' 'go-pie' 'inetutils')
+makedepends=('git' 'go' 'inetutils')
 options=('!strip')
 
source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
 syncthing-relaysrv.sysusers


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:44:38
  Author: bpiotrowski
Revision: 267496

0.8.7-2: go-pie rebuild

Modified:
  syncthing-inotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:44:35 UTC (rev 267495)
+++ PKGBUILD2017-11-19 19:44:38 UTC (rev 267496)
@@ -5,13 +5,13 @@
 
 pkgname=syncthing-inotify
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Inotify file watcher for Syncthing"
 arch=('x86_64')
 url="https://github.com/syncthing/syncthing-inotify;
 license=('MPL')
 depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
+makedepends=('git' 'go-pie' 'godep')
 
source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
 sha256sums=('SKIP')
 


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:44:35
  Author: bpiotrowski
Revision: 267495

0.14.40-2: go-pie rebuild

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:43:34 UTC (rev 267494)
+++ PKGBUILD2017-11-19 19:44:35 UTC (rev 267495)
@@ -7,12 +7,12 @@
 
 pkgname=('syncthing' 'syncthing-relaysrv')
 pkgver=0.14.40
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://syncthing.net/;
 license=('MPL')
 depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
+makedepends=('git' 'go-pie' 'inetutils')
 options=('!strip')
 
source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
 syncthing-relaysrv.sysusers


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:44:44
  Author: bpiotrowski
Revision: 267497

archrelease: copy trunk to community-x86_64

Added:
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 267496, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:44:38 UTC (rev 267496)
+++ PKGBUILD2017-11-19 19:44:44 UTC (rev 267497)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.7
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify;
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-x86_64/PKGBUILD (from rev 267496, 
syncthing-inotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:44:44 UTC (rev 267497)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.7
+pkgrel=2
+pkgdesc="Inotify file watcher for Syncthing"
+arch=('x86_64')
+url="https://github.com/syncthing/syncthing-inotify;
+license=('MPL')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go-pie' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:43:12
  Author: bpiotrowski
Revision: 267492

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 267491, runc/trunk/PKGBUILD)
Deleted:
  runc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:43:04 UTC (rev 267491)
+++ PKGBUILD2017-11-19 19:43:12 UTC (rev 267492)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=0.1.1
-pkgrel=3
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=('i686' 'x86_64')
-url='https://runc.io/'
-license=('Apache')
-depends=('glibc' 'libseccomp')
-makedepends=('git' 'go' 'go-md2man')
-source=("runc.io::git+https://github.com/opencontainers/runc.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd runc.io
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  mkdir -p src/github.com/opencontainers
-  cd src/github.com/opencontainers
-  ln -fs "$srcdir/runc.io"
-  cd runc.io
-  export GOPATH="$srcdir" BUILDTAGS='seccomp'
-  make
-  man/md2man-all.sh 2>/dev/null
-}
-
-package() {
-  cd runc.io
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  # man pages
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man*/ "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 267491, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:43:12 UTC (rev 267492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=0.1.1
+pkgrel=4
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=('x86_64')
+url='https://runc.io/'
+license=('Apache')
+depends=('glibc' 'libseccomp')
+makedepends=('git' 'go-pie' 'go-md2man')
+source=("runc.io::git+https://github.com/opencontainers/runc.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd runc.io
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  mkdir -p src/github.com/opencontainers
+  cd src/github.com/opencontainers
+  ln -fs "$srcdir/runc.io"
+  cd runc.io
+  export GOPATH="$srcdir" BUILDTAGS='seccomp'
+  make
+  man/md2man-all.sh 2>/dev/null
+}
+
+package() {
+  cd runc.io
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  # man pages
+  install -dm755 "$pkgdir/usr/share/man"
+  mv man/man*/ "$pkgdir/usr/share/man"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:43:28
  Author: bpiotrowski
Revision: 267493

2.26.1-3: go-pie rebuild

Modified:
  snapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:43:12 UTC (rev 267492)
+++ PKGBUILD2017-11-19 19:43:28 UTC (rev 267493)
@@ -5,12 +5,12 @@
 pkgbase=snapd
 pkgname=(snapd snap-confine)
 pkgver=2.26.1
-pkgrel=2
+pkgrel=3
 _gitcommit=3853be982c99267133d132901df7da0bf850d949
 arch=('x86_64')
 url="https://github.com/snapcore/snapd;
 license=('GPL3')
-makedepends=('git' 'go' 'go-tools' 'bzr')
+makedepends=('git' 'go-pie' 'go-tools' 'bzr')
 checkdepends=('python' 'squashfs-tools')
 
 # snap-confine


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:43:34
  Author: bpiotrowski
Revision: 267494

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  220 
 snapd.install |   30 +++
 snapd.sh  |   20 ++---
 3 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:43:28 UTC (rev 267493)
+++ PKGBUILD2017-11-19 19:43:34 UTC (rev 267494)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Zygmunt Krynicki 
-
-pkgbase=snapd
-pkgname=(snapd snap-confine)
-pkgver=2.26.1
-pkgrel=2
-_gitcommit=3853be982c99267133d132901df7da0bf850d949
-arch=('i686' 'x86_64')
-url="https://github.com/snapcore/snapd;
-license=('GPL3')
-makedepends=('git' 'go' 'go-tools' 'bzr')
-checkdepends=('python' 'squashfs-tools')
-
-# snap-confine
-makedepends+=('libcap' 'python-docutils' 'systemd' 'xfsprogs')
-checkdepends+=('indent' 'shellcheck')
-
-options=('!strip' 'emptydirs')
-install=snapd.install
-source=("git+https://github.com/snapcore/$pkgname.git#commit=$_gitcommit;
-'snapd.sh')
-md5sums=('SKIP'
- '8e9b8108165d5b2ae911de9caefb37ce')
-
-_gourl=github.com/snapcore/snapd
-
-prepare() {
-  cd "$pkgname"
-
-  # Use $srcdir/go as our GOPATH
-  export GOPATH="$srcdir/go"
-  mkdir -p "$GOPATH"
-  # Have snapd checkout appear in a place suitable for subsequent GOPATH This
-  # way we don't have to go get it again and it is exactly what the tag/hash
-  # above describes.
-  mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
-  ln --no-target-directory -fs "$srcdir/$pkgname" "$GOPATH/src/${_gourl}"
-}
-
-build() {
-  export GOPATH="$srcdir/go"
-  # Use get-deps.sh provided by upstream to fetch go dependencies using the
-  # godeps tool and dependencies.tsv (maintained upstream).
-  cd "$GOPATH/src/${_gourl}"
-  XDG_CONFIG_HOME="$srcdir" ./get-deps.sh
-  # Build/install snap and snapd
-  go install "${_gourl}/cmd/snap"
-  go install "${_gourl}/cmd/snapd"
-
-  # Generate the real systemd units out of the available templates
-  make -C data/systemd all
-
-  # Build snap-confine
-  ./mkversion.sh
-  cd cmd
-  autoreconf -i -f
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/snapd \
---with-snap-mount-dir=/var/lib/snapd/snap \
---disable-apparmor \
---enable-nvidia-arch \
---enable-merged-usr
-  make
-}
-
-# FIXME
-check() {
-  return
-  export GOPATH="$srcdir/go"
-  cd "$GOPATH/src/${_gourl}"
-
-  ./run-checks --unit
-  ./run-checks --static
-
-   cd cmd
-   make -k check
-}
-
-package_snapd() {
-  pkgdesc="Service and tools for management of snap packages."
-  depends=('snap-confine' 'squashfs-tools')
-
-  export GOPATH="$srcdir/go"
-  # Ensure that we have /var/lib/snapd/{hostfs,lib/gl}/ as they are required 
by snap-confine
-  # for constructing some bind mounts around.
-  install -d -m 755 "$pkgdir/var/lib/snapd/hostfs/" 
"$pkgdir/var/lib/snapd/lib/gl/"
-  # Install the refresh timer and service for updating snaps
-  install -d -m 755 "$pkgdir/usr/lib/systemd/system/"
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.refresh.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.refresh.timer" 
"$pkgdir/usr/lib/systemd/system"
-  # Install the snapd socket and service for the main daemon
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.socket" 
"$pkgdir/usr/lib/systemd/system"
-  # Install snap and snapd executables
-  install -d -m 755 "$pkgdir/usr/bin/"
-  install -m 755 "$GOPATH/bin/snap" "$pkgdir/usr/bin/"
-  install -d -m 755 "$pkgdir/usr/lib/snapd"
-  install -m 755 "$GOPATH/bin/snapd" "$pkgdir/usr/lib/snapd/"
-  # Install script to export binaries paths of snaps
-  install -Dm 755 "$srcdir/snapd.sh" "$pkgdir/etc/profile.d/apps-bin-path.sh"
-}
-
-package_snap-confine() {
-  pkgdesc="Confinement system for snap applications"
-  depends=('libseccomp' 'libsystemd')
-  make -C "$srcdir/$pkgbase/cmd" install DESTDIR="$pkgdir/"
-}

Copied: snapd/repos/community-x86_64/PKGBUILD (from rev 267493, 
snapd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:43:34 UTC (rev 267494)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Zygmunt 

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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:43:01
  Author: bpiotrowski
Revision: 267490

0.2-3: go-pie rebuild

Modified:
  meshbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:40:08 UTC (rev 267489)
+++ PKGBUILD2017-11-19 19:43:01 UTC (rev 267490)
@@ -3,13 +3,13 @@
 
 pkgname=meshbird
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Distributed private networking"
 arch=('x86_64')
 url="https://github.com/meshbird/meshbird;
 license=('Apache')
 depends=('glibc')
-makedepends=('git' 'go')
+makedepends=('git' 'go-pie')
 backup=(etc/meshbird.conf)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
 meshbird.service meshbird.conf)


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:43:04
  Author: bpiotrowski
Revision: 267491

0.1.1-4: go-pie rebuild

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:43:01 UTC (rev 267490)
+++ PKGBUILD2017-11-19 19:43:04 UTC (rev 267491)
@@ -3,13 +3,13 @@
 
 pkgname=runc
 pkgver=0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=('x86_64')
 url='https://runc.io/'
 license=('Apache')
 depends=('glibc' 'libseccomp')
-makedepends=('git' 'go' 'go-md2man')
+makedepends=('git' 'go-pie' 'go-md2man')
 source=("runc.io::git+https://github.com/opencontainers/runc.git#tag=v$pkgver;)
 md5sums=('SKIP')
 


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:40:08
  Author: bpiotrowski
Revision: 267489

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 267488, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 267488, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  364 +++---
 docker.sysusers |4 
 2 files changed, 184 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:39:59 UTC (rev 267488)
+++ PKGBUILD2017-11-19 19:40:08 UTC (rev 267489)
@@ -1,182 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=17.10.0
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64' 'i686')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
- 'libseccomp' 'libtool')
-makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip' '!buildflags')
-# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
-# https://github.com/docker/containerd/issues/299#issuecomment-240745119
-# see commit in hack/dockerfile/binaries-commits
-# 
https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/binaries-commits
-_RUNC_COMMIT=0351df1c5a66838d0c392b4ac4cf9450de844e2d
-_CONTAINERD_COMMIT=06b9cb35161009dcb7123345749fef02f7cea8e0
-_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
-_LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
-source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver-ce;
-"git+https://github.com/opencontainers/runc.git#commit=$_RUNC_COMMIT;
-
"git+https://github.com/containerd/containerd.git#commit=$_CONTAINERD_COMMIT;
-
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
-"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"git+https://github.com/spf13/cobra.git;
-"git+https://github.com/cpuguy83/go-md2man.git;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '9a8b2744db23b14ca3cd350fdf73c179')
-
-
-# create a fake go path directory and pushd into it
-# $1 real directory
-# $2 gopath directory
-_fake_gopath_pushd() {
-  mkdir -p "$GOPATH/src/${2%/*}"
-  rm -f "$GOPATH/src/$2"
-  ln -rsT "$1" "$GOPATH/src/$2"
-  pushd  "$GOPATH/src/$2" >/dev/null
-}
-
-_fake_gopath_popd() {
-  popd >/dev/null
-}
-
-build() {
-  ### check my mistakes on commit version
-  msg2 'Checking commit mismatch'
-  local _cfile _commit _pkgbuild _dockerfile
-  _cfile="$srcdir"/docker-ce/components/engine/hack/dockerfile/binaries-commits
-  . "$_cfile"
-  for _commit in RUNC CONTAINERD LIBNETWORK TINI; do
-_pkgbuild=_${_commit}_COMMIT
-_dockerfile=${_commit}_COMMIT
-if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
-  error "Invalid $_commit commit"
-  fgrep '_COMMIT=' "$_cfile"
-  return 1
-fi
-  done
-
-  ### globals
-  export GOPATH="$srcdir"
-  export PATH="$GOPATH/bin:$PATH"
-
-  ### cli
-  msg2 'Building cli'
-  _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
-  DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=$pkgver-ce dynbinary
-  _fake_gopath_popd
-
-  ### daemon
-  msg2 'Building daemon'
-  _fake_gopath_pushd docker-ce/components/engine github.com/docker/docker
-  DOCKER_GITCOMMIT=$(cd "$srcdir"/docker-ce && git rev-parse --short HEAD) \
-DOCKER_BUILDTAGS='seccomp journald' \
-VERSION=$pkgver-ce \
-hack/make.sh dynbinary
-  _fake_gopath_popd
-
-  ### go-md2man (used for manpages)
-  msg2 'Building go-md2man'
-  _fake_gopath_pushd go-md2man github.com/cpuguy83/go-md2man
-  go get -v ./...
-  _fake_gopath_popd
-
-  ### docker man pages
-  msg2 'Building man pages'
-  mkdir -p src/github.com/spf13
-  ln -rsfT cobra src/github.com/spf13/cobra
-  # use docker-ce cli version because they mess up with man dir
-  _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
-  make manpages 2>/dev/null
-  _fake_gopath_popd
-
-  ### runc
-  msg2 'Building runc'
-  _fake_gopath_pushd runc github.com/opencontainers/runc
-  make BUILDTAGS='seccomp'
-  _fake_gopath_popd
-
-  ### containerd
-  msg2 'Building containerd'
-  _fake_gopath_pushd containerd github.com/containerd/containerd
-  LDFLAGS= make
-  _fake_gopath_popd
-
-  ### docker proxy
-  msg2 'Building docker-proxy'
-  _fake_gopath_pushd libnetwork github.com/docker/libnetwork
-  go build 

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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:39:59
  Author: bpiotrowski
Revision: 267488

1:17.10.0-2: go-pie rebuild

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:39:21 UTC (rev 267487)
+++ PKGBUILD2017-11-19 19:39:59 UTC (rev 267488)
@@ -3,7 +3,7 @@
 
 pkgname=docker
 pkgver=17.10.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
  'libseccomp' 'libtool')
-makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd')
+makedepends=('git' 'go-pie' 'btrfs-progs' 'cmake' 'systemd')
 optdepends=('btrfs-progs: btrfs backend support'
 'lxc: lxc backend support')
 # don't strip binaries! A sha1 is used to check binary consistency.


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:39:13
  Author: bpiotrowski
Revision: 267486

0.2.9-2: go-pie rebuild

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:39:01 UTC (rev 267485)
+++ PKGBUILD2017-11-19 19:39:13 UTC (rev 267486)
@@ -4,11 +4,11 @@
 
 pkgname=containerd
 pkgver=0.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'
 depends=('glibc' 'runc')
-makedepends=('go' 'git')
+makedepends=('go-pie' 'git')
 arch=('x86_64')
 
source=("containerd.io::git+https://github.com/containerd/containerd.git#tag=v$pkgver;)
 license=("APACHE")


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:39:21
  Author: bpiotrowski
Revision: 267487

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/PKGBUILD
(from rev 267486, containerd/trunk/PKGBUILD)
Deleted:
  containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:39:13 UTC (rev 267486)
+++ PKGBUILD2017-11-19 19:39:21 UTC (rev 267487)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=0.2.9
-pkgrel=1
-pkgdesc='An open and reliable container runtime'
-url='https://containerd.io/'
-depends=('glibc' 'runc')
-makedepends=('go' 'git')
-arch=('i686' 'x86_64')
-source=("containerd.io::git+https://github.com/containerd/containerd.git#tag=v$pkgver;)
-license=("APACHE")
-md5sums=('SKIP')
-
-build() {
-  export GOPATH="$srcdir"
-  mkdir -p src/github.com/containerd
-  ln -rTsf containerd.io src/github.com/containerd/containerd
-  cd src/github.com/containerd/containerd
-  LDFLAGS= make
-}
-
-package() {
-  cd src/github.com/containerd/containerd/bin
-  for _file in *; do
-install -Dm755 "$_file" "$pkgdir/usr/bin/$_file"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 267486, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:39:21 UTC (rev 267487)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=0.2.9
+pkgrel=2
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('glibc' 'runc')
+makedepends=('go-pie' 'git')
+arch=('x86_64')
+source=("containerd.io::git+https://github.com/containerd/containerd.git#tag=v$pkgver;)
+license=("APACHE")
+md5sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir"
+  mkdir -p src/github.com/containerd
+  ln -rTsf containerd.io src/github.com/containerd/containerd
+  cd src/github.com/containerd/containerd
+  LDFLAGS= make
+}
+
+package() {
+  cd src/github.com/containerd/containerd/bin
+  for _file in *; do
+install -Dm755 "$_file" "$pkgdir/usr/bin/$_file"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:39:01
  Author: bpiotrowski
Revision: 267485

archrelease: copy trunk to community-x86_64

Added:
  arduino-builder/repos/community-x86_64/PKGBUILD
(from rev 267484, arduino-builder/trunk/PKGBUILD)
Deleted:
  arduino-builder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:38:54 UTC (rev 267484)
+++ PKGBUILD2017-11-19 19:39:01 UTC (rev 267485)
@@ -1,53 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=arduino-builder
-pkgver=1.3.25
-pkgrel=1
-pkgdesc="A command line tool for compiling Arduino sketches"
-arch=('i686' 'x86_64')
-url="https://github.com/arduino/arduino-builder;
-license=('GPL')
-depends=('arduino-ctags')
-makedepends=('go' 'git' 'unzip')
-optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude')
-options=(!strip)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('a64caa7e8ce96d6e5cd32e5b35bcc51c8dba908a14ddea4c95a9e1f8853009c454805777d483fe94db3595e267746c22b475beab8fc511b0ce2470d216eeb55a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
-   go get -fix github.com/go-errors/errors
-   go get -fix github.com/stretchr/testify
-   go get -fix github.com/jstemmer/go-junit-report
-   go build arduino.cc/arduino-builder
-
-   # TODO Fix ctags test environment at build time
-   # https://github.com/arduino/arduino-builder/issues/202
-}
-
-check() {
-   # Test will download ~1GB of testfiles
-   echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
-   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
-   go test -timeout 60m arduino.cc/...
-}
-
-package() {
-   # Fix platform.txt for arch arduino-ctags
-   cd "${srcdir}/${pkgname}-${pkgver}/src/arduino.cc/builder/hardware/"
-   sed -i 's#^tools.ctags.path=.*#tools.ctags.path=/usr/bin#' platform.txt
-   sed -i 
's#^tools.ctags.cmd.path=.*#tools.ctags.cmd.path={path}/arduino-ctags#' 
platform.txt
-
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Install main tool
-   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
-
-   # Install platform.txt files
-   install -Dm644 -t "${pkgdir}/usr/share/arduino/hardware/" 
"${srcdir}/${pkgname}-${pkgver}"/src/arduino.cc/builder/hardware/*
-
-   # Add documentation
-   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-}

Copied: arduino-builder/repos/community-x86_64/PKGBUILD (from rev 267484, 
arduino-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:39:01 UTC (rev 267485)
@@ -0,0 +1,53 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-builder
+pkgver=1.3.25
+pkgrel=3
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('x86_64')
+url="https://github.com/arduino/arduino-builder;
+license=('GPL')
+depends=('arduino-ctags')
+makedepends=('go-pie' 'git' 'unzip')
+optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude')
+options=(!strip)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('3740530800f8a3cfe1fe20a91579e6b632b76c2c4ace68c7b178a2d234032d5887abee3d0360c3039f2fec912a0d5cabe948bf930a7d9ea23221625456ad5357')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go get -fix github.com/go-errors/errors
+   go get -fix github.com/stretchr/testify
+   go get -fix github.com/jstemmer/go-junit-report
+   go build arduino.cc/arduino-builder
+
+   # TODO Fix ctags test environment at build time
+   # https://github.com/arduino/arduino-builder/issues/202
+}
+
+check() {
+   # Test will download ~1GB of testfiles
+   echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go test -timeout 60m arduino.cc/...
+}
+
+package() {
+   # Fix platform.txt for arch arduino-ctags
+   cd "${srcdir}/${pkgname}-${pkgver}/src/arduino.cc/builder/hardware/"
+   sed -i 's#^tools.ctags.path=.*#tools.ctags.path=/usr/bin#' platform.txt
+   sed -i 
's#^tools.ctags.cmd.path=.*#tools.ctags.cmd.path={path}/arduino-ctags#' 
platform.txt
+
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Install main tool
+   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+   

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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:38:54
  Author: bpiotrowski
Revision: 267484

1.3.25-3: go-pie rebuild

Modified:
  arduino-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:16:30 UTC (rev 267483)
+++ PKGBUILD2017-11-19 19:38:54 UTC (rev 267484)
@@ -3,17 +3,17 @@
 
 pkgname=arduino-builder
 pkgver=1.3.25
-pkgrel=1
+pkgrel=3
 pkgdesc="A command line tool for compiling Arduino sketches"
 arch=('x86_64')
 url="https://github.com/arduino/arduino-builder;
 license=('GPL')
 depends=('arduino-ctags')
-makedepends=('go' 'git' 'unzip')
+makedepends=('go-pie' 'git' 'unzip')
 optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude')
 options=(!strip)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('a64caa7e8ce96d6e5cd32e5b35bcc51c8dba908a14ddea4c95a9e1f8853009c454805777d483fe94db3595e267746c22b475beab8fc511b0ce2470d216eeb55a')
+sha512sums=('3740530800f8a3cfe1fe20a91579e6b632b76c2c4ace68c7b178a2d234032d5887abee3d0360c3039f2fec912a0d5cabe948bf930a7d9ea23221625456ad5357')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in spyder/repos (7 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 19:16:30
  Author: muflone
Revision: 267483

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 267482, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 267482, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 267482, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 267482, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 267482, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 267482, spyder/trunk/spyder2.install)

+
 PKGBUILD   |  107 +++
 bug_51437_spyder2.patch|   51 
 bug_53489_python2-optional-nbconvert.patch |   12 +++
 bug_54508_missing_pyqt4_qtwebkit.patch |   24 ++
 python2.patch  |   17 
 spyder2.install|8 ++
 6 files changed, 219 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 267482, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-11-19 19:16:30 UTC (rev 267483)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder2' 'spyder3')
+pkgver=3.2.4
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='https://github.com/spyder-ide/spyder/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch"
+"bug_53489_python2-optional-nbconvert.patch"
+"bug_54508_missing_pyqt4_qtwebkit.patch"
+"bug_51437_spyder2.patch")
+sha256sums=('5206a69193038fb29b6d0a5a68591c4222d2abdb058bdfef87081f0d48ea80be'
+'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
+'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
+'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
+'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
+  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
+  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
+  patch -p1 -i "../bug_51437_spyder2.patch"
+  mv "img_src/spyder.png" "img_src/spyder2.png"
+  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
+
+  # Prepare sources for spyder2 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
+
+  # Prepare sources for spyder3 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package_spyder2() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
+   'icu' 'gtk-update-icon-cache')
+  provides=('spyder')
+  conflicts=('spyder')
+  replaces=('spyder')
+  optdepends=('python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  install="${pkgname}.install"
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # 

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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 19:16:04
  Author: muflone
Revision: 267482

upgpkg: spyder 3.2.4-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 17:00:59 UTC (rev 267481)
+++ PKGBUILD2017-11-19 19:16:04 UTC (rev 267482)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('913108548b934ac0dfac9494436b6aa920ed8ddd6b02c3f3da31cd512dc8ea85'
+sha256sums=('5206a69193038fb29b6d0a5a68591c4222d2abdb058bdfef87081f0d48ea80be'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


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

2017-11-19 Thread Andreas Radke
Date: Sunday, November 19, 2017 @ 17:21:09
  Author: andyrtr
Revision: 310444

upgpkg: nano 2.9.0-1

upstream update 2.9.0

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 17:16:45 UTC (rev 310443)
+++ PKGBUILD2017-11-19 17:21:09 UTC (rev 310444)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.8.7
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 groups=('base')
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
-source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('fbe31746958698d73c6726ee48ad8b0612697157961a2e9aaa83b4aa53d1165a'
+source=(https://www.nano-editor.org/dist/v2.9/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('d2d30c39caef53aba1ec1b4baff4186d4496f35d2411b0848242a5f2e27e129e'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2017-11-19 Thread Andreas Radke
Date: Sunday, November 19, 2017 @ 17:21:18
  Author: andyrtr
Revision: 310445

archrelease: copy trunk to testing-x86_64

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

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

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 310444, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-19 17:21:18 UTC (rev 310445)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.9/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('d2d30c39caef53aba1ec1b4baff4186d4496f35d2411b0848242a5f2e27e129e'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}


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

2017-11-19 Thread Andreas Radke
Date: Sunday, November 19, 2017 @ 17:16:45
  Author: andyrtr
Revision: 310443

archrelease: copy trunk to testing-x86_64

Added:
  nettle/repos/testing-x86_64/
  nettle/repos/testing-x86_64/PKGBUILD
(from rev 310442, nettle/trunk/PKGBUILD)

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

Copied: nettle/repos/testing-x86_64/PKGBUILD (from rev 310442, 
nettle/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-19 17:16:45 UTC (rev 310443)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=3.4
+pkgrel=1
+pkgdesc="A low-level cryptographic library"
+arch=('x86_64')
+url="https://www.lysator.liu.se/~nisse/nettle;
+license=('GPL2')
+depends=('gmp')
+checkdepends=('valgrind')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94'
+'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2017-11-19 Thread Andreas Radke
Date: Sunday, November 19, 2017 @ 17:16:28
  Author: andyrtr
Revision: 310442

upgpkg: nettle 3.4-1

upstream update 3.4

Modified:
  nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 17:09:09 UTC (rev 310441)
+++ PKGBUILD2017-11-19 17:16:28 UTC (rev 310442)
@@ -3,17 +3,17 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=nettle
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="A low-level cryptographic library"
 arch=('x86_64')
-url="http://www.lysator.liu.se/~nisse/nettle/;
+url="https://www.lysator.liu.se/~nisse/nettle;
 license=('GPL2')
 depends=('gmp')
 checkdepends=('valgrind')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('10f969f78a463704ae73529978148dbe'
- 'SKIP')
+sha256sums=('ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94'
+'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 
 


[arch-commits] Commit in dbeaver-plugin-svg-format/repos (3 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 17:00:59
  Author: muflone
Revision: 267481

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-svg-format/repos/community-testing-any/
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
(from rev 267480, dbeaver-plugin-svg-format/trunk/PKGBUILD)
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
(from rev 267480, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)

+
 PKGBUILD   |   36 
 dbeaver-plugin-svg-format.info |1 +
 2 files changed, 37 insertions(+)

Copied: dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD (from 
rev 267480, dbeaver-plugin-svg-format/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-11-19 17:00:59 UTC (rev 267481)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-svg-format
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='DBeaver plugin to save diagrams in SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('52356c103d5e0b5b71413ca734eec91300d9d692eb889c14083a77d50da9e69a'
+'238d59d12a73577c92b2603063f663d08a4240ee124f2a2e3ae5cc24dab154da'
+'13b0f21e244caec23403eadac6b0d7fe72199fa4bd9746472626df965b202544')
+noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+   "ui.svg.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
 (from rev 267480, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)
===
--- community-testing-any/dbeaver-plugin-svg-format.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-svg-format.info2017-11-19 
17:00:59 UTC (rev 267481)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.ext.ui.svg,1.0.5,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.5.jar,4,false


[arch-commits] Commit in dbeaver-plugin-svg-format/trunk (2 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 17:00:46
  Author: muflone
Revision: 267480

upgpkg: dbeaver-plugin-svg-format 1.0.5-1

Modified:
  dbeaver-plugin-svg-format/trunk/PKGBUILD
  dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info

+
 PKGBUILD   |   14 +++---
 dbeaver-plugin-svg-format.info |2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 16:54:24 UTC (rev 267479)
+++ PKGBUILD2017-11-19 17:00:46 UTC (rev 267480)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-svg-format
-pkgver=1.0.1
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='DBeaver plugin to save diagrams in SVG format'
 arch=('any')
@@ -9,13 +9,13 @@
 url='http://dbeaver.jkiss.org/'
 license=('Apache')
 makedepends=('unzip')
-depends=('dbeaver>=4.1.2' 'dbeaver-plugin-batik')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('feb455c09311db1982d0abf124e639cb2d66d74c319d5253722be2db77eae5d8'
-'2f1cbc9977430eee44ef1a222b2fb6082e14a490c0b16a1186a3e767e7eab80f'
-'6cbfd3bbe3e22d174361d385aacbefa41a4f489f6d8a269bd9f36c619b62b2d0')
+sha256sums=('52356c103d5e0b5b71413ca734eec91300d9d692eb889c14083a77d50da9e69a'
+'238d59d12a73577c92b2603063f663d08a4240ee124f2a2e3ae5cc24dab154da'
+'13b0f21e244caec23403eadac6b0d7fe72199fa4bd9746472626df965b202544')
 noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
"ui.svg.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-svg-format.info
===
--- dbeaver-plugin-svg-format.info  2017-11-19 16:54:24 UTC (rev 267479)
+++ dbeaver-plugin-svg-format.info  2017-11-19 17:00:46 UTC (rev 267480)
@@ -1 +1 @@
-org.jkiss.dbeaver.ext.ui.svg,1.0.1,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.1.jar,4,false
+org.jkiss.dbeaver.ext.ui.svg,1.0.5,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.5.jar,4,false


[arch-commits] Commit in dbeaver-plugin-batik/repos (3 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 16:54:24
  Author: muflone
Revision: 267479

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-batik/repos/community-testing-any/
  dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD
(from rev 267478, dbeaver-plugin-batik/trunk/PKGBUILD)
  dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info
(from rev 267478, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)

---+
 PKGBUILD  |   48 
 dbeaver-plugin-batik.info |6 +
 2 files changed, 54 insertions(+)

Copied: dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD (from rev 
267478, dbeaver-plugin-batik/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-11-19 16:54:24 UTC (rev 267479)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-batik
+pkgver=1.9.1
+pkgrel=3
+pkgdesc='DBeaver library for SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-svggen_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-codec_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-constants_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-i18n_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-util_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('e5991a73791db02a129be64763979e63ed8c0fac5293be5c109068912c2c5f30'
+'cc3dea36ff993f917d2f36a9737b20b84dab8405d89c06fa32c86e384b10ed71'
+'2aeb2392f40814c4a9e90579fc972343e2d57156e371e6a3119106f6f351f677'
+'fa4894ef025d1f349dff76beca46e6fde821ceebec7479dac36712be5787d583'
+'87ebf25483696fdd080cf2707210f9cd9e673f4bed83c53f31445b4b51e39951'
+'08826cd1943f3fe3bf2b2775837fccd473d31a56e2da19e63367275ea7e654ef'
+'bd85af6346b7d2a5720be215ce3d3a1c9efc74abef2a5695ea900142b5fdec56')
+noextract=("org.apache.xmlgraphics.batik-svggen_${pkgver}.jar"
+   "org.apache.xmlgraphics.batik-codec_${pkgver}.jar"
+   "org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar"
+   "org.apache.xmlgraphics.batik-constants_${pkgver}.jar"
+   "org.apache.xmlgraphics.batik-i18n_${pkgver}.jar"
+   "org.apache.xmlgraphics.batik-util_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.apache.xmlgraphics.batik-svggen_${pkgver}.jar" \
+"org.apache.xmlgraphics.batik-codec_${pkgver}.jar" \
+"org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar" \
+"org.apache.xmlgraphics.batik-constants_${pkgver}.jar" \
+"org.apache.xmlgraphics.batik-i18n_${pkgver}.jar" \
+"org.apache.xmlgraphics.batik-util_${pkgver}.jar"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info 
(from rev 267478, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)
===
--- community-testing-any/dbeaver-plugin-batik.info 
(rev 0)
+++ community-testing-any/dbeaver-plugin-batik.info 2017-11-19 16:54:24 UTC 
(rev 267479)
@@ -0,0 +1,6 @@
+org.apache.xmlgraphics.batik-svggen,1.9.1,plugins/org.apache.xmlgraphics.batik-svggen_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-codec,1.9.1,plugins/org.apache.xmlgraphics.batik-codec_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-awt-util,1.9.1,plugins/org.apache.xmlgraphics.batik-awt-util_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-constants,1.9.1,plugins/org.apache.xmlgraphics.batik-constants_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-i18n,1.9.1,plugins/org.apache.xmlgraphics.batik-i18n_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-util,1.9.1,plugins/org.apache.xmlgraphics.batik-util_1.9.1.jar,4,false


[arch-commits] Commit in dbeaver-plugin-batik/trunk (PKGBUILD)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 16:53:57
  Author: muflone
Revision: 267478

upgpkg: dbeaver-plugin-batik 1.9.1-3

Modified:
  dbeaver-plugin-batik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 16:42:48 UTC (rev 267477)
+++ PKGBUILD2017-11-19 16:53:57 UTC (rev 267478)
@@ -3,19 +3,19 @@
 
 pkgname=dbeaver-plugin-batik
 pkgver=1.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='DBeaver library for SVG format'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
 license=('Apache')
 makedepends=('unzip')
-depends=('dbeaver>=4.1.2')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-svggen_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-codec_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-constants_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-i18n_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-util_${pkgver}.jar;
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-svggen_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-codec_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-constants_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-i18n_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-util_${pkgver}.jar;
 "${pkgname}.info")
 sha256sums=('e5991a73791db02a129be64763979e63ed8c0fac5293be5c109068912c2c5f30'
 'cc3dea36ff993f917d2f36a9737b20b84dab8405d89c06fa32c86e384b10ed71'


[arch-commits] Commit in dbeaver-plugin-apache-poi/repos (3 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 16:42:48
  Author: muflone
Revision: 267477

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-apache-poi/repos/community-testing-any/
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
(from rev 267476, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
(from rev 267476, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)

+
 PKGBUILD   |   28 
 dbeaver-plugin-apache-poi.info |1 +
 2 files changed, 29 insertions(+)

Copied: dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD (from 
rev 267476, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-11-19 16:42:48 UTC (rev 267477)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-apache-poi
+pkgver=3.16.0
+pkgrel=3
+pkgdesc='DBeaver library for Microsoft Office documents'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
+'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
+
+package() {
+  # Extract plugin
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
 (from rev 267476, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
===
--- community-testing-any/dbeaver-plugin-apache-poi.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-apache-poi.info2017-11-19 
16:42:48 UTC (rev 267477)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false


[arch-commits] Commit in dbeaver-plugin-apache-poi/trunk (PKGBUILD)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 16:42:33
  Author: muflone
Revision: 267476

upgpkg: dbeaver-plugin-apache-poi 3.16.0-3

Modified:
  dbeaver-plugin-apache-poi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 16:41:03 UTC (rev 267475)
+++ PKGBUILD2017-11-19 16:42:33 UTC (rev 267476)
@@ -3,14 +3,14 @@
 
 pkgname=dbeaver-plugin-apache-poi
 pkgver=3.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='DBeaver library for Microsoft Office documents'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
 license=('Apache')
 makedepends=('unzip')
-depends=('dbeaver>=4.1.2')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
 "${pkgname}.info")
 sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
 'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
@@ -18,9 +18,9 @@
 
 package() {
   # Extract plugin
-  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
   unzip -q "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
--d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
 
   # Add configuration file (handled by the hook)
   install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"


[arch-commits] Commit in dbeaver-plugin-office/repos (3 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 16:41:03
  Author: muflone
Revision: 267475

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 267474, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 267474, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)

+
 PKGBUILD   |   35 +++
 dbeaver-plugin-office.info |1 +
 2 files changed, 36 insertions(+)

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
267474, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-11-19 16:41:03 UTC (rev 267475)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.6
+pkgrel=1
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('ec8947fc8bd09ff2ca51e045359a071f6c3197d26f0d7a78828d5ccd94b83e26'
+'ff0c33180fa94ab641eb59293db4bb457c34059f0ebfba077dba9ab812d2921d'
+'c82774a0b1393a325884beaad24cc0c5441e761398f735743e30c6e8fd31981a')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info 
(from rev 267474, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
===
--- community-testing-any/dbeaver-plugin-office.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-office.info2017-11-19 16:41:03 UTC 
(rev 267475)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.data.office,1.1.6,plugins/org.jkiss.dbeaver.data.office_1.1.6.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/trunk (2 files)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 16:40:34
  Author: muflone
Revision: 267474

upgpkg: dbeaver-plugin-office 1.1.6-1

Modified:
  dbeaver-plugin-office/trunk/PKGBUILD
  dbeaver-plugin-office/trunk/dbeaver-plugin-office.info

+
 PKGBUILD   |   14 +++---
 dbeaver-plugin-office.info |2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 15:56:15 UTC (rev 267473)
+++ PKGBUILD2017-11-19 16:40:34 UTC (rev 267474)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-office
-pkgver=1.1.2
+pkgver=1.1.6
 pkgrel=1
 pkgdesc='DBeaver plugin to export data to Microsoft Office format'
 arch=('any')
@@ -9,13 +9,13 @@
 url='http://dbeaver.jkiss.org/'
 license=('Apache')
 makedepends=('unzip')
-depends=('dbeaver>=4.1.2' 'dbeaver-plugin-apache-poi')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('8b69feaefd10dff6f579b481e43a4416778c484556a13829fc70b4edc70cce59'
-'f2e5130d9bf8901a41831b485dbd0215f99954d27d88cde9660e12dd13fd5ce1'
-'71572bc2403e251367c6096cc623e989f913ae143025bc79675f68aa9c2df695')
+sha256sums=('ec8947fc8bd09ff2ca51e045359a071f6c3197d26f0d7a78828d5ccd94b83e26'
+'ff0c33180fa94ab641eb59293db4bb457c34059f0ebfba077dba9ab812d2921d'
+'c82774a0b1393a325884beaad24cc0c5441e761398f735743e30c6e8fd31981a')
 noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
"org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-office.info
===
--- dbeaver-plugin-office.info  2017-11-19 15:56:15 UTC (rev 267473)
+++ dbeaver-plugin-office.info  2017-11-19 16:40:34 UTC (rev 267474)
@@ -1 +1 @@
-org.jkiss.dbeaver.data.office,1.1.0,plugins/org.jkiss.dbeaver.data.office_1.1.0.jar,4,false
+org.jkiss.dbeaver.data.office,1.1.6,plugins/org.jkiss.dbeaver.data.office_1.1.6.jar,4,false


[arch-commits] Commit in lib32-libogg/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 15:56:15
  Author: heftig
Revision: 267473

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libogg/repos/multilib-x86_64/PKGBUILD
(from rev 267472, lib32-libogg/trunk/PKGBUILD)
Deleted:
  lib32-libogg/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 15:55:16 UTC (rev 267472)
+++ PKGBUILD2017-11-19 15:56:15 UTC (rev 267473)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-_pkgbasename=libogg
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="Ogg bitstream and framing library (32-bit)"
-arch=('x86_64')
-url="http://www.xiph.org/ogg/;
-license=('BSD')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(https://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.xz)
-md5sums=('87ed742047f065046eb6c36745d871b8')
-
-build() {
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-cd $srcdir/${_pkgbasename}-${pkgver}
-./configure --prefix=/usr --libdir=/usr/lib32
-make
-}
-
-package() {
-cd $srcdir/${_pkgbasename}-${pkgver}
-
-make DESTDIR=$pkgdir install
-
-rm -rf "$pkgdir"/usr/{share,bin}
-find "$pkgdir"/usr/include/ogg -type f -not -name config_types.h -delete
-mv "$pkgdir"/usr/include/ogg/config_types{,-32}.h
-mkdir -p "$pkgdir/usr/share/licenses"
-ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libogg/repos/multilib-x86_64/PKGBUILD (from rev 267472, 
lib32-libogg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 15:56:15 UTC (rev 267473)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libogg
+pkgver=1.3.3
+pkgrel=2
+pkgdesc='Ogg bitstream and framing library (32-bit)'
+arch=('x86_64')
+url='http://www.xiph.org/ogg/'
+license=('BSD')
+depends=(lib32-glibc libogg)
+makedepends=(gcc-multilib)
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;)
+sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd libogg-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd libogg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "$pkgdir"/usr/{share,include,bin}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libogg "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in libogg/repos/extra-x86_64 (PKGBUILD PKGBUILD config_types.h)

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 15:56:42
  Author: heftig
Revision: 310440

archrelease: copy trunk to extra-x86_64

Added:
  libogg/repos/extra-x86_64/PKGBUILD
(from rev 310439, libogg/trunk/PKGBUILD)
Deleted:
  libogg/repos/extra-x86_64/PKGBUILD
  libogg/repos/extra-x86_64/config_types.h

+
 PKGBUILD   |   72 ---
 config_types.h |9 --
 2 files changed, 32 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 15:54:17 UTC (rev 310439)
+++ PKGBUILD2017-11-19 15:56:42 UTC (rev 310440)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen 
-# Maintainer: Maxime Gauduin 
-# Contributor: John Proctor 
-
-pkgname=libogg
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Ogg bitstream and framing library'
-arch=('x86_64')
-url='http://www.xiph.org/ogg/'
-license=('BSD')
-depends=('glibc')
-source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;
-'config_types.h')
-md5sums=('87ed742047f065046eb6c36745d871b8'
- 'a4d786b1b1955cb85b64fd16cbbee3f9')
-
-build() {
-  cd libogg-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libogg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-# install BSD license
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
-
-# Resolve multilib conflict
-  mv "${pkgdir}"/usr/include/ogg/config_types{,-64}.h
-  install -m 644 ../config_types.h -t "${pkgdir}"/usr/include/ogg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libogg/repos/extra-x86_64/PKGBUILD (from rev 310439, 
libogg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 15:56:42 UTC (rev 310440)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Tom Gundersen 
+# Maintainer: Maxime Gauduin 
+# Contributor: John Proctor 
+
+pkgname=libogg
+pkgver=1.3.3
+pkgrel=2
+pkgdesc='Ogg bitstream and framing library'
+arch=('x86_64')
+url='http://www.xiph.org/ogg/'
+license=('BSD')
+depends=('glibc')
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;)
+sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
+
+build() {
+  cd libogg-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libogg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+# install BSD license
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: config_types.h
===
--- config_types.h  2017-11-19 15:54:17 UTC (rev 310439)
+++ config_types.h  2017-11-19 15:56:42 UTC (rev 310440)
@@ -1,9 +0,0 @@
-#include 
-
-#if __WORDSIZE == 32
-#include "config_types-32.h"
-#elif __WORDSIZE == 64
-#include "config_types-64.h"
-#else
-#error "Unknown word size"
-#endif


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

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 15:55:16
  Author: heftig
Revision: 267472

1.3.3-2: FS#56378

Modified:
  lib32-libogg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 14:22:52 UTC (rev 267471)
+++ PKGBUILD2017-11-19 15:55:16 UTC (rev 267472)
@@ -1,37 +1,34 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
-_pkgbasename=libogg
-pkgname=lib32-$_pkgbasename
+pkgname=lib32-libogg
 pkgver=1.3.3
-pkgrel=1
-pkgdesc="Ogg bitstream and framing library (32-bit)"
+pkgrel=2
+pkgdesc='Ogg bitstream and framing library (32-bit)'
 arch=('x86_64')
-url="http://www.xiph.org/ogg/;
+url='http://www.xiph.org/ogg/'
 license=('BSD')
-depends=('lib32-glibc' $_pkgbasename)
+depends=(lib32-glibc libogg)
 makedepends=(gcc-multilib)
-source=(https://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.xz)
-md5sums=('87ed742047f065046eb6c36745d871b8')
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;)
+sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
 
 build() {
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-cd $srcdir/${_pkgbasename}-${pkgver}
-./configure --prefix=/usr --libdir=/usr/lib32
-make
+  cd libogg-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
 }
 
 package() {
-cd $srcdir/${_pkgbasename}-${pkgver}
+  cd libogg-${pkgver}
 
-make DESTDIR=$pkgdir install
+  make DESTDIR="${pkgdir}" install
+  rm -rf "$pkgdir"/usr/{share,include,bin}
 
-rm -rf "$pkgdir"/usr/{share,bin}
-find "$pkgdir"/usr/include/ogg -type f -not -name config_types.h -delete
-mv "$pkgdir"/usr/include/ogg/config_types{,-32}.h
-mkdir -p "$pkgdir/usr/share/licenses"
-ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libogg "$pkgdir/usr/share/licenses/$pkgname"
 }


[arch-commits] Commit in libogg/trunk (PKGBUILD config_types.h)

2017-11-19 Thread Jan Steffens
Date: Sunday, November 19, 2017 @ 15:54:17
  Author: heftig
Revision: 310439

1.3.3-2: FS#56378

Modified:
  libogg/trunk/PKGBUILD
Deleted:
  libogg/trunk/config_types.h

+
 PKGBUILD   |   16 
 config_types.h |9 -
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 14:49:01 UTC (rev 310438)
+++ PKGBUILD2017-11-19 15:54:17 UTC (rev 310439)
@@ -5,22 +5,18 @@
 
 pkgname=libogg
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Ogg bitstream and framing library'
 arch=('x86_64')
 url='http://www.xiph.org/ogg/'
 license=('BSD')
 depends=('glibc')
-source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;
-'config_types.h')
-md5sums=('87ed742047f065046eb6c36745d871b8'
- 'a4d786b1b1955cb85b64fd16cbbee3f9')
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;)
+sha256sums=('4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08')
 
 build() {
   cd libogg-${pkgver}
-
-  ./configure \
---prefix='/usr'
+  ./configure --prefix=/usr
   make
 }
 
@@ -31,10 +27,6 @@
 
 # install BSD license
   install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
-
-# Resolve multilib conflict
-  mv "${pkgdir}"/usr/include/ogg/config_types{,-64}.h
-  install -m 644 ../config_types.h -t "${pkgdir}"/usr/include/ogg/
 }
 
 # vim: ts=2 sw=2 et:

Deleted: config_types.h
===
--- config_types.h  2017-11-19 14:49:01 UTC (rev 310438)
+++ config_types.h  2017-11-19 15:54:17 UTC (rev 310439)
@@ -1,9 +0,0 @@
-#include 
-
-#if __WORDSIZE == 32
-#include "config_types-32.h"
-#elif __WORDSIZE == 64
-#include "config_types-64.h"
-#else
-#error "Unknown word size"
-#endif


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:48:55
  Author: jgc
Revision: 310437

upgpkg: anjuta-extras 3.26.0+4+gb876d84-1

Modified:
  anjuta-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 14:44:25 UTC (rev 310436)
+++ PKGBUILD2017-11-19 14:48:55 UTC (rev 310437)
@@ -3,20 +3,36 @@
 # Contributor: Jan de Groot 
 
 pkgname=anjuta-extras
-pkgver=3.10.0
-pkgrel=4
+pkgver=3.26.0+4+gb876d84
+pkgrel=1
 pkgdesc="Anjuta Integrated Development Environment extra plugins"
 arch=('x86_64')
 license=('GPL')
 depends=('anjuta')
-makedepends=('intltool' 'itstool')
+makedepends=('intltool' 'itstool' git gnome-common)
 url="http://www.anjuta.org/;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+_commit=b876d8471853396e10e27a0056aa311d0ae535f7  # master
+source=("git+https://git.gnome.org/browse/anjuta-extras#commit=$_commit;)
 options=('!emptydirs')
-sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ANJUTA_EXTRA_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -23,6 +39,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:49:01
  Author: jgc
Revision: 310438

archrelease: copy trunk to extra-x86_64

Added:
  anjuta-extras/repos/extra-x86_64/PKGBUILD
(from rev 310437, anjuta-extras/trunk/PKGBUILD)
Deleted:
  anjuta-extras/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 14:48:55 UTC (rev 310437)
+++ PKGBUILD2017-11-19 14:49:01 UTC (rev 310438)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=anjuta-extras
-pkgver=3.10.0
-pkgrel=4
-pkgdesc="Anjuta Integrated Development Environment extra plugins"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('anjuta')
-makedepends=('intltool' 'itstool')
-url="http://www.anjuta.org/;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!emptydirs')
-sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: anjuta-extras/repos/extra-x86_64/PKGBUILD (from rev 310437, 
anjuta-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 14:49:01 UTC (rev 310438)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=anjuta-extras
+pkgver=3.26.0+4+gb876d84
+pkgrel=1
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool' git gnome-common)
+url="http://www.anjuta.org/;
+_commit=b876d8471853396e10e27a0056aa311d0ae535f7  # master
+source=("git+https://git.gnome.org/browse/anjuta-extras#commit=$_commit;)
+options=('!emptydirs')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ANJUTA_EXTRA_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gtk-sharp-2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:44:25
  Author: jgc
Revision: 310436

archrelease: copy trunk to extra-x86_64

Added:
  gtk-sharp-2/repos/extra-x86_64/PKGBUILD
(from rev 310435, gtk-sharp-2/trunk/PKGBUILD)
Deleted:
  gtk-sharp-2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 14:44:19 UTC (rev 310435)
+++ PKGBUILD2017-11-19 14:44:25 UTC (rev 310436)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-
-pkgname=gtk-sharp-2
-pkgver=2.12.42
-pkgrel=1
-pkgdesc="gtk2 bindings for C#"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://www.mono-project.com/docs/gui/gtksharp/;
-depends=('mono' 'libglade' 'gtk2')
-makedepends=('pkgconfig' 'monodoc')
-conflicts=('gtk#')
-options=('!makeflags')
-source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz)
-sha256sums=('f3b009bb73e3251378063b6f09786609cd4c061f3f8bf552f0ea663245c045c9')
-
-build() {
-  cd gtk-sharp-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk-sharp-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtk-sharp-2/repos/extra-x86_64/PKGBUILD (from rev 310435, 
gtk-sharp-2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 14:44:25 UTC (rev 310436)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias 
+
+pkgname=gtk-sharp-2
+pkgver=2.12.45
+pkgrel=1
+pkgdesc="gtk2 bindings for C#"
+arch=(x86_64)
+license=('LGPL')
+url="http://www.mono-project.com/docs/gui/gtksharp/;
+depends=('mono' 'libglade' 'gtk2')
+makedepends=('pkgconfig' 'monodoc')
+conflicts=('gtk#')
+options=('!makeflags')
+source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz)
+sha256sums=('02680578e4535441064aac21d33315daa009d742cab8098ac8b2749d86fffb6a')
+
+build() {
+  cd gtk-sharp-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk-sharp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gtk-sharp-2/trunk (PKGBUILD)

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:44:19
  Author: jgc
Revision: 310435

upgpkg: gtk-sharp-2 2.12.45-1

Modified:
  gtk-sharp-2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 14:41:27 UTC (rev 310434)
+++ PKGBUILD2017-11-19 14:44:19 UTC (rev 310435)
@@ -2,7 +2,7 @@
 # Maintainer: tobias 
 
 pkgname=gtk-sharp-2
-pkgver=2.12.42
+pkgver=2.12.45
 pkgrel=1
 pkgdesc="gtk2 bindings for C#"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=('gtk#')
 options=('!makeflags')
 
source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz)
-sha256sums=('f3b009bb73e3251378063b6f09786609cd4c061f3f8bf552f0ea663245c045c9')
+sha256sums=('02680578e4535441064aac21d33315daa009d742cab8098ac8b2749d86fffb6a')
 
 build() {
   cd gtk-sharp-${pkgver}


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:41:21
  Author: jgc
Revision: 310433

upgpkg: gnumeric 1.12.36-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 14:34:33 UTC (rev 310432)
+++ PKGBUILD2017-11-19 14:41:21 UTC (rev 310433)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.35
+pkgver=1.12.36
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
-_commit=338da2dade7576f4b4e4b66ec63998f0fef37e41  # tags/GNUMERIC_1_12_35^0
+_commit=c25d25f328fcb2a21ba0457d3822c3bf50da9a35  # tags/GNUMERIC_1_12_36^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
 revert-warnings.patch)
 sha256sums=('SKIP'


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:41:27
  Author: jgc
Revision: 310434

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 310433, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 310433, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 14:41:21 UTC (rev 310433)
+++ PKGBUILD2017-11-19 14:41:27 UTC (rev 310434)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.35
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=338da2dade7576f4b4e4b66ec63998f0fef37e41  # tags/GNUMERIC_1_12_35^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 310433, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 14:41:27 UTC (rev 310434)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.36
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=c25d25f328fcb2a21ba0457d3822c3bf50da9a35  # tags/GNUMERIC_1_12_36^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2017-11-19 14:41:21 UTC (rev 310433)
+++ revert-warnings.patch   2017-11-19 14:41:27 UTC (rev 310434)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while 

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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:34:33
  Author: jgc
Revision: 310432

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 310431, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 14:34:25 UTC (rev 310431)
+++ PKGBUILD2017-11-19 14:34:33 UTC (rev 310432)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.35+8+gbb14b288
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=bb14b288be3dcce3a212dc364b2362a11e139dae  # master
-source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 310431, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 14:34:33 UTC (rev 310432)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.36
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=ca3ca37d8aa905ae2585f430e19947e806a74fa3  # tags/GOFFICE_0_10_36^0
+source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--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 goffice/trunk (PKGBUILD)

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:34:25
  Author: jgc
Revision: 310431

upgpkg: goffice 0.10.36-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 14:26:50 UTC (rev 310430)
+++ PKGBUILD2017-11-19 14:34:25 UTC (rev 310431)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.35+8+gbb14b288
+pkgver=0.10.36
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=bb14b288be3dcce3a212dc364b2362a11e139dae  # master
+_commit=ca3ca37d8aa905ae2585f430e19947e806a74fa3  # tags/GOFFICE_0_10_36^0
 source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:26:50
  Author: jgc
Revision: 310430

archrelease: copy trunk to extra-x86_64

Added:
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 310429, anjuta/trunk/PKGBUILD)
Deleted:
  anjuta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 14:26:45 UTC (rev 310429)
+++ PKGBUILD2017-11-19 14:26:50 UTC (rev 310430)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.22.0+1+g2bd433c
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs git)
-url="http://www.anjuta.org/;
-options=('!emptydirs')
-_commit=2bd433c19394b9e2a04a41e2f2e5d89113627c40  # gnome-3-22
-source=("git://git.gnome.org/anjuta#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^ANJUTA_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  sed -i -e 's/\[0\.30\], \[0\.32\]/[0.30], [0.32], [0.34]/' configure.ac
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum --enable-gtk-doc \
-  PYTHON=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd $pkgbase/libanjuta
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
-  groups=('gnome-extra')
-
-  cd $pkgbase
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-x86_64/PKGBUILD (from rev 310429, 
anjuta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 14:26:50 UTC (rev 310430)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs git 
python)
+url="http://www.anjuta.org/;
+options=('!emptydirs')
+_commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
+source=(https://download.gnome.org/sources/$pkgbase/3.26/$pkgbase-$pkgver.tar.xz)
+sha256sums=('fb895464c1a3c915bb2bb3ea5d236fd17202caa7205f6792f70a75affc343d70')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-compile-warnings \
+  --disable-schemas-compile \
+  --disable-silent-rules \
+  --disable-static \
+  --enable-introspection \
+  --enable-plugin-devhelp \
+  --enable-plugin-glade \
+  --enable-plugin-subversion \
+  --enable-glade-catalog --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd $pkgbase-$pkgver/libanjuta
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  cd $pkgbase-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}


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

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:26:45
  Author: jgc
Revision: 310429

upgpkg: anjuta 3.26.0-1

Revert to tarball build. git does not build anymore

Modified:
  anjuta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 09:55:01 UTC (rev 310428)
+++ PKGBUILD2017-11-19 14:26:45 UTC (rev 310429)
@@ -4,35 +4,32 @@
 
 pkgbase=anjuta
 pkgname=('libanjuta' 'anjuta')
-pkgver=3.22.0+1+g2bd433c
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="GNOME Integrated Development Environment (IDE)"
 arch=(x86_64)
 license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs git)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs git 
python)
 url="http://www.anjuta.org/;
 options=('!emptydirs')
-_commit=2bd433c19394b9e2a04a41e2f2e5d89113627c40  # gnome-3-22
-source=("git://git.gnome.org/anjuta#commit=$_commit")
-sha256sums=('SKIP')
+_commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
+source=(https://download.gnome.org/sources/$pkgbase/3.26/$pkgbase-$pkgver.tar.xz)
+sha256sums=('fb895464c1a3c915bb2bb3ea5d236fd17202caa7205f6792f70a75affc343d70')
 
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^ANJUTA_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  sed -i -e 's/\[0\.30\], \[0\.32\]/[0.30], [0.32], [0.34]/' configure.ac
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd $pkgbase
+  cd $pkgbase-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum --enable-gtk-doc \
-  PYTHON=/usr/bin/python2
+  --localstatedir=/var \
+  --disable-compile-warnings \
+  --disable-schemas-compile \
+  --disable-silent-rules \
+  --disable-static \
+  --enable-introspection \
+  --enable-plugin-devhelp \
+  --enable-plugin-glade \
+  --enable-plugin-subversion \
+  --enable-glade-catalog --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
@@ -42,7 +39,7 @@
   depends=(gdl)
   conflicts=('anjuta<3.4.4')
 
-  cd $pkgbase/libanjuta
+  cd $pkgbase-$pkgver/libanjuta
 
   # j1: Race during linking
   make -j1 DESTDIR="$pkgdir" install
@@ -53,7 +50,7 @@
   depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
   groups=('gnome-extra')
 
-  cd $pkgbase
+  cd $pkgbase-$pkgver
   make -j1 DESTDIR="$pkgdir" install
 
   cd libanjuta


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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 14:22:52
  Author: muflone
Revision: 267471

archrelease: copy trunk to community-testing-x86_64

Added:
  sweethome3d/repos/community-testing-x86_64/
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
(from rev 267470, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
(from rev 267470, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
(from rev 267470, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
(from rev 267470, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml
(from rev 267470, sweethome3d/trunk/sweethome3d.xml)

-+
 PKGBUILD|   54 ++
 sweethome3d.desktop |   11 ++
 sweethome3d.install |   10 +
 sweethome3d.sh  |   44 
 4 files changed, 119 insertions(+)

Copied: sweethome3d/repos/community-testing-x86_64/PKGBUILD (from rev 267470, 
sweethome3d/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-19 14:22:52 UTC (rev 267471)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=5.6
+pkgrel=1
+pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
+arch=('x86_64')
+url="http://www.sweethome3d.com/;
+license=('GPL' 'custom')
+depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender')
+source=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.xml")
+sha256sums=('22e5c985ee881775fa4de305dbd7299f7e278c54a93db807b416be920fed5388'
+'c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
+'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+install="${pkgname}.install"
+
+package() {
+  # Desktop and launchers
+  cd "${srcdir}"
+  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+  # Install licenses
+  cd "SweetHome3D-${pkgver}"
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
+  # Install icon
+  install -m 644 -D "SweetHome3DIcon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # Install javaws.jar from jre8
+  install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" jre8/lib/javaws.jar
+  # Install main program and libraries
+  cd "lib"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
+  # Java3D 1.5 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
+  mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
+
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" libj3dcore-ogl.so
+  # Java3D 1.6 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.6"
+  install -m 644 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.jar
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.so
+}

Copied: sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop (from 
rev 267470, sweethome3d/trunk/sweethome3d.desktop)
===
--- community-testing-x86_64/sweethome3d.desktop
(rev 0)
+++ community-testing-x86_64/sweethome3d.desktop2017-11-19 14:22:52 UTC 
(rev 267471)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sweet Home 3D
+Comment=An interior design application
+TryExec=sweethome3d
+Exec=sweethome3d %f
+Icon=sweethome3d
+Categories=Office;Java;
+StartupWMClass=com-eteks-sweethome3d-SweetHome3D
+MimeType=application/x-sweethome3d

Copied: sweethome3d/repos/community-testing-x86_64/sweethome3d.install (from 
rev 267470, sweethome3d/trunk/sweethome3d.install)
===
--- community-testing-x86_64/sweethome3d.install
(rev 0)
+++ 

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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 14:22:12
  Author: muflone
Revision: 267470

upgpkg: sweethome3d 5.6-1

Modified:
  sweethome3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 13:32:07 UTC (rev 267469)
+++ PKGBUILD2017-11-19 14:22:12 UTC (rev 267470)
@@ -7,7 +7,7 @@
 # Contributor: Archan Paul 
 
 pkgname=sweethome3d
-pkgver=5.5.2
+pkgver=5.6
 pkgrel=1
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('x86_64')
@@ -14,16 +14,14 @@
 url="http://www.sweethome3d.com/;
 license=('GPL' 'custom')
 depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender')
-source=("${pkgname}.sh"
+source=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;
+"${pkgname}.sh"
 "${pkgname}.desktop"
 "${pkgname}.xml")
-source_i686=("SweetHome3D-${pkgver}-linux-x86.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x86.tgz;)
-source_x86_64=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;)
-sha256sums=('c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
+sha256sums=('22e5c985ee881775fa4de305dbd7299f7e278c54a93db807b416be920fed5388'
+'c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
 '5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
 'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
-sha256sums_i686=('701206d412df2bb9a61ac1cee60aa1494b7041c920957196aef2ad99ee7eb04b')
-sha256sums_x86_64=('6815340bf9826a59d22cf6bd7d1c83f5dbe4cdce8b060e4009edcf8c9969a9a9')
 install="${pkgname}.install"
 
 package() {


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

2017-11-19 Thread Alexander Rødseth
Date: Sunday, November 19, 2017 @ 13:31:49
  Author: arodseth
Revision: 267468

upgpkg: kotlin 1.1.60-1

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 12:56:16 UTC (rev 267467)
+++ PKGBUILD2017-11-19 13:31:49 UTC (rev 267468)
@@ -3,7 +3,7 @@
 # Contributor: Romain Gautier 
 
 pkgname=kotlin
-pkgver=1.1.51
+pkgver=1.1.60
 pkgrel=1
 pkgdesc='The Kotlin programming language'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('java-environment>=8')
 makedepends=('setconf')
 
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('0b346b138390eb0235a6700f52cc1e2b491cf1f6db179a6d06a279ef1af57ccd')
+sha256sums=('49870ecd8cc0f9c22aa920a23a45d94fa701c612bcb4ab1e5be05d91d8857413')
 
 prepare() {
   cd "${pkgname}c/bin"


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

2017-11-19 Thread Alexander Rødseth
Date: Sunday, November 19, 2017 @ 13:32:07
  Author: arodseth
Revision: 267469

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 267468, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 13:31:49 UTC (rev 267468)
+++ PKGBUILD2017-11-19 13:32:07 UTC (rev 267469)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.1.51
-pkgrel=1
-pkgdesc='The Kotlin programming language'
-arch=('any')
-url='https://kotlinlang.org/'
-license=('apache' 'custom')
-depends=('java-environment>=8')
-makedepends=('setconf')
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('0b346b138390eb0235a6700f52cc1e2b491cf1f6db179a6d06a279ef1af57ccd')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin DIR /usr/bin
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-  setconf kotlinc-js DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
-}
-
-package() {
-  cd "${pkgname}c"
-
-  # Executables
-  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
-  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
-  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
-  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
-
-  # jar files
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  # Licenses
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-
-  # build.txt must be installed for for "-version" to work
-  cd "$srcdir/${pkgname}c"
-  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
-}
-
-# getver: github.com/JetBrains/kotlin/releases/latest
-# vim: ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 267468, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 13:32:07 UTC (rev 267469)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.1.60
+pkgrel=1
+pkgdesc='The Kotlin programming language'
+arch=('any')
+url='https://kotlinlang.org/'
+license=('apache' 'custom')
+depends=('java-environment>=8')
+makedepends=('setconf')
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
+sha256sums=('49870ecd8cc0f9c22aa920a23a45d94fa701c612bcb4ab1e5be05d91d8857413')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+  setconf kotlinc-js DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # Executables
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # Licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # build.txt must be installed for for "-version" to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: github.com/JetBrains/kotlin/releases/latest
+# vim: ts=2 sw=2 et:


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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 12:56:16
  Author: muflone
Revision: 267467

archrelease: copy trunk to community-testing-x86_64

Added:
  gmtp/repos/community-testing-x86_64/
  gmtp/repos/community-testing-x86_64/PKGBUILD
(from rev 267466, gmtp/trunk/PKGBUILD)

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

Copied: gmtp/repos/community-testing-x86_64/PKGBUILD (from rev 267466, 
gmtp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-19 12:56:16 UTC (rev 267467)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele 
+
+pkgname=gmtp
+pkgver=1.3.11
+pkgrel=1
+pkgdesc="A simple MP3 player client for MTP based devices"
+arch=('x86_64')
+url="http://gmtp.sourceforge.net/;
+license=('BSD')
+depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download;)
+sha256sums=('5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 12:55:48
  Author: muflone
Revision: 267466

upgpkg: gmtp 1.3.11-1

Modified:
  gmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 12:30:01 UTC (rev 267465)
+++ PKGBUILD2017-11-19 12:55:48 UTC (rev 267466)
@@ -3,8 +3,8 @@
 # Contributor: yugrotavele 
 
 pkgname=gmtp
-pkgver=1.3.10
-pkgrel=2
+pkgver=1.3.11
+pkgrel=1
 pkgdesc="A simple MP3 player client for MTP based devices"
 arch=('x86_64')
 url="http://gmtp.sourceforge.net/;
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download;)
-sha256sums=('b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b')
+sha256sums=('5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 12:30:01
  Author: muflone
Revision: 267465

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 267464, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 267464, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 267464, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 267464, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 267464, dbeaver/trunk/dbeaver.profile.gz)

-+
 PKGBUILD|  101 ++
 dbeaver.desktop |9 
 dbeaver.hook|   12 ++
 dbeaver.install |5 ++
 4 files changed, 127 insertions(+)

Copied: dbeaver/repos/community-testing-x86_64/PKGBUILD (from rev 267464, 
dbeaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-19 12:30:01 UTC (rev 267465)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Arne Hoch 
+
+pkgname=dbeaver
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
+arch=('x86_64')
+url="http://dbeaver.jkiss.org/;
+license=("Apache")
+depends=('java-runtime=8' 'gtk2' 'gtk-update-icon-cache')
+makedepends=('maven' 'java-environment=8')
+optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
+'dbeaver-plugin-svg-format: save diagrams in SVG format')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.profile.gz"
+"${pkgname}.hook"
+"dbeaver.install")
+sha256sums=('28710fb4ef30c3e3536734393570eb6f406a36b90bc52f30b880ab04d510e556'
+'d1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
+'29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
+'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
+'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
+install="${pkgname}.install"
+
+build() {
+  cd "${pkgname}-${pkgver}/"
+  mvn --batch-mode package
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/product/standalone"
+  # Install icons into /usr/share/icons/hicolor
+  for _size in 16 32 48 64 128 256 512
+  do
+install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
+  done
+
+  # Set system architecture
+  if [ "${CARCH}" = 'x86_64' ]; then
+_arch="x86_64"
+  else
+_arch='x86'
+  fi
+
+  # Move into the target directory
+  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_arch}"
+
+  # Initially install everything into /usr/lib/dbeaver
+  install -m 755 -d "${pkgdir}/usr/lib"
+  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
+
+  # Move shared data to /usr/share/dbeaver
+  cd "${pkgdir}/usr/lib/${pkgname}"
+  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
+  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
+  do
+mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
+ln -s "/usr/share/${pkgname}/${_file}" .
+  done
+
+  # Install additional licenses
+  install -m 755 -d "${pkgdir}/usr/share/licenses"
+  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Install icons
+  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
+  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
+
+  # Install executable files into /usr/bin
+  install -m 755 -d "${pkgdir}/usr/bin"
+  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # Install application launcher into /usr/share/applications
+  install -m 755 -d "${pkgdir}/usr/share/applications"
+  install -m 755 -t "${pkgdir}/usr/share/applications" 
"${srcdir}/${pkgname}.desktop"
+
+  # Clean up and install new profile
+  rm -rf "${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.core"
+  cd 
"${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile"
+  find . -name "*.profile.gz" -delete
+  install -m 644 "${srcdir}/${pkgname}.profile.gz" "1502633007017.profile.gz"
+  cd "${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.engine"
+  rm -f ".settings/org.eclipse.equinox.p2.artifact.repository.prefs"
+  rm ".settings/org.eclipse.equinox.p2.metadata.repository.prefs"
+  rmdir ".settings"
+
+  # Install system hook
+  install -m 755 -d "${pkgdir}/usr/share/libalpm/hooks"

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

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 12:29:09
  Author: muflone
Revision: 267464

upgpkg: dbeaver 4.2.5-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 12:19:09 UTC (rev 267463)
+++ PKGBUILD2017-11-19 12:29:09 UTC (rev 267464)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.2.2
+pkgver=4.2.5
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -11,13 +11,14 @@
 license=("Apache")
 depends=('java-runtime=8' 'gtk2' 'gtk-update-icon-cache')
 makedepends=('maven' 'java-environment=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format')
+optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
+'dbeaver-plugin-svg-format: save diagrams in SVG format')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
 "${pkgname}.desktop"
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('dd46b538825a09dd7ab48194c059ba1065dc8043c5ce5d632a9b8d323903e1af'
+sha256sums=('28710fb4ef30c3e3536734393570eb6f406a36b90bc52f30b880ab04d510e556'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2017-11-19 Thread Lukas Fleischer
Date: Sunday, November 19, 2017 @ 12:19:09
  Author: lfleischer
Revision: 267463

archrelease: copy trunk to community-x86_64

Added:
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 267462, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 267462, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

-+
 PKGBUILD|  208 +++---
 notmuch.install |   16 ++--
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 12:18:25 UTC (rev 267462)
+++ PKGBUILD2017-11-19 12:19:09 UTC (rev 267463)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.25.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5840a6eef0ba9e76f3ede627f4a5793')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-x86_64/PKGBUILD (from rev 267462, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 12:19:09 UTC (rev 267463)
@@ -0,0 +1,104 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.25.2
+pkgrel=1
+arch=('x86_64')
+url="http://notmuchmail.org/;
+license=('GPL3')
+makedepends=('python2' 'python' 

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

2017-11-19 Thread Lukas Fleischer
Date: Sunday, November 19, 2017 @ 12:18:25
  Author: lfleischer
Revision: 267462

upgpkg: notmuch 0.25.2-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 12:05:29 UTC (rev 267461)
+++ PKGBUILD2017-11-19 12:18:25 UTC (rev 267462)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.25.1
+pkgver=0.25.2
 pkgrel=1
 arch=('x86_64')
 url="http://notmuchmail.org/;
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5840a6eef0ba9e76f3ede627f4a5793')
+md5sums=('0e7ca4fc1bfae5eb3eb6b43c9a2ebfda')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 12:05:29
  Author: aginiewicz
Revision: 267461

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  216 ++---
 1 file changed, 109 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 12:05:19 UTC (rev 267460)
+++ PKGBUILD2017-11-19 12:05:29 UTC (rev 267461)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-xarray from AUR to community (with dependencies)
-# TODO: package python-s3fs
-# TODO: package pandas-gbq
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.20.3
-pkgrel=1
-pkgdesc="Cross-section and time series data analysis toolkit"
-arch=('i686' 'x86_64')
-url="http://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
- 'cython' 'cython2')
-source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz;)
-md5sums=('8ef99f90cc617396b2881dae6d1de391')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-jinja: needed for conditional HTML formatting'
-  'python2-blosc: for msgpack compression using blosc'
-  'python2-pyqt4: needed for read_clipboard function (only one 
needed)'
-  'python2-pyside: needed for read_clipboard function (only one 
needed)'
-  'pygtk: needed for read_clipboard function (only one needed)'
-  'xsel: needed for read_clipboard function (only one needed)'
-  'xclip: needed for read_clipboard function (only one needed)'
-  'python2-backports.lzma: needed for xz compressed DataFrames in 
CSV'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)')
-
-  cd "$srcdir"/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-  'python-scipy: needed for miscellaneous statistical functions'
-  'python-pytables: needed for HDF5-based storage'
-  'python-sqlalchemy: needed for SQL database support'
-  'python-matplotlib: needed for plotting'
-  'python-openpyxl: needed for Excel XLSX input/output'
-  'python-xlrd: needed for Excel XLS input'
-  'python-xlwt: needed for Excel XLS output'
-  'python-xlsxwriter: alternative Excel XLSX output'
-  'python-jinja: needed 

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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 12:05:19
  Author: aginiewicz
Revision: 267460

upgpkg: python-pandas 0.21.0-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:56:52 UTC (rev 267459)
+++ PKGBUILD2017-11-19 12:05:19 UTC (rev 267460)
@@ -5,10 +5,12 @@
 # TODO: move python-xarray from AUR to community (with dependencies)
 # TODO: package python-s3fs
 # TODO: package pandas-gbq
+# TODO: Feather Format support
+# TODO: Apache Parquet support
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.20.3
+pkgver=0.21.0
 pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('x86_64')
@@ -18,7 +20,7 @@
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
  'cython' 'cython2')
 source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz;)
-md5sums=('8ef99f90cc617396b2881dae6d1de391')
+md5sums=('23d819e320672e2f0a1c992392dcf4c2')
 
 prepare() {
   cd "$srcdir"


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:44:19
  Author: aginiewicz
Revision: 267445

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 267444, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 11:44:11 UTC (rev 267444)
+++ PKGBUILD2017-11-19 11:44:19 UTC (rev 267445)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-scikit-learn
-pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('i686' 'x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 
'python-setuptools' 'cython' 'cython2')
-options=(!emptydirs)
-
-source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-md5sums=('ca6e6e197885572296ae97c1a0dca231')
-
-prepare() {
-  cd "$srcdir"
-  cp -a scikit-learn-$pkgver scikit-learn-py2-$pkgver
-  cd scikit-learn-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/scikit-learn-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package_python2-scikit-learn() {
-  depends=('python2-scipy')
-  cd "$srcdir"/scikit-learn-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}
-
-package_python-scikit-learn() {
-  depends=('python-scipy')
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 267444, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 11:44:19 UTC (rev 267445)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-scikit-learn
+pkgname=('python2-scikit-learn' 'python-scikit-learn')
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 
'python-setuptools' 'cython' 'cython2')
+options=(!emptydirs)
+
+source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+md5sums=('8fce5acd7d2d12c45d3381bbfa953d61')
+
+prepare() {
+  cd "$srcdir"
+  cp -a scikit-learn-$pkgver scikit-learn-py2-$pkgver
+  cd scikit-learn-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/scikit-learn-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package_python2-scikit-learn() {
+  depends=('python2-scipy')
+  cd "$srcdir"/scikit-learn-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}
+
+package_python-scikit-learn() {
+  depends=('python-scipy')
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:44:11
  Author: aginiewicz
Revision: 267444

upgpkg: python-scikit-learn 0.19.1-1

python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:37:44 UTC (rev 267443)
+++ PKGBUILD2017-11-19 11:44:11 UTC (rev 267444)
@@ -3,7 +3,7 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.19.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
 
source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-md5sums=('ca6e6e197885572296ae97c1a0dca231')
+md5sums=('8fce5acd7d2d12c45d3381bbfa953d61')
 
 prepare() {
   cd "$srcdir"


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:37:44
  Author: aginiewicz
Revision: 267443

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 267442, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 267442, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   70 -
 PKGBUILD |  126 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2017-11-19 11:37:37 UTC (rev 267442)
+++ LICENCE 2017-11-19 11:37:44 UTC (rev 267443)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 267442, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2017-11-19 11:37:44 UTC (rev 267443)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 11:37:37 UTC (rev 267442)
+++ PKGBUILD2017-11-19 11:37:44 UTC (rev 267443)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-

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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:37:37
  Author: aginiewicz
Revision: 267442

upgpkg: python-openpyxl 2.4.9-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:35:57 UTC (rev 267441)
+++ PKGBUILD2017-11-19 11:37:37 UTC (rev 267442)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.8
-_pkgtag='d26bb79d9448'
+pkgver=2.4.9
+_pkgtag='2b77055eecb3'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2;
 "LICENCE")
-md5sums=('35a6b0446ac9f88e84ae1b98182c715b'
+md5sums=('50d19140cea6f94bae0bca7776faa1d4'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:35:57
  Author: aginiewicz
Revision: 267441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 11:35:51 UTC (rev 267440)
+++ PKGBUILD2017-11-19 11:35:57 UTC (rev 267441)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgbase=python-fonttools
-pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.15.1
-pkgrel=1
-pkgdesc="Converts OpenType and TrueType fonts to and from XML"
-url="https://github.com/fonttools/fonttools;
-license=("BSD")
-arch=('any')
-makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha1sums=('1d2e188977c6b6e98e89eeb4b6c033ef7abdd81c')
-
-prepare() {
-  cd "$srcdir"
-  cp -a fonttools-${pkgver} fonttools-py2-${pkgver}
-  cd fonttools-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-
-  cd "$srcdir"/fonttools-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build
-}
-
-package_python2-fonttools() {
-  depends=("python2-numpy")
-
-  cd "$srcdir"/fonttools-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # fix conflicts with python-fonttools
-  mv "$pkgdir"/usr/bin/pyftinspect{,2}
-  mv "$pkgdir"/usr/bin/pyftmerge{,2}
-  mv "$pkgdir"/usr/bin/pyftsubset{,2}
-  mv "$pkgdir"/usr/bin/ttx{,2}
-  mv "$pkgdir"/usr/share/man/man1/ttx{,2}.1
-  mv "$pkgdir"/usr/bin/fonttools{,2}
-
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx2.1
-}
-
-package_python-fonttools() {
-  depends=("python-numpy")
-
-  cd "$srcdir"/fonttools-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
-}

Copied: python-fonttools/repos/community-any/PKGBUILD (from rev 267440, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 11:35:57 UTC (rev 267441)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgbase=python-fonttools
+pkgname=('python2-fonttools' 'python-fonttools')
+pkgver=3.19.0
+pkgrel=1
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="https://github.com/fonttools/fonttools;
+license=("BSD")
+arch=('any')
+makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha1sums=('683c4fc3bd7fa02de3cfb057e2a450bbf7155bd0')
+
+prepare() {
+  cd "$srcdir"
+  cp -a fonttools-${pkgver} fonttools-py2-${pkgver}
+  cd fonttools-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+
+  cd "$srcdir"/fonttools-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build
+}
+
+package_python2-fonttools() {
+  depends=("python2-numpy")
+
+  cd "$srcdir"/fonttools-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # fix conflicts with python-fonttools
+  mv "$pkgdir"/usr/bin/pyftinspect{,2}
+  mv "$pkgdir"/usr/bin/pyftmerge{,2}
+  mv "$pkgdir"/usr/bin/pyftsubset{,2}
+  mv "$pkgdir"/usr/bin/ttx{,2}
+  mv "$pkgdir"/usr/share/man/man1/ttx{,2}.1
+  mv "$pkgdir"/usr/bin/fonttools{,2}
+
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx2.1
+}
+
+package_python-fonttools() {
+  depends=("python-numpy")
+
+  cd "$srcdir"/fonttools-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r 

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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:35:51
  Author: aginiewicz
Revision: 267440

upgpkg: python-fonttools 3.19.0-1

python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:33:58 UTC (rev 267439)
+++ PKGBUILD2017-11-19 11:35:51 UTC (rev 267440)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fonttools
 pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.15.1
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="Converts OpenType and TrueType fonts to and from XML"
 url="https://github.com/fonttools/fonttools;
@@ -13,7 +13,7 @@
 arch=('any')
 makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha1sums=('1d2e188977c6b6e98e89eeb4b6c033ef7abdd81c')
+sha1sums=('683c4fc3bd7fa02de3cfb057e2a450bbf7155bd0')
 
 prepare() {
   cd "$srcdir"


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:33:58
  Author: aginiewicz
Revision: 267439

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 11:33:53 UTC (rev 267438)
+++ PKGBUILD2017-11-19 11:33:58 UTC (rev 267439)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha1sums=('288575a1d634f1b97e2ed2eb6dbcd97d0bc09c10')
-
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 267438, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 11:33:58 UTC (rev 267439)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-xlsxwriter
+pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha1sums=('7e39c9980878ecf36e1e768da4f265de75a239ea')
+
+prepare() {
+  cd "$srcdir"
+  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package_python2-xlsxwriter() {
+  depends=('python2')
+
+  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
+}
+
+package_python-xlsxwriter() {
+  depends=('python')
+
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:33:53
  Author: aginiewicz
Revision: 267438

upgpkg: python-xlsxwriter 1.0.2-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:32:13 UTC (rev 267437)
+++ PKGBUILD2017-11-19 11:33:53 UTC (rev 267438)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=1.0.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha1sums=('288575a1d634f1b97e2ed2eb6dbcd97d0bc09c10')
+sha1sums=('7e39c9980878ecf36e1e768da4f265de75a239ea')
 
 prepare() {
   cd "$srcdir"


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:32:13
  Author: aginiewicz
Revision: 267437

archrelease: copy trunk to community-x86_64

Added:
  zstd/repos/community-x86_64/PKGBUILD
(from rev 267436, zstd/trunk/PKGBUILD)
Deleted:
  zstd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 11:32:08 UTC (rev 267436)
+++ PKGBUILD2017-11-19 11:32:13 UTC (rev 267437)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-pkgname=zstd
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.zstd.net/'
-license=('BSD', 'GPL2')
-depends=('zlib' 'xz')
-makedepends=('gtest')
-source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
-sha1sums=('bf944afb80907bc2c0ade0806d2558aa5b657f09')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-make
-make zstdmt
-make -C contrib/pzstd
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make PREFIX="/usr" DESTDIR="$pkgdir/" install
-install -D -m755 zstdmt "$pkgdir/usr/bin/zstdmt"
-install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zstd/repos/community-x86_64/PKGBUILD (from rev 267436, 
zstd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 11:32:13 UTC (rev 267437)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+pkgname=zstd
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm'
+arch=('x86_64')
+url='http://www.zstd.net/'
+license=('BSD', 'GPL2')
+depends=('zlib' 'xz' 'lz4')
+makedepends=('gtest')
+source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
+sha1sums=('2478765996a25232abb5e38707fc77deeb37')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+make
+make zstdmt
+make -C contrib/pzstd
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make PREFIX="/usr" DESTDIR="$pkgdir/" install
+install -D -m755 zstdmt "$pkgdir/usr/bin/zstdmt"
+install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
+install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:32:08
  Author: aginiewicz
Revision: 267436

upgpkg: zstd 1.3.2-1

zstd: new upstream release

Modified:
  zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:27:16 UTC (rev 267435)
+++ PKGBUILD2017-11-19 11:32:08 UTC (rev 267436)
@@ -3,16 +3,16 @@
 # Contributor: Johan Förberg 
 
 pkgname=zstd
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm'
 arch=('x86_64')
 url='http://www.zstd.net/'
 license=('BSD', 'GPL2')
-depends=('zlib' 'xz')
+depends=('zlib' 'xz' 'lz4')
 makedepends=('gtest')
 source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
-sha1sums=('bf944afb80907bc2c0ade0806d2558aa5b657f09')
+sha1sums=('2478765996a25232abb5e38707fc77deeb37')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:27:16
  Author: aginiewicz
Revision: 267435

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 267434, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.sh
(from rev 267434, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.sh

-+
 PKGBUILD|   70 +-
 languagetool.sh |  142 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 11:27:05 UTC (rev 267434)
+++ PKGBUILD2017-11-19 11:27:16 UTC (rev 267435)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=3.8
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh")
-noextract=($pkgname-$pkgver.zip)
-md5sums=('076d4bfdca44fb4d3e02c3dbb395d53e'
- '136387ef7979e23004330d553736a89b')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 267434, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 11:27:16 UTC (rev 267435)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=3.9
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('4cf5a544a229df93c90690cd3208c7a4'
+ '136387ef7979e23004330d553736a89b')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2017-11-19 11:27:05 UTC (rev 267434)
+++ languagetool.sh 2017-11-19 11:27:16 UTC (rev 267435)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-http_server=false
-
-declare -a argv=("$@")
-
-i=0
-for arg in "$@"; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == --http ]]; then
-start_server=true
-http_server=true
-unset argv[$i]
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  ((i++))
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-NSRV_command='org.languagetool.server.HTTPServer'
-SSRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo "Command-line interface (CLI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $CLI_command -h | sed "s/java -jar 
languagetool-commandline.jar/languagetool/"
-  echo
-  echo "Graphical user interface (GUI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $GUI_command -h | sed "s/java 
org.languagetool.gui.Main/languagetool/"
-  echo
-  echo "HTTP server help:"
-  "$JAVA_HOME/bin/java" 

  1   2   >