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

2018-02-19 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 20, 2018 @ 04:13:40
  Author: farseerfc
Revision: 296444

archrelease: copy trunk to community-x86_64

Added:
  lzip/repos/community-x86_64/PKGBUILD
(from rev 296443, lzip/trunk/PKGBUILD)
Deleted:
  lzip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 04:12:50 UTC (rev 296443)
+++ PKGBUILD2018-02-20 04:13:40 UTC (rev 296444)
@@ -1,29 +0,0 @@
-# Maintainer:  Jiachen Yang 
-# AUR Maintainer:  apophys 
-# Contributor: Christoph Zeiler 
-# Contributor: Renzo Carbonara 
-
-pkgname=lzip
-pkgver=1.19
-pkgrel=1
-pkgdesc="A lossless file compressor based on the LZMA algorithm"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/lzip/lzip.html;
-license=('GPL3')
-depends=('gcc-libs')
-source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
-   
"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha512sums=('513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392'
-'SKIP')
-validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz 

-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install{,-man}
-}

Copied: lzip/repos/community-x86_64/PKGBUILD (from rev 296443, 
lzip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 04:13:40 UTC (rev 296444)
@@ -0,0 +1,32 @@
+# Maintainer:  Jiachen Yang 
+# AUR Maintainer:  apophys 
+# Contributor: Christoph Zeiler 
+# Contributor: Renzo Carbonara 
+
+pkgname=lzip
+pkgver=1.20
+pkgrel=1
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('x86_64')
+url="http://www.nongnu.org/lzip/lzip.html;
+license=('GPL3')
+depends=('gcc-libs')
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+   
"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+
+## upstream provided sha256sum:
+## http://lists.nongnu.org/archive/html/lzip-bug/2018-02/msg6.html
+sha256sums=('c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c'
+'SKIP')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz 

+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}


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

2018-02-19 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 20, 2018 @ 04:12:50
  Author: farseerfc
Revision: 296443

upgpkg: lzip 1.20-1

lzip: update to 1.20

Modified:
  lzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 00:03:32 UTC (rev 296442)
+++ PKGBUILD2018-02-20 04:12:50 UTC (rev 296443)
@@ -4,7 +4,7 @@
 # Contributor: Renzo Carbonara 
 
 pkgname=lzip
-pkgver=1.19
+pkgver=1.20
 pkgrel=1
 pkgdesc="A lossless file compressor based on the LZMA algorithm"
 arch=('x86_64')
@@ -13,7 +13,10 @@
 depends=('gcc-libs')
 
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;

"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha512sums=('513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392'
+
+## upstream provided sha256sum:
+## http://lists.nongnu.org/archive/html/lzip-bug/2018-02/msg6.html
+sha256sums=('c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c'
 'SKIP')
 validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz 

 


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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 23:17:44
  Author: arojas
Revision: 296439

Drop sagemath-src, sources are now included in main sagemath package

Modified:
  sagemath-doc/trunk/PKGBUILD
Deleted:
  sagemath-doc/trunk/fes02.patch
  sagemath-doc/trunk/jupyter-path.patch
  sagemath-doc/trunk/latte-count.patch
  sagemath-doc/trunk/package.patch
  sagemath-doc/trunk/pari-stackwarn.patch
  sagemath-doc/trunk/r-no-readline.patch
  sagemath-doc/trunk/sagemath-detect-igraph.patch
  sagemath-doc/trunk/sagemath-env.patch
  sagemath-doc/trunk/sagemath-ipython-prompt.patch
  sagemath-doc/trunk/sagemath-linbox-1.5.patch
  sagemath-doc/trunk/sagemath-lrs.patch
  sagemath-doc/trunk/sagemath-matplotlib2.patch
  sagemath-doc/trunk/sagemath-networkx2.patch
  sagemath-doc/trunk/sagemath-pynac-0.7.14.patch
  sagemath-doc/trunk/sagemath-python3-notebook.patch
  sagemath-doc/trunk/sagemath-scipy-1.0.patch
  sagemath-doc/trunk/sagemath-threejs.patch
  sagemath-doc/trunk/test-optional.patch

-+
 PKGBUILD|   89 
 fes02.patch |   57 ---
 jupyter-path.patch  |   22 ---
 latte-count.patch   |   71 -
 package.patch   |   38 -
 pari-stackwarn.patch|   23 ---
 r-no-readline.patch |   11 -
 sagemath-detect-igraph.patch|   21 --
 sagemath-env.patch  |  107 --
 sagemath-ipython-prompt.patch   |   13 -
 sagemath-linbox-1.5.patch   |  272 --
 sagemath-lrs.patch  |   22 ---
 sagemath-matplotlib2.patch  |  253 ---
 sagemath-networkx2.patch|  196 ---
 sagemath-pynac-0.7.14.patch |  167 ---
 sagemath-python3-notebook.patch |   27 ---
 sagemath-scipy-1.0.patch|   16 --
 sagemath-threejs.patch  |   11 -
 test-optional.patch |   25 ---
 19 files changed, 6 insertions(+), 1435 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 22:41:06 UTC (rev 296438)
+++ PKGBUILD2018-02-19 23:17:44 UTC (rev 296439)
@@ -1,41 +1,19 @@
 # $Id$
 # Maintainer: Antonio Rojas 
 
-pkgbase=sagemath-doc
-pkgname=(sagemath-doc sagemath-src)
+pkgname=sagemath-doc
 pkgver=8.1
-pkgrel=2
+pkgrel=3
+pkgdesc="HTML documentation and inline help for SageMath"
 arch=(any)
 url="http://www.sagemath.org;
 license=(GPL)
+depends=(python2-sphinx gap-doc thebe)
 makedepends=(sage-notebook python2-pyzmq python2-pillow python2-docutils 
tachyon
- python2-jupyter_client python2-pkgconfig cython2 thebe 
python2-sphinx python2-ipywidgets)
+ python2-jupyter_client python2-pkgconfig cython2 
python2-ipywidgets)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
-sagemath-env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
-r-no-readline.patch fes02.patch sagemath-threejs.patch 
sagemath-detect-igraph.patch pari-stackwarn.patch
-sagemath-detect-igraph.patch sagemath-networkx2.patch 
sagemath-linbox-1.5.patch sagemath-pynac-0.7.14.patch
-sagemath-matplotlib2.patch sagemath-scipy-1.0.patch sagemath-lrs.patch 
sagemath-ipython-prompt.patch
 docbuild_main.patch sagemath-doc-no-sagenb.patch)
 sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
-'39b76a189365464998cab9355d177581bc2b15dff10858f316faa85f2efa0426'
-'c41ae665499c6cd775d40bbe178f8786830b0931ee26bf11ee02f7d83bcc8107'
-'0b680e674c11c47afa86162d8b49645620b8912722e08133d23357c29ca9310a'
-'2cad308f8adbb6c54e6603fa22b2f0eb60f6f09248d5d015000c3932ac14f646'
-'962ce805c87147212b21fc2ab0ac9af9bd0033942c7a6905b9906645b48e8a4f'
-'ef94908d4ab28d13af622e6e58ec191aa78817d17e4466c7bb6f64ee72a813b9'
-'afd0952b9bb8f52fd428eae36cf719a58ff85a894baae88cbb2124e043768cc7'
-'7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
-'514135b920a43f999571a15e97b41e14f5bed59f65b19643864dc23555a7b830'
-'28d7789b8d777922ab8871ca43b6afab751428cae875c0343d3962e6a2030b88'
-'bfd2a20a33ab19a8a8b216a77d07f62e809fe1e1879c4f171ce5dca62fd482e9'
-'28d7789b8d777922ab8871ca43b6afab751428cae875c0343d3962e6a2030b88'
-'1024f3a6a9a1a6ae96d9962bb7d1f5842f4a4a5ff5098afad81a60188b7d5160'
-'a52d03e04c9d64bb957a1f8dcdae3280ebb9450a7fd76aaf5ae5de5c6f74774f'
-'538f7b279d72f4b67edb445d386d267f3f7022c1079031ca7ea06f6ce392c906'
-'b9ab2bb5f381ea425e8763b81b8b3a108a3951c594fb1f37f7df921e7c77e26d'
-'17397b8e1843b013ef5d2e083369109f0719651edd8ef0c8493cb49e2bc4324a'
-

[arch-commits] Commit in sagemath-doc/repos/community-any (24 files)

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 23:18:25
  Author: arojas
Revision: 296440

archrelease: copy trunk to community-any

Added:
  sagemath-doc/repos/community-any/PKGBUILD
(from rev 296439, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-any/docbuild_main.patch
(from rev 296439, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-any/sagemath-doc-no-sagenb.patch
(from rev 296439, sagemath-doc/trunk/sagemath-doc-no-sagenb.patch)
Deleted:
  sagemath-doc/repos/community-any/PKGBUILD
  sagemath-doc/repos/community-any/docbuild_main.patch
  sagemath-doc/repos/community-any/fes02.patch
  sagemath-doc/repos/community-any/jupyter-path.patch
  sagemath-doc/repos/community-any/latte-count.patch
  sagemath-doc/repos/community-any/package.patch
  sagemath-doc/repos/community-any/pari-stackwarn.patch
  sagemath-doc/repos/community-any/r-no-readline.patch
  sagemath-doc/repos/community-any/sagemath-detect-igraph.patch
  sagemath-doc/repos/community-any/sagemath-doc-no-sagenb.patch
  sagemath-doc/repos/community-any/sagemath-ecl-no-sigfpe.patch
  sagemath-doc/repos/community-any/sagemath-env.patch
  sagemath-doc/repos/community-any/sagemath-linbox-1.5.patch
  sagemath-doc/repos/community-any/sagemath-lrs.patch
  sagemath-doc/repos/community-any/sagemath-matplotlib2.patch
  sagemath-doc/repos/community-any/sagemath-networkx2.patch
  sagemath-doc/repos/community-any/sagemath-pynac-0.7.14.patch
  sagemath-doc/repos/community-any/sagemath-python3-notebook.patch
  sagemath-doc/repos/community-any/sagemath-scipy-1.0.patch
  sagemath-doc/repos/community-any/sagemath-threejs.patch
  sagemath-doc/repos/community-any/test-optional.patch

-+
 PKGBUILD|  208 +
 docbuild_main.patch |   12 -
 fes02.patch |   57 ---
 jupyter-path.patch  |   22 ---
 latte-count.patch   |   71 -
 package.patch   |   38 -
 pari-stackwarn.patch|   23 ---
 r-no-readline.patch |   11 -
 sagemath-detect-igraph.patch|   21 --
 sagemath-doc-no-sagenb.patch|   56 +++
 sagemath-ecl-no-sigfpe.patch|   12 -
 sagemath-env.patch  |  105 --
 sagemath-linbox-1.5.patch   |  272 --
 sagemath-lrs.patch  |   22 ---
 sagemath-matplotlib2.patch  |  253 ---
 sagemath-networkx2.patch|   26 ---
 sagemath-pynac-0.7.14.patch |  167 ---
 sagemath-python3-notebook.patch |   27 ---
 sagemath-scipy-1.0.patch|   16 --
 sagemath-threejs.patch  |   11 -
 test-optional.patch |   25 ---
 21 files changed, 101 insertions(+), 1354 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 23:17:44 UTC (rev 296439)
+++ PKGBUILD2018-02-19 23:18:25 UTC (rev 296440)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=sagemath-doc
-pkgname=(sagemath-doc sagemath-src)
-pkgver=8.1
-pkgrel=2
-arch=(any)
-url="http://www.sagemath.org;
-license=(GPL)
-makedepends=(sage-notebook python2-pyzmq python2-pillow python2-docutils 
tachyon
- python2-jupyter_client python2-pkgconfig cython2 thebe 
python2-sphinx python2-ipywidgets)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
-sagemath-env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
-r-no-readline.patch fes02.patch sagemath-threejs.patch 
sagemath-detect-igraph.patch pari-stackwarn.patch
-sagemath-detect-igraph.patch sagemath-networkx2.patch 
sagemath-linbox-1.5.patch sagemath-pynac-0.7.14.patch
-sagemath-matplotlib2.patch sagemath-scipy-1.0.patch sagemath-lrs.patch
-docbuild_main.patch sagemath-doc-no-sagenb.patch)
-sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
-'6dc9b101310f80381c61c0312a3e5c648771bfe0de2e94ac46fafe7282a3e0ee'
-'c41ae665499c6cd775d40bbe178f8786830b0931ee26bf11ee02f7d83bcc8107'
-'0b680e674c11c47afa86162d8b49645620b8912722e08133d23357c29ca9310a'
-'2cad308f8adbb6c54e6603fa22b2f0eb60f6f09248d5d015000c3932ac14f646'
-'962ce805c87147212b21fc2ab0ac9af9bd0033942c7a6905b9906645b48e8a4f'
-'ef94908d4ab28d13af622e6e58ec191aa78817d17e4466c7bb6f64ee72a813b9'
-'afd0952b9bb8f52fd428eae36cf719a58ff85a894baae88cbb2124e043768cc7'
-'7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
-'514135b920a43f999571a15e97b41e14f5bed59f65b19643864dc23555a7b830'
-'28d7789b8d777922ab8871ca43b6afab751428cae875c0343d3962e6a2030b88'
-'bfd2a20a33ab19a8a8b216a77d07f62e809fe1e1879c4f171ce5dca62fd482e9'
-  

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

2018-02-19 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 20, 2018 @ 00:02:45
  Author: anatolik
Revision: 296441

upgpkg: stlink 1.5.0-2

FS#57566: fix version number reported by the tool

Modified:
  stlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 23:18:25 UTC (rev 296440)
+++ PKGBUILD2018-02-20 00:02:45 UTC (rev 296441)
@@ -3,7 +3,7 @@
 
 pkgname=stlink
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
 arch=(x86_64)
 url='https://github.com/texane/stlink'
@@ -14,7 +14,7 @@
 optdepends=('gtk3: GUI application')
 install=stlink.install
 
source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('d54f0e3e82b9829a7581776fec619d9f02d2ec08e39429e4257d80bf155cd5f9')
+sha256sums=('a29cf64ef2247ea2418c929bed8aecbb360f40ad489f1f268e31ca8eb974cab8')
 
 build() {
   cd stlink-$pkgver


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

2018-02-19 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 20, 2018 @ 00:03:32
  Author: anatolik
Revision: 296442

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   68 +++
 stlink.install |   44 +--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 00:02:45 UTC (rev 296441)
+++ PKGBUILD2018-02-20 00:03:32 UTC (rev 296442)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=stlink
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-# Add support for gtk3-based GUI
-depends=(libusb)
-makedepends=(cmake gtk3)
-optdepends=('gtk3: GUI application')
-install=stlink.install
-source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('d54f0e3e82b9829a7581776fec619d9f02d2ec08e39429e4257d80bf155cd5f9')
-
-build() {
-  cd stlink-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
--DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
-  make
-}
-
-package() {
-  cd stlink-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/usr/lib/libstlink.a
-}

Copied: stlink/repos/community-x86_64/PKGBUILD (from rev 296441, 
stlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 00:03:32 UTC (rev 296442)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=stlink
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+# Add support for gtk3-based GUI
+depends=(libusb)
+makedepends=(cmake gtk3)
+optdepends=('gtk3: GUI application')
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('a29cf64ef2247ea2418c929bed8aecbb360f40ad489f1f268e31ca8eb974cab8')
+
+build() {
+  cd stlink-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
+-DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
+  make
+}
+
+package() {
+  cd stlink-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/usr/lib/libstlink.a
+}

Deleted: stlink.install
===
--- stlink.install  2018-02-20 00:02:45 UTC (rev 296441)
+++ stlink.install  2018-02-20 00:03:32 UTC (rev 296442)
@@ -1,22 +0,0 @@
-msg() {
-  udevadm control --reload-rules
-  echo "You may have to reload the usb-storage module."
-  echo "To do this use"
-  echo "modprobe -r usb-storage && modprobe usb-storage"
-}
-
-# arg 1:  the new package version
-post_install() {
-  msg
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  msg
-}
-
-# arg 1:  the old package version
-post_remove() {
-  msg
-}

Copied: stlink/repos/community-x86_64/stlink.install (from rev 296441, 
stlink/trunk/stlink.install)
===
--- stlink.install  (rev 0)
+++ stlink.install  2018-02-20 00:03:32 UTC (rev 296442)
@@ -0,0 +1,22 @@
+msg() {
+  udevadm control --reload-rules
+  echo "You may have to reload the usb-storage module."
+  echo "To do this use"
+  echo "modprobe -r usb-storage && modprobe usb-storage"
+}
+
+# arg 1:  the new package version
+post_install() {
+  msg
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  msg
+}
+
+# arg 1:  the old package version
+post_remove() {
+  msg
+}


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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 07:21:36
  Author: arojas
Revision: 296446

archrelease: copy trunk to community-any

Added:
  luarocks/repos/community-any/PKGBUILD
(from rev 296445, luarocks/trunk/PKGBUILD)
Deleted:
  luarocks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 07:21:13 UTC (rev 296445)
+++ PKGBUILD2018-02-20 07:21:36 UTC (rev 296446)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=luarocks
-pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
-pkgver=2.4.2
-pkgrel=1
-arch=('any')
-url='http://luarocks.org/'
-license=('custom')
-depends=('unzip' 'zip' 'curl')
-makedepends=('lua' 'lua51' 'lua52')
-optdepends=('cvs: for fetching sources from CVS repositories'
-'git: for fetching sources from git repositories'
-'mercurial: for fetching sources from mercurial repositories'
-'cmake: for building rocks that use the cmake build system')
-options=('!makeflags')
-source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('32f30478d6bb3594aff9b59ebe591bbd')
-
-prepare() {
-  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
-  cp -r $pkgbase-$pkgver ${pkgbase}5.2-$pkgver
-}
-
-build() {
-
-  cd $pkgbase-$pkgver
-  LUA_VERSION= ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.3 \
---with-lua-include=/usr/include \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-
-  cd ../${pkgbase}5.1-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.1 \
---lua-suffix=5.1 \
---with-lua-include=/usr/include/lua5.1 \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-  sed -i 's/env lua/env lua5.1/' src/bin/luarocks{,-admin}
-
-  cd ../${pkgbase}5.2-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.2 \
---lua-suffix=5.2 \
---with-lua-include=/usr/include/lua5.2 \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-  sed -i 's/env lua/env lua5.2/' src/bin/luarocks{,-admin}
-}
-
-package_luarocks() {
-  pkgdesc='Deployment and management system for Lua 5.3 modules'
-  backup=('etc/luarocks/config-5.3.lua')
-  depends+=('lua')
-  optdepends+=('lua-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
"$pkgdir"/usr/share/lua/5.3/luarocks/site_config.lua
-}
-
-package_luarocks5.1() {
-  pkgdesc='Deployment and management system for Lua 5.1 modules'
-  backup=('etc/luarocks/config-5.1.lua')
-  depends+=('lua51')
-  optdepends+=('lua51-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/usr/bin/luarocks{,-admin}
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
"$pkgdir"/usr/share/lua/5.1/luarocks/site_config.lua
-}
-
-package_luarocks5.2() {
-  pkgdesc='Deployment and management system for Lua 5.2 modules'
-  backup=('etc/luarocks/config-5.2.lua')
-  depends+=('lua52')
-  optdepends+=('lua52-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/usr/bin/luarocks{,-admin}
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
"$pkgdir"/usr/share/lua/5.2/luarocks/site_config.lua
-}

Copied: luarocks/repos/community-any/PKGBUILD (from rev 296445, 
luarocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 07:21:36 UTC (rev 296446)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=luarocks
+pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
+pkgver=2.4.3
+pkgrel=1
+arch=('any')
+url='http://luarocks.org/'
+license=('custom')
+depends=('unzip' 'zip' 'curl')
+makedepends=('lua' 'lua51' 'lua52')
+optdepends=('cvs: for fetching sources from CVS repositories'
+'git: for fetching sources from git repositories'
+'mercurial: for fetching sources from mercurial repositories'
+'cmake: for building rocks that use the cmake build system')
+options=('!makeflags')
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('37bb60fe084ca4f6c871d31bd248d5cc')
+
+prepare() {
+  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
+  cp -r 

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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 07:21:13
  Author: arojas
Revision: 296445

Update to 2.4.3

Modified:
  luarocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 04:13:40 UTC (rev 296444)
+++ PKGBUILD2018-02-20 07:21:13 UTC (rev 296445)
@@ -5,7 +5,7 @@
 
 pkgbase=luarocks
 pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 arch=('any')
 url='http://luarocks.org/'
@@ -18,7 +18,7 @@
 'cmake: for building rocks that use the cmake build system')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('32f30478d6bb3594aff9b59ebe591bbd')
+md5sums=('37bb60fe084ca4f6c871d31bd248d5cc')
 
 prepare() {
   cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver


[arch-commits] Commit in sagemath/trunk (PKGBUILD sagemath-env.patch)

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 07:40:08
  Author: arojas
Revision: 296447

Fix SAGE_SRC for new source location

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/sagemath-env.patch

+
 PKGBUILD   |4 ++--
 sagemath-env.patch |   18 --
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 07:21:36 UTC (rev 296446)
+++ PKGBUILD2018-02-20 07:40:08 UTC (rev 296447)
@@ -9,7 +9,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
@@ -42,7 +42,7 @@
 sagemath-singular-4.1.1.patch
 
sagemath-cython-source.patch::"https://github.com/sagemath/sage/commit/fccaf230.patch;)
 sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
-'39b76a189365464998cab9355d177581bc2b15dff10858f316faa85f2efa0426'
+'9593f49ac3f73bc7106f661bdaa484d22c12b889964986f5a99b75a605a2359b'
 'c41ae665499c6cd775d40bbe178f8786830b0931ee26bf11ee02f7d83bcc8107'
 '0b680e674c11c47afa86162d8b49645620b8912722e08133d23357c29ca9310a'
 '2cad308f8adbb6c54e6603fa22b2f0eb60f6f09248d5d015000c3932ac14f646'

Modified: sagemath-env.patch
===
--- sagemath-env.patch  2018-02-20 07:21:36 UTC (rev 296446)
+++ sagemath-env.patch  2018-02-20 07:40:08 UTC (rev 296447)
@@ -58,7 +58,7 @@
 -export SAGE_SRC="$SAGE_ROOT/src"
 -export SAGE_DOC_SRC="$SAGE_SRC/doc"
 +export GAP_ROOT_DIR="/usr/lib/gap"
-+export SAGE_SRC="$SAGE_SHARE/sage/source"
++export SAGE_SRC="$SAGE_LOCAL/lib/python2.7/site-packages"
 +export SAGE_DOC_SRC="$SAGE_SHARE/doc/sage"
  export SAGE_DOC="$SAGE_SHARE/doc/sage"
  
@@ -104,4 +104,18 @@
  _add_variable_or_fallback('SAGE_ETC',opj('$SAGE_LOCAL', 'etc'))
  _add_variable_or_fallback('SAGE_INC',opj('$SAGE_LOCAL', 'include'))
  _add_variable_or_fallback('SAGE_SHARE',  opj('$SAGE_LOCAL', 'share'))
-
+ 
+-_add_variable_or_fallback('SAGE_SRC',opj('$SAGE_ROOT', 'src'))
++_add_variable_or_fallback('SAGE_SRC',opj('$SAGE_LOCAL', 'lib', 
'python2.7', 'site-packages'))
+ 
+ try:
+ sitepackages_dirs = site.getsitepackages()
+@@ -163,7 +163,7 @@
+ _add_variable_or_fallback('GRAPHS_DATA_DIR',  opj('$SAGE_SHARE','graphs'))
+ _add_variable_or_fallback('ELLCURVE_DATA_DIR',opj('$SAGE_SHARE','ellcurves'))
+ 
_add_variable_or_fallback('POLYTOPE_DATA_DIR',opj('$SAGE_SHARE','reflexive_polytopes'))
+-_add_variable_or_fallback('GAP_ROOT_DIR', 
opj('$SAGE_LOCAL','gap','latest'))
++_add_variable_or_fallback('GAP_ROOT_DIR', opj('$SAGE_LOCAL','lib','gap'))
+ _add_variable_or_fallback('THEBE_DIR',opj('$SAGE_SHARE','thebe'))
+ 
+ # locate singular shared object


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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 08:09:04
  Author: arojas
Revision: 317273

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 317272, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 317272, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  264 +++---
 arch-fonts.diff |  214 +--
 2 files changed, 239 insertions(+), 239 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:08:18 UTC (rev 317272)
+++ PKGBUILD2018-02-19 08:09:04 UTC (rev 317273)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.9.34
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('b37d8ea71a367f0d2267e8441b470cc6f2eaac0ce94837dcc87b011c55bf212c'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir/usr/lib/$pkgbase/pkgconfig"
-  mv "$pkgdir"/usr/lib/pkgconfig/!(*Q16HDRI*) 
"$pkgdir/usr/lib/$pkgbase/pkgconfig/"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-}
-
-package_imagemagick6() {
-  depends=("libmagick6=$pkgver-$pkgrel")
-  provides=("imagemagick=$pkgver-$pkgrel")
-  conflicts=(imagemagick)
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 317272, 

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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 08:08:18
  Author: arojas
Revision: 317272

Update to 6.9.9.35

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 07:59:53 UTC (rev 317271)
+++ PKGBUILD2018-02-19 08:08:18 UTC (rev 317272)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.9.34
+pkgver=6.9.9.35
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('b37d8ea71a367f0d2267e8441b470cc6f2eaac0ce94837dcc87b011c55bf212c'
+sha256sums=('11c07cbf8691787af9746ffd42456755bfa1f45be0ba9a4ef12284b351128825'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


[arch-commits] Commit in perl-xml-sax-writer/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:58:50
  Author: spupykin
Revision: 296333

upgpkg: perl-xml-sax-writer 0.57-1

Modified:
  perl-xml-sax-writer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:58:42 UTC (rev 296332)
+++ PKGBUILD2018-02-19 08:58:50 UTC (rev 296333)
@@ -3,8 +3,8 @@
 # Contributor: Ondrej Kucera 
 
 pkgname=perl-xml-sax-writer
-pkgver=0.56
-pkgrel=2
+pkgver=0.57
+pkgrel=1
 pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
 arch=("any")
 url="http://search.cpan.org/dist/XML-SAX-Writer/;
@@ -12,7 +12,7 @@
 depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('e5fa5e2b2f6867b1aca9b5b43e1ce361')
+sha256sums=('3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0')
 
 build() {
   cd "$srcdir"/XML-SAX-Writer-${pkgver}


[arch-commits] Commit in perl-xml-sax-writer/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:59:06
  Author: spupykin
Revision: 296334

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-writer/repos/community-any/PKGBUILD
(from rev 296333, perl-xml-sax-writer/trunk/PKGBUILD)
Deleted:
  perl-xml-sax-writer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:58:50 UTC (rev 296333)
+++ PKGBUILD2018-02-19 08:59:06 UTC (rev 296334)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Ondrej Kucera 
-
-pkgname=perl-xml-sax-writer
-pkgver=0.56
-pkgrel=2
-pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
-arch=("any")
-url="http://search.cpan.org/dist/XML-SAX-Writer/;
-license=("PerlArtistic")
-depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('e5fa5e2b2f6867b1aca9b5b43e1ce361')
-
-build() {
-  cd "$srcdir"/XML-SAX-Writer-${pkgver}
-  # Install module into the vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd "$srcdir"/XML-SAX-Writer-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  # Remove .packlist and perllocal.pod files.
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name 'perllocal.pod' -delete
-}

Copied: perl-xml-sax-writer/repos/community-any/PKGBUILD (from rev 296333, 
perl-xml-sax-writer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:59:06 UTC (rev 296334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Ondrej Kucera 
+
+pkgname=perl-xml-sax-writer
+pkgver=0.57
+pkgrel=1
+pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
+arch=("any")
+url="http://search.cpan.org/dist/XML-SAX-Writer/;
+license=("PerlArtistic")
+depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
+sha256sums=('3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0')
+
+build() {
+  cd "$srcdir"/XML-SAX-Writer-${pkgver}
+  # Install module into the vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/XML-SAX-Writer-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  # Remove .packlist and perllocal.pod files.
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name 'perllocal.pod' -delete
+}


[arch-commits] Commit in perl-variable-magic/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:58:28
  Author: spupykin
Revision: 296331

upgpkg: perl-variable-magic 0.62-1

Modified:
  perl-variable-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:58:20 UTC (rev 296330)
+++ PKGBUILD2018-02-19 08:58:28 UTC (rev 296331)
@@ -5,8 +5,8 @@
 
 pkgname="perl-variable-magic"
 _cpanname="Variable-Magic"
-pkgver=0.61
-pkgrel=4
+pkgver=0.62
+pkgrel=1
 pkgdesc="Associate user-defined magic to variables from Perl."
 arch=("x86_64")
 license=("PerlArtistic" "GPL")
@@ -26,7 +26,7 @@
 PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
 MODULEBUILDRC="/dev/null"
 }
-sha256sums=('b8afe92e54c72a2ed2ca1b08ce90518b855734f7d33c454d0f66f2c1ccf8a6d7')
+sha256sums=('3f9a18517e33f006a9c2fc4f43f01b54abfe6ff2eae7322424f31069296b615c')
 
 build() {
   prepareEnvironment


[arch-commits] Commit in perl-test-trap/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:58:20
  Author: spupykin
Revision: 296330

archrelease: copy trunk to community-any

Added:
  perl-test-trap/repos/community-any/PKGBUILD
(from rev 296329, perl-test-trap/trunk/PKGBUILD)
Deleted:
  perl-test-trap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:58:06 UTC (rev 296329)
+++ PKGBUILD2018-02-19 08:58:20 UTC (rev 296330)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-test-trap
-pkgver=0.3.2
-pkgrel=4
-pkgdesc='Trap exit codes, exceptions, output, etc.'
-arch=('any')
-url="https://metacpan.org/release/Test-Trap;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-data-dump' 'perl-test-tester')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
-sha1sums=('21d5f5290e8d32258f5e63e93d797f477e9b4d71')
-sha1sums=('59d59c9c994de09c8f61ae2a3fe783a477d955aa')
-sha1sums=('92dfe5c1437375d17e21ac710eea26588ebc2d61')
-
-build() {
-  cd Test-Trap-v$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Trap-v$pkgver
-  # XXX: test fails since perl 5.26.0, no idea why, figure it out later - 
bluewind
-  rm -f t/10-tester.t
-  make test
-}
-
-package() {
-  cd Test-Trap-v$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-trap/repos/community-any/PKGBUILD (from rev 296329, 
perl-test-trap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:58:20 UTC (rev 296330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-test-trap
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Trap exit codes, exceptions, output, etc.'
+arch=('any')
+url="https://metacpan.org/release/Test-Trap;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-data-dump' 'perl-test-tester')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
+sha1sums=('a4558dafadebc01ac5e53689708163079520720e')
+
+build() {
+  cd Test-Trap-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Trap-v$pkgver
+  # XXX: test fails since perl 5.26.0, no idea why, figure it out later - 
bluewind
+  rm -f t/10-tester.t
+  make test
+}
+
+package() {
+  cd Test-Trap-v$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-term-progressbar/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:57:58
  Author: spupykin
Revision: 296328

archrelease: copy trunk to community-any

Added:
  perl-term-progressbar/repos/community-any/PKGBUILD
(from rev 296327, perl-term-progressbar/trunk/PKGBUILD)
Deleted:
  perl-term-progressbar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:57:43 UTC (rev 296327)
+++ PKGBUILD2018-02-19 08:57:58 UTC (rev 296328)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-term-progressbar
-pkgver=2.18
-pkgrel=3
-pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
-arch=("any")
-url="http://search.cpan.org/dist/Term-ProgressBar;
-license=("GPL" "PerlArtistic")
-depends=("perl-class-methodmaker" "perl-term-readkey")
-source=("http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/Term-ProgressBar-$pkgver.tar.gz;)
-sha256sums=('f54cc7f5e64dbf7638222c62566ab36421b2b5bb2e4f7b0dc9e6aaf7394e02f5')
-
-build() {
-  cd "$srcdir"/Term-ProgressBar-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Term-ProgressBar-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-term-progressbar/repos/community-any/PKGBUILD (from rev 296327, 
perl-term-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:57:58 UTC (rev 296328)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-term-progressbar
+pkgver=2.21
+pkgrel=1
+pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
+arch=("any")
+url="http://search.cpan.org/dist/Term-ProgressBar;
+license=("GPL" "PerlArtistic")
+depends=("perl-class-methodmaker" "perl-term-readkey")
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/Term-ProgressBar-$pkgver.tar.gz;)
+sha256sums=('66994f1a6ca94d8d92e3efac406142fb0d05033360c0acce2599862db9c30e44')
+
+build() {
+  cd "$srcdir"/Term-ProgressBar-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Term-ProgressBar-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-image-info/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:57:35
  Author: spupykin
Revision: 296326

archrelease: copy trunk to community-any

Added:
  perl-image-info/repos/community-any/PKGBUILD
(from rev 296325, perl-image-info/trunk/PKGBUILD)
Deleted:
  perl-image-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:57:21 UTC (rev 296325)
+++ PKGBUILD2018-02-19 08:57:35 UTC (rev 296326)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Caleb Cushing 
-
-pkgname=perl-image-info
-pkgver=1.40
-pkgrel=3
-pkgdesc="Extract meta information from image files"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Image-Info'
-source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-sha256sums=('8d65f4b03cde9d707cec3927dc4e39ceeebf8490d412e49abe8232acebdba782')
-
-build() {
-  cd "$srcdir"/Image-Info-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd "$srcdir"/Image-Info-$pkgver
-  make DESTDIR="${pkgdir}/" install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-image-info/repos/community-any/PKGBUILD (from rev 296325, 
perl-image-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:57:35 UTC (rev 296326)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-image-info
+pkgver=1.41
+pkgrel=1
+pkgdesc="Extract meta information from image files"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Image-Info'
+source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
+sha256sums=('c546d27414686660dbc3cd8501537128c5285a8db0faf742c2dc12b9a29ba3db')
+
+build() {
+  cd "$srcdir"/Image-Info-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/Image-Info-$pkgver
+  make DESTDIR="${pkgdir}/" install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-term-progressbar/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:57:43
  Author: spupykin
Revision: 296327

upgpkg: perl-term-progressbar 2.21-1

Modified:
  perl-term-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:57:35 UTC (rev 296326)
+++ PKGBUILD2018-02-19 08:57:43 UTC (rev 296327)
@@ -3,8 +3,8 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-term-progressbar
-pkgver=2.18
-pkgrel=3
+pkgver=2.21
+pkgrel=1
 pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
 arch=("any")
 url="http://search.cpan.org/dist/Term-ProgressBar;
@@ -11,7 +11,7 @@
 license=("GPL" "PerlArtistic")
 depends=("perl-class-methodmaker" "perl-term-readkey")
 
source=("http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/Term-ProgressBar-$pkgver.tar.gz;)
-sha256sums=('f54cc7f5e64dbf7638222c62566ab36421b2b5bb2e4f7b0dc9e6aaf7394e02f5')
+sha256sums=('66994f1a6ca94d8d92e3efac406142fb0d05033360c0acce2599862db9c30e44')
 
 build() {
   cd "$srcdir"/Term-ProgressBar-$pkgver


[arch-commits] Commit in perl-test-trap/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:58:06
  Author: spupykin
Revision: 296329

upgpkg: perl-test-trap 0.3.3-1

Modified:
  perl-test-trap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:57:58 UTC (rev 296328)
+++ PKGBUILD2018-02-19 08:58:06 UTC (rev 296329)
@@ -2,8 +2,8 @@
 # Maintainer:
 
 pkgname=perl-test-trap
-pkgver=0.3.2
-pkgrel=4
+pkgver=0.3.3
+pkgrel=1
 pkgdesc='Trap exit codes, exceptions, output, etc.'
 arch=('any')
 url="https://metacpan.org/release/Test-Trap;
@@ -11,9 +11,7 @@
 depends=('perl' 'perl-data-dump' 'perl-test-tester')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
-sha1sums=('21d5f5290e8d32258f5e63e93d797f477e9b4d71')
-sha1sums=('59d59c9c994de09c8f61ae2a3fe783a477d955aa')
-sha1sums=('92dfe5c1437375d17e21ac710eea26588ebc2d61')
+sha1sums=('a4558dafadebc01ac5e53689708163079520720e')
 
 build() {
   cd Test-Trap-v$pkgver


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:57:13
  Author: spupykin
Revision: 296324

archrelease: copy trunk to community-x86_64

Added:
  perl-gd/repos/community-x86_64/PKGBUILD
(from rev 296323, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:56:58 UTC (rev 296323)
+++ PKGBUILD2018-02-19 08:57:13 UTC (rev 296324)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.66
-pkgrel=4
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-makedepends=('perl-extutils-pkgconfig')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-$pkgver.tar.gz)
-sha256sums=('ea28343301b82ea862bc58c0c2d1953a074e23cf8d1d09df94c05c52f1c98281')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-MODULEBUILDRC=/dev/null
-
-  cd  "$srcdir"/GD-$pkgver
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd  "$srcdir"/GD-$pkgver
-  make install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-gd/repos/community-x86_64/PKGBUILD (from rev 296323, 
perl-gd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:57:13 UTC (rev 296324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.67
+pkgrel=1
+pkgdesc="Interface to Gd Graphics Library"
+arch=('x86_64')
+url="http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+makedepends=('perl-extutils-pkgconfig')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-$pkgver.tar.gz)
+sha256sums=('93a47c2259979cf20c6a39c9e03e0da87a9a855d8b650fb68a08d16a96684246')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+MODULEBUILDRC=/dev/null
+
+  cd  "$srcdir"/GD-$pkgver
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd  "$srcdir"/GD-$pkgver
+  make install
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-image-info/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:57:21
  Author: spupykin
Revision: 296325

upgpkg: perl-image-info 1.41-1

Modified:
  perl-image-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:57:13 UTC (rev 296324)
+++ PKGBUILD2018-02-19 08:57:21 UTC (rev 296325)
@@ -3,8 +3,8 @@
 # Contributor: Caleb Cushing 
 
 pkgname=perl-image-info
-pkgver=1.40
-pkgrel=3
+pkgver=1.41
+pkgrel=1
 pkgdesc="Extract meta information from image files"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -12,7 +12,7 @@
 depends=('perl')
 url='http://search.cpan.org/dist/Image-Info'
 
source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-sha256sums=('8d65f4b03cde9d707cec3927dc4e39ceeebf8490d412e49abe8232acebdba782')
+sha256sums=('c546d27414686660dbc3cd8501537128c5285a8db0faf742c2dc12b9a29ba3db')
 
 build() {
   cd "$srcdir"/Image-Info-$pkgver


[arch-commits] Commit in sarg/trunk (PKGBUILD fix-sizes.patch)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:31:46
  Author: spupykin
Revision: 296355

upgpkg: sarg 2.3.11-1

Added:
  sarg/trunk/fix-sizes.patch
Modified:
  sarg/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 fix-sizes.patch |   45 +
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:31:38 UTC (rev 296354)
+++ PKGBUILD2018-02-19 09:31:46 UTC (rev 296355)
@@ -4,7 +4,7 @@
 # Contributor: Tino Reichardt 
 
 pkgname=sarg
-pkgver=2.3.10
+pkgver=2.3.11
 pkgrel=1
 pkgdesc="Squid Analysis Report Generator"
 arch=('x86_64')
@@ -16,11 +16,19 @@
'etc/sarg/exclude_codes'
'etc/sarg/sarg.conf'
'etc/sarg/user_limit_block')
-source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-sha256sums=('f83eeb3fe09f1c571e927b991027b2f59b90b360caee40f623586b9a2a93bc95')
+source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz
+   fix-sizes.patch)
+sha256sums=('d0f8fbefb5fdc716e75c778525d96ac9eef622d3de94da8d70e2bdc7ab81daa2'
+'6034552698c55e012047feebc47640768202202f9cda8b1af1503e83722746f3')
 
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/fix-sizes.patch
+}
+
 build() {
   cd "$srcdir"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -Wno-error"
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSCONFDIR=/etc/sarg \

Added: fix-sizes.patch
===
--- fix-sizes.patch (rev 0)
+++ fix-sizes.patch 2018-02-19 09:31:46 UTC (rev 296355)
@@ -0,0 +1,45 @@
+diff -wbBur sarg-2.3.11/index.c sarg-2.3.11.my/index.c
+--- sarg-2.3.11/index.c2018-01-14 21:00:22.0 +0300
 sarg-2.3.11.my/index.c 2018-02-19 12:20:15.896203347 +0300
+@@ -208,7 +208,7 @@
+   m1=month / 16;
+   if(month % 16 != 0) {
+   m2=month % 16;
+-  sprintf(monthnum,"%02d-%02d",m1,m2);
++  sprintf(monthnum,"%02u-%02u",(unsigned 
int)m1,(unsigned int)m2);
+   sprintf(monthname1,"%02d",m1);
+   sprintf(monthname2,"%02d",m2);
+   name_month(monthname1,sizeof(monthname1));
+@@ -269,7 +269,7 @@
+   d1=day / 32;
+   if(day % 32 != 0) {
+   d2=day % 32;
+-  sprintf(daynum,"%02d-%02d",d1,d2);
++  sprintf(daynum,"%02u-%02u",(unsigned 
int)d1,(unsigned int)d2);
+   } else {
+   sprintf(daynum,"%02d",d1);
+   }
+diff -wbBur sarg-2.3.11/report.c sarg-2.3.11.my/report.c
+--- sarg-2.3.11/report.c   2018-01-14 21:00:23.0 +0300
 sarg-2.3.11.my/report.c2018-02-19 12:18:45.151207192 +0300
+@@ -54,7 +54,7 @@
+   char accsmart[MAXLEN];
+   char crc2[MAXLEN/2 -1];
+   char siteind[MAX_TRUNCATED_URL];
+-  char arqtt[256];
++  char arqtt[267];
+   char *oldurltt=NULL;
+   char oldaccdiatt[11],oldacchoratt[9];
+   char tmp3[MAXLEN];
+diff -wbBur sarg-2.3.11/userinfo.c sarg-2.3.11.my/userinfo.c
+--- sarg-2.3.11/userinfo.c 2013-06-01 22:02:04.0 +0400
 sarg-2.3.11.my/userinfo.c  2018-02-19 12:21:16.103200796 +0300
+@@ -67,7 +67,7 @@
+   int skip;
+   int flen;
+   int count, clen;
+-  char cstr[9];
++  char cstr[11];
+ 
+   last=NULL;
+   for (group=first_user_group ; group ; group=group->next) {


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

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:25:41
  Author: mtorromeo
Revision: 296347

upgpkg: geoip2-database 20180207-1

Modified:
  geoip2-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:23:24 UTC (rev 296346)
+++ PKGBUILD2018-02-19 09:25:41 UTC (rev 296347)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname='geoip2-database'
-pkgver=20180119
+pkgver=20180207
 pkgrel=1
 pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
 arch=('any')
@@ -14,9 +14,9 @@
 noextract=(GeoLite2-City-$pkgver.tar.gz
GeoLite2-Country-$pkgver.tar.gz
GeoLite2-ASN-$pkgver.tar.gz)
-sha256sums=('025932f30ad6b5e77e1501cb953c87c77ca46eed5e22034e6cc3f206547db419'
-'788ec447ffbb408f484fbf43454141553882c214bd5b8d39accb82bcc3be9f27'
-'f717a9f562ff84bc129be75bb4fecd6fb1f66f384fd7202eca8872e83efa2afa')
+sha256sums=('f6593b6cb1c645d98b51ab99e6f6e1330885af3be01f54e24e740e64954484c4'
+'0e0611d5f86e08432e68a1989923a61357deceb81eecabe45e89b3da79af169c'
+'6fb001aac55dd247cf1e7d2642801ea4d29f2c75e886a92cd6736ebd0970eb96')
 
 prepare() {
   cd "$srcdir"


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

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:25:50
  Author: mtorromeo
Revision: 296348

archrelease: copy trunk to community-any

Added:
  geoip2-database/repos/community-any/PKGBUILD
(from rev 296347, geoip2-database/trunk/PKGBUILD)
  geoip2-database/repos/community-any/check-last-modified.sh
(from rev 296347, geoip2-database/trunk/check-last-modified.sh)
Deleted:
  geoip2-database/repos/community-any/PKGBUILD
  geoip2-database/repos/community-any/check-last-modified.sh

+
 PKGBUILD   |   78 +++
 check-last-modified.sh |   46 +--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:25:41 UTC (rev 296347)
+++ PKGBUILD2018-02-19 09:25:50 UTC (rev 296348)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname='geoip2-database'
-pkgver=20180119
-pkgrel=1
-pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
-arch=('any')
-url="https://dev.maxmind.com/geoip/geoip2/geolite2/;
-license=('custom:OPEN DATA LICENSE')
-source=(GeoLite2-City-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
-
GeoLite2-Country-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
-
GeoLite2-ASN-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz)
-noextract=(GeoLite2-City-$pkgver.tar.gz
-   GeoLite2-Country-$pkgver.tar.gz
-   GeoLite2-ASN-$pkgver.tar.gz)
-sha256sums=('025932f30ad6b5e77e1501cb953c87c77ca46eed5e22034e6cc3f206547db419'
-'788ec447ffbb408f484fbf43454141553882c214bd5b8d39accb82bcc3be9f27'
-'f717a9f562ff84bc129be75bb4fecd6fb1f66f384fd7202eca8872e83efa2afa')
-
-prepare() {
-  cd "$srcdir"
-
-  for _db in GeoLite2-{City,Country,ASN}; do
-tar --strip-components=1 -xf $_db-$pkgver.tar.gz --wildcards "*/$_db.mmdb"
-  done
-
-  tar --strip-components=1 -xf GeoLite2-ASN-$pkgver.tar.gz --wildcards 
"*/COPYRIGHT.txt" "*/LICENSE.txt"
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoLite2-{City,Country,ASN}.mmdb
-
-  install -Dm644 COPYRIGHT.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.txt"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: geoip2-database/repos/community-any/PKGBUILD (from rev 296347, 
geoip2-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:25:50 UTC (rev 296348)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname='geoip2-database'
+pkgver=20180207
+pkgrel=1
+pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
+arch=('any')
+url="https://dev.maxmind.com/geoip/geoip2/geolite2/;
+license=('custom:OPEN DATA LICENSE')
+source=(GeoLite2-City-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
+
GeoLite2-Country-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
+
GeoLite2-ASN-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz)
+noextract=(GeoLite2-City-$pkgver.tar.gz
+   GeoLite2-Country-$pkgver.tar.gz
+   GeoLite2-ASN-$pkgver.tar.gz)
+sha256sums=('f6593b6cb1c645d98b51ab99e6f6e1330885af3be01f54e24e740e64954484c4'
+'0e0611d5f86e08432e68a1989923a61357deceb81eecabe45e89b3da79af169c'
+'6fb001aac55dd247cf1e7d2642801ea4d29f2c75e886a92cd6736ebd0970eb96')
+
+prepare() {
+  cd "$srcdir"
+
+  for _db in GeoLite2-{City,Country,ASN}; do
+tar --strip-components=1 -xf $_db-$pkgver.tar.gz --wildcards "*/$_db.mmdb"
+  done
+
+  tar --strip-components=1 -xf GeoLite2-ASN-$pkgver.tar.gz --wildcards 
"*/COPYRIGHT.txt" "*/LICENSE.txt"
+}
+
+package() {
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoLite2-{City,Country,ASN}.mmdb
+
+  install -Dm644 COPYRIGHT.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.txt"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: check-last-modified.sh
===
--- check-last-modified.sh  2018-02-19 09:25:41 UTC (rev 296347)
+++ check-last-modified.sh  2018-02-19 09:25:50 UTC (rev 296348)
@@ -1,23 +0,0 @@
-#!/bin/bash -e
-
-# Unicode characters taken from pactree.c
-UNICODE_IS_FUN="\u2514\u2500"
-
-verbose=0
-if [[ $1 == -v ]]; then
-   verbose=1
-fi
-
-URLS=(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
-  

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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 07:59:30
  Author: arojas
Revision: 317270

Update to 7.0.7.23

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 01:17:18 UTC (rev 317269)
+++ PKGBUILD2018-02-19 07:59:30 UTC (rev 317270)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.7.22
+pkgver=7.0.7.23
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('49de9e08ea255a1f939158d85d50dfa29285bccbdcb7fee0fe4309061d438489'
+sha256sums=('8dee83fe4978a2d07a90c947508d734ddb175eeb299491f8560cea5ac0c26896'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 07:59:53
  Author: arojas
Revision: 317271

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 317270, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 317270, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  282 +++---
 arch-fonts.diff |  214 
 2 files changed, 248 insertions(+), 248 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 07:59:30 UTC (rev 317270)
+++ PKGBUILD2018-02-19 07:59:53 UTC (rev 317271)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.7.22
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('49de9e08ea255a1f939158d85d50dfa29285bccbdcb7fee0fe4309061d438489'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-}
-
-package_imagemagick() {
-  depends=("libmagick=$pkgver-$pkgrel")
-  optdepends=('imagemagick-doc: manual and API docs')
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-  depends=()
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE 

[arch-commits] Commit in perl-dbd-sybase/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:56:50
  Author: spupykin
Revision: 296322

archrelease: copy trunk to community-x86_64

Added:
  perl-dbd-sybase/repos/community-x86_64/PKGBUILD
(from rev 296321, perl-dbd-sybase/trunk/PKGBUILD)
Deleted:
  perl-dbd-sybase/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:56:35 UTC (rev 296321)
+++ PKGBUILD2018-02-19 08:56:50 UTC (rev 296322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-dbd-sybase
-pkgver=1.15
-pkgrel=8
-pkgdesc="Sybase Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-Sybase/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'perl' 'freetds')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz;)
-md5sums=('d76f09f9a25896fd879ef89a98748708')
-
-build() {
-  cd  "$srcdir"/DBD-Sybase-${pkgver}
-  export SYBASE=/usr
-  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/DBD-Sybase-${pkgver}
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-sybase/repos/community-x86_64/PKGBUILD (from rev 296321, 
perl-dbd-sybase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:56:50 UTC (rev 296322)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-dbd-sybase
+pkgver=1.16
+pkgrel=1
+pkgdesc="Sybase Driver for DBI"
+arch=('x86_64')
+url="http://search.cpan.org/dist/DBD-Sybase/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'perl' 'freetds')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz;)
+sha256sums=('67f427e8b7ffae2acc3cc8984463d878abbb2289bc17db79a294e56c8311d6cc')
+
+build() {
+  cd  "$srcdir"/DBD-Sybase-${pkgver}
+  export SYBASE=/usr
+  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DBD-Sybase-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:55:46
  Author: spupykin
Revision: 296316

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 296315, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:55:06 UTC (rev 296315)
+++ PKGBUILD2018-02-19 08:55:46 UTC (rev 296316)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=bugzilla
-pkgver=5.0.3
-pkgrel=2
-pkgdesc="bug tracker"
-arch=('any')
-url="http://www.bugzilla.org;
-license=("custom:MPL2")
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac perl-email-sender perl-json-xs 
perl-file-slurp)
-optdepends=('perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby'
-   'perl-class-trigger'
-   'perl-data-objectdriver'
-   'perl-html-formattext-withlinks'
-   'perl-test-taint'
-   'perl-theschwartz'
-   'perl-xmlrpc-lite')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('b78365742a85cd030c87af12c196e8e9')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf .git
-  rm -rf .gitignore
-  rm -rf .bzrignore
-}
-
-package() {
-  install -d -m0755 "$pkgdir"/srv/http
-  cp -a "$srcdir"/$pkgname-$pkgver "$pkgdir"/srv/http/bugzilla
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 296315, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:55:46 UTC (rev 296316)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=bugzilla
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="bug tracker"
+arch=('any')
+url="http://www.bugzilla.org;
+license=("custom:MPL2")
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac perl-email-sender perl-json-xs 
perl-file-slurp)
+optdepends=('perl-dbd-pg'
+   'perl-dbd-mysql'
+#  'perl-dbd-oracle'
+   'python2'
+   'ruby'
+#  'perl-class-trigger'
+#  'perl-data-objectdriver'
+#  'perl-html-formattext-withlinks'
+#  'perl-test-taint'
+#  'perl-theschwartz'
+   'perl-xmlrpc-lite')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+sha256sums=('6b3eb93d20bdfb170803748682d04cb1b6dc60019d7d16c29c4b7f97d2b85bee')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf .git
+  rm -rf .gitignore
+  rm -rf .bzrignore
+}
+
+package() {
+  install -d -m0755 "$pkgdir"/srv/http
+  cp -a "$srcdir"/$pkgname-$pkgver "$pkgdir"/srv/http/bugzilla
+}


[arch-commits] Commit in perl-dbd-sybase/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:56:35
  Author: spupykin
Revision: 296321

upgpkg: perl-dbd-sybase 1.16-1

Modified:
  perl-dbd-sybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:56:27 UTC (rev 296320)
+++ PKGBUILD2018-02-19 08:56:35 UTC (rev 296321)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-dbd-sybase
-pkgver=1.15
-pkgrel=8
+pkgver=1.16
+pkgrel=1
 pkgdesc="Sybase Driver for DBI"
 arch=('x86_64')
 url="http://search.cpan.org/dist/DBD-Sybase/;
@@ -11,7 +11,7 @@
 depends=('perl-dbi>=1.52' 'perl' 'freetds')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz;)
-md5sums=('d76f09f9a25896fd879ef89a98748708')
+sha256sums=('67f427e8b7ffae2acc3cc8984463d878abbb2289bc17db79a294e56c8311d6cc')
 
 build() {
   cd  "$srcdir"/DBD-Sybase-${pkgver}


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:56:58
  Author: spupykin
Revision: 296323

upgpkg: perl-gd 2.67-1

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:56:50 UTC (rev 296322)
+++ PKGBUILD2018-02-19 08:56:58 UTC (rev 296323)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-gd
-pkgver=2.66
-pkgrel=4
+pkgver=2.67
+pkgrel=1
 pkgdesc="Interface to Gd Graphics Library"
 arch=('x86_64')
 url="http://search.cpan.org/dist/GD;
@@ -13,7 +13,7 @@
 makedepends=('perl-extutils-pkgconfig')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-$pkgver.tar.gz)
-sha256sums=('ea28343301b82ea862bc58c0c2d1953a074e23cf8d1d09df94c05c52f1c98281')
+sha256sums=('93a47c2259979cf20c6a39c9e03e0da87a9a855d8b650fb68a08d16a96684246')
 
 build() {
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \


[arch-commits] Commit in perl-list-utilsby/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:02:46
  Author: spupykin
Revision: 296340

archrelease: copy trunk to community-any

Added:
  perl-list-utilsby/repos/community-any/PKGBUILD
(from rev 296339, perl-list-utilsby/trunk/PKGBUILD)
Deleted:
  perl-list-utilsby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:02:33 UTC (rev 296339)
+++ PKGBUILD2018-02-19 09:02:46 UTC (rev 296340)
@@ -1,46 +0,0 @@
-# Maintainer: Maxwell Pray a.k.a. Synthead 
-
-pkgname=perl-list-utilsby
-_cpanname="List-UtilsBy"
-pkgver=0.10
-pkgrel=3
-pkgdesc="Higher-order list utility functions"
-arch=('any')
-url="http://search.cpan.org/~pevans/$_cpanname;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.5.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_cpanname-$pkgver.tar.gz;)
-md5sums=('ed80e57fb37bf929c641b8a43470e488')
-
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
-   cd "$srcdir/$_cpanname-$pkgver"
-   export \
-   PERL_MM_USE_DEFAULT=1 \
-   PERL_AUTOINSTALL=--skipdeps \
-   PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-   PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-   MODULEBUILDRC=/dev/null
-}
-md5sums=('2b4e2ffdfa99ab3eba8e221545c67522')
-
-build() {
-   prepareEnvironment
-   /usr/bin/perl Makefile.PL
-   make
-}
-
-check() {
-   prepareEnvironment
-   make test
-}
-
-package() {
-   prepareEnvironment
-   make install
-
-   # Remove "perllocal.pod" and ".packlist".
-   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-list-utilsby/repos/community-any/PKGBUILD (from rev 296339, 
perl-list-utilsby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:02:46 UTC (rev 296340)
@@ -0,0 +1,44 @@
+# Maintainer: Maxwell Pray a.k.a. Synthead 
+
+pkgname=perl-list-utilsby
+_cpanname="List-UtilsBy"
+pkgver=0.11
+pkgrel=1
+pkgdesc="Higher-order list utility functions"
+arch=('any')
+url="http://search.cpan.org/~pevans/$_cpanname;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.5.0')
+options=('!emptydirs')
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+   cd "$srcdir/$_cpanname-$pkgver"
+   export \
+   PERL_MM_USE_DEFAULT=1 \
+   PERL_AUTOINSTALL=--skipdeps \
+   PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+   PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+   MODULEBUILDRC=/dev/null
+}
+source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_cpanname-$pkgver.tar.gz;)
+sha256sums=('faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a')
+
+build() {
+   prepareEnvironment
+   /usr/bin/perl Makefile.PL
+   make
+}
+
+check() {
+   prepareEnvironment
+   make test
+}
+
+package() {
+   prepareEnvironment
+   make install
+
+   # Remove "perllocal.pod" and ".packlist".
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:51:20
  Author: spupykin
Revision: 296358

archrelease: copy trunk to community-x86_64

Added:
  busybox/repos/community-x86_64/PKGBUILD
(from rev 296357, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/busybox.install
(from rev 296357, busybox/trunk/busybox.install)
  busybox/repos/community-x86_64/config
(from rev 296357, busybox/trunk/config)
Deleted:
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/busybox.install
  busybox/repos/community-x86_64/config

-+
 PKGBUILD|   70 -
 busybox.install |   32 
 config  | 2294 +++---
 3 files changed, 1206 insertions(+), 1190 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:50:59 UTC (rev 296357)
+++ PKGBUILD2018-02-19 09:51:20 UTC (rev 296358)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Pranaitis 
-
-pkgname=busybox
-pkgver=1.27.2
-pkgrel=1
-pkgdesc="Utilities for rescue and embedded systems"
-arch=("i686" "x86_64")
-url="https://www.busybox.net;
-license=('GPL')
-makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
-install=busybox.install
-source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
-   "config")
-sha256sums=('9d4be516b61e6480f156b11eb42577a13529f75d3383850bb75c50c285de63df'
-'ecc280befe45bd5892dbdc3cd4204ca7b564710d209630df3121a68ce851a0cb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cp "$srcdir"/config .config
-  sed '1,1i#include ' -i include/libbb.h
-  # if you want to run menuconfig uncomment the following line:
-#  make menuconfig ; return 1
-  make CC=musl-gcc
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 busybox "$pkgdir"/usr/bin/busybox
-  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
-  for doc in BusyBox.html BusyBox.txt; do
-install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
-  done
-}

Copied: busybox/repos/community-x86_64/PKGBUILD (from rev 296357, 
busybox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:51:20 UTC (rev 296358)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jens Pranaitis 
+
+pkgname=busybox
+pkgver=1.28.1
+pkgrel=1
+pkgdesc="Utilities for rescue and embedded systems"
+arch=("x86_64")
+url="https://www.busybox.net;
+license=('GPL')
+makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
+install=busybox.install
+source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
+   "config")
+sha256sums=('98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e'
+'5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cp "$srcdir"/config .config
+  sed '1,1i#include ' -i include/libbb.h
+  # if you want to run menuconfig uncomment the following line:
+#  make menuconfig ; return 1
+  make CC=musl-gcc
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 busybox "$pkgdir"/usr/bin/busybox
+  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
+  for doc in BusyBox.html BusyBox.txt; do
+install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
+  done
+}

Deleted: busybox.install
===
--- busybox.install 2018-02-19 09:50:59 UTC (rev 296357)
+++ busybox.install 2018-02-19 09:51:20 UTC (rev 296358)
@@ -1,16 +0,0 @@
-_tmp_dir=tmp/busybox.upgrade
-
-post_install() {
-  echo "You may want to do setuid on /usr/bin/busybox"
-  echo "  chmod 4555 /usr/bin/busybox"
-}
-
-pre_upgrade() {
-  mkdir ${_tmp_dir} || exit 1
-  busybox stat -c %a usr/bin/busybox >${_tmp_dir}/busybox.upgrade.script
-}
-
-post_upgrade() {
-  [ -f ${_tmp_dir}/busybox.upgrade.script ] && busybox chmod `busybox cat 
${_tmp_dir}/busybox.upgrade.script` usr/bin/busybox
-  busybox rm -rf ${_tmp_dir}
-}

Copied: busybox/repos/community-x86_64/busybox.install (from rev 296357, 
busybox/trunk/busybox.install)
===
--- busybox.install (rev 0)
+++ busybox.install 2018-02-19 09:51:20 UTC (rev 296358)
@@ -0,0 +1,16 @@
+_tmp_dir=tmp/busybox.upgrade
+
+post_install() {
+  echo "You may want to do setuid on /usr/bin/busybox"
+  echo "  chmod 4555 /usr/bin/busybox"
+}
+
+pre_upgrade() {
+  mkdir ${_tmp_dir} || exit 1
+  busybox stat -c %a usr/bin/busybox >${_tmp_dir}/busybox.upgrade.script
+}
+
+post_upgrade() {
+  [ -f ${_tmp_dir}/busybox.upgrade.script ] && busybox chmod `busybox cat 
${_tmp_dir}/busybox.upgrade.script` usr/bin/busybox
+  busybox rm -rf ${_tmp_dir}
+}


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:51:29
  Author: spupykin
Revision: 296359

upgpkg: liblockfile 1.14_1.1-1

Modified:
  liblockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:51:20 UTC (rev 296358)
+++ PKGBUILD2018-02-19 09:51:29 UTC (rev 296359)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Wagner 
 
 pkgname=liblockfile
-pkgver=1.09_6
-_basever=1.09
+pkgver=1.14_1.1
+_basever=1.14
 pkgrel=1
 pkgdesc="a library with NFS-safe locking functions"
 arch=('x86_64')
@@ -14,11 +14,11 @@
 makedepends=()
 
source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz

http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
-md5sums=('2aa269e4405ee8235ff17d1b357c6ae8'
- 'a2811807e63a526c07b0f60626e329a2')
+sha256sums=('ab40d4a3e8cbc204f7e87fea637a4e4ddf9a1149aaa0a723a4267febd0b1d060'
+'3514c293b3d48d1cbffb8ba3bef14337ec0483182c2aef3653566243a2717dd6')
 
 build() {
-  cd "$srcdir"/$pkgname-${_basever}
+  cd "$srcdir"/$pkgname
   for p in `cat ../debian/patches/series` ; do
 patch -p1 < ../debian/patches/$p
   done
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-${_basever}
+  cd "$srcdir"/$pkgname
   mkdir -p "$pkgdir"/usr/{lib,bin,include,share/man/man1,share/man/man3}
   make install prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man
 }


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:50:59
  Author: spupykin
Revision: 296357

upgpkg: busybox 1.28.1-1

Modified:
  busybox/trunk/PKGBUILD
  busybox/trunk/config

--+
 PKGBUILD |6 ++--
 config   |   86 -
 2 files changed, 54 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:31:59 UTC (rev 296356)
+++ PKGBUILD2018-02-19 09:50:59 UTC (rev 296357)
@@ -3,7 +3,7 @@
 # Contributor: Jens Pranaitis 
 
 pkgname=busybox
-pkgver=1.27.2
+pkgver=1.28.1
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
@@ -13,8 +13,8 @@
 install=busybox.install
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
"config")
-sha256sums=('9d4be516b61e6480f156b11eb42577a13529f75d3383850bb75c50c285de63df'
-'ecc280befe45bd5892dbdc3cd4204ca7b564710d209630df3121a68ce851a0cb')
+sha256sums=('98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e'
+'5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: config
===
--- config  2018-02-19 09:31:59 UTC (rev 296356)
+++ config  2018-02-19 09:50:59 UTC (rev 296357)
@@ -1,40 +1,39 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.27.2
-# Mon Aug 21 10:58:13 2017
+# Busybox version: 1.28.1
+# Mon Feb 19 12:49:10 2018
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
 #
-# Busybox Settings
+# Settings
 #
 # CONFIG_DESKTOP is not set
 # CONFIG_EXTRA_COMPAT is not set
 # CONFIG_FEDORA_COMPAT is not set
 CONFIG_INCLUDE_SUSv2=y
-# CONFIG_USE_PORTABLE_CODE is not set
+CONFIG_LONG_OPTS=y
 CONFIG_SHOW_USAGE=y
 CONFIG_FEATURE_VERBOSE_USAGE=y
 CONFIG_FEATURE_COMPRESS_USAGE=y
-CONFIG_BUSYBOX=y
-CONFIG_FEATURE_INSTALLER=y
-# CONFIG_INSTALL_NO_USR is not set
+CONFIG_LFS=y
 # CONFIG_PAM is not set
-CONFIG_LONG_OPTS=y
 CONFIG_FEATURE_DEVPTS=y
-# CONFIG_FEATURE_CLEAN_UP is not set
 # CONFIG_FEATURE_UTMP is not set
 # CONFIG_FEATURE_WTMP is not set
 CONFIG_FEATURE_PIDFILE=y
 CONFIG_PID_FILE_PATH="/run"
+CONFIG_BUSYBOX=y
+CONFIG_FEATURE_INSTALLER=y
+# CONFIG_INSTALL_NO_USR is not set
 CONFIG_FEATURE_SUID=y
 CONFIG_FEATURE_SUID_CONFIG=y
 CONFIG_FEATURE_SUID_CONFIG_QUIET=y
-# CONFIG_SELINUX is not set
 CONFIG_FEATURE_PREFER_APPLETS=y
 CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
+# CONFIG_SELINUX is not set
+# CONFIG_FEATURE_CLEAN_UP is not set
 CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
 CONFIG_PLATFORM_LINUX=y
 
 #
@@ -44,14 +43,15 @@
 # CONFIG_PIE is not set
 # CONFIG_NOMMU is not set
 # CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set
 # CONFIG_FEATURE_INDIVIDUAL is not set
 # CONFIG_FEATURE_SHARED_BUSYBOX is not set
-CONFIG_LFS=y
 CONFIG_CROSS_COMPILER_PREFIX=""
 CONFIG_SYSROOT=""
 CONFIG_EXTRA_CFLAGS=""
 CONFIG_EXTRA_LDFLAGS=""
 CONFIG_EXTRA_LDLIBS=""
+# CONFIG_USE_PORTABLE_CODE is not set
 
 #
 # Installation Options ("make install" behavior)
@@ -78,7 +78,7 @@
 # CONFIG_EFENCE is not set
 
 #
-# Busybox Library Tuning
+# Library Tuning
 #
 # CONFIG_FEATURE_USE_BSS_TAIL is not set
 CONFIG_FEATURE_RTMINMAX=y
@@ -145,7 +145,6 @@
 CONFIG_UNLZMA=y
 CONFIG_LZCAT=y
 CONFIG_LZMA=y
-CONFIG_FEATURE_LZMA_FAST=y
 CONFIG_UNXZ=y
 CONFIG_XZCAT=y
 CONFIG_XZ=y
@@ -165,8 +164,8 @@
 CONFIG_UNLZOP=y
 CONFIG_LZOPCAT=y
 # CONFIG_LZOP_COMPR_HIGH is not set
+# CONFIG_RPM is not set
 CONFIG_RPM2CPIO=y
-# CONFIG_RPM is not set
 CONFIG_TAR=y
 CONFIG_FEATURE_TAR_LONG_OPTIONS=y
 CONFIG_FEATURE_TAR_CREATE=y
@@ -184,6 +183,7 @@
 # CONFIG_FEATURE_UNZIP_BZIP2 is not set
 # CONFIG_FEATURE_UNZIP_LZMA is not set
 # CONFIG_FEATURE_UNZIP_XZ is not set
+CONFIG_FEATURE_LZMA_FAST=y
 
 #
 # Coreutils
@@ -190,6 +190,7 @@
 #
 CONFIG_BASENAME=y
 CONFIG_CAT=y
+CONFIG_FEATURE_CATN=y
 CONFIG_FEATURE_CATV=y
 CONFIG_CHGRP=y
 CONFIG_CHMOD=y
@@ -220,11 +221,8 @@
 CONFIG_ECHO=y
 CONFIG_FEATURE_FANCY_ECHO=y
 CONFIG_ENV=y
-CONFIG_FEATURE_ENV_LONG_OPTIONS=y
 CONFIG_EXPAND=y
-CONFIG_FEATURE_EXPAND_LONG_OPTIONS=y
 CONFIG_UNEXPAND=y
-CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS=y
 CONFIG_EXPR=y
 CONFIG_EXPR_MATH_SUPPORT_64=y
 CONFIG_FACTOR=y
@@ -262,12 +260,10 @@
 #
 CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
 CONFIG_MKDIR=y
-CONFIG_FEATURE_MKDIR_LONG_OPTIONS=y
 CONFIG_MKFIFO=y
 CONFIG_MKNOD=y
 CONFIG_MKTEMP=y
 CONFIG_MV=y
-CONFIG_FEATURE_MV_LONG_OPTIONS=y
 CONFIG_NICE=y
 CONFIG_NL=y
 CONFIG_NOHUP=y
@@ -282,7 +278,6 @@
 CONFIG_REALPATH=y
 CONFIG_RM=y
 CONFIG_RMDIR=y
-CONFIG_FEATURE_RMDIR_LONG_OPTIONS=y
 CONFIG_SEQ=y
 CONFIG_SHRED=y
 CONFIG_SHUF=y
@@ -321,6 +316,7 @@
 CONFIG_TTY=y
 CONFIG_UNAME=y
 CONFIG_UNAME_OSNAME="GNU/Linux"
+CONFIG_BB_ARCH=y
 CONFIG_UNIQ=y
 CONFIG_UNLINK=y
 CONFIG_USLEEP=y
@@ -393,6 +389,14 @@
 CONFIG_WHICH=y
 
 #
+# klibc-utils
+#
+# CONFIG_MINIPS is not set
+CONFIG_NUKE=y
+CONFIG_RESUME=y

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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:51:44
  Author: spupykin
Revision: 296360

archrelease: copy trunk to community-x86_64

Added:
  liblockfile/repos/community-x86_64/PKGBUILD
(from rev 296359, liblockfile/trunk/PKGBUILD)
Deleted:
  liblockfile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:51:29 UTC (rev 296359)
+++ PKGBUILD2018-02-19 09:51:44 UTC (rev 296360)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=liblockfile
-pkgver=1.09_6
-_basever=1.09
-pkgrel=1
-pkgdesc="a library with NFS-safe locking functions"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://packages.debian.org/unstable/libs/liblockfile1;
-depends=('glibc')
-makedepends=()
-source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
-   
http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
-md5sums=('2aa269e4405ee8235ff17d1b357c6ae8'
- 'a2811807e63a526c07b0f60626e329a2')
-
-build() {
-  cd $srcdir/$pkgname-${_basever}
-  for p in `cat ../debian/patches/series` ; do
-patch -p1 < ../debian/patches/$p
-  done
-  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_basever}
-  mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3}
-  make install prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man
-}

Copied: liblockfile/repos/community-x86_64/PKGBUILD (from rev 296359, 
liblockfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:51:44 UTC (rev 296360)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=liblockfile
+pkgver=1.14_1.1
+_basever=1.14
+pkgrel=1
+pkgdesc="a library with NFS-safe locking functions"
+arch=('x86_64')
+license=('GPL')
+url="http://packages.debian.org/unstable/libs/liblockfile1;
+depends=('glibc')
+makedepends=()
+source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
+   
http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
+sha256sums=('ab40d4a3e8cbc204f7e87fea637a4e4ddf9a1149aaa0a723a4267febd0b1d060'
+'3514c293b3d48d1cbffb8ba3bef14337ec0483182c2aef3653566243a2717dd6')
+
+build() {
+  cd "$srcdir"/$pkgname
+  for p in `cat ../debian/patches/series` ; do
+patch -p1 < ../debian/patches/$p
+  done
+  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  mkdir -p "$pkgdir"/usr/{lib,bin,include,share/man/man1,share/man/man3}
+  make install prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man
+}


[arch-commits] Commit in perl-list-utilsby/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:02:33
  Author: spupykin
Revision: 296339

upgpkg: perl-list-utilsby 0.11-1

Modified:
  perl-list-utilsby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:59:53 UTC (rev 296338)
+++ PKGBUILD2018-02-19 09:02:33 UTC (rev 296339)
@@ -2,8 +2,8 @@
 
 pkgname=perl-list-utilsby
 _cpanname="List-UtilsBy"
-pkgver=0.10
-pkgrel=3
+pkgver=0.11
+pkgrel=1
 pkgdesc="Higher-order list utility functions"
 arch=('any')
 url="http://search.cpan.org/~pevans/$_cpanname;
@@ -10,9 +10,6 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.5.0')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_cpanname-$pkgver.tar.gz;)
-md5sums=('ed80e57fb37bf929c641b8a43470e488')
-
 # Function to change to the working directory and set
 # environment variables to override undesired options.
 prepareEnvironment() {
@@ -24,7 +21,8 @@
PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
MODULEBUILDRC=/dev/null
 }
-md5sums=('2b4e2ffdfa99ab3eba8e221545c67522')
+source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_cpanname-$pkgver.tar.gz;)
+sha256sums=('faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a')
 
 build() {
prepareEnvironment


[arch-commits] Commit in supervisor/repos/community-any (8 files)

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:17:26
  Author: mtorromeo
Revision: 296342

archrelease: copy trunk to community-any

Added:
  supervisor/repos/community-any/PKGBUILD
(from rev 296341, supervisor/trunk/PKGBUILD)
  supervisor/repos/community-any/supervisor.logrotate
(from rev 296341, supervisor/trunk/supervisor.logrotate)
  supervisor/repos/community-any/supervisord.conf
(from rev 296341, supervisor/trunk/supervisord.conf)
  supervisor/repos/community-any/supervisord.service
(from rev 296341, supervisor/trunk/supervisord.service)
Deleted:
  supervisor/repos/community-any/PKGBUILD
  supervisor/repos/community-any/supervisor.logrotate
  supervisor/repos/community-any/supervisord.conf
  supervisor/repos/community-any/supervisord.service

--+
 PKGBUILD |   88 
 supervisor.logrotate |   12 +-
 supervisord.conf |  262 -
 supervisord.service  |   26 ++--
 4 files changed, 194 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:17:07 UTC (rev 296341)
+++ PKGBUILD2018-02-19 09:17:26 UTC (rev 296342)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Daniele Paolella 
-
-pkgname=supervisor
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A system for controlling process state under UNIX"
-arch=('any')
-url="http://supervisord.org;
-license=('custom')
-depends=('python2-meld3' 'python2-setuptools')
-backup=('etc/supervisord.conf')
-source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz;
-'supervisord.service'
-'supervisor.logrotate'
-'supervisord.conf')
-sha256sums=('96287ebfabf9a6923f74123b056c4da39c617fef367980f007cac02fba6527ad'
-'111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
-'7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
-'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   rm -rf "supervisor/medusa/"{debian,demo,docs,test}
-   find -type f -name "*.py" -exec sed -i 's|/usr/bin/env 
python|/usr/bin/env python2|' {} \;
-}
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
-   install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
-   install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
-   install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"
-   install -d "$pkgdir/usr/share/licenses/$pkgname"
-   install -d "$pkgdir/var/log/$pkgname"
-   install -d "$pkgdir/etc/supervisor.d"
-   mv LICENSES.txt COPYRIGHT.txt "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: supervisor/repos/community-any/PKGBUILD (from rev 296341, 
supervisor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:17:26 UTC (rev 296342)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Daniele Paolella 
+
+pkgname=supervisor
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A system for controlling process state under UNIX"
+arch=('any')
+url="http://supervisord.org;
+license=('custom')
+depends=('python2-meld3' 'python2-setuptools')
+backup=('etc/supervisord.conf')
+source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz;
+'supervisord.service'
+'supervisor.logrotate'
+'supervisord.conf')
+sha256sums=('212201a3fd1d35c150ef0c35bf0676fd1a6c195fb60bf0f2147fe7dbd317e672'
+'111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
+'7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
+'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
+
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+   rm -rf "supervisor/medusa/"{debian,demo,docs,test}
+   find -type f -name "*.py" -exec sed -i 's|/usr/bin/env 
python|/usr/bin/env python2|' {} \;
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python2 setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+   install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
+   install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
+   install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"
+   install -d 

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

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:17:07
  Author: mtorromeo
Revision: 296341

upgpkg: supervisor 3.3.4-1

Modified:
  supervisor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:02:46 UTC (rev 296340)
+++ PKGBUILD2018-02-19 09:17:07 UTC (rev 296341)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella 
 
 pkgname=supervisor
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="A system for controlling process state under UNIX"
 arch=('any')
@@ -15,7 +15,7 @@
 'supervisord.service'
 'supervisor.logrotate'
 'supervisord.conf')
-sha256sums=('96287ebfabf9a6923f74123b056c4da39c617fef367980f007cac02fba6527ad'
+sha256sums=('212201a3fd1d35c150ef0c35bf0676fd1a6c195fb60bf0f2147fe7dbd317e672'
 '111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
 '7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
 'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')


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

2018-02-19 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 19, 2018 @ 08:06:43
  Author: bisson
Revision: 296314

archrelease: copy trunk to community-x86_64

Added:
  openipmi/repos/community-x86_64/PKGBUILD
(from rev 296313, openipmi/trunk/PKGBUILD)
Deleted:
  openipmi/repos/community-x86_64/0001-Add-openssl-1.1.0-support.patch
  openipmi/repos/community-x86_64/PKGBUILD

--+
 0001-Add-openssl-1.1.0-support.patch |  184 -
 PKGBUILD |   92 +++-
 2 files changed, 44 insertions(+), 232 deletions(-)

Deleted: 0001-Add-openssl-1.1.0-support.patch
===
--- 0001-Add-openssl-1.1.0-support.patch2018-02-19 08:05:46 UTC (rev 
296313)
+++ 0001-Add-openssl-1.1.0-support.patch2018-02-19 08:06:43 UTC (rev 
296314)
@@ -1,184 +0,0 @@
-From eeacbf0c675b61881fc00539cb365de084950ceb Mon Sep 17 00:00:00 2001
-From: Sebastian Andrzej Siewior 
-Date: Sun, 25 Sep 2016 23:45:12 +0200
-Subject: [PATCH] Add openssl 1.1.0 support
-
-while keeping work under openssl 1.0.2.
-
-Signed-off-by: Sebastian Andrzej Siewior 
-Signed-off-by: Corey Minyard 

- lanserv/lanserv_ipmi.c | 34 +-
- lib/aes_cbc.c  | 34 +-
- 2 files changed, 42 insertions(+), 26 deletions(-)
-
-diff --git a/lanserv/lanserv_ipmi.c b/lanserv/lanserv_ipmi.c
-index b0a2431..67bf74a 100644
 a/lanserv/lanserv_ipmi.c
-+++ b/lanserv/lanserv_ipmi.c
-@@ -2217,7 +2217,7 @@ aes_cbc_encrypt(lanserv_data_t *lan, session_t *session,
- unsigned char  *d;
- unsigned char  *iv;
- unsigned int   i;
--EVP_CIPHER_CTX ctx;
-+EVP_CIPHER_CTX *ctx;
- intrv;
- intoutlen;
- inttmplen;
-@@ -2264,14 +2264,18 @@ aes_cbc_encrypt(lanserv_data_t *lan, session_t 
*session,
- *data_size += 16;
- 
- /* Ok, we're set to do the crypt operation. */
--EVP_CIPHER_CTX_init();
--EVP_EncryptInit_ex(, EVP_aes_128_cbc(), NULL, a->ckey, iv);
--EVP_CIPHER_CTX_set_padding(, 0);
--if (!EVP_EncryptUpdate(, *pos, , d, l)) {
-+ctx = EVP_CIPHER_CTX_new();
-+if (!ctx) {
-+  rv = ENOMEM;
-+  goto out_cleanup;
-+}
-+EVP_EncryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, a->ckey, iv);
-+EVP_CIPHER_CTX_set_padding(ctx, 0);
-+if (!EVP_EncryptUpdate(ctx, *pos, , d, l)) {
-   rv = ENOMEM;
-   goto out_cleanup;
- }
--if (!EVP_EncryptFinal_ex(, (*pos) + outlen, )) {
-+if (!EVP_EncryptFinal_ex(ctx, (*pos) + outlen, )) {
-   rv = ENOMEM; /* right? */
-   goto out_cleanup;
- }
-@@ -2281,7 +2285,7 @@ aes_cbc_encrypt(lanserv_data_t *lan, session_t *session,
- *data_len = outlen + 16;
- 
-  out_cleanup:
--EVP_CIPHER_CTX_cleanup();
-+EVP_CIPHER_CTX_free(ctx);
- free(d);
- return rv;
- }
-@@ -2292,7 +2296,7 @@ aes_cbc_decrypt(lanserv_data_t *lan, session_t *session, 
msg_t *msg)
- auth_data_t*a = >auth_data;
- unsigned int   l = msg->len;
- unsigned char  *d;
--EVP_CIPHER_CTX ctx;
-+EVP_CIPHER_CTX *ctx;
- intoutlen;
- unsigned char  *pad;
- intpadlen;
-@@ -2312,10 +2316,14 @@ aes_cbc_decrypt(lanserv_data_t *lan, session_t 
*session, msg_t *msg)
- memcpy(d, msg->data+16, l);
- 
- /* Ok, we're set to do the decrypt operation. */
--EVP_CIPHER_CTX_init();
--EVP_DecryptInit_ex(, EVP_aes_128_cbc(), NULL, a->k2, msg->data);
--EVP_CIPHER_CTX_set_padding(, 0);
--if (!EVP_DecryptUpdate(, msg->data+16, , d, l)) {
-+ctx = EVP_CIPHER_CTX_new();
-+if (!ctx) {
-+  rv = ENOMEM;
-+  goto out_cleanup;
-+}
-+EVP_DecryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, a->k2, msg->data);
-+EVP_CIPHER_CTX_set_padding(ctx, 0);
-+if (!EVP_DecryptUpdate(ctx, msg->data+16, , d, l)) {
-   rv = EINVAL;
-   goto out_cleanup;
- }
-@@ -2348,7 +2356,7 @@ aes_cbc_decrypt(lanserv_data_t *lan, session_t *session, 
msg_t *msg)
- msg->len = outlen;
- 
-  out_cleanup:
--EVP_CIPHER_CTX_cleanup();
-+EVP_CIPHER_CTX_free(ctx);
- free(d);
- return rv;
- }
-diff --git a/lib/aes_cbc.c b/lib/aes_cbc.c
-index 483cdfb..f20d69b 100644
 a/lib/aes_cbc.c
-+++ b/lib/aes_cbc.c
-@@ -86,7 +86,7 @@ aes_cbc_encrypt(ipmi_con_t*ipmi,
- unsigned int   l = *payload_len;
- unsigned int   i;
- unsigned char  *d;
--EVP_CIPHER_CTX ctx;
-+EVP_CIPHER_CTX *ctx;
- intrv;
- intoutlen;
- inttmplen;
-@@ -133,15 +133,19 @@ aes_cbc_encrypt(ipmi_con_t*ipmi,
- *header_len -= 16;
- *max_payload_len += 16;
- 
-+ctx = EVP_CIPHER_CTX_new();
-+if (!ctx) {
-+  rv = ENOMEM;
-+  goto out_cleanup;
-+}
- /* Ok, we're set to do the crypt operation. */
--EVP_CIPHER_CTX_init();
--

[arch-commits] Commit in openfire/repos/community-any (10 files)

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:23:24
  Author: mtorromeo
Revision: 296346

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 296345, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 296345, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.service
(from rev 296345, openfire/trunk/openfire.service)
  openfire/repos/community-any/tmpfile.conf
(from rev 296345, openfire/trunk/tmpfile.conf)
  openfire/repos/community-any/user.conf
(from rev 296345, openfire/trunk/user.conf)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.service
  openfire/repos/community-any/tmpfile.conf
  openfire/repos/community-any/user.conf

--+
 PKGBUILD |  112 ++---
 openfire.conf|6 +-
 openfire.service |   28 ++---
 tmpfile.conf |4 -
 user.conf|2 
 5 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:23:13 UTC (rev 296345)
+++ PKGBUILD2018-02-19 09:23:24 UTC (rev 296346)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Pierre Schmitz 
-
-pkgname=openfire
-pkgver=4.2.1
-pkgrel=2
-pkgdesc="High performance XMPP (Jabber) server."
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('APACHE')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-backup=('etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-'etc/openfire/security/client.truststore')
-source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-'openfire.conf'
-'openfire.service'
-'user.conf'
-'tmpfile.conf')
-sha256sums=('198b5941225d88646f39b7d97448f171a03f3dd0a999120ddb3a724426817b0d'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
-'743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f'
-'020333e30c121dc1ec1e4aac669fdb3bcff9b2fdca94f8a114bf33abdac91992')
-
-build() {
-   cd "$srcdir"/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-}
-
-package() {
-   cd "$pkgdir"
-   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
-
-   cd "$srcdir"
-   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
-   install -Dm644 openfire.service 
"$pkgdir"/usr/lib/systemd/system/openfire.service
-   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/openfire.conf
-   install -Dm644 tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/openfire.conf
-
-   cd openfire_src/target/openfire
-   rm -rf bin logs lib/tray.dll
-
-   cp -R conf/* "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire "$pkgdir"/usr/share/openfire/conf
-
-   cp -R resources/security "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire/security 
"$pkgdir"/usr/share/openfire/resources/security
-
-   cp -R plugins "$pkgdir"/usr/share/openfire/
-   cp -R resources/{database,spank} "$pkgdir"/usr/share/openfire/resources/
-   cp -R lib "$pkgdir"/usr/lib/openfire
-}

Copied: openfire/repos/community-any/PKGBUILD (from rev 296345, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:23:24 UTC (rev 296346)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Pierre Schmitz 
+
+pkgname=openfire
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="High performance XMPP (Jabber) server."
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('APACHE')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+backup=('etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+'etc/openfire/security/client.truststore')
+source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+'openfire.conf'
+'openfire.service'
+'user.conf'
+'tmpfile.conf')
+sha256sums=('a9fa56332cec9437c751644bf23dbbf65a332605493d4780b97b0da4a5febe7d'
+'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
+

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

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:23:13
  Author: mtorromeo
Revision: 296345

upgpkg: openfire 4.2.2-1

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:20:23 UTC (rev 296344)
+++ PKGBUILD2018-02-19 09:23:13 UTC (rev 296345)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=openfire
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.2.2
+pkgrel=1
 pkgdesc="High performance XMPP (Jabber) server."
 arch=('any')
 url='http://www.igniterealtime.org/projects/openfire/'
@@ -19,7 +19,7 @@
 'openfire.service'
 'user.conf'
 'tmpfile.conf')
-sha256sums=('198b5941225d88646f39b7d97448f171a03f3dd0a999120ddb3a724426817b0d'
+sha256sums=('a9fa56332cec9437c751644bf23dbbf65a332605493d4780b97b0da4a5febe7d'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
 '743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f'


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:31:59
  Author: spupykin
Revision: 296356

archrelease: copy trunk to community-x86_64

Added:
  sarg/repos/community-x86_64/PKGBUILD
(from rev 296355, sarg/trunk/PKGBUILD)
  sarg/repos/community-x86_64/fix-sizes.patch
(from rev 296355, sarg/trunk/fix-sizes.patch)
Deleted:
  sarg/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   80 +-
 fix-sizes.patch |   45 ++
 2 files changed, 89 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:31:46 UTC (rev 296355)
+++ PKGBUILD2018-02-19 09:31:59 UTC (rev 296356)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: JJDaNiMoTh 
-# Contributor: Tino Reichardt 
-
-pkgname=sarg
-pkgver=2.3.10
-pkgrel=1
-pkgdesc="Squid Analysis Report Generator"
-arch=('i686' 'x86_64')
-url="http://sarg.sourceforge.net;
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-   'etc/sarg/exclude_codes'
-   'etc/sarg/sarg.conf'
-   'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('f3c5f9a55ffea1662f6ec88daa0c49c3')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/sarg \
--DMANDIR=/usr/share/man/man1 \
-.
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR="$pkgdir" install
-}

Copied: sarg/repos/community-x86_64/PKGBUILD (from rev 296355, 
sarg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:31:59 UTC (rev 296356)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: JJDaNiMoTh 
+# Contributor: Tino Reichardt 
+
+pkgname=sarg
+pkgver=2.3.11
+pkgrel=1
+pkgdesc="Squid Analysis Report Generator"
+arch=('x86_64')
+url="http://sarg.sourceforge.net;
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+   'etc/sarg/exclude_codes'
+   'etc/sarg/sarg.conf'
+   'etc/sarg/user_limit_block')
+source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz
+   fix-sizes.patch)
+sha256sums=('d0f8fbefb5fdc716e75c778525d96ac9eef622d3de94da8d70e2bdc7ab81daa2'
+'6034552698c55e012047feebc47640768202202f9cda8b1af1503e83722746f3')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/fix-sizes.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -Wno-error"
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/sarg \
+-DMANDIR=/usr/share/man/man1 \
+.
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/sarg "$pkgdir"/etc
+  make DESTDIR="$pkgdir" install
+}

Copied: sarg/repos/community-x86_64/fix-sizes.patch (from rev 296355, 
sarg/trunk/fix-sizes.patch)
===
--- fix-sizes.patch (rev 0)
+++ fix-sizes.patch 2018-02-19 09:31:59 UTC (rev 296356)
@@ -0,0 +1,45 @@
+diff -wbBur sarg-2.3.11/index.c sarg-2.3.11.my/index.c
+--- sarg-2.3.11/index.c2018-01-14 21:00:22.0 +0300
 sarg-2.3.11.my/index.c 2018-02-19 12:20:15.896203347 +0300
+@@ -208,7 +208,7 @@
+   m1=month / 16;
+   if(month % 16 != 0) {
+   m2=month % 16;
+-  sprintf(monthnum,"%02d-%02d",m1,m2);
++  sprintf(monthnum,"%02u-%02u",(unsigned 
int)m1,(unsigned int)m2);
+   sprintf(monthname1,"%02d",m1);
+   sprintf(monthname2,"%02d",m2);
+   name_month(monthname1,sizeof(monthname1));
+@@ -269,7 +269,7 @@
+   d1=day / 32;
+   if(day % 32 != 0) {
+   d2=day % 32;
+-  sprintf(daynum,"%02d-%02d",d1,d2);
++  sprintf(daynum,"%02u-%02u",(unsigned 
int)d1,(unsigned int)d2);
+   } else {
+   sprintf(daynum,"%02d",d1);
+   }
+diff -wbBur sarg-2.3.11/report.c sarg-2.3.11.my/report.c
+--- sarg-2.3.11/report.c   2018-01-14 21:00:23.0 +0300
 sarg-2.3.11.my/report.c2018-02-19 12:18:45.151207192 +0300
+@@ -54,7 +54,7 @@
+   char accsmart[MAXLEN];
+   char crc2[MAXLEN/2 

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

2018-02-19 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 19, 2018 @ 08:05:46
  Author: bisson
Revision: 296313

upstream update

Modified:
  openipmi/trunk/PKGBUILD
Deleted:
  openipmi/trunk/0001-Add-openssl-1.1.0-support.patch

--+
 0001-Add-openssl-1.1.0-support.patch |  184 -
 PKGBUILD |   12 --
 2 files changed, 4 insertions(+), 192 deletions(-)

Deleted: 0001-Add-openssl-1.1.0-support.patch
===
--- 0001-Add-openssl-1.1.0-support.patch2018-02-19 07:10:47 UTC (rev 
296312)
+++ 0001-Add-openssl-1.1.0-support.patch2018-02-19 08:05:46 UTC (rev 
296313)
@@ -1,184 +0,0 @@
-From eeacbf0c675b61881fc00539cb365de084950ceb Mon Sep 17 00:00:00 2001
-From: Sebastian Andrzej Siewior 
-Date: Sun, 25 Sep 2016 23:45:12 +0200
-Subject: [PATCH] Add openssl 1.1.0 support
-
-while keeping work under openssl 1.0.2.
-
-Signed-off-by: Sebastian Andrzej Siewior 
-Signed-off-by: Corey Minyard 

- lanserv/lanserv_ipmi.c | 34 +-
- lib/aes_cbc.c  | 34 +-
- 2 files changed, 42 insertions(+), 26 deletions(-)
-
-diff --git a/lanserv/lanserv_ipmi.c b/lanserv/lanserv_ipmi.c
-index b0a2431..67bf74a 100644
 a/lanserv/lanserv_ipmi.c
-+++ b/lanserv/lanserv_ipmi.c
-@@ -2217,7 +2217,7 @@ aes_cbc_encrypt(lanserv_data_t *lan, session_t *session,
- unsigned char  *d;
- unsigned char  *iv;
- unsigned int   i;
--EVP_CIPHER_CTX ctx;
-+EVP_CIPHER_CTX *ctx;
- intrv;
- intoutlen;
- inttmplen;
-@@ -2264,14 +2264,18 @@ aes_cbc_encrypt(lanserv_data_t *lan, session_t 
*session,
- *data_size += 16;
- 
- /* Ok, we're set to do the crypt operation. */
--EVP_CIPHER_CTX_init();
--EVP_EncryptInit_ex(, EVP_aes_128_cbc(), NULL, a->ckey, iv);
--EVP_CIPHER_CTX_set_padding(, 0);
--if (!EVP_EncryptUpdate(, *pos, , d, l)) {
-+ctx = EVP_CIPHER_CTX_new();
-+if (!ctx) {
-+  rv = ENOMEM;
-+  goto out_cleanup;
-+}
-+EVP_EncryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, a->ckey, iv);
-+EVP_CIPHER_CTX_set_padding(ctx, 0);
-+if (!EVP_EncryptUpdate(ctx, *pos, , d, l)) {
-   rv = ENOMEM;
-   goto out_cleanup;
- }
--if (!EVP_EncryptFinal_ex(, (*pos) + outlen, )) {
-+if (!EVP_EncryptFinal_ex(ctx, (*pos) + outlen, )) {
-   rv = ENOMEM; /* right? */
-   goto out_cleanup;
- }
-@@ -2281,7 +2285,7 @@ aes_cbc_encrypt(lanserv_data_t *lan, session_t *session,
- *data_len = outlen + 16;
- 
-  out_cleanup:
--EVP_CIPHER_CTX_cleanup();
-+EVP_CIPHER_CTX_free(ctx);
- free(d);
- return rv;
- }
-@@ -2292,7 +2296,7 @@ aes_cbc_decrypt(lanserv_data_t *lan, session_t *session, 
msg_t *msg)
- auth_data_t*a = >auth_data;
- unsigned int   l = msg->len;
- unsigned char  *d;
--EVP_CIPHER_CTX ctx;
-+EVP_CIPHER_CTX *ctx;
- intoutlen;
- unsigned char  *pad;
- intpadlen;
-@@ -2312,10 +2316,14 @@ aes_cbc_decrypt(lanserv_data_t *lan, session_t 
*session, msg_t *msg)
- memcpy(d, msg->data+16, l);
- 
- /* Ok, we're set to do the decrypt operation. */
--EVP_CIPHER_CTX_init();
--EVP_DecryptInit_ex(, EVP_aes_128_cbc(), NULL, a->k2, msg->data);
--EVP_CIPHER_CTX_set_padding(, 0);
--if (!EVP_DecryptUpdate(, msg->data+16, , d, l)) {
-+ctx = EVP_CIPHER_CTX_new();
-+if (!ctx) {
-+  rv = ENOMEM;
-+  goto out_cleanup;
-+}
-+EVP_DecryptInit_ex(ctx, EVP_aes_128_cbc(), NULL, a->k2, msg->data);
-+EVP_CIPHER_CTX_set_padding(ctx, 0);
-+if (!EVP_DecryptUpdate(ctx, msg->data+16, , d, l)) {
-   rv = EINVAL;
-   goto out_cleanup;
- }
-@@ -2348,7 +2356,7 @@ aes_cbc_decrypt(lanserv_data_t *lan, session_t *session, 
msg_t *msg)
- msg->len = outlen;
- 
-  out_cleanup:
--EVP_CIPHER_CTX_cleanup();
-+EVP_CIPHER_CTX_free(ctx);
- free(d);
- return rv;
- }
-diff --git a/lib/aes_cbc.c b/lib/aes_cbc.c
-index 483cdfb..f20d69b 100644
 a/lib/aes_cbc.c
-+++ b/lib/aes_cbc.c
-@@ -86,7 +86,7 @@ aes_cbc_encrypt(ipmi_con_t*ipmi,
- unsigned int   l = *payload_len;
- unsigned int   i;
- unsigned char  *d;
--EVP_CIPHER_CTX ctx;
-+EVP_CIPHER_CTX *ctx;
- intrv;
- intoutlen;
- inttmplen;
-@@ -133,15 +133,19 @@ aes_cbc_encrypt(ipmi_con_t*ipmi,
- *header_len -= 16;
- *max_payload_len += 16;
- 
-+ctx = EVP_CIPHER_CTX_new();
-+if (!ctx) {
-+  rv = ENOMEM;
-+  goto out_cleanup;
-+}
- /* Ok, we're set to do the crypt operation. */
--EVP_CIPHER_CTX_init();
--EVP_EncryptInit_ex(, EVP_aes_128_cbc(), NULL, info->k2, iv);
--EVP_CIPHER_CTX_set_padding(, 0);
--if (!EVP_EncryptUpdate(, *payload, , d, l)) {
-+

[arch-commits] Commit in perl-dbd-pg/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:56:27
  Author: spupykin
Revision: 296320

archrelease: copy trunk to community-x86_64

Added:
  perl-dbd-pg/repos/community-x86_64/PKGBUILD
(from rev 296319, perl-dbd-pg/trunk/PKGBUILD)
Deleted:
  perl-dbd-pg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:56:14 UTC (rev 296319)
+++ PKGBUILD2018-02-19 08:56:27 UTC (rev 296320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-pg
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="Postgres Driver for DBI"
-arch=('x86_64')
-url="http://search.cpan.org/dist/DBD-Pg;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'postgresql-libs')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
-sha256sums=('9d368edaa9628b6f319af3047d98dbdd101b8e4c9cdbcb4ce22dfef81d0c6663')
-
-build() {
-  cd  DBD-Pg-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-Pg-${pkgver}
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-pg/repos/community-x86_64/PKGBUILD (from rev 296319, 
perl-dbd-pg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:56:27 UTC (rev 296320)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-pg
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="Postgres Driver for DBI"
+arch=('x86_64')
+url="http://search.cpan.org/dist/DBD-Pg;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
+sha256sums=('9ffa9c4e9d1d6b1483ec3259114b95998fd7e4a4168931c903b5ad5fd7a6783e')
+
+build() {
+  cd  DBD-Pg-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-Pg-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-dbd-pg/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:56:14
  Author: spupykin
Revision: 296319

upgpkg: perl-dbd-pg 3.7.4-1

Modified:
  perl-dbd-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:56:07 UTC (rev 296318)
+++ PKGBUILD2018-02-19 08:56:14 UTC (rev 296319)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-dbd-pg
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="Postgres Driver for DBI"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-dbi>=1.52' 'postgresql-libs')
 options=('!emptydirs')
 
source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
-sha256sums=('9d368edaa9628b6f319af3047d98dbdd101b8e4c9cdbcb4ce22dfef81d0c6663')
+sha256sums=('9ffa9c4e9d1d6b1483ec3259114b95998fd7e4a4168931c903b5ad5fd7a6783e')
 
 build() {
   cd  DBD-Pg-${pkgver}


[arch-commits] Commit in perl-datetime-timezone/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:55:53
  Author: spupykin
Revision: 296317

upgpkg: perl-datetime-timezone 2.17-1

Modified:
  perl-datetime-timezone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:55:46 UTC (rev 296316)
+++ PKGBUILD2018-02-19 08:55:53 UTC (rev 296317)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-timezone
-pkgver=2.15
+pkgver=2.17
 pkgrel=1
 pkgdesc="Time zone object base class and factory "
 arch=(any)
@@ -13,7 +13,7 @@
 'perl-list-allutils')
 options=('!emptydirs')
 
source=(https://www.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-sha256sums=('06feaca8c5abfac73b262bb94a1b6c428b7098f6b2c1ac896c9785924cd8d428')
+sha256sums=('1d0a0adc8a14adc8033b5e5391f1b2b87fe48151d95c019601a390020f9770b2')
 
 build() {
   cd  "$srcdir"/DateTime-TimeZone-$pkgver


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:55:06
  Author: spupykin
Revision: 296315

upgpkg: bugzilla 5.0.4-1

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:06:43 UTC (rev 296314)
+++ PKGBUILD2018-02-19 08:55:06 UTC (rev 296315)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bugzilla
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
 pkgdesc="bug tracker"
 arch=('any')
 url="http://www.bugzilla.org;
@@ -32,7 +32,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('b78365742a85cd030c87af12c196e8e9')
+sha256sums=('6b3eb93d20bdfb170803748682d04cb1b6dc60019d7d16c29c4b7f97d2b85bee')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver


[arch-commits] Commit in perl-datetime-timezone/repos/community-any (4 files)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:56:07
  Author: spupykin
Revision: 296318

archrelease: copy trunk to community-any

Added:
  perl-datetime-timezone/repos/community-any/ChangeLog
(from rev 296317, perl-datetime-timezone/trunk/ChangeLog)
  perl-datetime-timezone/repos/community-any/PKGBUILD
(from rev 296317, perl-datetime-timezone/trunk/PKGBUILD)
Deleted:
  perl-datetime-timezone/repos/community-any/ChangeLog
  perl-datetime-timezone/repos/community-any/PKGBUILD

---+
 ChangeLog |   10 +-
 PKGBUILD  |   58 +-
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-02-19 08:55:53 UTC (rev 296317)
+++ ChangeLog   2018-02-19 08:56:07 UTC (rev 296318)
@@ -1,5 +0,0 @@
-
-2008-01-05  Douglas Soares de Andrade  
-
-   * Updated for x86_64
-

Copied: perl-datetime-timezone/repos/community-any/ChangeLog (from rev 296317, 
perl-datetime-timezone/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-02-19 08:56:07 UTC (rev 296318)
@@ -0,0 +1,5 @@
+
+2008-01-05  Douglas Soares de Andrade  
+
+   * Updated for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:55:53 UTC (rev 296317)
+++ PKGBUILD2018-02-19 08:56:07 UTC (rev 296318)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime-timezone
-pkgver=2.11
-pkgrel=2
-pkgdesc="Time zone object base class and factory "
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-TimeZone;
-license=('GPL' 'PerlArtistic')
-depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load'
-'perl-list-allutils')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-sha256sums=('a7c0b2581d2bf6d5cc535364099a67678a9f6ee608e5042dff9ef9c4c577ea6b')
-
-build() {
-  cd  "$srcdir"/DateTime-TimeZone-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/DateTime-TimeZone-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-datetime-timezone/repos/community-any/PKGBUILD (from rev 296317, 
perl-datetime-timezone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:56:07 UTC (rev 296318)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime-timezone
+pkgver=2.17
+pkgrel=1
+pkgdesc="Time zone object base class and factory "
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-TimeZone;
+license=('GPL' 'PerlArtistic')
+depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load'
+'perl-list-allutils')
+options=('!emptydirs')
+source=(https://www.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
+sha256sums=('1d0a0adc8a14adc8033b5e5391f1b2b87fe48151d95c019601a390020f9770b2')
+
+build() {
+  cd  "$srcdir"/DateTime-TimeZone-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-TimeZone-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in smbnetfs/repos/community-x86_64 (8 files)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:59:53
  Author: spupykin
Revision: 296338

archrelease: copy trunk to community-x86_64

Added:
  smbnetfs/repos/community-x86_64/PKGBUILD
(from rev 296337, smbnetfs/trunk/PKGBUILD)
  smbnetfs/repos/community-x86_64/conf-smbnetfs
(from rev 296337, smbnetfs/trunk/conf-smbnetfs)
  smbnetfs/repos/community-x86_64/smbnetfs.install
(from rev 296337, smbnetfs/trunk/smbnetfs.install)
  smbnetfs/repos/community-x86_64/smbnetfs.service
(from rev 296337, smbnetfs/trunk/smbnetfs.service)
Deleted:
  smbnetfs/repos/community-x86_64/PKGBUILD
  smbnetfs/repos/community-x86_64/conf-smbnetfs
  smbnetfs/repos/community-x86_64/smbnetfs.install
  smbnetfs/repos/community-x86_64/smbnetfs.service

--+
 PKGBUILD |   94 ++---
 conf-smbnetfs|2 -
 smbnetfs.install |   48 +--
 smbnetfs.service |   28 +++
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:59:37 UTC (rev 296337)
+++ PKGBUILD2018-02-19 08:59:53 UTC (rev 296338)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=smbnetfs
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="small C program that mounts Microsoft network neighborhood in single 
directory."
-arch=('i686' 'x86_64')
-url="http://smbnetfs.sourceforge.net/;
-license=('GPL')
-depends=('fuse' 'smbclient')
-backup=('etc/smbnetfs/.smb/smb.conf'
-   'etc/smbnetfs/.smb/smbnetfs.conf'
-   'etc/smbnetfs/.smb/smbnetfs.auth'
-   'etc/smbnetfs/.smb/smbnetfs.host')
-install=smbnetfs.install
-options=(docs)
-source=(http://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2
-   conf-smbnetfs
-   smbnetfs.service)
-md5sums=('e80950e235629656c47769f0c1650133'
- 'e150c4cd894cc6ade11b94c95cf17ec4'
- '3a183c876b6de6d90b3f8809cf92fcc3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|g' \
-src/smb_conn_srv.c src/smb_conn_proto.h src/function.c src/main.c 
src/event.c
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr 
--docdir=/usr/share/doc/smbnetfs --with-gnome-keyring=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  mv $pkgdir/usr/share/doc/smbnetfs* $pkgdir/usr/share/doc/smbnetfs
-
-  mkdir -p $pkgdir/etc/smbnetfs/.smb
-  install -m0644 $srcdir/$pkgname-$pkgver/conf/* $pkgdir/etc/smbnetfs/.smb/
-  install -Dm0644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/smbnetfs/README
-  install -Dm0644 $srcdir/conf-smbnetfs $pkgdir/etc/conf.d/smbnetfs
-  install -Dm0644 $srcdir/smbnetfs.service 
$pkgdir/usr/lib/systemd/system/smbnetfs.service
-  touch $pkgdir/etc/smbnetfs/.smb/smb.conf
-}

Copied: smbnetfs/repos/community-x86_64/PKGBUILD (from rev 296337, 
smbnetfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:59:53 UTC (rev 296338)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=smbnetfs
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="small C program that mounts Microsoft network neighborhood in single 
directory."
+arch=('x86_64')
+url="http://smbnetfs.sourceforge.net/;
+license=('GPL')
+depends=('fuse2' 'smbclient')
+backup=('etc/smbnetfs/.smb/smb.conf'
+   'etc/smbnetfs/.smb/smbnetfs.conf'
+   'etc/smbnetfs/.smb/smbnetfs.auth'
+   'etc/smbnetfs/.smb/smbnetfs.host')
+install=smbnetfs.install
+options=(docs)
+source=(https://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2
+   conf-smbnetfs
+   smbnetfs.service)
+sha256sums=('848b8ee4c1b5cc4c83ee35736cb28e1ddcd5789cca948f060e8cb76baa95380a'
+'ca3b686c37fe77193e8df86efcaadb8fe809dfaa8cd62effde6b038af07ea226'
+'9a06d4d1ffec3c2dd9bff09fa92fb3e9c0aa9569be90a61bb51f04f852b2d741')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|g' \
+src/smb_conn_srv.c src/smb_conn_proto.h src/function.c src/main.c 
src/event.c
+  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr 
--docdir=/usr/share/doc/smbnetfs --with-gnome-keyring=no
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/usr/share/doc/smbnetfs* "$pkgdir"/usr/share/doc/smbnetfs
+
+  mkdir -p "$pkgdir"/etc/smbnetfs/.smb
+  install -m0644 "$srcdir"/$pkgname-$pkgver/conf/* "$pkgdir"/etc/smbnetfs/.smb/
+  install -Dm0644 "$srcdir"/$pkgname-$pkgver/README 
"$pkgdir"/usr/share/doc/smbnetfs/README
+  install -Dm0644 "$srcdir"/conf-smbnetfs "$pkgdir"/etc/conf.d/smbnetfs
+  install -Dm0644 "$srcdir"/smbnetfs.service 

[arch-commits] Commit in perl-variable-magic/repos/community-x86_64 (2 files)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:58:42
  Author: spupykin
Revision: 296332

archrelease: copy trunk to community-x86_64

Added:
  perl-variable-magic/repos/community-x86_64/PKGBUILD
(from rev 296331, perl-variable-magic/trunk/PKGBUILD)
Deleted:
  perl-variable-magic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:58:28 UTC (rev 296331)
+++ PKGBUILD2018-02-19 08:58:42 UTC (rev 296332)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Maxwell Pray a.k.a. Synthead 
-# Contributor: Justin Davis 
-
-pkgname="perl-variable-magic"
-_cpanname="Variable-Magic"
-pkgver=0.61
-pkgrel=4
-pkgdesc="Associate user-defined magic to variables from Perl."
-arch=("i686" "x86_64")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl")
-url="http://search.cpan.org/dist/$_cpanname;
-source=("http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz;)
-
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  export \
-PERL_MM_USE_DEFAULT="1" \
-PERL_AUTOINSTALL="--skipdeps" \
-PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
-PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
-MODULEBUILDRC="/dev/null"
-}
-sha256sums=('b8afe92e54c72a2ed2ca1b08ce90518b855734f7d33c454d0f66f2c1ccf8a6d7')
-
-build() {
-  prepareEnvironment
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  prepareEnvironment
-  make test
-}
-
-package() {
-  prepareEnvironment
-  make install
-
-  # Remove "perllocal.pod" and ".packlist".
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-variable-magic/repos/community-x86_64/PKGBUILD (from rev 296331, 
perl-variable-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:58:42 UTC (rev 296332)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxwell Pray a.k.a. Synthead 
+# Contributor: Justin Davis 
+
+pkgname="perl-variable-magic"
+_cpanname="Variable-Magic"
+pkgver=0.62
+pkgrel=1
+pkgdesc="Associate user-defined magic to variables from Perl."
+arch=("x86_64")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl")
+url="http://search.cpan.org/dist/$_cpanname;
+source=("http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz;)
+
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  export \
+PERL_MM_USE_DEFAULT="1" \
+PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
+PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
+MODULEBUILDRC="/dev/null"
+}
+sha256sums=('3f9a18517e33f006a9c2fc4f43f01b54abfe6ff2eae7322424f31069296b615c')
+
+build() {
+  prepareEnvironment
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  prepareEnvironment
+  make test
+}
+
+package() {
+  prepareEnvironment
+  make install
+
+  # Remove "perllocal.pod" and ".packlist".
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-xml-xpath/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:59:14
  Author: spupykin
Revision: 296335

upgpkg: perl-xml-xpath 1.42-1

Modified:
  perl-xml-xpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:59:06 UTC (rev 296334)
+++ PKGBUILD2018-02-19 08:59:14 UTC (rev 296335)
@@ -2,8 +2,8 @@
 #Maintainer:
 
 pkgname=perl-xml-xpath
-pkgver=1.40
-pkgrel=3
+pkgver=1.42
+pkgrel=1
 pkgdesc="A set of modules for parsing and evaluating XPath statements"
 arch=('any')
 url="https://metacpan.org/release/XML-XPath;
@@ -11,7 +11,7 @@
 depends=('perl' 'perl-xml-parser')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz;)
-sha1sums=('a373c9d071a6c675c77320a905053baa5e7a99ff')
+sha1sums=('addb3668a25ba45b7242bd2ff78a1f704d6edf14')
 
 build() {
   cd "${srcdir}/XML-XPath-${pkgver}"


[arch-commits] Commit in perl-xml-xpath/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:59:28
  Author: spupykin
Revision: 296336

archrelease: copy trunk to community-any

Added:
  perl-xml-xpath/repos/community-any/PKGBUILD
(from rev 296335, perl-xml-xpath/trunk/PKGBUILD)
Deleted:
  perl-xml-xpath/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 08:59:14 UTC (rev 296335)
+++ PKGBUILD2018-02-19 08:59:28 UTC (rev 296336)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer:
-
-pkgname=perl-xml-xpath
-pkgver=1.40
-pkgrel=3
-pkgdesc="A set of modules for parsing and evaluating XPath statements"
-arch=('any')
-url="https://metacpan.org/release/XML-XPath;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-xml-parser')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz;)
-sha1sums=('a373c9d071a6c675c77320a905053baa5e7a99ff')
-
-build() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-#  make test
-}
-
-package() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-xml-xpath/repos/community-any/PKGBUILD (from rev 296335, 
perl-xml-xpath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 08:59:28 UTC (rev 296336)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.42
+pkgrel=1
+pkgdesc="A set of modules for parsing and evaluating XPath statements"
+arch=('any')
+url="https://metacpan.org/release/XML-XPath;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz;)
+sha1sums=('addb3668a25ba45b7242bd2ff78a1f704d6edf14')
+
+build() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+#  make test
+}
+
+package() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 08:59:37
  Author: spupykin
Revision: 296337

upgpkg: smbnetfs 0.6.1-1

Modified:
  smbnetfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 08:59:28 UTC (rev 296336)
+++ PKGBUILD2018-02-19 08:59:37 UTC (rev 296337)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=smbnetfs
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="small C program that mounts Microsoft network neighborhood in single 
directory."
 arch=('x86_64')
 url="http://smbnetfs.sourceforge.net/;
@@ -19,7 +19,7 @@
 source=(https://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2
conf-smbnetfs
smbnetfs.service)
-sha256sums=('6dd20bf01201f8be4b5d20cfbfba627f6825bcb60fe71f54d8c8de18509e519b'
+sha256sums=('848b8ee4c1b5cc4c83ee35736cb28e1ddcd5789cca948f060e8cb76baa95380a'
 'ca3b686c37fe77193e8df86efcaadb8fe809dfaa8cd62effde6b038af07ea226'
 '9a06d4d1ffec3c2dd9bff09fa92fb3e9c0aa9569be90a61bb51f04f852b2d741')
 


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

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:20:15
  Author: mtorromeo
Revision: 296343

upgpkg: python-ndg-httpsclient 0.4.4-1

Modified:
  python-ndg-httpsclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:17:26 UTC (rev 296342)
+++ PKGBUILD2018-02-19 09:20:15 UTC (rev 296343)
@@ -5,7 +5,7 @@
 pkgbase=python-ndg-httpsclient
 pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
 _pkgname=ndg_httpsclient
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
 arch=(any)
@@ -15,7 +15,7 @@
  python-setuptools python-pyopenssl python-pyasn1)
 options=(!emptydirs)
 
source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
-sha256sums=('7bfd8c5cfcbc241a93ca6a4e45f952650f5c7ecf7c49b1dbcf5f4d390240be0b')
+sha256sums=('fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a')
 
 build() {
   cd "$srcdir"/$_pkgname-$pkgver


[arch-commits] Commit in python-ndg-httpsclient/repos/community-any (2 files)

2018-02-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 19, 2018 @ 09:20:23
  Author: mtorromeo
Revision: 296344

archrelease: copy trunk to community-any

Added:
  python-ndg-httpsclient/repos/community-any/PKGBUILD
(from rev 296343, python-ndg-httpsclient/trunk/PKGBUILD)
Deleted:
  python-ndg-httpsclient/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:20:15 UTC (rev 296343)
+++ PKGBUILD2018-02-19 09:20:23 UTC (rev 296344)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 134777 2015-06-04 13:33:01Z mtorromeo $
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgbase=python-ndg-httpsclient
-pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
-_pkgname=ndg_httpsclient
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
-arch=(any)
-url="https://pypi.python.org/pypi/ndg-httpsclient;
-license=('BSD')
-makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1
- python-setuptools python-pyopenssl python-pyasn1)
-options=(!emptydirs)
-source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
-sha256sums=('7bfd8c5cfcbc241a93ca6a4e45f952650f5c7ecf7c49b1dbcf5f4d390240be0b')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  rm -rf ../buildpy3; mkdir ../buildpy3
-  python setup.py build -b ../buildpy3
-
-  rm -rf ../buildpy2; mkdir ../buildpy2
-  python2 setup.py build -b ../buildpy2
-}
-
-package_python-ndg-httpsclient() {
-  depends=(python-pyopenssl python-pyasn1)
-  _site_packages=$(python -sSc 'import site; print(site.getsitepackages()[0])')
-
-  cd "$srcdir"/$_pkgname-$pkgver
-  rm -rf build; ln -s ../buildpy3 build
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-ndg-httpsclient() {
-  depends=(python2-pyopenssl python2-pyasn1)
-  _site_packages=$(python2 -sSc 'import site; 
print(site.getsitepackages()[0])')
-
-  cd "$srcdir"/$_pkgname-$pkgver
-  rm -rf build; ln -s ../buildpy2 build
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/bin/ndg_httpclient{,2}
-}

Copied: python-ndg-httpsclient/repos/community-any/PKGBUILD (from rev 296343, 
python-ndg-httpsclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:20:23 UTC (rev 296344)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 134777 2015-06-04 13:33:01Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgbase=python-ndg-httpsclient
+pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
+_pkgname=ndg_httpsclient
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
+arch=(any)
+url="https://pypi.python.org/pypi/ndg-httpsclient;
+license=('BSD')
+makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1
+ python-setuptools python-pyopenssl python-pyasn1)
+options=(!emptydirs)
+source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
+sha256sums=('fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  rm -rf ../buildpy3; mkdir ../buildpy3
+  python setup.py build -b ../buildpy3
+
+  rm -rf ../buildpy2; mkdir ../buildpy2
+  python2 setup.py build -b ../buildpy2
+}
+
+package_python-ndg-httpsclient() {
+  depends=(python-pyopenssl python-pyasn1)
+  _site_packages=$(python -sSc 'import site; print(site.getsitepackages()[0])')
+
+  cd "$srcdir"/$_pkgname-$pkgver
+  rm -rf build; ln -s ../buildpy3 build
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ndg-httpsclient() {
+  depends=(python2-pyopenssl python2-pyasn1)
+  _site_packages=$(python2 -sSc 'import site; 
print(site.getsitepackages()[0])')
+
+  cd "$srcdir"/$_pkgname-$pkgver
+  rm -rf build; ln -s ../buildpy2 build
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  mv "$pkgdir"/usr/bin/ndg_httpclient{,2}
+}


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:30:44
  Author: spupykin
Revision: 296350

archrelease: copy trunk to community-x86_64

Added:
  igmpproxy/repos/community-x86_64/PKGBUILD
(from rev 296349, igmpproxy/trunk/PKGBUILD)
  igmpproxy/repos/community-x86_64/igmpproxy.service
(from rev 296349, igmpproxy/trunk/igmpproxy.service)
Deleted:
  igmpproxy/repos/community-x86_64/PKGBUILD
  igmpproxy/repos/community-x86_64/igmpproxy.service

---+
 PKGBUILD  |   60 ++--
 igmpproxy.service |   20 -
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:30:30 UTC (rev 296349)
+++ PKGBUILD2018-02-19 09:30:44 UTC (rev 296350)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: sda 
-
-pkgname=igmpproxy
-pkgver=0.2
-pkgrel=1
-pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
-arch=(x86_64)
-url="https://github.com/pali/igmpproxy;
-license=('GPL')
-depends=()
-backup=("etc/igmpproxy.conf")
-source=("https://github.com/pali/igmpproxy/releases/download/$pkgver/igmpproxy-$pkgver.tar.gz;
-   "igmpproxy.service")
-sha256sums=('9fdbe1d04bf2ebde203ee29c92e8712723cfa054dd2415240155545257a9e43c'
-'9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: igmpproxy/repos/community-x86_64/PKGBUILD (from rev 296349, 
igmpproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:30:44 UTC (rev 296350)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: sda 
+
+pkgname=igmpproxy
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
+arch=(x86_64)
+url="https://github.com/pali/igmpproxy;
+license=('GPL')
+depends=()
+backup=("etc/igmpproxy.conf")
+source=("https://github.com/pali/igmpproxy/releases/download/$pkgver/igmpproxy-$pkgver.tar.gz;
+   "igmpproxy.service")
+sha256sums=('d351e623037390f575c1203d9cbb7ba33a8bdef85a3c5e1d2901c5a2a38449a1'
+'9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: igmpproxy.service
===
--- igmpproxy.service   2018-02-19 09:30:30 UTC (rev 296349)
+++ igmpproxy.service   2018-02-19 09:30:44 UTC (rev 296350)
@@ -1,10 +0,0 @@
-[Unit]
-Description=IGMP proxy
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/igmpproxy /etc/igmpproxy.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: igmpproxy/repos/community-x86_64/igmpproxy.service (from rev 296349, 
igmpproxy/trunk/igmpproxy.service)
===
--- igmpproxy.service   (rev 0)
+++ igmpproxy.service   2018-02-19 09:30:44 UTC (rev 296350)
@@ -0,0 +1,10 @@
+[Unit]
+Description=IGMP proxy
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/igmpproxy /etc/igmpproxy.conf
+
+[Install]
+WantedBy=multi-user.target


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:31:09
  Author: spupykin
Revision: 296352

archrelease: copy trunk to community-x86_64

Added:
  opensips/repos/community-x86_64/PKGBUILD
(from rev 296351, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/opensips.install
(from rev 296351, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 296351, opensips/trunk/opensips.service)
Deleted:
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service

--+
 PKGBUILD |  164 ++---
 opensips.install |6 -
 opensips.service |   22 +++
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:30:55 UTC (rev 296351)
+++ PKGBUILD2018-02-19 09:31:09 UTC (rev 296352)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=opensips
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
-url="http://www.opensips.org;
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt' 'libmicrohttpd')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'libmariadbclient'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/osipsconsolerc"
-   "etc/opensips/opensipsctlrc")
-arch=('x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   opensips.service)
-sha256sums=('467ec4a7ac0187872b26485a893bed15753506624a2af3592f1a093c5cbea16a'
-'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-}
-
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   LIBDIR=lib PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   BASEDIR="$pkgdir" PREFIX=/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p "$pkgdir"/etc/
-  mv "$pkgdir"/usr/etc/opensips/ "$pkgdir"/etc/
-  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
"$pkgdir"/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd "$pkgdir"/usr/share
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  cd "$pkgdir"/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin
-
-  cd "$pkgdir"/usr/bin
-  sed -i "s#"$pkgdir"##" opensipsctl opensipsdbctl osipsconsole
-
-  cd "$pkgdir"/etc
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-x86_64/PKGBUILD (from rev 296351, 
opensips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:31:09 UTC (rev 296352)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=opensips
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
+url="http://www.opensips.org;
+depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
+'lynx' 'libxslt' 'libmicrohttpd')
+optdepends=('postgresql-libs'
+   'unixodbc'
+   'libldap'
+   'libmariadbclient'
+   'libsasl'
+   'python2'
+   'pcre')
+backup=("etc/opensips/opensips.cfg"
+   "etc/opensips/osipsconsolerc"
+   "etc/opensips/opensipsctlrc")
+arch=('x86_64')
+license=('GPL')
+install=opensips.install
+options=('!emptydirs' 'zipman' '!makeflags' 'docs')
+source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
+   opensips.service)

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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:30:55
  Author: spupykin
Revision: 296351

upgpkg: opensips 2.3.3-1

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:30:44 UTC (rev 296350)
+++ PKGBUILD2018-02-19 09:30:55 UTC (rev 296351)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org;
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('467ec4a7ac0187872b26485a893bed15753506624a2af3592f1a093c5cbea16a'
+sha256sums=('0cccf1680c8951f30ee4062ce1e31586a668a0ecf9fa50f544ac1a957213e0cf'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:31:38
  Author: spupykin
Revision: 296354

archrelease: copy trunk to community-x86_64

Added:
  php71-apcu/repos/community-x86_64/PKGBUILD
(from rev 296353, php71-apcu/trunk/PKGBUILD)
  php71-apcu/repos/community-x86_64/apcu.ini
(from rev 296353, php71-apcu/trunk/apcu.ini)
Deleted:
  php71-apcu/repos/community-x86_64/PKGBUILD
  php71-apcu/repos/community-x86_64/apcu.ini

--+
 PKGBUILD |   90 ++---
 apcu.ini |6 ++--
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 09:31:22 UTC (rev 296353)
+++ PKGBUILD2018-02-19 09:31:38 UTC (rev 296354)
@@ -1,45 +0,0 @@
-# $Id$
-
-pkgname=php71-apcu
-pkgver=5.1.9
-pkgrel=1
-arch=('x86_64')
-pkgdesc='A userland caching module for PHP'
-url='https://pecl.php.net/package/APCu'
-depends=('php71')
-license=('PHP')
-conflicts=("${pkgname/71/}")
-provides=("${pkgname/71/}=${pkgver}")
-source=("https://pecl.php.net/get/apcu-$pkgver.tgz;
-'apcu.ini')
-backup=('etc/php/conf.d/apcu.ini')
-sha256sums=('60d4ba200c15b21f8c17d5b4e4bd00e2ff6626855891ceca4e76da6b3e5af547'
-'d15339e3faa07a3279d47c2c0ec53059f3d0555f6979c6ea56368d795215fc1c')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/apcu-$pkgver
-
-   export REPORT_EXIT_STATUS=1
-   export NO_INTERACTION=1
-   export SKIP_ONLINE_TESTS=1
-   export SKIP_SLOW_TESTS=1
-   make test
-}
-
-package() {
-   cd $srcdir/apcu-$pkgver
-
-   make INSTALL_ROOT=$pkgdir install
-
-   install -D -m644 $srcdir/apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php71-apcu/repos/community-x86_64/PKGBUILD (from rev 296353, 
php71-apcu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 09:31:38 UTC (rev 296354)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=php71-apcu
+pkgver=5.1.10
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A userland caching module for PHP'
+url='https://pecl.php.net/package/APCu'
+depends=('php71')
+license=('PHP')
+conflicts=("${pkgname/71/}")
+provides=("${pkgname/71/}=${pkgver}")
+source=("https://pecl.php.net/get/apcu-$pkgver.tgz;
+'apcu.ini')
+backup=('etc/php/conf.d/apcu.ini')
+sha256sums=('08b6c0879b105036d4e79fbd1fa00cac25b77512420cacdfcaae10ffb23b1b1c'
+'d15339e3faa07a3279d47c2c0ec53059f3d0555f6979c6ea56368d795215fc1c')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/apcu-$pkgver
+
+   export REPORT_EXIT_STATUS=1
+   export NO_INTERACTION=1
+   export SKIP_ONLINE_TESTS=1
+   export SKIP_SLOW_TESTS=1
+   make test
+}
+
+package() {
+   cd $srcdir/apcu-$pkgver
+
+   make INSTALL_ROOT=$pkgdir install
+
+   install -D -m644 $srcdir/apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Deleted: apcu.ini
===
--- apcu.ini2018-02-19 09:31:22 UTC (rev 296353)
+++ apcu.ini2018-02-19 09:31:38 UTC (rev 296354)
@@ -1,3 +0,0 @@
-;extension=apcu.so
-; install php-apcu-bc and enable apc.so for APC compatibility
-;extension=apc.so

Copied: php71-apcu/repos/community-x86_64/apcu.ini (from rev 296353, 
php71-apcu/trunk/apcu.ini)
===
--- apcu.ini(rev 0)
+++ apcu.ini2018-02-19 09:31:38 UTC (rev 296354)
@@ -0,0 +1,3 @@
+;extension=apcu.so
+; install php-apcu-bc and enable apc.so for APC compatibility
+;extension=apc.so


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:31:22
  Author: spupykin
Revision: 296353

upgpkg: php71-apcu 5.1.10-1

Modified:
  php71-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:31:09 UTC (rev 296352)
+++ PKGBUILD2018-02-19 09:31:22 UTC (rev 296353)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=php71-apcu
-pkgver=5.1.9
+pkgver=5.1.10
 pkgrel=1
 arch=('x86_64')
 pkgdesc='A userland caching module for PHP'
@@ -13,7 +13,7 @@
 source=("https://pecl.php.net/get/apcu-$pkgver.tgz;
 'apcu.ini')
 backup=('etc/php/conf.d/apcu.ini')
-sha256sums=('60d4ba200c15b21f8c17d5b4e4bd00e2ff6626855891ceca4e76da6b3e5af547'
+sha256sums=('08b6c0879b105036d4e79fbd1fa00cac25b77512420cacdfcaae10ffb23b1b1c'
 'd15339e3faa07a3279d47c2c0ec53059f3d0555f6979c6ea56368d795215fc1c')
 
 build() {


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

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:30:30
  Author: spupykin
Revision: 296349

upgpkg: igmpproxy 0.2.1-1

Modified:
  igmpproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:25:50 UTC (rev 296348)
+++ PKGBUILD2018-02-19 09:30:30 UTC (rev 296349)
@@ -4,7 +4,7 @@
 # Contributor: sda 
 
 pkgname=igmpproxy
-pkgver=0.2
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 backup=("etc/igmpproxy.conf")
 
source=("https://github.com/pali/igmpproxy/releases/download/$pkgver/igmpproxy-$pkgver.tar.gz;
"igmpproxy.service")
-sha256sums=('9fdbe1d04bf2ebde203ee29c92e8712723cfa054dd2415240155545257a9e43c'
+sha256sums=('d351e623037390f575c1203d9cbb7ba33a8bdef85a3c5e1d2901c5a2a38449a1'
 '9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')
 
 build() {


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

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 12:46:09
  Author: dvzrv
Revision: 296367

upgpkg: snd 18.1-1

Upgrading to 18.1. Removing unneeded dependency gamin. Switching to gtk3.
Switching to https for url and source. Adding all makedepends that upstream 
lists. Adding ruby for scripting support.
Properly listing optdepends. Removing unneeded LDFLAGS. Adding pulseaudio 
backend.
Installing various docs. Minor fixes.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 12:28:03 UTC (rev 296366)
+++ PKGBUILD2018-02-19 12:46:09 UTC (rev 296367)
@@ -1,44 +1,51 @@
 # $Id$
+# Maintainer: David Runge 
 # Maintainer: Ray Rashif 
 # Contributor: Juergen Hoetzel 
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=17.9
+pkgver=18.1
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
-url="http://ccrma.stanford.edu/software/snd/;
+url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4843e64a34a531c3d95ad6f9ff65a15c5698631e028bae4aa193bb85f0039b740568d00fd23eea29e0dce1906113dc948f8751b7c443814bc5d51f88c8c182a2')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  LDFLAGS+=" -Wl,-z,noexecstack"
-
+  cd "${pkgname}-${pkgver}"
+#  LDFLAGS+=" -Wl,-z,noexecstack"
   ./configure --prefix=/usr \
   --with-alsa \
+  --with-gmp \
+  --with-gtk \
   --with-jack \
-  --with-gtk \
   --with-ladspa \
-  --with-gmp
+  --with-pulseaudio \
+  --with-ruby
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" install
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
+  install -vDm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -vDm644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 12:46:26
  Author: dvzrv
Revision: 296368

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/.contrib
(from rev 296367, snd/trunk/.contrib)
  snd/repos/community-x86_64/PKGBUILD
(from rev 296367, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/.contrib
  snd/repos/community-x86_64/PKGBUILD

--+
 .contrib |4 +-
 PKGBUILD |   95 -
 2 files changed, 53 insertions(+), 46 deletions(-)

Deleted: .contrib
===
--- .contrib2018-02-19 12:46:09 UTC (rev 296367)
+++ .contrib2018-02-19 12:46:26 UTC (rev 296368)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom 
-# Contributor: dorphell 

Copied: snd/repos/community-x86_64/.contrib (from rev 296367, 
snd/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-02-19 12:46:26 UTC (rev 296368)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom 
+# Contributor: dorphell 

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 12:46:09 UTC (rev 296367)
+++ PKGBUILD2018-02-19 12:46:26 UTC (rev 296368)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=17.9
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="http://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  LDFLAGS+=" -Wl,-z,noexecstack"
-
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-jack \
-  --with-gtk \
-  --with-ladspa \
-  --with-gmp
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" install
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 296367, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 12:46:26 UTC (rev 296368)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=18.1
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4843e64a34a531c3d95ad6f9ff65a15c5698631e028bae4aa193bb85f0039b740568d00fd23eea29e0dce1906113dc948f8751b7c443814bc5d51f88c8c182a2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+#  LDFLAGS+=" -Wl,-z,noexecstack"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
+  install -vDm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -vDm644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 13:24:25
  Author: dvzrv
Revision: 296370

archrelease: copy trunk to community-x86_64

Added:
  swh-plugins/repos/community-x86_64/PKGBUILD
(from rev 296369, swh-plugins/trunk/PKGBUILD)
Deleted:
  swh-plugins/repos/community-x86_64/PKGBUILD
  swh-plugins/repos/community-x86_64/mbeq_crash_fix.patch

--+
 PKGBUILD |   93 +
 mbeq_crash_fix.patch |   39 
 2 files changed, 40 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 13:21:06 UTC (rev 296369)
+++ PKGBUILD2018-02-19 13:24:25 UTC (rev 296370)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Damir Perisa 
-# Contributor: Robert Emil Berge
-
-# move to github source? see frontpage news updates
-# and also https://github.com/swh/ladspa
-
-pkgname=swh-plugins
-pkgver=0.4.15
-pkgrel=7
-pkgdesc="Steve Harris' LADSPA plug-ins suite"
-arch=('x86_64')
-url="http://plugin.org.uk/;
-license=('GPL')
-depends=('fftw' 'ladspa')
-makedepends=('libxml2' 'perl-xml-parser')
-groups=('ladspa-plugins')
-source=("http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
-'mbeq_crash_fix.patch')
-md5sums=('2fbdccef2462ea553901acd429fa3573'
- 'a60422c8dea95bee6f9adcdc70dff7e0')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Arch64 fix;
-  # -fPIC seems to be the only option
-  if [ "$CARCH" = 'x86_64' ]; then
-export CFLAGS="$CFLAGS -fPIC"
-export CXXFLAGS="$CFLAGS"
-  fi
-
-  # fix Firefox crash on x64 when
-  # plugin is in use by ALSA;
-  # see https://bugs.archlinux.org/task/24579
-  patch -Np1 -i "$srcdir/mbeq_crash_fix.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: swh-plugins/repos/community-x86_64/PKGBUILD (from rev 296369, 
swh-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 13:24:25 UTC (rev 296370)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: Damir Perisa 
+# Contributor: Robert Emil Berge
+
+pkgname=swh-plugins
+pkgver=0.4.17
+pkgrel=1
+pkgdesc="Steve Harris' LADSPA plug-ins suite"
+arch=('x86_64')
+url="http://plugin.org.uk/;
+license=('GPL2')
+depends=('fftw' 'ladspa')
+makedepends=('libxml2' 'perl-xml-parser')
+groups=('ladspa-plugins')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/swh/ladspa/archive/v${pkgver}.tar.gz;)
+sha512sums=('6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7')
+
+prepare() {
+  mv -v ladspa-${pkgver} "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  export CFLAGS="$CFLAGS -fPIC"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: mbeq_crash_fix.patch
===
--- mbeq_crash_fix.patch2018-02-19 13:21:06 UTC (rev 296369)
+++ mbeq_crash_fix.patch2018-02-19 13:24:25 UTC (rev 296370)
@@ -1,39 +0,0 @@
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.c swh-plugins-0.4.15/mbeq_1197.c
 swh-plugins-0.4.15.orig/mbeq_1197.c2006-08-09 01:49:15.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.c 2011-06-05 10:57:17.929107102 +1000
-@@ -457,7 +457,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i < FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i < FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   comp[FFT_LENGTH-i] *= coefs[i];
-   }
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.so.c 
swh-plugins-0.4.15/mbeq_1197.so.c
 swh-plugins-0.4.15.orig/mbeq_1197.so.c 2003-10-22 02:13:40.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.so.c  2011-06-05 10:57:52.265774336 +1000
-@@ -446,7 +446,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i < FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i < FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   

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

2018-02-19 Thread Morten Linderud via arch-commits
Date: Monday, February 19, 2018 @ 14:11:45
  Author: foxboron
Revision: 296376

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:11:37 UTC (rev 296375)
+++ PKGBUILD2018-02-19 14:11:45 UTC (rev 296376)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud  
-# Contributor: Jos? Luis Lafuente 
-# Contributor: Arthur Vuillard 
-
-pkgbase='python-pew'
-pkgname=('python-pew' 'python2-pew')
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
-url="https://github.com/berdario/pew;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
-sha256sums=('686f681fdb6784986708fc55a252c4225df1a5d7ba9968433a8002ff514c51aa')
-
-prepare() {
-  cp -a pew-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pew-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pew-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-pew() {
-  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
-  cd "${pkgname##*-}-${pkgver}"
-  #python3 setup.py install --prefix=/usr --root="$pkgdir"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew.fish"
-
-  install -D -m644 "pew/shell_config/complete.bash" \
-"$pkgdir/usr/share/bash-completion/completions/pew"
-
-  install -D -m644 "pew/shell_config/complete.zsh" \
-"$pkgdir/usr/share/zsh/site-functions/_pew"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pew() {
-  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone' 
-   'python2-pathlib' 'python2-backports.shutil_get_terminal_size' 
-  'python2-shutilwhich')
-  cd "${pkgname##*-}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  mv "${pkgdir}/usr/bin/pew" "${pkgdir}/usr/bin/pew2"
-
-  install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew2.fish"
-
-  install -D -m644 "pew/shell_config/complete.bash" \
-"$pkgdir/usr/share/bash-completion/completions/pew2"
-
-  install -D -m644 "pew/shell_config/complete.zsh" \
-"$pkgdir/usr/share/zsh/site-functions/_pew2"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pew/repos/community-any/PKGBUILD (from rev 296375, 
python-pew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:11:45 UTC (rev 296376)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Morten Linderud  
+# Contributor: Jos? Luis Lafuente 
+# Contributor: Arthur Vuillard 
+
+pkgbase='python-pew'
+pkgname=('python-pew' 'python2-pew')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
+url="https://github.com/berdario/pew;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
+sha256sums=('74ff98ee92547fba3faf59973ccf3d0a882d683eb733786f0b5067430d6ee000')
+
+prepare() {
+  cp -a pew-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pew-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pew-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-pew() {
+  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/completions/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pew() {
+  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone' 
+   'python2-pathlib' 'python2-backports.shutil_get_terminal_size' 
+  'python2-shutilwhich')
+  cd "${pkgname##*-}-${pkgver}-py2"
+  python2 

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

2018-02-19 Thread Morten Linderud via arch-commits
Date: Monday, February 19, 2018 @ 14:11:37
  Author: foxboron
Revision: 296375

upgpkg: python-pew 1.1.2-1

Updated to 1.1.2

Modified:
  python-pew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:10:11 UTC (rev 296374)
+++ PKGBUILD2018-02-19 14:11:37 UTC (rev 296375)
@@ -5,7 +5,7 @@
 
 pkgbase='python-pew'
 pkgname=('python-pew' 'python2-pew')
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
 url="https://github.com/berdario/pew;
@@ -14,7 +14,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
-sha256sums=('686f681fdb6784986708fc55a252c4225df1a5d7ba9968433a8002ff514c51aa')
+sha256sums=('74ff98ee92547fba3faf59973ccf3d0a882d683eb733786f0b5067430d6ee000')
 
 prepare() {
   cp -a pew-$pkgver{,-py2}


[arch-commits] Commit in electron/repos/community-x86_64 (56 files)

2018-02-19 Thread Nicola Squartini via arch-commits
Date: Monday, February 19, 2018 @ 14:56:52
  Author: tensor5
Revision: 296387

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 296386, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/allow-i686.patch
(from rev 296386, electron/trunk/allow-i686.patch)
  electron/repos/community-x86_64/breakpad-glibc2.26.patch
(from rev 296386, electron/trunk/breakpad-glibc2.26.patch)
  electron/repos/community-x86_64/chromium-gn-bootstrap-r2.patch
(from rev 296386, electron/trunk/chromium-gn-bootstrap-r2.patch)
  electron/repos/community-x86_64/chromium-gtk3.patch
(from rev 296386, electron/trunk/chromium-gtk3.patch)
  electron/repos/community-x86_64/chromium-include-functional.patch
(from rev 296386, electron/trunk/chromium-include-functional.patch)
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
(from rev 296386, electron/trunk/chromium-use-system-ffmpeg.patch)
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
(from rev 296386, electron/trunk/chromium-use-system-minizip.patch)
  electron/repos/community-x86_64/chromium-use-system-re2.patch
(from rev 296386, electron/trunk/chromium-use-system-re2.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 296386, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
(from rev 296386, electron/trunk/dont-bootstrap-libchromiumcontent.patch)
  electron/repos/community-x86_64/dont-update-submodules.patch
(from rev 296386, electron/trunk/dont-update-submodules.patch)
  electron/repos/community-x86_64/dont-use-sysroot.patch
(from rev 296386, electron/trunk/dont-use-sysroot.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 296386, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/gtk3-menu-bar.patch
(from rev 296386, electron/trunk/gtk3-menu-bar.patch)
  electron/repos/community-x86_64/gtk3-message-box.patch
(from rev 296386, electron/trunk/gtk3-message-box.patch)
  electron/repos/community-x86_64/gtk3-warnings.patch
(from rev 296386, electron/trunk/gtk3-warnings.patch)
  electron/repos/community-x86_64/gyp-no-rpath.patch
(from rev 296386, electron/trunk/gyp-no-rpath.patch)
  electron/repos/community-x86_64/libchromiumcontent-chdir.patch
(from rev 296386, electron/trunk/libchromiumcontent-chdir.patch)
  electron/repos/community-x86_64/libchromiumcontent-no-depot_tools.patch
(from rev 296386, electron/trunk/libchromiumcontent-no-depot_tools.patch)
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
(from rev 296386, electron/trunk/libchromiumcontent-settings.patch)
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
(from rev 296386, electron/trunk/libchromiumcontent-sort-filenames.patch)
  electron/repos/community-x86_64/libchromiumcontent-static-library-only.patch
(from rev 296386, 
electron/trunk/libchromiumcontent-static-library-only.patch)
  electron/repos/community-x86_64/libchromiumcontent-use-system-tools.patch
(from rev 296386, electron/trunk/libchromiumcontent-use-system-tools.patch)
  electron/repos/community-x86_64/no-whole-archive.patch
(from rev 296386, electron/trunk/no-whole-archive.patch)
  electron/repos/community-x86_64/use-system-ffmpeg.patch
(from rev 296386, electron/trunk/use-system-ffmpeg.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 296386, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/use-system-ninja.patch
(from rev 296386, electron/trunk/use-system-ninja.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/allow-i686.patch
  electron/repos/community-x86_64/breakpad-glibc2.26.patch
  electron/repos/community-x86_64/chromium-gn-bootstrap-r2.patch
  electron/repos/community-x86_64/chromium-gtk3.patch
  electron/repos/community-x86_64/chromium-include-functional.patch
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
  electron/repos/community-x86_64/chromium-use-system-re2.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
  electron/repos/community-x86_64/dont-update-submodules.patch
  electron/repos/community-x86_64/dont-use-sysroot.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/gtk3-menu-bar.patch
  electron/repos/community-x86_64/gtk3-message-box.patch
  electron/repos/community-x86_64/gtk3-warnings.patch
  electron/repos/community-x86_64/gyp-no-rpath.patch
  electron/repos/community-x86_64/libchromiumcontent-chdir.patch
  electron/repos/community-x86_64/libchromiumcontent-no-depot_tools.patch
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
  

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

2018-02-19 Thread Morten Linderud via arch-commits
Date: Monday, February 19, 2018 @ 14:09:50
  Author: foxboron
Revision: 296373

upgpkg: jgmenu 0.8.2-1

Bumped to 0.8.2 and added tests

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:06:12 UTC (rev 296372)
+++ PKGBUILD2018-02-19 14:09:50 UTC (rev 296373)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0c8e1914bd14a867dba83569ba713e9b88fdd28194e6ae9b4e2948a1c7521fc')
+sha256sums=('d019b6eae72b34e41afc2ca3220d139e8329cf2c1aefac77826cec33b5a9ad37')
 
 build() {
cd "$pkgname-$pkgver"
@@ -17,6 +17,12 @@
make
 }
 
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
 package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" prefix=/usr install


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

2018-02-19 Thread Morten Linderud via arch-commits
Date: Monday, February 19, 2018 @ 14:10:11
  Author: foxboron
Revision: 296374

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 296373, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:09:50 UTC (rev 296373)
+++ PKGBUILD2018-02-19 14:10:11 UTC (rev 296374)
@@ -1,23 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu;
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0c8e1914bd14a867dba83569ba713e9b88fdd28194e6ae9b4e2948a1c7521fc')
-
-build() {
-   cd "$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 296373, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:10:11 UTC (rev 296374)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('d019b6eae72b34e41afc2ca3220d139e8329cf2c1aefac77826cec33b5a9ad37')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2018-02-19 Thread Morten Linderud via arch-commits
Date: Monday, February 19, 2018 @ 14:12:42
  Author: foxboron
Revision: 296378

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:12:34 UTC (rev 296377)
+++ PKGBUILD2018-02-19 14:12:42 UTC (rev 296378)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Balló György 
-
-_pkgbase=send2trash
-pkgbase=python-$_pkgbase
-pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Send file to trash natively"
-arch=('any')
-url="https://github.com/hsoft/send2trash;
-license=('BSD')
-makedepends=('python' 'python-setuptools'
-'python' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz;)
-sha256sums=('3fd57fc13078f3570e70a860a15f92eec8fa08933ca2e1dba43a98ee2587de39')
-
-prepare() {
-   cp -a $_pkgbase-$pkgver{,-python2}
-}
-
-build() {
-   cd $_pkgbase-$pkgver
-   python setup.py build
-
-   cd ../$_pkgbase-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-send2trash() {
-   depends=('python')
-
-   cd $_pkgbase-$pkgver
-   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-send2trash() {
-   depends=('python2')
-
-   cd $_pkgbase-$pkgver-python2
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-send2trash/repos/community-any/PKGBUILD (from rev 296377, 
python-send2trash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:12:42 UTC (rev 296378)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Balló György 
+
+_pkgbase=send2trash
+pkgbase=python-$_pkgbase
+pkgname=('python-send2trash' 'python2-send2trash')
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Send file to trash natively"
+arch=('any')
+url="https://github.com/hsoft/send2trash;
+license=('BSD')
+makedepends=('python' 'python-setuptools'
+'python' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz;)
+sha256sums=('7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41')
+
+prepare() {
+   cp -a $_pkgbase-$pkgver{,-python2}
+}
+
+build() {
+   cd $_pkgbase-$pkgver
+   python setup.py build
+
+   cd ../$_pkgbase-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-send2trash() {
+   depends=('python')
+
+   cd $_pkgbase-$pkgver
+   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-send2trash() {
+   depends=('python2')
+
+   cd $_pkgbase-$pkgver-python2
+   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-02-19 Thread Morten Linderud via arch-commits
Date: Monday, February 19, 2018 @ 14:12:34
  Author: foxboron
Revision: 296377

upgpkg: python-send2trash 1.5.0-1

Updated to 1.5.0

Modified:
  python-send2trash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:11:45 UTC (rev 296376)
+++ PKGBUILD2018-02-19 14:12:34 UTC (rev 296377)
@@ -5,7 +5,7 @@
 _pkgbase=send2trash
 pkgbase=python-$_pkgbase
 pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Send file to trash natively"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python' 'python-setuptools'
 'python' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz;)
-sha256sums=('3fd57fc13078f3570e70a860a15f92eec8fa08933ca2e1dba43a98ee2587de39')
+sha256sums=('7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41')
 
 prepare() {
cp -a $_pkgbase-$pkgver{,-python2}


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

2018-02-19 Thread Evangelos Foutras via arch-commits
Date: Monday, February 19, 2018 @ 14:06:12
  Author: foutrelis
Revision: 296372

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 296371, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:06:02 UTC (rev 296371)
+++ PKGBUILD2018-02-19 14:06:12 UTC (rev 296372)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Editor for text-based subtitles"
-arch=('any')
-url="http://otsaloma.io/gaupol/;
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
- 'python-pyenchant' 'gtkspell3' 'iso-codes' 'python-chardet'
- 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('mpv: subtitle preview'
-'vlc: subtitle preview'
-'mplayer: subtitle preview')
-source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('fb683970c3a96591c9754fac025c5d20deb35bae8f51be2212ed7f3618ee5abd')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 296371, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:06:12 UTC (rev 296372)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="http://otsaloma.io/gaupol/;
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'python-pyenchant' 'gtkspell3' 'iso-codes' 'python-chardet'
+ 'python-cairo' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('fb683970c3a96591c9754fac025c5d20deb35bae8f51be2212ed7f3618ee5abd')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-19 Thread Evangelos Foutras via arch-commits
Date: Monday, February 19, 2018 @ 14:06:02
  Author: foutrelis
Revision: 296371

upgpkg: gaupol 1.3.1-2

Re-add python-cairo dep which was accidentally removed with the last update.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 13:24:25 UTC (rev 296370)
+++ PKGBUILD2018-02-19 14:06:02 UTC (rev 296371)
@@ -7,7 +7,7 @@
 
 pkgname=gaupol
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="http://otsaloma.io/gaupol/;
@@ -14,7 +14,7 @@
 license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
  'python-pyenchant' 'gtkspell3' 'iso-codes' 'python-chardet'
- 'desktop-file-utils' 'hicolor-icon-theme')
+ 'python-cairo' 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')


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

2018-02-19 Thread Jonathan Steel via arch-commits
Date: Monday, February 19, 2018 @ 14:23:07
  Author: jsteel
Revision: 296381

upgpkg: aws-cli 1.14.41-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:22:58 UTC (rev 296380)
+++ PKGBUILD2018-02-19 14:23:07 UTC (rev 296381)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.14.40
+pkgver=1.14.41
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('5e78a4cf2d94a088952a4ae827436789')
+md5sums=('e86c2ae17e3573fbc25197d56e0e490d')
 
 build() {
   cd $pkgname-$pkgver


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

2018-02-19 Thread Jonathan Steel via arch-commits
Date: Monday, February 19, 2018 @ 14:23:29
  Author: jsteel
Revision: 296383

upgpkg: python-boto3 1.5.31-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:23:20 UTC (rev 296382)
+++ PKGBUILD2018-02-19 14:23:29 UTC (rev 296383)
@@ -3,7 +3,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-boto3
-pkgver=1.5.30
+pkgver=1.5.31
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('8fab92cbe9692028d96d3209637096b996b98196a86d517987ae8a68c8f811545f84ea167a3f8eb47f0d115ba7230d0836a9b5d6452fda1f7f11d4d818917ee5')
+sha512sums=('83bf400f72c0151a4b9826faa790bc4735f14dc3cbf8428b971ac954019a5af937a0a50fcd739bb5b218790e54eefc278333bbd9600b12f1cc54f0b317d769ea')
 
 build() {
   cd "$srcdir"/boto3-$pkgver


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

2018-02-19 Thread Jonathan Steel via arch-commits
Date: Monday, February 19, 2018 @ 14:23:20
  Author: jsteel
Revision: 296382

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 296381, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:23:07 UTC (rev 296381)
+++ PKGBUILD2018-02-19 14:23:20 UTC (rev 296382)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.14.40
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('5e78a4cf2d94a088952a4ae827436789')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 296381, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:23:20 UTC (rev 296382)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.14.41
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('e86c2ae17e3573fbc25197d56e0e490d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2018-02-19 Thread Jonathan Steel via arch-commits
Date: Monday, February 19, 2018 @ 14:22:44
  Author: jsteel
Revision: 296379

upgpkg: python-botocore 1.8.45-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:12:42 UTC (rev 296378)
+++ PKGBUILD2018-02-19 14:22:44 UTC (rev 296379)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.8.44
+pkgver=1.8.45
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('bbf5a224f9f6839d31d756d843cc5b4a')
+md5sums=('2a6a0d437b2a147c4974cb7100d6b44c')
 
 build() {
   cd botocore-$pkgver


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

2018-02-19 Thread Jonathan Steel via arch-commits
Date: Monday, February 19, 2018 @ 14:23:38
  Author: jsteel
Revision: 296384

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:23:29 UTC (rev 296383)
+++ PKGBUILD2018-02-19 14:23:38 UTC (rev 296384)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgname=python-boto3
-pkgver=1.5.30
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('8fab92cbe9692028d96d3209637096b996b98196a86d517987ae8a68c8f811545f84ea167a3f8eb47f0d115ba7230d0836a9b5d6452fda1f7f11d4d818917ee5')
-
-build() {
-  cd "$srcdir"/boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 296383, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:23:38 UTC (rev 296384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgname=python-boto3
+pkgver=1.5.31
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('83bf400f72c0151a4b9826faa790bc4735f14dc3cbf8428b971ac954019a5af937a0a50fcd739bb5b218790e54eefc278333bbd9600b12f1cc54f0b317d769ea')
+
+build() {
+  cd "$srcdir"/boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-02-19 Thread Jonathan Steel via arch-commits
Date: Monday, February 19, 2018 @ 14:22:58
  Author: jsteel
Revision: 296380

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 14:22:44 UTC (rev 296379)
+++ PKGBUILD2018-02-19 14:22:58 UTC (rev 296380)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.8.44
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('bbf5a224f9f6839d31d756d843cc5b4a')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 296379, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 14:22:58 UTC (rev 296380)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.8.45
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('2a6a0d437b2a147c4974cb7100d6b44c')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-02-19 Thread Nicola Squartini via arch-commits
Date: Monday, February 19, 2018 @ 14:52:45
  Author: tensor5
Revision: 296385

electron: sort filenames for deterministic build

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/libchromiumcontent-sort-filenames.patch

-+
 PKGBUILD|2 +-
 libchromiumcontent-sort-filenames.patch |   14 +-
 2 files changed, 14 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:23:38 UTC (rev 296384)
+++ PKGBUILD2018-02-19 14:52:45 UTC (rev 296385)
@@ -87,7 +87,7 @@
 
'c8d0711818d790a4db06163b6f22badbad405aa719f7ffe0f2574f2a49074085949902cd060ff47609fc930cc88d60a25a9ca2cc569702fab4ab4a8a57611a4b'
 
'607681ea5a5d62201f37e72b039a370c8b260a4eff14697713124b91383315fdde14ebb028e13ca06da26259f322680f2749fc67b99f1bc6196fa3c1c63f5d65'
 
'93a85e826f019b0d3af7d8e9276404d2cbaabd9674c6a36a31518e893ac2759cadd410c9c27af1186ad90fe6bd888546df9567987a04375993c6f776bd508b32'
-
'2a8a7d781a65d9188af0a10665f499aa4cb1c151c626ef8173a9e4e53159173d3943c2fdc806f88730171b285cccd4efe232ca9d32870a10f7cbe485ede0bcf9'
+
'54ded98c95de5c6f6bdc3352b4f34f8b6ea0f527355ccff12b8f88a8dfb8b308301a95d5f4c4f1cdd7333a5c3372045e63e63e524329913d3e339d757721ef01'
 
'dd7f6fc0023e867835fe7cabd4b54750ebec0ea91102ca11d73a9c3e7caa92f2c8118795d2f67b3269381a3366b3ff9cf692924bcbb379a5ed7ce36b86b4d8b6'
 
'6bc66e6d3df8ef3d616a01fa5ac9270eeed1f705cbb3557dc3d670f9cbd50cf47d4773a334e11494cbb78f850ce2c3f364d8889e7bcfcadec299b354a37cfd6a'
 
'8ae7a0c049429191a5092b73ba7e6681ac17b0fe4ac77715e67c9e7c1db63e66731912fb144955108ee1d37848d3bb03d1f5defec2b7b2324784dec1eda898ef'

Modified: libchromiumcontent-sort-filenames.patch
===
--- libchromiumcontent-sort-filenames.patch 2018-02-19 14:23:38 UTC (rev 
296384)
+++ libchromiumcontent-sort-filenames.patch 2018-02-19 14:52:45 UTC (rev 
296385)
@@ -1,6 +1,18 @@
+--- a/chromiumcontent/build_libs.py
 b/chromiumcontent/build_libs.py
+@@ -13,7 +13,8 @@ def gen_list(out, name, obj_dirs):
+ out.write(name + " = [\n")
+ for base_dir in obj_dirs:
+ for dir, subdirs, files in os.walk(os.path.join('obj', base_dir)):
+-for f in files:
++subdirs.sort()
++for f in sorted(files):
+ if f.endswith('.obj') or f.endswith('.o'):
+ out.write('"' + os.path.abspath(os.path.join(dir, f)) + 
'",\n')
+ out.write("]\n")
 --- a/tools/generate_filenames_gypi.py
 +++ b/tools/generate_filenames_gypi.py
-@@ -98,7 +98,7 @@
+@@ -98,7 +98,7 @@ def main(target_file, code_dir, shared_dir, static_dir):
  
  
  def searh_files(src, suffix, exclude):


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

2018-02-19 Thread Nicola Squartini via arch-commits
Date: Monday, February 19, 2018 @ 14:56:06
  Author: tensor5
Revision: 296386

upgpkg: electron 1.7.12-3

Add xdg-utils as optional dependency.

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 14:52:45 UTC (rev 296385)
+++ PKGBUILD2018-02-19 14:56:06 UTC (rev 296386)
@@ -4,7 +4,7 @@
 _chromiumver=58.0.3029.110
 pkgname=electron
 pkgver=1.7.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='http://electron.atom.io/'
@@ -17,7 +17,8 @@
 optdepends=('gvfs: file deletion support (gvfs-trash)'
 'kde-cli-tools: file deletion support (kioclient5)'
 'kdebase-runtime: file deletion support (kioclient)'
-'trash-cli: file deletion support (trash-put)')
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
 source=("git+https://github.com/electron/electron.git#tag=v${pkgver};
 'git+https://github.com/boto/boto.git'
 'breakpad::git+https://github.com/electron/chromium-breakpad.git'


[arch-commits] Commit in swh-plugins/trunk (PKGBUILD mbeq_crash_fix.patch)

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 13:21:06
  Author: dvzrv
Revision: 296369

upgpkg: swh-plugins 0.4.17-1

Upgrading to 0.4.17. Switching to correct license (GPL2).
Switching to github as download upstream. Removing (now) unneeded patch.
Running autoreconf during prepare(). Adding various docs. Minor fixes.

Modified:
  swh-plugins/trunk/PKGBUILD
Deleted:
  swh-plugins/trunk/mbeq_crash_fix.patch

--+
 PKGBUILD |   41 ++---
 mbeq_crash_fix.patch |   39 ---
 2 files changed, 14 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 12:46:26 UTC (rev 296368)
+++ PKGBUILD2018-02-19 13:21:06 UTC (rev 296369)
@@ -1,53 +1,40 @@
 # $Id$
+# Maintainer: David Runge 
 # Maintainer: Ray Rashif 
 # Contributor: Damir Perisa 
 # Contributor: Robert Emil Berge
 
-# move to github source? see frontpage news updates
-# and also https://github.com/swh/ladspa
-
 pkgname=swh-plugins
-pkgver=0.4.15
-pkgrel=7
+pkgver=0.4.17
+pkgrel=1
 pkgdesc="Steve Harris' LADSPA plug-ins suite"
 arch=('x86_64')
 url="http://plugin.org.uk/;
-license=('GPL')
+license=('GPL2')
 depends=('fftw' 'ladspa')
 makedepends=('libxml2' 'perl-xml-parser')
 groups=('ladspa-plugins')
-source=("http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
-'mbeq_crash_fix.patch')
-md5sums=('2fbdccef2462ea553901acd429fa3573'
- 'a60422c8dea95bee6f9adcdc70dff7e0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/swh/ladspa/archive/v${pkgver}.tar.gz;)
+sha512sums=('6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Arch64 fix;
-  # -fPIC seems to be the only option
-  if [ "$CARCH" = 'x86_64' ]; then
-export CFLAGS="$CFLAGS -fPIC"
-export CXXFLAGS="$CFLAGS"
-  fi
-
-  # fix Firefox crash on x64 when
-  # plugin is in use by ALSA;
-  # see https://bugs.archlinux.org/task/24579
-  patch -Np1 -i "$srcdir/mbeq_crash_fix.patch"
+  mv -v ladspa-${pkgver} "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  export CFLAGS="$CFLAGS -fPIC"
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: mbeq_crash_fix.patch
===
--- mbeq_crash_fix.patch2018-02-19 12:46:26 UTC (rev 296368)
+++ mbeq_crash_fix.patch2018-02-19 13:21:06 UTC (rev 296369)
@@ -1,39 +0,0 @@
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.c swh-plugins-0.4.15/mbeq_1197.c
 swh-plugins-0.4.15.orig/mbeq_1197.c2006-08-09 01:49:15.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.c 2011-06-05 10:57:17.929107102 +1000
-@@ -457,7 +457,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i < FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i < FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   comp[FFT_LENGTH-i] *= coefs[i];
-   }
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.so.c 
swh-plugins-0.4.15/mbeq_1197.so.c
 swh-plugins-0.4.15.orig/mbeq_1197.so.c 2003-10-22 02:13:40.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.so.c  2011-06-05 10:57:52.265774336 +1000
-@@ -446,7 +446,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i < FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i < FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   comp[FFT_LENGTH-i] *= coefs[i];
-   }
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.xml 
swh-plugins-0.4.15/mbeq_1197.xml
 swh-plugins-0.4.15.orig/mbeq_1197.xml  2005-06-01 19:51:58.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.xml   2011-06-05 10:57:39.335774121 +1000
-@@ -171,7 +171,8 @@
- #endif
- 
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i < FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i < FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   comp[FFT_LENGTH-i] *= coefs[i];
-   }


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

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 11:05:46
  Author: arojas
Revision: 296361

Add missing bamf dependency (FS#57536)

Modified:
  mate-applet-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:51:44 UTC (rev 296360)
+++ PKGBUILD2018-02-19 11:05:46 UTC (rev 296361)
@@ -4,12 +4,13 @@
 pkgname=mate-applet-dock
 _pkgname=mate-dock-applet
 pkgver=0.81
-pkgrel=1
+pkgrel=2
 pkgdesc="Application dock for the MATE panel"
 arch=('any')
 url="https://github.com/robint99/dock-applet;
 license=('GPL3')
-depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow' 'python-xdg' 'python-xlib')
+depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow'
+ 'python-xdg' 'python-xlib' 'bamf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
 sha256sums=('80a3e54b04ebcd61451c27ae72b2513815ef6521b1693c9ddbc2e8c07de37445')
 


[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 11:06:19
  Author: arojas
Revision: 296362

archrelease: copy trunk to community-any

Added:
  mate-applet-dock/repos/community-any/PKGBUILD
(from rev 296361, mate-applet-dock/trunk/PKGBUILD)
Deleted:
  mate-applet-dock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 11:05:46 UTC (rev 296361)
+++ PKGBUILD2018-02-19 11:06:19 UTC (rev 296362)
@@ -1,30 +0,0 @@
-# $Id$
-# Contriburor: Balló György 
-
-pkgname=mate-applet-dock
-_pkgname=mate-dock-applet
-pkgver=0.81
-pkgrel=1
-pkgdesc="Application dock for the MATE panel"
-arch=('any')
-url="https://github.com/robint99/dock-applet;
-license=('GPL3')
-depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow' 'python-xdg' 'python-xlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
-sha256sums=('80a3e54b04ebcd61451c27ae72b2513815ef6521b1693c9ddbc2e8c07de37445')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --with-gtk3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 296361, 
mate-applet-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 11:06:19 UTC (rev 296362)
@@ -0,0 +1,31 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.81
+pkgrel=2
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet;
+license=('GPL3')
+depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow'
+ 'python-xdg' 'python-xlib' 'bamf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
+sha256sums=('80a3e54b04ebcd61451c27ae72b2513815ef6521b1693c9ddbc2e8c07de37445')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-19 Thread Thore Bödecker via arch-commits
Date: Monday, February 19, 2018 @ 12:27:53
  Author: foxxx0
Revision: 296365

upgpkg: python-pecan 1.3.2-1

update to 1.3.2

Modified:
  python-pecan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 12:25:51 UTC (rev 296364)
+++ PKGBUILD2018-02-19 12:27:53 UTC (rev 296365)
@@ -3,8 +3,8 @@
 pkgbase='python-pecan'
 pkgname=('python2-pecan' 'python-pecan')
 pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.3.2
+pkgrel=1
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
@@ -11,7 +11,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob' 'python-mako' 
'python2-mako' 'python-webtest' 'python2-webtest')
 checkdepends=('python2-tox' 'python2-singledispatch' 'python2-waitress' 
'python2-markupsafe' 'python2-six' 'python2-beautifulsoup4' 'python2-gunicorn' 
'uwsgi-plugin-python2')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz;)
-sha512sums=('eced82e4c3ceaaf9b2d6135da9e108b6334f56fc9e356ea05cfa7a7048c41eba019b87e1e793e310b95aa0740314aa6235ff24fc1735f222da741390c44a8735')
+sha512sums=('21eca763571c66d5bd2cecf59ebf5b4a70476088a670a5d8067ab84dc67881b81ae5a85fe2f262ca90a8a39b3a9bf8310651d0c595e331fcd0457b01f7f9cf2e')
 
 prepare() {
   cd "${srcdir}/pecan-${pkgver}"


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

2018-02-19 Thread Thore Bödecker via arch-commits
Date: Monday, February 19, 2018 @ 12:28:03
  Author: foxxx0
Revision: 296366

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 12:27:53 UTC (rev 296365)
+++ PKGBUILD2018-02-19 12:28:03 UTC (rev 296366)
@@ -1,59 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Tim Meusel 
-pkgbase='python-pecan'
-pkgname=('python2-pecan' 'python-pecan')
-pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
-pkgver=1.2.1
-pkgrel=4
-arch=('any')
-url='https://github.com/pecan/pecan'
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob' 'python-mako' 
'python2-mako' 'python-webtest' 'python2-webtest')
-checkdepends=('python2-tox' 'python2-singledispatch' 'python2-waitress' 
'python2-markupsafe' 'python2-six' 'python2-beautifulsoup4' 'python2-gunicorn' 
'uwsgi-plugin-python2')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz;)
-sha512sums=('eced82e4c3ceaaf9b2d6135da9e108b6334f56fc9e356ea05cfa7a7048c41eba019b87e1e793e310b95aa0740314aa6235ff24fc1735f222da741390c44a8735')
-
-prepare() {
-  cd "${srcdir}/pecan-${pkgver}"
-
-  # fix manpage build
-  sed -i '/^dist = /d' docs/source/conf.py
-  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
docs/source/conf.py
-
-  # run tests only on platforms we support on Arch Linux
-  # upstream currently ships no tests for python3.6, only 3.5 and older 3.X
-  sed -i 's/envlist.*/envlist = py27,scaffolds-27,scaffolds-27-rest-api,pep8/' 
tox.ini
-}
-
-check() {
-  cd "${srcdir}/pecan-${pkgver}"
-  # upstream tests only support python 2
-  python2 setup.py test
-}
-
-package_python2-pecan() {
-  depends=('python2')
-  cd "${srcdir}/pecan-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd docs
-  PYTHONPATH="${PWD}/../" make man
-  install -D -m644 "${srcdir}/pecan-${pkgver}/docs/build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-
-  # fix conflicting files
-  for file in gunicorn_pecan pecan; do
-mv "${pkgdir}/usr/bin/${file}" "${pkgdir}/usr/bin/${file}2"
-  done
-}
-
-package_python-pecan() {
-  depends=('python')
-  cd "${srcdir}/pecan-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd docs
-  PYTHONPATH="${PWD}/../" make man
-  install -D -m644 "${srcdir}/pecan-${pkgver}/docs/build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: python-pecan/repos/community-any/PKGBUILD (from rev 296365, 
python-pecan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 12:28:03 UTC (rev 296366)
@@ -0,0 +1,59 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Tim Meusel 
+pkgbase='python-pecan'
+pkgname=('python2-pecan' 'python-pecan')
+pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
+pkgver=1.3.2
+pkgrel=1
+arch=('any')
+url='https://github.com/pecan/pecan'
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob' 'python-mako' 
'python2-mako' 'python-webtest' 'python2-webtest')
+checkdepends=('python2-tox' 'python2-singledispatch' 'python2-waitress' 
'python2-markupsafe' 'python2-six' 'python2-beautifulsoup4' 'python2-gunicorn' 
'uwsgi-plugin-python2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz;)
+sha512sums=('21eca763571c66d5bd2cecf59ebf5b4a70476088a670a5d8067ab84dc67881b81ae5a85fe2f262ca90a8a39b3a9bf8310651d0c595e331fcd0457b01f7f9cf2e')
+
+prepare() {
+  cd "${srcdir}/pecan-${pkgver}"
+
+  # fix manpage build
+  sed -i '/^dist = /d' docs/source/conf.py
+  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
docs/source/conf.py
+
+  # run tests only on platforms we support on Arch Linux
+  # upstream currently ships no tests for python3.6, only 3.5 and older 3.X
+  sed -i 's/envlist.*/envlist = py27,scaffolds-27,scaffolds-27-rest-api,pep8/' 
tox.ini
+}
+
+check() {
+  cd "${srcdir}/pecan-${pkgver}"
+  # upstream tests only support python 2
+  python2 setup.py test
+}
+
+package_python2-pecan() {
+  depends=('python2')
+  

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

2018-02-19 Thread Thore Bödecker via arch-commits
Date: Monday, February 19, 2018 @ 12:25:37
  Author: foxxx0
Revision: 296363

upgpkg: lttng-ust 2.10.1-1

update to 2.10.1

Modified:
  lttng-ust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 11:06:19 UTC (rev 296362)
+++ PKGBUILD2018-02-19 12:25:37 UTC (rev 296363)
@@ -4,15 +4,15 @@
 
 pkgbase='lttng-ust'
 pkgname=('lttng-ust' 'python-lttngust' 'python2-lttngust')
-pkgver=2.10.0
-pkgrel=11
+pkgver=2.10.1
+pkgrel=1
 arch=('x86_64')
 url="https://lttng.org/;
 license=('LGPL2.1' 'GPL2' 'MIT')
 makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'python2' 'liburcu>=0.7.2' 
'util-linux')
 source=(https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-sha512sums=('a1661681d09b08ce4ca25dfad6c42c51a1a82f1647ddb9560b8b369f2ff16b7e07618554e1c81941da6f8d50cec2501611f7f3e89bbafccdfc984434f47ff397'
-'SKIP')
+sha512sums=('bd9b75ff359a8698ba4f7b6a27d9958c8bd9539fd43d8f1bc4bb40003271c9074f1bb4176d074bac290fad1636d5a3226063275006b781f3533567dea71fac96'
+'SKIP')
 validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
 
 build() {


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

2018-02-19 Thread Thore Bödecker via arch-commits
Date: Monday, February 19, 2018 @ 12:25:51
  Author: foxxx0
Revision: 296364

archrelease: copy trunk to community-x86_64

Added:
  lttng-ust/repos/community-x86_64/PKGBUILD
(from rev 296363, lttng-ust/trunk/PKGBUILD)
Deleted:
  lttng-ust/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 12:25:37 UTC (rev 296363)
+++ PKGBUILD2018-02-19 12:25:51 UTC (rev 296364)
@@ -1,62 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Philippe Proulx 
-# Contributor: Manuel Mendez 
-
-pkgbase='lttng-ust'
-pkgname=('lttng-ust' 'python-lttngust' 'python2-lttngust')
-pkgver=2.10.0
-pkgrel=11
-arch=('x86_64')
-url="https://lttng.org/;
-license=('LGPL2.1' 'GPL2' 'MIT')
-makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'python2' 'liburcu>=0.7.2' 
'util-linux')
-source=(https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-sha512sums=('a1661681d09b08ce4ca25dfad6c42c51a1a82f1647ddb9560b8b369f2ff16b7e07618554e1c81941da6f8d50cec2501611f7f3e89bbafccdfc984434f47ff397'
-'SKIP')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# build lttng-ust
-./configure \
---prefix='/usr' \
---enable-man-pages
-make
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package_lttng-ust() {
-pkgdesc="LTTng user space tracing libraries for LTTng"
-depends=('liburcu>=0.7.2' 'util-linux' 'python')
-optdepends=('babeltrace: trace viewer')
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-_python_package() {
-# build with $1 python interpreter
-cd "${srcdir}/${pkgbase}-${pkgver}/python-lttngust"
-make DESTDIR="${pkgdir}" PYTHON="/usr/bin/${1}" install
-
-# add license to the respective packages
-cd "${srcdir}/${pkgbase}-${pkgver}"
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-lttngust() {
-pkgdesc='LTTng-UST Python Bindings'
-depends=('lttng-ust' 'python')
-_python_package python
-}
-
-package_python2-lttngust() {
-pkgdesc='LTTng-UST Python2 Bindings'
-depends=('lttng-ust' 'python2')
-_python_package python2
-}

Copied: lttng-ust/repos/community-x86_64/PKGBUILD (from rev 296363, 
lttng-ust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 12:25:51 UTC (rev 296364)
@@ -0,0 +1,62 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Philippe Proulx 
+# Contributor: Manuel Mendez 
+
+pkgbase='lttng-ust'
+pkgname=('lttng-ust' 'python-lttngust' 'python2-lttngust')
+pkgver=2.10.1
+pkgrel=1
+arch=('x86_64')
+url="https://lttng.org/;
+license=('LGPL2.1' 'GPL2' 'MIT')
+makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'python2' 'liburcu>=0.7.2' 
'util-linux')
+source=(https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('bd9b75ff359a8698ba4f7b6a27d9958c8bd9539fd43d8f1bc4bb40003271c9074f1bb4176d074bac290fad1636d5a3226063275006b781f3533567dea71fac96'
+'SKIP')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# build lttng-ust
+./configure \
+--prefix='/usr' \
+--enable-man-pages
+make
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package_lttng-ust() {
+pkgdesc="LTTng user space tracing libraries for LTTng"
+depends=('liburcu>=0.7.2' 'util-linux' 'python')
+optdepends=('babeltrace: trace viewer')
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+_python_package() {
+# build with $1 python interpreter
+cd "${srcdir}/${pkgbase}-${pkgver}/python-lttngust"
+make DESTDIR="${pkgdir}" PYTHON="/usr/bin/${1}" install
+
+# add license to the respective packages
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-lttngust() {
+pkgdesc='LTTng-UST Python Bindings'
+depends=('lttng-ust' 'python')
+_python_package python
+}
+
+package_python2-lttngust() {
+pkgdesc='LTTng-UST Python2 Bindings'
+depends=('lttng-ust' 'python2')
+_python_package python2
+}


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

2018-02-19 Thread Johannes Löthberg via arch-commits
Date: Monday, February 19, 2018 @ 15:58:15
  Author: demize
Revision: 296393

archrelease: copy trunk to community-any

Added:
  mps-youtube/repos/community-any/PKGBUILD
(from rev 296392, mps-youtube/trunk/PKGBUILD)
  mps-youtube/repos/community-any/mps-youtube.install
(from rev 296392, mps-youtube/trunk/mps-youtube.install)
Deleted:
  mps-youtube/repos/community-any/PKGBUILD
  mps-youtube/repos/community-any/mps-youtube.install

-+
 PKGBUILD|   56 +-
 mps-youtube.install |   14 ++--
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 15:57:55 UTC (rev 296392)
+++ PKGBUILD2018-02-19 15:58:15 UTC (rev 296393)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=mps-youtube
-pkgver=0.2.7.1
-pkgrel=2
-
-pkgdesc="Terminal based YouTube jukebox with playlist management"
-url='https://github.com/np1/mps-youtube'
-arch=('any')
-license=('GPL3')
-
-depends=('python' 'python-setuptools' 'python-pafy')
-optdepends=('mpv: Alternative to mplayer for playback'
-'mplayer: Alternative to mpv for playback'
-'ffmpeg: for transcoding downloaded content'
-'python-pyperclip: for copying content to the clipboard')
-
-install=mps-youtube.install
-
-source=("mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
-
-sha256sums=('917958ab02f8dace9c84974f510bd8838f905814c1a05a91fb1a38d37d19f0e8')
-
-package() {
-   cd mps-youtube-"$pkgver"
-
-   python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: mps-youtube/repos/community-any/PKGBUILD (from rev 296392, 
mps-youtube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 15:58:15 UTC (rev 296393)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=mps-youtube
+pkgver=0.2.8
+pkgrel=1
+
+pkgdesc="Terminal based YouTube jukebox with playlist management"
+url='https://github.com/np1/mps-youtube'
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'python-setuptools' 'python-pafy')
+optdepends=('mpv: Alternative to mplayer for playback'
+'mplayer: Alternative to mpv for playback'
+'ffmpeg: for transcoding downloaded content'
+'python-pyperclip: for copying content to the clipboard')
+
+install=mps-youtube.install
+
+source=("mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
+
+sha256sums=('d5f2c4bc1f57f0566242c4a0a721a5ceaa6d6d407f9d6dd29009a714a0abec74')
+
+package() {
+   cd mps-youtube-"$pkgver"
+
+   python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: mps-youtube.install
===
--- mps-youtube.install 2018-02-19 15:57:55 UTC (rev 296392)
+++ mps-youtube.install 2018-02-19 15:58:15 UTC (rev 296393)
@@ -1,7 +0,0 @@
-post_install () {
-   printf '==> Make sure to have either mpv or mplayer installed for 
playback.\n'
-}
-
-post_upgrade () {
-   post_install $1
-}

Copied: mps-youtube/repos/community-any/mps-youtube.install (from rev 296392, 
mps-youtube/trunk/mps-youtube.install)
===
--- mps-youtube.install (rev 0)
+++ mps-youtube.install 2018-02-19 15:58:15 UTC (rev 296393)
@@ -0,0 +1,7 @@
+post_install () {
+   printf '==> Make sure to have either mpv or mplayer installed for 
playback.\n'
+}
+
+post_upgrade () {
+   post_install $1
+}


[arch-commits] Commit in (4 files)

2018-02-19 Thread Florian Pritz via arch-commits
Date: Monday, February 19, 2018 @ 15:40:16
  Author: bluewind
Revision: 296388

Add perl-statistics-descriptive

Added:
  perl-statistics-descriptive/
  perl-statistics-descriptive/repos/
  perl-statistics-descriptive/trunk/
  perl-statistics-descriptive/trunk/PKGBUILD

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

Added: perl-statistics-descriptive/trunk/PKGBUILD
===
--- perl-statistics-descriptive/trunk/PKGBUILD  (rev 0)
+++ perl-statistics-descriptive/trunk/PKGBUILD  2018-02-19 15:40:16 UTC (rev 
296388)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-statistics-descriptive
+pkgver=3.0612
+pkgrel=2
+pkgdesc='Module of basic descriptive statistical functions.'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6' perl-list-moreutils)
+makedepends=(perl-module-build)
+url=https://metacpan.org/release/Statistics-Descriptive
+source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-$pkgver.tar.gz;)
+md5sums=(e38cfbc1e3962d099b62a14a57a175f1)
+sha512sums=(1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46)
+_ddir="Statistics-Descriptive-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-statistics-descriptive/repos (2 files)

2018-02-19 Thread Florian Pritz via arch-commits
Date: Monday, February 19, 2018 @ 15:40:27
  Author: bluewind
Revision: 296389

archrelease: copy trunk to community-any

Added:
  perl-statistics-descriptive/repos/community-any/
  perl-statistics-descriptive/repos/community-any/PKGBUILD
(from rev 296388, perl-statistics-descriptive/trunk/PKGBUILD)

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

Copied: perl-statistics-descriptive/repos/community-any/PKGBUILD (from rev 
296388, perl-statistics-descriptive/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-02-19 15:40:27 UTC (rev 296389)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-statistics-descriptive
+pkgver=3.0612
+pkgrel=2
+pkgdesc='Module of basic descriptive statistical functions.'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6' perl-list-moreutils)
+makedepends=(perl-module-build)
+url=https://metacpan.org/release/Statistics-Descriptive
+source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-$pkgver.tar.gz;)
+md5sums=(e38cfbc1e3962d099b62a14a57a175f1)
+sha512sums=(1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46)
+_ddir="Statistics-Descriptive-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:35:38
  Author: jlichtblau
Revision: 296402

upgpkg: pystatgrab 0.7-1 - new upstream release

Modified:
  pystatgrab/trunk/PKGBUILD
  pystatgrab/trunk/pystatgrab.changelog

--+
 PKGBUILD |   16 +---
 pystatgrab.changelog |3 +++
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 18:26:35 UTC (rev 296401)
+++ PKGBUILD2018-02-19 18:35:38 UTC (rev 296402)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Hugo Ideler 
 
 pkgname=pystatgrab
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="Python bindings for libstatgrab"
 arch=('x86_64')
 url="http://www.i-scream.org/pystatgrab;
 license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
+depends=('python' 'libstatgrab')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

+source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f'
+'SKIP')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  python2 setup.py build
-  python2 setup.py install --prefix="${pkgdir}"/usr
+  python setup.py build
+  python setup.py install --prefix="${pkgdir}"/usr
 }

Modified: pystatgrab.changelog
===
--- pystatgrab.changelog2018-02-19 18:26:35 UTC (rev 296401)
+++ pystatgrab.changelog2018-02-19 18:35:38 UTC (rev 296402)
@@ -1,3 +1,6 @@
+2018-02-19 Jaroslav Lichtblau 
+   * pystatgrab 0.7-1
+
 2014-11-06 Jaroslav Lichtblau 
* pystatgrab 0.6-1
 


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:36:05
  Author: jlichtblau
Revision: 296403

archrelease: copy trunk to community-x86_64

Added:
  pystatgrab/repos/community-x86_64/PKGBUILD
(from rev 296402, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-x86_64/pystatgrab.changelog
(from rev 296402, pystatgrab/trunk/pystatgrab.changelog)
Deleted:
  pystatgrab/repos/community-x86_64/PKGBUILD
  pystatgrab/repos/community-x86_64/pystatgrab.changelog

--+
 PKGBUILD |   44 +++-
 pystatgrab.changelog |   25 ++---
 2 files changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 18:35:38 UTC (rev 296402)
+++ PKGBUILD2018-02-19 18:36:05 UTC (rev 296403)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Hugo Ideler 
-
-pkgname=pystatgrab
-pkgver=0.6
-pkgrel=1
-pkgdesc="Python bindings for libstatgrab"
-arch=('i686' 'x86_64')
-url="http://www.i-scream.org/pystatgrab;
-license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix="${pkgdir}"/usr
-}

Copied: pystatgrab/repos/community-x86_64/PKGBUILD (from rev 296402, 
pystatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 18:36:05 UTC (rev 296403)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Hugo Ideler 
+
+pkgname=pystatgrab
+pkgver=0.7
+pkgrel=1
+pkgdesc="Python bindings for libstatgrab"
+arch=('x86_64')
+url="http://www.i-scream.org/pystatgrab;
+license=('GPL')
+depends=('python' 'libstatgrab')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

+source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f'
+'SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py build
+  python setup.py install --prefix="${pkgdir}"/usr
+}

Deleted: pystatgrab.changelog
===
--- pystatgrab.changelog2018-02-19 18:35:38 UTC (rev 296402)
+++ pystatgrab.changelog2018-02-19 18:36:05 UTC (rev 296403)
@@ -1,11 +0,0 @@
-2014-11-06 Jaroslav Lichtblau 
-   * pystatgrab 0.6-1
-
-2013-02-02 Jaroslav Lichtblau 
-   * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau 
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau 
-   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 
296402, pystatgrab/trunk/pystatgrab.changelog)
===
--- pystatgrab.changelog(rev 0)
+++ pystatgrab.changelog2018-02-19 18:36:05 UTC (rev 296403)
@@ -0,0 +1,14 @@
+2018-02-19 Jaroslav Lichtblau 
+   * pystatgrab 0.7-1
+
+2014-11-06 Jaroslav Lichtblau 
+   * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau 
+   * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau 
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau 
+   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update


[arch-commits] Commit in syncthing-gtk/repos/community-any (7 files)

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:52:41
  Author: jlichtblau
Revision: 296405

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 296404, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/fix-icon-path.patch
(from rev 296404, syncthing-gtk/trunk/fix-icon-path.patch)
  syncthing-gtk/repos/community-any/kde-statusicon.patch
(from rev 296404, syncthing-gtk/trunk/kde-statusicon.patch)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/fix-icon-path.patch
  syncthing-gtk/repos/community-any/fix-statusicon.patch
  syncthing-gtk/repos/community-any/kde-statusicon.patch

--+
 PKGBUILD |  107 +++--
 fix-icon-path.patch  |  100 ++---
 fix-statusicon.patch |   23 --
 kde-statusicon.patch |   88 
 4 files changed, 145 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 18:52:18 UTC (rev 296404)
+++ PKGBUILD2018-02-19 18:52:41 UTC (rev 296405)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.9.2.7
-pkgrel=5
-epoch=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('syncthing>=0.13' 'gtk3' 'libnotify' 'python2-pyinotify'
- 'python2-bcrypt' 'python2-cairo' 'python2-dateutil' 'python2-gobject')
-makedepends=('python2-setuptools')
-optdepends=('python2-caja: file manager integration for Caja'
-'python2-nautilus: file manager integration for Nautilus'
-'nemo-python: file manager integration for Nemo')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
-fix-statusicon.patch
-kde-statusicon.patch
-fix-icon-path.patch)
-sha256sums=('a500665ce2ebd04cf0f51e0b65690dddc258bc495a74b6311604fefe9f3e16ef'
-'5e9d4f89fb503d8761f435ebd03dbb126c0d5df8f00e4fd405fbdd8e5fb4a47c'
-'109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d'
-'34b752396db02668016c2c2a57b475f4ade9533f50fb682db6f8a9d239a84653')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix invisible tray icon
-  patch -Np1 -i ../fix-statusicon.patch
-
-  # Enable Gtk.StatusIcon in KDE
-  patch -Np1 -i ../kde-statusicon.patch
-
-  # Fix icon path on about dialog
-  patch -Np1 -i ../fix-icon-path.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Move filemanager extensions into their right place (FS#57123)
-  mkdir -p "$pkgdir"/usr/share/{caja,nautilus,nemo}-python/extensions/
-  mv "$pkgdir"/usr/share/syncthing-gtk/syncthing-plugin-caja.py 
"$pkgdir"/usr/share/caja-python/extensions/
-  mv "$pkgdir"/usr/share/syncthing-gtk/syncthing-plugin-nautilus.py 
"$pkgdir"/usr/share/nautilus-python/extensions/
-  mv "$pkgdir"/usr/share/syncthing-gtk/syncthing-plugin-nemo.py 
"$pkgdir"/usr/share/nemo-python/extensions/
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 296404, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 18:52:41 UTC (rev 296405)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.9.3
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('syncthing>=0.13' 'gtk3' 'libnotify' 'python2-pyinotify'
+ 'python2-bcrypt' 'python2-cairo' 'python2-dateutil' 'python2-gobject')
+makedepends=('python2-setuptools')
+optdepends=('python2-caja: file manager integration for Caja'
+'python2-nautilus: file manager integration for Nautilus'
+'nemo-python: file manager integration for Nemo')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
+kde-statusicon.patch
+fix-icon-path.patch)
+sha256sums=('c5eaf6d80ad0479f8e8d59c65d6ab4f9c96325175704a15bbb10e5fb8bb4988a'
+'109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d'
+'34b752396db02668016c2c2a57b475f4ade9533f50fb682db6f8a9d239a84653')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Enable Gtk.StatusIcon in KDE
+  patch -Np1 -i ../kde-statusicon.patch
+
+  # Fix icon path on about dialog
+  patch -Np1 -i 

[arch-commits] Commit in syncthing-gtk/trunk (PKGBUILD fix-statusicon.patch)

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:52:18
  Author: jlichtblau
Revision: 296404

upgpkg: syncthing-gtk 1:0.9.3-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD
Deleted:
  syncthing-gtk/trunk/fix-statusicon.patch

--+
 PKGBUILD |   23 +--
 fix-statusicon.patch |   23 ---
 2 files changed, 9 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 18:36:05 UTC (rev 296403)
+++ PKGBUILD2018-02-19 18:52:18 UTC (rev 296404)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Martin Wimpress 
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.9.2.7
-pkgrel=5
+pkgver=0.9.3
+pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -18,11 +18,9 @@
 'python2-nautilus: file manager integration for Nautilus'
 'nemo-python: file manager integration for Nemo')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
-fix-statusicon.patch
 kde-statusicon.patch
 fix-icon-path.patch)
-sha256sums=('a500665ce2ebd04cf0f51e0b65690dddc258bc495a74b6311604fefe9f3e16ef'
-'5e9d4f89fb503d8761f435ebd03dbb126c0d5df8f00e4fd405fbdd8e5fb4a47c'
+sha256sums=('c5eaf6d80ad0479f8e8d59c65d6ab4f9c96325175704a15bbb10e5fb8bb4988a'
 '109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d'
 '34b752396db02668016c2c2a57b475f4ade9533f50fb682db6f8a9d239a84653')
 
@@ -29,9 +27,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  # Fix invisible tray icon
-  patch -Np1 -i ../fix-statusicon.patch
-
   # Enable Gtk.StatusIcon in KDE
   patch -Np1 -i ../kde-statusicon.patch
 
@@ -46,11 +41,11 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python2 setup.py install --root="${pkgdir}" --optimize=1
 
   # Move filemanager extensions into their right place (FS#57123)
-  mkdir -p "$pkgdir"/usr/share/{caja,nautilus,nemo}-python/extensions/
-  mv "$pkgdir"/usr/share/syncthing-gtk/syncthing-plugin-caja.py 
"$pkgdir"/usr/share/caja-python/extensions/
-  mv "$pkgdir"/usr/share/syncthing-gtk/syncthing-plugin-nautilus.py 
"$pkgdir"/usr/share/nautilus-python/extensions/
-  mv "$pkgdir"/usr/share/syncthing-gtk/syncthing-plugin-nemo.py 
"$pkgdir"/usr/share/nemo-python/extensions/
+  mkdir -p "${pkgdir}"/usr/share/{caja,nautilus,nemo}-python/extensions/
+  mv "${pkgdir}"/usr/share/syncthing-gtk/syncthing-plugin-caja.py 
"${pkgdir}"/usr/share/caja-python/extensions/
+  mv "${pkgdir}"/usr/share/syncthing-gtk/syncthing-plugin-nautilus.py 
"${pkgdir}"/usr/share/nautilus-python/extensions/
+  mv "${pkgdir}"/usr/share/syncthing-gtk/syncthing-plugin-nemo.py 
"${pkgdir}"/usr/share/nemo-python/extensions/
 }

Deleted: fix-statusicon.patch
===
--- fix-statusicon.patch2018-02-19 18:36:05 UTC (rev 296403)
+++ fix-statusicon.patch2018-02-19 18:52:18 UTC (rev 296404)
@@ -1,23 +0,0 @@
-From a6f6d11d42de34d0f6519c349f19217e269f6f56 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Fri, 26 Jan 2018 11:40:06 +0100
-Subject: [PATCH] Fix invisible tray icon
-
-It should call set_from_icon_name() instead of set_from_file(), otherwise it 
tries to set the icon from an invalid path.

- syncthing_gtk/statusicon.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/syncthing_gtk/statusicon.py b/syncthing_gtk/statusicon.py
-index dc784ea..5f19ee9 100644
 a/syncthing_gtk/statusicon.py
-+++ b/syncthing_gtk/statusicon.py
-@@ -240,7 +240,7 @@ def set(self, icon=None, text=None):
-   def _on_embedded_change(self, *args):
-   # Without an icon update at this point GTK might consider the 
icon embedded and visible even through
-   # it can't actually be seen...
--  self._tray.set_from_file(self._get_icon())
-+  self._tray.set_from_icon_name(self._get_icon())
-   
-   # An invisible tray icon will never be embedded but it also 
should not be replaced
-   # by a fallback icon


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:21:06
  Author: jlichtblau
Revision: 296396

upgpkg: sleuthkit 4.5.0-1 - new upstream release

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|   10 +-
 sleuthkit.changelog |6 ++
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 18:02:14 UTC (rev 296395)
+++ PKGBUILD2018-02-19 18:21:06 UTC (rev 296396)
@@ -3,7 +3,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=sleuthkit
-pkgver=4.4.2
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('x86_64')
@@ -11,10 +11,10 @@
 license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
 depends=('perl' 'libewf')
 changelog=$pkgname.changelog
-source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('135964463f4b0a58fcd95fdf731881fcd6f2f227eeb8ffac004880c8e4d8dd53'
-'SKIP')
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
 #{,.asc}
+# validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

+# https://github.com/sleuthkit/sleuthkit/issues/1133
+sha256sums=('f74eb16e717598056a5664ae842d8acd276acfc340e8ebbd87d0948167e789ac')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2018-02-19 18:02:14 UTC (rev 296395)
+++ sleuthkit.changelog 2018-02-19 18:21:06 UTC (rev 296396)
@@ -1,3 +1,9 @@
+2018-02-19 Jaroslav Lichtblau 
+   * sleuthkit 4.5.0-1
+
+2017-08-09 Jaroslav Lichtblau 
+   * sleuthkit 4.4.2-1
+
 2017-06-01 Jaroslav Lichtblau 
* sleuthkit 4.4.1-1
 


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:23:14
  Author: jlichtblau
Revision: 296399

archrelease: copy trunk to community-x86_64

Added:
  movit/repos/community-x86_64/PKGBUILD
(from rev 296398, movit/trunk/PKGBUILD)
Deleted:
  movit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 18:23:01 UTC (rev 296398)
+++ PKGBUILD2018-02-19 18:23:14 UTC (rev 296399)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Evert Vorster 
-# Contributor: Martin Sandsmark 
-
-pkgname=movit
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="The modern video toolkit"
-arch=('x86_64')
-url="http://movit.sesse.net/;
-license=('GPL')
-depends=('fftw' 'libepoxy')
-makedepends=('eigen' 'gtest' 'sdl2')
-source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
-sha256sums=('65dda436570ecfb6df9627e6101c9d792e929ce9abe9afaaa85c513401583538')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: movit/repos/community-x86_64/PKGBUILD (from rev 296398, 
movit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 18:23:14 UTC (rev 296399)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Evert Vorster 
+# Contributor: Martin Sandsmark 
+
+pkgname=movit
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="The modern video toolkit"
+arch=('x86_64')
+url="http://movit.sesse.net/;
+license=('GPL')
+depends=('fftw' 'libepoxy')
+makedepends=('eigen' 'gtest' 'sdl2')
+source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
+sha256sums=('5dfbaedb77f79c413792cb84d7aefe381d8d86cdd432c6e39a7f5ceed7d60a90')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:23:01
  Author: jlichtblau
Revision: 296398

upgpkg: movit 1.6.1-1 - new upstream release

Modified:
  movit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 18:21:21 UTC (rev 296397)
+++ PKGBUILD2018-02-19 18:23:01 UTC (rev 296398)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=movit
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="The modern video toolkit"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fftw' 'libepoxy')
 makedepends=('eigen' 'gtest' 'sdl2')
 source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
-sha256sums=('65dda436570ecfb6df9627e6101c9d792e929ce9abe9afaaa85c513401583538')
+sha256sums=('5dfbaedb77f79c413792cb84d7aefe381d8d86cdd432c6e39a7f5ceed7d60a90')
 
 build() {
   cd $pkgname-$pkgver


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:26:35
  Author: jlichtblau
Revision: 296401

archrelease: copy trunk to community-x86_64

Added:
  shapelib/repos/community-x86_64/PKGBUILD
(from rev 296400, shapelib/trunk/PKGBUILD)
Deleted:
  shapelib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 18:26:21 UTC (rev 296400)
+++ PKGBUILD2018-02-19 18:26:35 UTC (rev 296401)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Federico Cinelli 
-# Contributor: Bob Finch 
-
-pkgname=shapelib
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
-arch=('i686' 'x86_64')
-url='http://shapelib.maptools.org/'
-license=('LGPL')
-depends=('gcc-libs' 'proj')
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: shapelib/repos/community-x86_64/PKGBUILD (from rev 296400, 
shapelib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 18:26:35 UTC (rev 296401)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Federico Cinelli 
+# Contributor: Bob Finch 
+
+pkgname=shapelib
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
+arch=('x86_64')
+url='http://shapelib.maptools.org/'
+license=('LGPL')
+depends=('gcc-libs' 'proj')
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 19, 2018 @ 18:26:21
  Author: jlichtblau
Revision: 296400

upgpkg: shapelib 1.4.1-1 - new upstream release

Modified:
  shapelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 18:23:14 UTC (rev 296399)
+++ PKGBUILD2018-02-19 18:26:21 UTC (rev 296400)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Federico Cinelli 
 # Contributor: Bob Finch 
 
 pkgname=shapelib
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
 arch=('x86_64')
@@ -12,10 +12,11 @@
 license=('LGPL')
 depends=('gcc-libs' 'proj')
 source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1')
+sha256sums=('a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3')
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr
   make
 }
@@ -22,5 +23,6 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+
+  make DESTDIR="${pkgdir}" install
 }


  1   2   >