[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 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 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 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 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 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 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 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/trunk (PKGBUILD sagemath-threejs.patch)

2018-02-19 Thread Antonio Rojas via arch-commits
Date: Monday, February 19, 2018 @ 22:39:44
  Author: arojas
Revision: 296437

Install cython source files

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

+
 PKGBUILD   |   12 
 sagemath-threejs.patch |2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 22:05:58 UTC (rev 296436)
+++ PKGBUILD2018-02-19 22:39:44 UTC (rev 296437)
@@ -9,7 +9,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
@@ -39,7 +39,8 @@
 r-no-readline.patch fes02.patch sagemath-threejs.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
-sagemath-singular-4.1.1.patch)
+sagemath-singular-4.1.1.patch
+
sagemath-cython-source.patch::"https://github.com/sagemath/sage/commit/fccaf230.patch;)
 sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
 '39b76a189365464998cab9355d177581bc2b15dff10858f316faa85f2efa0426'
 'c41ae665499c6cd775d40bbe178f8786830b0931ee26bf11ee02f7d83bcc8107'
@@ -49,7 +50,7 @@
 'ef94908d4ab28d13af622e6e58ec191aa78817d17e4466c7bb6f64ee72a813b9'
 'afd0952b9bb8f52fd428eae36cf719a58ff85a894baae88cbb2124e043768cc7'
 '7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
-'514135b920a43f999571a15e97b41e14f5bed59f65b19643864dc23555a7b830'
+'2d13b15ad2d1511bb3d752a261497060a8901882b1c2fa9813219781b7a71d83'
 'bfd2a20a33ab19a8a8b216a77d07f62e809fe1e1879c4f171ce5dca62fd482e9'
 '28d7789b8d777922ab8871ca43b6afab751428cae875c0343d3962e6a2030b88'
 '1024f3a6a9a1a6ae96d9962bb7d1f5842f4a4a5ff5098afad81a60188b7d5160'
@@ -59,7 +60,8 @@
 '17397b8e1843b013ef5d2e083369109f0719651edd8ef0c8493cb49e2bc4324a'
 'c0f65534a845ba802de6196229159fe67fcc3f72f0cb1ce57d4ae5c9fe10282c'
 '937a0081e7aea56bda645ef5f0d34b8e356acd62a7dd128a35163f46e7836131'
-'cc679321c2968d5e74b0ec060979c74019df2995857906bdd1397695b1f24c5c')
+'cc679321c2968d5e74b0ec060979c74019df2995857906bdd1397695b1f24c5c'
+'447a616937e5c43da5f72aeb186fb649e2b3756f7683967380c66b9b1448875e')
 
 prepare(){
   cd sage-$pkgver
@@ -108,6 +110,8 @@
   patch -p1 -i ../sagemath-pynac-0.7.14.patch
 # port away from deprecated and removed functions in matplotlib 2 
https://trac.sagemath.org/ticket/23696
   patch -p1 -i ../sagemath-matplotlib2.patch
+# install cython source files https://trac.sagemath.org/24690
+  patch -p1 -i ../sagemath-cython-source.patch
 
 # use python2
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -e 's|\|exec python2|' -i src/bin/*

Modified: sagemath-threejs.patch
===
--- sagemath-threejs.patch  2018-02-19 22:05:58 UTC (rev 296436)
+++ sagemath-threejs.patch  2018-02-19 22:39:44 UTC (rev 296437)
@@ -5,7 +5,7 @@
  if online:
  from sage.misc.package import installed_packages
 -version = installed_packages()['threejs']
-+version = 'r80'
++version = 'r90'
  return """
  https://cdn.rawgit.com/mrdoob/three.js/{0}/build/three.min.js";>
  https://cdn.rawgit.com/mrdoob/three.js/{0}/examples/js/controls/OrbitControls.js";>


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

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 22:05:58
  Author: dvzrv
Revision: 296436

archrelease: copy trunk to community-x86_64

Added:
  gigedit/repos/community-x86_64/PKGBUILD
(from rev 296435, gigedit/trunk/PKGBUILD)
Deleted:
  gigedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 22:05:48 UTC (rev 296435)
+++ PKGBUILD2018-02-19 22:05:58 UTC (rev 296436)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Maintainer: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gigedit
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Gigasampler instrument editor"
-arch=('x86_64')
-url="https://www.linuxsampler.org/;
-license=('GPL')
-depends=('linuxsampler' 'gtkmm3')
-makedepends=('intltool' 'libxslt')
-source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('643fcb51ba6dcdb11e0c579726e4f0c715e3fa6779e7e318206af71123a1b7b1cd4cbec29230b0f76f083642b600acd13003398dd95a7fdab021fd9eb1a83d61')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # fix linking of /usr/lib/gigedit/libgigedit.so.4.0.0
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigedit/repos/community-x86_64/PKGBUILD (from rev 296435, 
gigedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 22:05:58 UTC (rev 296436)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gigedit
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Gigasampler instrument editor"
+arch=('x86_64')
+url="https://www.linuxsampler.org/;
+license=('GPL')
+depends=('linuxsampler' 'gtkmm3')
+makedepends=('intltool' 'libxslt' 'linuxsampler')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('643fcb51ba6dcdb11e0c579726e4f0c715e3fa6779e7e318206af71123a1b7b1cd4cbec29230b0f76f083642b600acd13003398dd95a7fdab021fd9eb1a83d61')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # fix linking of /usr/lib/gigedit/libgigedit.so.4.0.0
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 {AUTHORS,ChangeLog,NEWS,README}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 22:05:48
  Author: dvzrv
Revision: 296435

upgpkg: gigedit 1.1.0-2

Adding linuxsampler to makedepends, so that the linuxsampler plugin can be 
built.
Adding docs.

Modified:
  gigedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 21:22:03 UTC (rev 296434)
+++ PKGBUILD2018-02-19 22:05:48 UTC (rev 296435)
@@ -6,19 +6,18 @@
 
 pkgname=gigedit
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Gigasampler instrument editor"
 arch=('x86_64')
 url="https://www.linuxsampler.org/;
 license=('GPL')
 depends=('linuxsampler' 'gtkmm3')
-makedepends=('intltool' 'libxslt')
+makedepends=('intltool' 'libxslt' 'linuxsampler')
 
source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('643fcb51ba6dcdb11e0c579726e4f0c715e3fa6779e7e318206af71123a1b7b1cd4cbec29230b0f76f083642b600acd13003398dd95a7fdab021fd9eb1a83d61')
 
 build() {
   cd "${pkgname}-${pkgver}"
-
   ./configure --prefix=/usr
   make
 }
@@ -25,12 +24,12 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-
   make DESTDIR="${pkgdir}" install
-
   # fix linking of /usr/lib/gigedit/libgigedit.so.4.0.0
   install -d "${pkgdir}/etc/ld.so.conf.d"
   echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 {AUTHORS,ChangeLog,NEWS,README}
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:20:15
  Author: eworm
Revision: 296431

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

Deleted: neovim.install
===
--- neovim.install  2018-02-19 21:17:08 UTC (rev 296430)
+++ neovim.install  2018-02-19 21:20:15 UTC (rev 296431)
@@ -1,10 +0,0 @@
-# $1: new package version
-post_install() {
-  echo ":: The Neovim executable is called 'nvim'."
-  echo ":: If you are already 

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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:17:08
  Author: eworm
Revision: 296430

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

Deleted: neovim.install
===
--- neovim.install  2018-02-19 21:14:09 UTC (rev 296429)
+++ neovim.install  2018-02-19 21:17:08 UTC (rev 296430)
@@ -1,10 +0,0 @@
-# $1: new package version
-post_install() {
-  echo ":: The Neovim executable is called 'nvim'."
-  echo ":: If you are already 

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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:14:09
  Author: eworm
Revision: 296429

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   48 
 neovim.install |   10 ++
 2 files changed, 58 insertions(+)

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

Copied: neovim/repos/community-staging-x86_64/neovim.install (from rev 296428, 
neovim/trunk/neovim.install)
===
--- community-staging-x86_64/neovim.install (rev 0)
+++ community-staging-x86_64/neovim.install 2018-02-19 21:14:09 UTC (rev 
296429)
@@ -0,0 +1,10 @@
+# $1: new package version
+post_install() {
+  echo ":: The Neovim executable is called 'nvim'."
+  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+  echo "   to get started."
+  echo ":: If you have any questions, check the following page first:"
+  echo "   https://github.com/neovim/neovim/wiki/FAQ;
+}
+
+# vim:set sw=2 sts=2 et:


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:13:43
  Author: eworm
Revision: 296427

archrelease: copy trunk to community-staging-x86_64

Added:
  libtermkey/repos/community-staging-x86_64/
  libtermkey/repos/community-staging-x86_64/PKGBUILD
(from rev 296426, libtermkey/trunk/PKGBUILD)

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

Copied: libtermkey/repos/community-staging-x86_64/PKGBUILD (from rev 296426, 
libtermkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-19 21:13:43 UTC (rev 296427)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Florian Walch 
+
+pkgname=libtermkey
+pkgver=0.20
+pkgrel=2
+pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
+arch=('x86_64')
+url='http://www.leonerd.org.uk/code/libtermkey'
+license=('MIT')
+depends=('unibilium')
+source=("http://www.leonerd.org.uk/code/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a081935d2f5')
+
+build() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:14:00
  Author: eworm
Revision: 296428

upgpkg: neovim 0.2.2-2

unibilium 2.0.0 rebuild

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 21:13:43 UTC (rev 296427)
+++ PKGBUILD2018-02-19 21:14:00 UTC (rev 296428)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:13:36
  Author: eworm
Revision: 296426

upgpkg: libtermkey 0.20-2

unibilium 2.0.0 rebuild

Modified:
  libtermkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 21:13:03 UTC (rev 296425)
+++ PKGBUILD2018-02-19 21:13:36 UTC (rev 296426)
@@ -4,7 +4,7 @@
 
 pkgname=libtermkey
 pkgver=0.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
 arch=('x86_64')
 url='http://www.leonerd.org.uk/code/libtermkey'


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:12:56
  Author: eworm
Revision: 296424

upgpkg: unibilium 2.0.0-1

new upstream release with soname bump

Modified:
  unibilium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 20:39:18 UTC (rev 296423)
+++ PKGBUILD2018-02-19 21:12:56 UTC (rev 296424)
@@ -1,15 +1,15 @@
 # $Id$
 
 pkgname=unibilium
-pkgver=1.2.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='A terminfo parsing library'
-arch=(x86_64)
+arch=('x86_64')
 url='https://github.com/mauke/unibilium/'
-depends=(glibc)
-license=(LGPL3)
-source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
-sha1sums=('d57d24fedd380fcd6ab12d56073ecb89e1d43c39')
+depends=('glibc')
+license=('LGPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz;)
+sha256sums=('78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1')
 
 build() {
   cd $pkgname-$pkgver


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 21:13:03
  Author: eworm
Revision: 296425

archrelease: copy trunk to community-staging-x86_64

Added:
  unibilium/repos/community-staging-x86_64/
  unibilium/repos/community-staging-x86_64/PKGBUILD
(from rev 296424, unibilium/trunk/PKGBUILD)

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

Copied: unibilium/repos/community-staging-x86_64/PKGBUILD (from rev 296424, 
unibilium/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-19 21:13:03 UTC (rev 296425)
@@ -0,0 +1,27 @@
+# $Id$
+
+pkgname=unibilium
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='A terminfo parsing library'
+arch=('x86_64')
+url='https://github.com/mauke/unibilium/'
+depends=('glibc')
+license=('LGPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz;)
+sha256sums=('78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install PREFIX=/usr
+}


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 20:39:18
  Author: eworm
Revision: 296423

archrelease: copy trunk to community-x86_64

Added:
  open-iscsi/repos/community-x86_64/PKGBUILD
(from rev 296422, open-iscsi/trunk/PKGBUILD)
  open-iscsi/repos/community-x86_64/open-iscsi.install
(from rev 296422, open-iscsi/trunk/open-iscsi.install)
  open-iscsi/repos/community-x86_64/open-iscsi.service
(from rev 296422, open-iscsi/trunk/open-iscsi.service)
Deleted:
  open-iscsi/repos/community-x86_64/PKGBUILD
  open-iscsi/repos/community-x86_64/open-iscsi.install
  open-iscsi/repos/community-x86_64/open-iscsi.service

+
 PKGBUILD   |  100 +--
 open-iscsi.install |   24 ++--
 open-iscsi.service |   20 +-
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 20:39:14 UTC (rev 296422)
+++ PKGBUILD2018-02-19 20:39:18 UTC (rev 296423)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefan Kirrmann 
-
-pkgname=open-iscsi
-pkgver=2.0.874
-pkgrel=3
-pkgdesc="userland tools"
-arch=('i686' 'x86_64')
-url="http://www.open-iscsi.com/;
-license=('GPL')
-depends=('libutil-linux' 'openssl' 'open-isns')
-install=$pkgname.install
-backup=('etc/iscsi/iscsid.conf'
-   'etc/iscsi/initiatorname.iscsi')
-options=('docs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz;
-"open-iscsi.service")
-md5sums=('caf2c92bfe58c07f781ab74942e4b9f2'
- 'fe90c76239e2ec56118a711a5ebc50d8')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  # include iscsistart in the package
-  sed -i -e '/^PROGRAMS = /s/$/ usr\/iscsistart/' Makefile
-
-  # build breaks if the openslp package is installed
-  sed -i -e 's/\(\.\/configure\)/ \1 --without-slp/g' Makefile
-
-  make user
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  make DESTDIR="$pkgdir" install_user
-
-  install -D -m644 "$srcdir"/${pkgname}-${pkgver}/etc/iscsid.conf 
"$pkgdir"/etc/iscsi
-  install -D -m644 "$srcdir"/open-iscsi.service 
"$pkgdir"/usr/lib/systemd/system/open-iscsi.service
-
-  echo -n >"$pkgdir"/etc/iscsi/initiatorname.iscsi
-
-  # copy docs
-  mkdir -p "$pkgdir"/usr/share/doc/${pkgname}
-  install -m644 Changelog "$pkgdir"/usr/share/doc/${pkgname}/
-  install -m644 README "$pkgdir"/usr/share/doc/${pkgname}/
-
-  mv "$pkgdir"/sbin "$pkgdir"/usr/bin
-}

Copied: open-iscsi/repos/community-x86_64/PKGBUILD (from rev 296422, 
open-iscsi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 20:39:18 UTC (rev 296423)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefan Kirrmann 
+
+pkgname=open-iscsi
+pkgver=2.0.875
+pkgrel=1
+pkgdesc="userland tools"
+arch=('x86_64')
+url="http://www.open-iscsi.com/;
+license=('GPL')
+depends=('libutil-linux' 'openssl' 'open-isns')
+install=$pkgname.install
+backup=('etc/iscsi/iscsid.conf'
+   'etc/iscsi/initiatorname.iscsi')
+options=('docs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz;
+"open-iscsi.service")
+sha256sums=('7b6459dcbd3fc5d6e1500eeeb8a680acc773ffcb5901f268db9d53d2979338bf'
+'7b8e37dd10a909a67ba7f7126f699920639be39adfa65f1d2b2bcd8846e58db7')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  # include iscsistart in the package
+  sed -i -e '/^PROGRAMS = /s/$/ usr\/iscsistart/' Makefile
+
+  # build breaks if the openslp package is installed
+  sed -i -e 's/\(\.\/configure\)/ \1 --without-slp/g' Makefile
+
+  make user
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  make DESTDIR="$pkgdir" install_user
+
+  install -D -m644 "$srcdir"/${pkgname}-${pkgver}/etc/iscsid.conf 
"$pkgdir"/etc/iscsi
+  install -D -m644 "$srcdir"/open-iscsi.service 
"$pkgdir"/usr/lib/systemd/system/open-iscsi.service
+
+  echo -n >"$pkgdir"/etc/iscsi/initiatorname.iscsi
+
+  # copy docs
+  mkdir -p "$pkgdir"/usr/share/doc/${pkgname}
+  install -m644 Changelog "$pkgdir"/usr/share/doc/${pkgname}/
+  install -m644 README "$pkgdir"/usr/share/doc/${pkgname}/
+
+  mv "$pkgdir"/sbin "$pkgdir"/usr/bin
+}

Deleted: open-iscsi.install
===
--- open-iscsi.install  2018-02-19 20:39:14 UTC (rev 296422)
+++ open-iscsi.install  2018-02-19 20:39:18 UTC (rev 296423)
@@ -1,12 +0,0 @@
-post_install() {
-   if [ -z $(>> Setting Initiatorname '$name'"
- echo "InitiatorName=$name" >etc/iscsi/initiatorname.iscsi
-   fi
-}
-
-post_upgrade() {
-   post_install
-}

Copied: open-iscsi/repos/community-x86_64/open-iscsi.install (from rev 296422, 
open-iscsi/trunk/open-iscsi.install)

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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 20:39:14
  Author: eworm
Revision: 296422

upgpkg: open-iscsi 2.0.875-1

new upstream release

Modified:
  open-iscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 20:38:46 UTC (rev 296421)
+++ PKGBUILD2018-02-19 20:39:14 UTC (rev 296422)
@@ -3,8 +3,8 @@
 # Maintainer: Stefan Kirrmann 
 
 pkgname=open-iscsi
-pkgver=2.0.874
-pkgrel=3
+pkgver=2.0.875
+pkgrel=1
 pkgdesc="userland tools"
 arch=('x86_64')
 url="http://www.open-iscsi.com/;
@@ -16,8 +16,8 @@
 options=('docs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz;
 "open-iscsi.service")
-md5sums=('caf2c92bfe58c07f781ab74942e4b9f2'
- 'fe90c76239e2ec56118a711a5ebc50d8')
+sha256sums=('7b6459dcbd3fc5d6e1500eeeb8a680acc773ffcb5901f268db9d53d2979338bf'
+'7b8e37dd10a909a67ba7f7126f699920639be39adfa65f1d2b2bcd8846e58db7')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 20:38:24
  Author: jelle
Revision: 296420

upgpkg: pbpst 1.4.1-1

Modified:
  pbpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 20:36:45 UTC (rev 296419)
+++ PKGBUILD2018-02-19 20:38:24 UTC (rev 296420)
@@ -4,7 +4,7 @@
 # Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
 
 pkgname=pbpst
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='A small tool to interact with pb instances'
 url='https://github.com/HalosGhost/pbpst'
@@ -13,7 +13,7 @@
 depends=('curl' 'jansson')
 makedepends=('git' 'tup' 'clang' 'python-sphinx')
 source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('3bb5bab73439dc03d2760740033d3bd0')
+md5sums=('2fec0dbd1d139f504fd8a2036ea2086e')
 
 build () {
 cd "pbpst-${pkgver}"


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 20:38:46
  Author: jelle
Revision: 296421

archrelease: copy trunk to community-x86_64

Added:
  pbpst/repos/community-x86_64/PKGBUILD
(from rev 296420, pbpst/trunk/PKGBUILD)
Deleted:
  pbpst/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 20:38:24 UTC (rev 296420)
+++ PKGBUILD2018-02-19 20:38:46 UTC (rev 296421)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('curl' 'jansson')
-makedepends=('git' 'tup' 'clang' 'python-sphinx')
-source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('3bb5bab73439dc03d2760740033d3bd0')
-
-build () {
-cd "pbpst-${pkgver}"
-
-./configure --prefix='/usr' --cflags="$CFLAGS"
-
-make
-}
-
-package () {
-cd "pbpst-${pkgver}"
-make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 296420, 
pbpst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 20:38:46 UTC (rev 296421)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('2fec0dbd1d139f504fd8a2036ea2086e')
+
+build () {
+cd "pbpst-${pkgver}"
+
+./configure --prefix='/usr' --cflags="$CFLAGS"
+
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 20:36:40
  Author: eworm
Revision: 296418

upgpkg: open-isns 0.98-1

new upstream release

Modified:
  open-isns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 20:33:09 UTC (rev 296417)
+++ PKGBUILD2018-02-19 20:36:40 UTC (rev 296418)
@@ -3,8 +3,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=open-isns
-pkgver=0.97
-pkgrel=3
+pkgver=0.98
+pkgrel=1
 pkgdesc='iSNS server and client for Linux'
 arch=('x86_64')
 depends=('openssl')
@@ -11,7 +11,7 @@
 url='https://github.com/gonzoleeman/open-isns'
 license=('GPL')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9')
+sha256sums=('c5cbd161e51fb993728c04e56d3da693b73eb3f4e81d17f66eb5b7653c29e8eb')
 
 build() {
cd "$srcdir"/${pkgname}-${pkgver}
@@ -20,11 +20,12 @@
./configure --prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
---enable-shared
+   --enable-shared
make
 }
 
 package() {
cd "$srcdir"/${pkgname}-${pkgver}
+
make DESTDIR="${pkgdir}" install install_lib install_hdrs
 }


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 20:36:45
  Author: eworm
Revision: 296419

archrelease: copy trunk to community-x86_64

Added:
  open-isns/repos/community-x86_64/PKGBUILD
(from rev 296418, open-isns/trunk/PKGBUILD)
Deleted:
  open-isns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 20:36:40 UTC (rev 296418)
+++ PKGBUILD2018-02-19 20:36:45 UTC (rev 296419)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Hesse 
-
-pkgname=open-isns
-pkgver=0.97
-pkgrel=3
-pkgdesc='iSNS server and client for Linux'
-arch=('i686' 'x86_64')
-depends=('openssl')
-url='https://github.com/gonzoleeman/open-isns'
-license=('GPL')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9')
-
-build() {
-   cd "$srcdir"/${pkgname}-${pkgver}
-
-   autoreconf -fi
-   ./configure --prefix=/usr \
-   --bindir=/usr/bin \
-   --sbindir=/usr/bin \
---enable-shared
-   make
-}
-
-package() {
-   cd "$srcdir"/${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install install_lib install_hdrs
-}

Copied: open-isns/repos/community-x86_64/PKGBUILD (from rev 296418, 
open-isns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 20:36:45 UTC (rev 296419)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Hesse 
+
+pkgname=open-isns
+pkgver=0.98
+pkgrel=1
+pkgdesc='iSNS server and client for Linux'
+arch=('x86_64')
+depends=('openssl')
+url='https://github.com/gonzoleeman/open-isns'
+license=('GPL')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c5cbd161e51fb993728c04e56d3da693b73eb3f4e81d17f66eb5b7653c29e8eb')
+
+build() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-shared
+   make
+}
+
+package() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   make DESTDIR="${pkgdir}" install install_lib install_hdrs
+}


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 20:33:09
  Author: eworm
Revision: 296417

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 20:32:58 UTC (rev 296416)
+++ PKGBUILD2018-02-19 20:33:09 UTC (rev 296417)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.21
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('084fa378309fb21570146aba491c14228978a7761cae8dae05ae4ebc15a3d321')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-x86_64/PKGBUILD (from rev 296416, 
python-pyodbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 20:33:09 UTC (rev 296417)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.22
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('ddc8e676a559b8b1221ceb9c227fd5951c405fd4c7be3cbb57771cd0bf9cb217')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+


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

2018-02-19 Thread Christian Hesse via arch-commits
Date: Monday, February 19, 2018 @ 20:32:58
  Author: eworm
Revision: 296416

upgpkg: python-pyodbc 4.0.22-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 20:30:50 UTC (rev 296415)
+++ PKGBUILD2018-02-19 20:32:58 UTC (rev 296416)
@@ -5,7 +5,7 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=4.0.21
+pkgver=4.0.22
 pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('084fa378309fb21570146aba491c14228978a7761cae8dae05ae4ebc15a3d321')
+sha256sums=('ddc8e676a559b8b1221ceb9c227fd5951c405fd4c7be3cbb57771cd0bf9cb217')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 20:30:26
  Author: jelle
Revision: 296414

upgpkg: python-selenium 3.9.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:42:17 UTC (rev 296413)
+++ PKGBUILD2018-02-19 20:30:26 UTC (rev 296414)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.8.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('7cb125b315cfa9d8d9f9fda3f7295ca5')
+md5sums=('0a717bfcc26781c77a597c3fca335ccf')
 
 package_python-selenium() {
   depends=('python')


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 20:30:50
  Author: jelle
Revision: 296415

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 20:30:26 UTC (rev 296414)
+++ PKGBUILD2018-02-19 20:30:50 UTC (rev 296415)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('7cb125b315cfa9d8d9f9fda3f7295ca5')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 296414, 
python-selenium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 20:30:50 UTC (rev 296415)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
+md5sums=('0a717bfcc26781c77a597c3fca335ccf')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:42:17
  Author: jelle
Revision: 296413

archrelease: copy trunk to community-x86_64

Added:
  pdf2djvu/repos/community-x86_64/PKGBUILD
(from rev 296412, pdf2djvu/trunk/PKGBUILD)
Deleted:
  pdf2djvu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 19:41:43 UTC (rev 296412)
+++ PKGBUILD2018-02-19 19:42:17 UTC (rev 296413)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.9.7
-pkgrel=4
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://jwilk.net/software/pdf2djvu;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
-makedepends=('python2-nose' 'ttf-liberation')
-source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
-sha256sums=('9e7d42632a130cf73fc6144a78b0795dc0d690ecccd25360fa3c999e6f7222c1'
-'SKIP')
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-}

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 296412, 
pdf2djvu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 19:42:17 UTC (rev 296413)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+sha256sums=('cf45731fd8e635fd39502deddc13c2810805cf30f43c6b0c1fa1b55429b1834d'
+'SKIP')
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:41:43
  Author: jelle
Revision: 296412

upgpkg: pdf2djvu 0.9.8-1

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:38:35 UTC (rev 296411)
+++ PKGBUILD2018-02-19 19:41:43 UTC (rev 296412)
@@ -3,8 +3,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=pdf2djvu
-pkgver=0.9.7
-pkgrel=4
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="Creates DjVu files from PDF files"
 arch=('x86_64')
 url="http://jwilk.net/software/pdf2djvu;
@@ -12,7 +12,7 @@
 depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
 makedepends=('python2-nose' 'ttf-liberation')
 
source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
-sha256sums=('9e7d42632a130cf73fc6144a78b0795dc0d690ecccd25360fa3c999e6f7222c1'
+sha256sums=('cf45731fd8e635fd39502deddc13c2810805cf30f43c6b0c1fa1b55429b1834d'
 'SKIP')
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
 


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

2018-02-19 Thread Andreas Radke via arch-commits
Date: Monday, February 19, 2018 @ 19:40:19
  Author: andyrtr
Revision: 317288

archrelease: copy trunk to testing-x86_64

Added:
  nx/repos/testing-x86_64/
  nx/repos/testing-x86_64/PKGBUILD
(from rev 317287, nx/trunk/PKGBUILD)

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

Copied: nx/repos/testing-x86_64/PKGBUILD (from rev 317287, nx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-19 19:40:19 UTC (rev 317288)
@@ -0,0 +1,146 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=nx
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
+pkgver=3.5.0.33
+pkgrel=2
+arch=('x86_64')
+url="http://wiki.x2go.org/;
+license=('GPL')
+#options=('!makeflags') # '!strip')
+# http://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=nx-libs.spec
+makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' 'fontconfig' # 
runtime dependencies from subpackages
+ 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr'
+ 'libxcomposite' 'libxtst' 'xorg-sessreg' 'libfontenc' 
'xorg-xkbcomp' # makedepends
+ )
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz{,.asc})
+sha256sums=('378665a8098398d6fb642559cc59d23902d3b212aa05de4973a13ac9b325a06a'
+'SKIP')
+validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B' # X2go Git 
Administrator 
+  '9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 

+build() {
+  cd "${srcdir}/nx-libs-$pkgver"
+  
+  # debug flags
+#  export CFLAGS="-march=x86-64 -O1 -g -pipe"
+#  export CXXFLAGS="-march=x86-64 -O1 -g -pipe"
+
+  # honour CFLAGS in X11 build - upstream fixed so far only the other libs
+  # From xorg-x11-6.9.0-r3.ebuild
+  pushd "${srcdir}/nx-libs-$pkgver/nx-X11"
+
+  HOSTCONF="config/cf/host.def"
+  echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> ${HOSTCONF}
+  echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" >> 
${HOSTCONF}
+  # Respect LDFLAGS
+  echo "#define ExtraLoadFlags ${LDFLAGS}" >> ${HOSTCONF}
+  echo "#define SharedLibraryLoadFlags -shared ${LDFLAGS}" >> ${HOSTCONF}
+  popd
+
+  # fix a broken Makefiles
+  sed -i "s:-o root -g root ::" nxcompshad/Makefile.in
+  
+  # let makepkg zip the man files
+  sed -i "s:gzip:#gzip:g" Makefile
+
+  make \
+PREFIX=/usr \
+CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include"
+
+  # fake install
+  mkdir $srcdir/fakeinstall
+  make PREFIX=/usr DESTDIR="$srcdir/fakeinstall" install
+}
+
+package_libxcomp() {
+  
+  pkgdesc="NX X compression library"
+  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
+   
+  install -dm755 ${pkgdir}/usr/lib
+  cp -a ${srcdir}/fakeinstall/usr/lib/libXcomp.so* ${pkgdir}/usr/lib
+}
+
+package_nxproxy() {
+
+  pkgdesc="NX proxy"
+  depends=('libxcomp')
+  
+  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxproxy 
${pkgdir}/usr/lib/nx/bin/nxproxy
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
+}
+
+package_nx-xcompext() {
+  
+  pkgdesc="Xcompext/Xcompshad library for NX"
+  depends=('libxcomp' 'nx-x11')
+   
+  install -dm755 ${pkgdir}/usr/lib
+  cp -a ${srcdir}/fakeinstall/usr/lib/libXcompext.so* ${pkgdir}/usr/lib
+}
+
+package_nx-x11() {
+ 
+  pkgdesc="NX-X11 lib for the NX framework"
+  depends=('libxcomp' 'fontconfig' 'xorg-xkbcomp')
+  optdepends=('libxext: for Xinerama support')
+   
+  install -dm755 ${pkgdir}/{usr/bin,usr/lib/nx/{X11,bin},usr/share/man/man1}
+  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
+  cp -aR ${srcdir}/fakeinstall/usr/lib/libNX* ${pkgdir}/usr/lib
+  
+  # nxauth
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxauth ${pkgdir}/usr/lib/nx/bin
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxauth.1 
${pkgdir}/usr/share/man/man1
+
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxauth ${pkgdir}/usr/bin
+
+  rm -rf ${pkgdir}/usr/lib/nx/X11
+}
+
+package_nxagent() {
+  
+  pkgdesc="NX X server based on Xnest"
+  backup=(etc/nxagent/{keystrokes.cfg,nxagent.keyboard,rgb})
+  depends=('nx-xcompext' 'libxml2' 'xkeyboard-config' 'xorg-xkbcomp')
+   
+  install -dm755 
${pkgdir}/usr/{bin,lib/nx/bin,share/nx,share/man/man1,share/pixmaps}
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxagent.1 
${pkgdir}/usr/share/man/man1
+  cp -a ${srcdir}/fakeinstall/usr/share/pixmaps/nxagent.xpm 
${pkgdir}/usr/share/pixmaps
+
+  # the wrapper
+  cp 

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

2018-02-19 Thread Andreas Radke via arch-commits
Date: Monday, February 19, 2018 @ 19:39:59
  Author: andyrtr
Revision: 317287

upgpkg: nx 3.5.0.33-2

drop x2go-agent subpackage that is now included in x2goserver

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:39:09 UTC (rev 317286)
+++ PKGBUILD2018-02-19 19:39:59 UTC (rev 317287)
@@ -2,9 +2,9 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
 pkgver=3.5.0.33
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://wiki.x2go.org/;
 license=('GPL')
@@ -137,30 +137,6 @@
   ln -sv /usr/lib/libNX_Xinerama.so.1 libNX_Xinerama.so.1
 }
 
-package_x2go-agent() {
-  
-  pkgdesc="Wrapper arround nxagent to use with x2goserver"
-  backup=(etc/x2go/{keystrokes.cfg,rgb,x2goagent.keyboard,x2goagent.options})
-  depends=('nxagent')
-  provides=('x2goagent')
-  replaces=('x2goagent')
-   
-  install -dm755 
${pkgdir}/usr/{bin,lib/x2go/bin,share/{pixmaps,x2go/versions,man/man1}}
-  # this is a nxagent symlink
-  ln -sv /usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/x2go/bin/x2goagent 
-
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/x2goagent ${pkgdir}/usr/bin
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/x2goagent.1 
${pkgdir}/usr/share/man/man1
-
-  cp -a ${srcdir}/fakeinstall/usr/share/pixmaps/x2go.xpm 
${pkgdir}/usr/share/pixmaps
-  cp -a ${srcdir}/fakeinstall/usr/share/x2go/rgb ${pkgdir}/usr/share/x2go
-  cp -a ${srcdir}/fakeinstall/usr/share/x2go/versions/VERSION.x2goagent 
${pkgdir}/usr/share/x2go/versions
-  
-  install -dm755 ${pkgdir}/etc/x2go
-  cp -a 
${srcdir}/fakeinstall/etc/x2go/{keystrokes.cfg,rgb,x2goagent.keyboard,x2goagent.options}
 ${pkgdir}/etc/x2go
-}
-
 package_nx-headers() {
 
   pkgdesc="NX headers"


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

2018-02-19 Thread Andreas Radke via arch-commits
Date: Monday, February 19, 2018 @ 19:39:09
  Author: andyrtr
Revision: 317286

archrelease: copy trunk to testing-x86_64

Added:
  x2goserver/repos/testing-x86_64/
  x2goserver/repos/testing-x86_64/PKGBUILD
(from rev 317285, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/testing-x86_64/sysusers.d
(from rev 317285, x2goserver/trunk/sysusers.d)
  x2goserver/repos/testing-x86_64/tmpfiles.d
(from rev 317285, x2goserver/trunk/tmpfiles.d)
  x2goserver/repos/testing-x86_64/x2goserver.install
(from rev 317285, x2goserver/trunk/x2goserver.install)

+
 PKGBUILD   |  149 +++
 sysusers.d |2 
 tmpfiles.d |2 
 x2goserver.install |6 ++
 4 files changed, 159 insertions(+)

Copied: x2goserver/repos/testing-x86_64/PKGBUILD (from rev 317285, 
x2goserver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-19 19:39:09 UTC (rev 317286)
@@ -0,0 +1,149 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+# Contributor: Markus Opitz 
+# Contributor: Milan Knížek 
+
+pkgname=x2goserver
+pkgver=4.1.0.0
+pkgrel=1
+pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
+arch=('x86_64')
+url="http://www.x2go.org/;
+license=('GPL2')
+# http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
+
+# from 4.0.1.20 changelog there could be new deps on bash, xkeyboard-config, 
perl-cwd-guard
+
+depends=(#'python' 
+
+ # For x2goruncommand - for now
+ 'bc'
+ # For netstat in x2goresume-session
+ 'net-tools'
+ 'openssh'
+ 'perl-file-readbackwards'
+ # We need a database
+ 'perl-dbd-sqlite' 
+ # For killall in x2gosuspend-session
+ 'psmisc'
+ # For x2goshowblocks
+ 'lsof'
+ # For x2godbadmin
+ 'pwgen' # in community
+ # For printing, file-sharing
+ 'sshfs'
+ # For /etc/sudoers.d
+ 'sudo'
+ 'nxagent'
+ # For /etc/X11/Xresources
+ 'xorg-xinit'
+ 'xorg-fonts-misc'
+ 'xorg-xauth'
+ 'shadow'
+ 
+ # for post install actions
+ 'desktop-file-utils'
+ 'shared-mime-info'
+ 
+ 'perl-capture-tiny'
+ 'perl-config-simple'
+ 'perl-file-basedir' # FS#38551
+ 'perl-file-which' # FS#44125
+ 'perl-switch'
+
+ 'xorg-xwininfo' # FS#38558
+ 'xorg-setxkbmap' # FS#53345
+
+ 'dbus'
+
+ #x2goserver-extensions
+ #x2goserver-xsession
+ #x2goserver-fmbindings
+ #x2goserver-printing
+)
+makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
+#optdepends=('cups-x2go: printing support')
+optdepends=('perl-dbd-pg: Postgres support')
+conflicts=('x2go-agent')
+replaces=('x2go-agent')
+provides=('x2go-agent' 'x2goagent')
+options=('emptydirs')
+install=x2goserver.install
+backup=('etc/x2go/x2goserver.conf' # 'etc/x2go/x2gosql/sql')
+# from old x2go-agent pkg now provided here
+etc/x2go/{keystrokes.cfg,rgb,x2goagent.keyboard,x2goagent.options}
+)
+# no https due to invalid certificate
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+   tmpfiles.d
+   sysusers.d)
+sha256sums=('17f61fb7901a53d4309d7a873e27272809f8cd1188cbeaffd6a0248e53d6d374'
+'SKIP'
+'548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
+'04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118')
+validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # X2go Git 
Administrator 
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # -r option does not exist in Arch linux
+  # (However, html man pages do not get installed anyway...)
+  for Makefile in $(find . -type f -name Makefile); do
+sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
+sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
+  done
+
+  # fix some Makefile permission options
+  for Makefile in $(find . -type f -name Makefile); do
+sed -i "s:-o root -g root ::g" $Makefile
+  done
+  # Do not ship xsession - Debian specific
+  sed -i -e '/xsession/s/^/#/' Makefile
+  
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
+
+  # systemd files
+  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
+  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
+  install -Dm644 

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

2018-02-19 Thread Andreas Radke via arch-commits
Date: Monday, February 19, 2018 @ 19:38:52
  Author: andyrtr
Revision: 317285

upgpkg: x2goserver 4.1.0.0-1

upstream update 4.1.0.0

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 17:05:11 UTC (rev 317284)
+++ PKGBUILD2018-02-19 19:38:52 UTC (rev 317285)
@@ -37,7 +37,7 @@
  'sshfs'
  # For /etc/sudoers.d
  'sudo'
- 'x2go-agent'
+ 'nxagent'
  # For /etc/X11/Xresources
  'xorg-xinit'
  'xorg-fonts-misc'
@@ -52,7 +52,8 @@
  'perl-config-simple'
  'perl-file-basedir' # FS#38551
  'perl-file-which' # FS#44125
- 
+ 'perl-switch'
+
  'xorg-xwininfo' # FS#38558
  'xorg-setxkbmap' # FS#53345
 
@@ -66,9 +67,15 @@
 makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
 #optdepends=('cups-x2go: printing support')
 optdepends=('perl-dbd-pg: Postgres support')
+conflicts=('x2go-agent')
+replaces=('x2go-agent')
+provides=('x2go-agent' 'x2goagent')
 options=('emptydirs')
 install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf') # 'etc/x2go/x2gosql/sql')
+backup=('etc/x2go/x2goserver.conf' # 'etc/x2go/x2gosql/sql')
+# from old x2go-agent pkg now provided here
+etc/x2go/{keystrokes.cfg,rgb,x2goagent.keyboard,x2goagent.options}
+)
 # no https due to invalid certificate
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
tmpfiles.d
@@ -126,14 +133,15 @@
   chmod 0440 ${pkgdir}/etc/sudoers.d/x2goserver
 
   # these files are part of x2go-agent (pkgbase "nx")
-  rm ${pkgdir}/etc/x2go/keystrokes.cfg
-  rm ${pkgdir}/etc/x2go/rgb
-  rm ${pkgdir}/etc/x2go/x2goagent.keyboard
-  rm ${pkgdir}/etc/x2go/x2goagent.options
-  rm ${pkgdir}/usr/bin/x2goagent
-  rm ${pkgdir}/usr/share/man/man1/x2goagent.1.gz
-  rm ${pkgdir}/usr/share/pixmaps/x2go.xpm
-  rm ${pkgdir}/usr/share/x2go/rgb
+#  rm ${pkgdir}/etc/x2go/keystrokes.cfg
+#  rm ${pkgdir}/etc/x2go/rgb
+#  rm ${pkgdir}/etc/x2go/x2goagent.keyboard
+#  rm ${pkgdir}/etc/x2go/x2goagent.options
+#  rm ${pkgdir}/usr/bin/x2goagent
+#  rm ${pkgdir}/usr/share/man/man1/x2goagent.1.gz
+#  rm ${pkgdir}/usr/share/pixmaps/x2go.xpm
+#  rm ${pkgdir}/usr/share/x2go/rgb
+
 }
 
 


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:38:12
  Author: jelle
Revision: 296410

upgpkg: pstreams 1.0.1-1

Modified:
  pstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:33:52 UTC (rev 296409)
+++ PKGBUILD2018-02-19 19:38:12 UTC (rev 296410)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=pstreams
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
 arch=('any')
@@ -8,7 +8,7 @@
 url='http://pstreams.sourceforge.net'
 license=('LGPL')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('809d0650ac23c063b908607033747a9a')
+md5sums=('23199e3d12a644a2a0c66ec889d4c064')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:38:35
  Author: jelle
Revision: 296411

archrelease: copy trunk to community-any

Added:
  pstreams/repos/community-any/PKGBUILD
(from rev 296410, pstreams/trunk/PKGBUILD)
Deleted:
  pstreams/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 19:38:12 UTC (rev 296410)
+++ PKGBUILD2018-02-19 19:38:35 UTC (rev 296411)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=pstreams
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
-arch=('any')
-url='http://pstreams.sourceforge.net'
-license=('LGPL')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('809d0650ac23c063b908607033747a9a')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D -m644 pstream.h \
-${pkgdir}/usr/include/pstreams/pstream.h
-}

Copied: pstreams/repos/community-any/PKGBUILD (from rev 296410, 
pstreams/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 19:38:35 UTC (rev 296411)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=pstreams
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
+arch=('any')
+url='http://pstreams.sourceforge.net'
+license=('LGPL')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('23199e3d12a644a2a0c66ec889d4c064')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D -m644 pstream.h \
+${pkgdir}/usr/include/pstreams/pstream.h
+}


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:33:52
  Author: jelle
Revision: 296409

archrelease: copy trunk to community-any

Added:
  python2-futures/repos/community-any/LICENSE
(from rev 296408, python2-futures/trunk/LICENSE)
  python2-futures/repos/community-any/PKGBUILD
(from rev 296408, python2-futures/trunk/PKGBUILD)
Deleted:
  python2-futures/repos/community-any/LICENSE
  python2-futures/repos/community-any/PKGBUILD

--+
 LICENSE  |   42 +-
 PKGBUILD |   60 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-02-19 19:33:27 UTC (rev 296408)
+++ LICENSE 2018-02-19 19:33:52 UTC (rev 296409)
@@ -1,21 +0,0 @@
-Copyright 2009 Brian Quinlan. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-   2. Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
-HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Copied: python2-futures/repos/community-any/LICENSE (from rev 296408, 
python2-futures/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-02-19 19:33:52 UTC (rev 296409)
@@ -0,0 +1,21 @@
+Copyright 2009 Brian Quinlan. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 19:33:27 UTC (rev 296408)
+++ PKGBUILD2018-02-19 19:33:52 UTC (rev 296409)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-
-pkgname=python2-futures
-_pkgname=futures
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Backport of the concurrent.futures package from Python 3.2"
-arch=('any')
-url="https://github.com/agronholm/pythonfutures;
-license=('BSD')
-depends=('python2')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/agronholm/pythonfutures/archive/$pkgver.tar.gz;
- LICENSE)
-md5sums=('c500fc20a02b83e7ec88dc5bac9649f5'
- 'dd6708d05936d3f6c4e20ed14c87b5e3')
-
-build() {
-  cd "python$_pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "python$_pkgname-$pkgver"
-  python2 setup.py install --root "$pkgdir" --optimize=1
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-futures/repos/community-any/PKGBUILD (from rev 296408, 

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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:33:27
  Author: jelle
Revision: 296408

upgpkg: python2-futures 3.2.0-1

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:03:45 UTC (rev 296407)
+++ PKGBUILD2018-02-19 19:33:27 UTC (rev 296408)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/agronholm/pythonfutures/archive/$pkgver.tar.gz;
  LICENSE)
-md5sums=('c500fc20a02b83e7ec88dc5bac9649f5'
+md5sums=('3c950f2ad6682e37cb91ff3e54555e05'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


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

2018-02-19 Thread Johannes Löthberg via arch-commits
Date: Monday, February 19, 2018 @ 19:03:45
  Author: demize
Revision: 296407

archrelease: copy trunk to community-x86_64

Added:
  oidentd/repos/community-x86_64/PKGBUILD
(from rev 296406, oidentd/trunk/PKGBUILD)
  oidentd/repos/community-x86_64/service
(from rev 296406, oidentd/trunk/service)
  oidentd/repos/community-x86_64/socket
(from rev 296406, oidentd/trunk/socket)
Deleted:
  oidentd/repos/community-x86_64/PKGBUILD
  oidentd/repos/community-x86_64/service
  oidentd/repos/community-x86_64/socket

--+
 PKGBUILD |   81 -
 service  |   16 ++--
 socket   |   18 ++---
 3 files changed, 60 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 19:03:30 UTC (rev 296406)
+++ PKGBUILD2018-02-19 19:03:45 UTC (rev 296407)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: simo 
-# Contributor: Mateusz Herych 
-# Contributor: Tom Newsom 
-
-pkgname=oidentd
-pkgver=2.0.8
-pkgrel=9
-pkgdesc='An RFC1413 compliant ident daemon'
-arch=('i686' 'x86_64')
-url="http://dev.ojnk.net/;
-license=('GPL')
-depends=('glibc' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz{,.asc}
-service socket)
-
-md5sums=('c3d9a56255819ef8904b867284386911'
- 'SKIP'
- 'f54c5ed2a532a559c837af18735a28f1'
- '4442fb9fc10754914568e6ffc3d5fc42')
-
-validpgpkeys=('7A4533F19780BF32793C1820DAD25608075C69BC') # Ryan McCabe
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-
-   install -D -m644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/oidentd@.service"
-   install -D -m644 "$srcdir/socket" 
"$pkgdir/usr/lib/systemd/system/oidentd.socket"
-}
-

Copied: oidentd/repos/community-x86_64/PKGBUILD (from rev 296406, 
oidentd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 19:03:45 UTC (rev 296407)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: simo 
+# Contributor: Mateusz Herych 
+# Contributor: Tom Newsom 
+
+pkgname=oidentd
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='An RFC1413 compliant ident daemon'
+arch=('x86_64')
+url="http://dev.ojnk.net/;
+license=('GPL')
+depends=('glibc' 'bash')
+backup=(etc/oidentd.conf)
+source=(https://github.com/janikrabe/oidentd/releases/download/v2.2.0/oidentd-2.2.0.tar.gz{,.asc}
+service socket)
+
+md5sums=('05051bc3b4b3b66c36a2ba2dee79d325'
+ 'SKIP'
+ 'f54c5ed2a532a559c837af18735a28f1'
+ '4442fb9fc10754914568e6ffc3d5fc42')
+
+validpgpkeys=('EB19A17D816542635D13B19FE3E8FA19DC9A1AA9') # Ryan McCabe
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --sysconfdir=/etc \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   install -D -m644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/oidentd@.service"
+   install -D -m644 "$srcdir/socket" 
"$pkgdir/usr/lib/systemd/system/oidentd.socket"
+}
+

Deleted: service
===
--- service 2018-02-19 19:03:30 UTC (rev 296406)
+++ service 2018-02-19 19:03:45 UTC (rev 296407)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) per-connection server
-
-[Service]
-ExecStart=/usr/bin/oidentd -I -u nobody -g nobody
-ExecReload=/bin/kill -HUP $MAINPID
-StandardInput=socket
-StandardError=syslog

Copied: oidentd/repos/community-x86_64/service (from rev 296406, 
oidentd/trunk/service)
===
--- service (rev 0)
+++ service 2018-02-19 19:03:45 UTC (rev 296407)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Ident (RFC 1413) per-connection server
+
+[Service]
+ExecStart=/usr/bin/oidentd -I -u nobody -g nobody
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardError=syslog

Deleted: socket
===
--- socket  2018-02-19 19:03:30 UTC (rev 296406)
+++ socket  2018-02-19 19:03:45 UTC (rev 296407)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) socket
-
-[Socket]
-ListenStream=113
-Accept=yes
-
-[Install]
-WantedBy=sockets.target

Copied: oidentd/repos/community-x86_64/socket (from rev 296406, 
oidentd/trunk/socket)

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

2018-02-19 Thread Johannes Löthberg via arch-commits
Date: Monday, February 19, 2018 @ 19:03:30
  Author: demize
Revision: 296406

upgpkg: oidentd 2.2.0-1

Modified:
  oidentd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 18:52:41 UTC (rev 296405)
+++ PKGBUILD2018-02-19 19:03:30 UTC (rev 296406)
@@ -5,26 +5,31 @@
 # Contributor: Tom Newsom 
 
 pkgname=oidentd
-pkgver=2.0.8
-pkgrel=9
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='An RFC1413 compliant ident daemon'
 arch=('x86_64')
 url="http://dev.ojnk.net/;
 license=('GPL')
 depends=('glibc' 'bash')
-source=(https://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz{,.asc}
+backup=(etc/oidentd.conf)
+source=(https://github.com/janikrabe/oidentd/releases/download/v2.2.0/oidentd-2.2.0.tar.gz{,.asc}
 service socket)
 
-md5sums=('c3d9a56255819ef8904b867284386911'
+md5sums=('05051bc3b4b3b66c36a2ba2dee79d325'
  'SKIP'
  'f54c5ed2a532a559c837af18735a28f1'
  '4442fb9fc10754914568e6ffc3d5fc42')
 
-validpgpkeys=('7A4533F19780BF32793C1820DAD25608075C69BC') # Ryan McCabe
+validpgpkeys=('EB19A17D816542635D13B19FE3E8FA19DC9A1AA9') # Ryan McCabe
 
 build() {
cd $pkgname-$pkgver
-   ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+   ./configure \
+   --sysconfdir=/etc \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man
make
 }
 


[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 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 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 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
 }


[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 sleuthkit/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   68 
 sleuthkit.changelog |   70 +++---
 2 files changed, 72 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 18:21:06 UTC (rev 296396)
+++ PKGBUILD2018-02-19 18:21:21 UTC (rev 296397)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-
-pkgname=sleuthkit
-pkgver=4.4.2
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url="http://www.sleuthkit.org/sleuthkit;
-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')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 296396, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 18:21:21 UTC (rev 296397)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+
+pkgname=sleuthkit
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('x86_64')
+url="http://www.sleuthkit.org/sleuthkit;
+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 

+# https://github.com/sleuthkit/sleuthkit/issues/1133
+sha256sums=('f74eb16e717598056a5664ae842d8acd276acfc340e8ebbd87d0948167e789ac')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2018-02-19 18:21:06 UTC (rev 296396)
+++ sleuthkit.changelog 2018-02-19 18:21:21 UTC (rev 296397)
@@ -1,32 +0,0 @@
-2017-06-01 Jaroslav Lichtblau 
-   * sleuthkit 4.4.1-1
-
-2017-01-18 Jaroslav Lichtblau 
-   * sleuthkit 4.4.0-1
-
-2016-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.3.0-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau 
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 296396, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2018-02-19 18:21:21 UTC (rev 296397)
@@ -0,0 +1,38 @@
+2018-02-19 Jaroslav Lichtblau 
+   * sleuthkit 4.5.0-1
+
+2017-08-09 Jaroslav Lichtblau 

[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 wammu/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
(from rev 296394, wammu/trunk/PKGBUILD)
Deleted:
  wammu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 18:01:58 UTC (rev 296394)
+++ PKGBUILD2018-02-19 18:02:14 UTC (rev 296395)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: cs-cam 
-
-pkgname=wammu
-pkgver=0.43
-pkgrel=1
-pkgdesc="A wxPython-based GUI for Gammu"
-arch=('any')
-url="http://wammu.eu/;
-license=('GPL')
-depends=('python2-gammu' 'wxpython')
-optdepends=('gnome-bluetooth: Bluetooth support'
-'python2-pybluez: Bluetooth support')
-source=(https://dl.cihar.com/$pkgname/v0/$pkgname-$pkgver.tar.xz)
-sha256sums=('1595d120c7e18674538663d6471ce8fd5b975baf9682ab594f6303b1cf520796')
-
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 296394, 
wammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 18:02:14 UTC (rev 296395)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: cs-cam 
+
+pkgname=wammu
+pkgver=0.44
+pkgrel=1
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/;
+license=('GPL')
+depends=('python2-gammu' 'wxpython')
+makedepends=('python2-setuptools')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support')
+source=(https://dl.cihar.com/$pkgname/v0/$pkgname-$pkgver.tar.xz)
+sha256sums=('bf8199f888cb60e4a24839e71ec6f8e8deb11fd22f592fe1112e3252bd4b9145')
+
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

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

upgpkg: wammu 0.44-1 - new upstream release

Modified:
  wammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 15:58:15 UTC (rev 296393)
+++ PKGBUILD2018-02-19 18:01:58 UTC (rev 296394)
@@ -5,7 +5,7 @@
 # Contributor: cs-cam 
 
 pkgname=wammu
-pkgver=0.43
+pkgver=0.44
 pkgrel=1
 pkgdesc="A wxPython-based GUI for Gammu"
 arch=('any')
@@ -12,10 +12,11 @@
 url="http://wammu.eu/;
 license=('GPL')
 depends=('python2-gammu' 'wxpython')
+makedepends=('python2-setuptools')
 optdepends=('gnome-bluetooth: Bluetooth support'
 'python2-pybluez: Bluetooth support')
 source=(https://dl.cihar.com/$pkgname/v0/$pkgname-$pkgver.tar.xz)
-sha256sums=('1595d120c7e18674538663d6471ce8fd5b975baf9682ab594f6303b1cf520796')
+sha256sums=('bf8199f888cb60e4a24839e71ec6f8e8deb11fd22f592fe1112e3252bd4b9145')
 
 
 prepare() {


[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 mps-youtube/trunk (PKGBUILD)

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

upgpkg: mps-youtube 0.2.8-1

Modified:
  mps-youtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 15:57:53 UTC (rev 296391)
+++ PKGBUILD2018-02-19 15:57:55 UTC (rev 296392)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=mps-youtube
-pkgver=0.2.7.1
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
 
 pkgdesc="Terminal based YouTube jukebox with playlist management"
 url='https://github.com/np1/mps-youtube'
@@ -19,7 +19,7 @@
 
 
source=("mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
 
-sha256sums=('917958ab02f8dace9c84974f510bd8838f905814c1a05a91fb1a38d37d19f0e8')
+sha256sums=('d5f2c4bc1f57f0566242c4a0a721a5ceaa6d6d407f9d6dd29009a714a0abec74')
 
 package() {
cd mps-youtube-"$pkgver"


[arch-commits] Commit in nss-pam-ldapd/repos/community-x86_64 (8 files)

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

archrelease: copy trunk to community-x86_64

Added:
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 296390, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 296390, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers
(from rev 296390, nss-pam-ldapd/trunk/nslcd.sysusers)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 296390, nss-pam-ldapd/trunk/nslcd.tmpfiles)
Deleted:
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles

+
 PKGBUILD   |  130 +++
 nslcd.service  |   18 +++
 nslcd.sysusers |2 
 nslcd.tmpfiles |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-19 15:57:23 UTC (rev 296390)
+++ PKGBUILD2018-02-19 15:57:53 UTC (rev 296391)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.8
-pkgrel=3
-
-pkgdesc='LDAP module for NSS and PAM'
-url="https://arthurdejong.org/nss-pam-ldapd/;
-arch=('x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-
-source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
-"nslcd.service"
-"nslcd.sysusers"
-"nslcd.tmpfiles")
-
-md5sums=('8c99fdc54f4bf9aca8c5f53fdb1403ff'
- 'SKIP'
- 'c0d4921737bdbb38924e6774cd1d3bb1'
- 'f7a52c4e0eae1a5d525d0e2f374f9114'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-"$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-"$pkgver"
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-"$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.sysusers" 
"$pkgdir/usr/lib/sysusers.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 296390, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-19 15:57:53 UTC (rev 296391)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.9
+pkgrel=1
+
+pkgdesc='LDAP module for NSS and PAM'
+url="https://arthurdejong.org/nss-pam-ldapd/;
+arch=('x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+
+source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+"nslcd.service"
+"nslcd.sysusers"
+"nslcd.tmpfiles")
+
+md5sums=('fc01f2ff2aa3ae2ea3f3e347b7c57745'
+ 'SKIP'
+ 'c0d4921737bdbb38924e6774cd1d3bb1'
+ 'f7a52c4e0eae1a5d525d0e2f374f9114'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+build() {
+  cd nss-pam-ldapd-"$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security
+
+  make
+}
+
+check() {
+  cd nss-pam-ldapd-"$pkgver"
+  PYTHON=python2 make check
+}
+
+package() {
+  cd nss-pam-ldapd-"$pkgver"
+
+  install -Dm644 "$srcdir/nslcd.sysusers" 
"$pkgdir/usr/lib/sysusers.d/nslcd.conf"
+  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
+  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: nslcd.service
===
--- nslcd.service   2018-02-19 15:57:23 UTC (rev 296390)
+++ nslcd.service   2018-02-19 15:57:53 UTC (rev 296391)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Naming services LDAP client daemon.

[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

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

upgpkg: nss-pam-ldapd 0.9.9-1

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 15:40:27 UTC (rev 296389)
+++ PKGBUILD2018-02-19 15:57:23 UTC (rev 296390)
@@ -3,8 +3,8 @@
 # Contributor: Federico Cinelli 
 
 pkgname=nss-pam-ldapd
-pkgver=0.9.8
-pkgrel=3
+pkgver=0.9.9
+pkgrel=1
 
 pkgdesc='LDAP module for NSS and PAM'
 url="https://arthurdejong.org/nss-pam-ldapd/;
@@ -26,7 +26,7 @@
 "nslcd.sysusers"
 "nslcd.tmpfiles")
 
-md5sums=('8c99fdc54f4bf9aca8c5f53fdb1403ff'
+md5sums=('fc01f2ff2aa3ae2ea3f3e347b7c57745'
  'SKIP'
  'c0d4921737bdbb38924e6774cd1d3bb1'
  'f7a52c4e0eae1a5d525d0e2f374f9114'


[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 (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 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 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 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 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-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 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-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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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/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 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 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
-  

  1   2   >