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

2019-03-01 Thread Gaëtan Bisson via arch-commits
Date: Saturday, March 2, 2019 @ 03:47:23
  Author: bisson
Revision: 346992

archrelease: copy trunk to extra-x86_64

Added:
  conky/repos/extra-x86_64/PKGBUILD
(from rev 346991, conky/trunk/PKGBUILD)
Deleted:
  conky/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 03:46:57 UTC (rev 346991)
+++ PKGBUILD2019-03-02 03:47:23 UTC (rev 346992)
@@ -1,48 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.11.2
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
-sha256sums=('1acf9dae9ce1a762309ab6b600a0464c2e054420d416b515ff39658430a0e819')
-options=('!strip' 'debug')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_XSHAPE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D BUILD_JOURNAL=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-x86_64/PKGBUILD (from rev 346991, 
conky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 03:47:23 UTC (rev 346992)
@@ -0,0 +1,48 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.11.3
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
+sha256sums=('0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4')
+options=('!strip' 'debug')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_XSHAPE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D BUILD_JOURNAL=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}


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

2019-03-01 Thread Gaëtan Bisson via arch-commits
Date: Saturday, March 2, 2019 @ 03:46:57
  Author: bisson
Revision: 346991

upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 20:41:21 UTC (rev 346990)
+++ PKGBUILD2019-03-02 03:46:57 UTC (rev 346991)
@@ -4,7 +4,7 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
@@ -14,7 +14,7 @@
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
  'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
-sha256sums=('1acf9dae9ce1a762309ab6b600a0464c2e054420d416b515ff39658430a0e819')
+sha256sums=('0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4')
 options=('!strip' 'debug')
 
 build() {


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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Saturday, March 2, 2019 @ 00:51:16
  Author: arojas
Revision: 437353

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:51:00 UTC (rev 437352)
+++ PKGBUILD2019-03-02 00:51:16 UTC (rev 437353)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pipname=pplpy
-pkgbase=python-pplpy
-pkgname=(python2-pplpy python-pplpy pplpy-doc)
-pkgver=0.8.4
-pkgrel=2
-pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
-arch=(x86_64)
-url="https://gitlab.com/videlec/pplpy/;
-license=(LGPL2.1)
-makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl python-sphinx)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
-sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
-
-prepare() {
-  cp -r $_pipname-$pkgver{,-py2}  
-}
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build
-
-  cd ../$_pipname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pplpy() {
-  depends=(python2-cysignals python2-gmpy2 ppl)
-
-  cd $_pipname-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-pplpy() {
-  depends=(python-cysignals python-gmpy2 ppl)
-  
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  make -C docs html
-}
-
-package_pplpy-doc() {
-  pkgdesc="HTML documentation for pplpy"
-  
-  mkdir -p "$pkgdir"/usr/share/doc/pplpy
-  cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
-}

Copied: python-pplpy/repos/community-x86_64/PKGBUILD (from rev 437352, 
python-pplpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:51:16 UTC (rev 437353)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=pplpy
+pkgbase=python-pplpy
+pkgname=(python2-pplpy python-pplpy pplpy-doc)
+pkgver=0.8.4
+pkgrel=3
+pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
+arch=(x86_64)
+url="https://gitlab.com/videlec/pplpy/;
+license=(LGPL2.1)
+makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl python-sphinx)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
+
+prepare() {
+  cp -r $_pipname-$pkgver{,-py2}  
+}
+
+build() {
+  cd $_pipname-$pkgver-py2
+  python2 setup.py build
+
+  cd ../$_pipname-$pkgver
+  python setup.py build
+
+  _pythonver=`python -c "from sysconfig import get_python_version; 
print(get_python_version())"`
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-$_pythonver" make -C docs html
+}
+
+package_python2-pplpy() {
+  depends=(python2-cysignals python2-gmpy2 ppl)
+
+  cd $_pipname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-pplpy() {
+  depends=(python-cysignals python-gmpy2 ppl)
+  
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_pplpy-doc() {
+  pkgdesc="HTML documentation for pplpy"
+
+  mkdir -p "$pkgdir"/usr/share/doc/pplpy
+  cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
+}


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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Saturday, March 2, 2019 @ 00:51:00
  Author: arojas
Revision: 437352

Fix doc build

Modified:
  python-pplpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:43:12 UTC (rev 437351)
+++ PKGBUILD2019-03-02 00:51:00 UTC (rev 437352)
@@ -4,7 +4,7 @@
 pkgbase=python-pplpy
 pkgname=(python2-pplpy python-pplpy pplpy-doc)
 pkgver=0.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
 arch=(x86_64)
 url="https://gitlab.com/videlec/pplpy/;
@@ -18,11 +18,14 @@
 }
 
 build() {
-  cd $_pipname-$pkgver
+  cd $_pipname-$pkgver-py2
+  python2 setup.py build
+
+  cd ../$_pipname-$pkgver
   python setup.py build
 
-  cd ../$_pipname-$pkgver-py2
-  python2 setup.py build
+  _pythonver=`python -c "from sysconfig import get_python_version; 
print(get_python_version())"`
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-$_pythonver" make -C docs html
 }
 
 package_python2-pplpy() {
@@ -37,13 +40,11 @@
   
   cd $_pipname-$pkgver 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  make -C docs html
 }
 
 package_pplpy-doc() {
   pkgdesc="HTML documentation for pplpy"
-  
+
   mkdir -p "$pkgdir"/usr/share/doc/pplpy
   cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
 }


[arch-commits] Commit in nodejs-lts-dubnium/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Saturday, March 2, 2019 @ 00:43:12
  Author: archange
Revision: 437351

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD
(from rev 437350, nodejs-lts-dubnium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:42:59 UTC (rev 437350)
+++ PKGBUILD2019-03-02 00:43:12 UTC (rev 437351)
@@ -1,68 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=nodejs-lts-dubnium
-pkgver=10.15.1
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
-arch=('x86_64')
-url="https://nodejs.org/;
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=('1a55f7b9fb80442182d9e1eba4fca4dac3c781cdcb25d6be37b24d253f61c858')
-validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

-  '77984A986EBC2AA786BC0F66B01FBB92821C587A'  # Gibson Fahnestock 

-  'B9AE9905FFD7803F25714661B63B535A4C206CA9'  # Evan Lucas 
 
-  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D'  # Rod Vagg 

-  'B9E2F5981AA6E0CD28160D9FF13993A75599653C') # Shelley Vohr 

-
-prepare() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares \
---shared-nghttp2
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # Numerous HTTP2/TLS failures
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD (from rev 437350, 
nodejs-lts-dubnium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:43:12 UTC (rev 437351)
@@ -0,0 +1,68 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nodejs-lts-dubnium
+pkgver=10.15.2
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
+arch=('x86_64')
+url="https://nodejs.org/;
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
+sha256sums=('b8bb2da7cb016e895bc2f70009a420f6b8d519e66548624b6130bbfbd5118c59')
+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

+  '77984A986EBC2AA786BC0F66B01FBB92821C587A'  # Gibson Fahnestock 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9'  # Evan Lucas 
 
+  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D'  # Rod Vagg 

+  'B9E2F5981AA6E0CD28160D9FF13993A75599653C') # Shelley Vohr 

+
+prepare() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares \
+--shared-nghttp2
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # Numerous HTTP2/TLS failures
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE -t 

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

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Saturday, March 2, 2019 @ 00:42:59
  Author: archange
Revision: 437350

upgpkg: nodejs-lts-dubnium 10.15.2-1

Modified:
  nodejs-lts-dubnium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:35:22 UTC (rev 437349)
+++ PKGBUILD2019-03-02 00:42:59 UTC (rev 437350)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=nodejs-lts-dubnium
-pkgver=10.15.1
-pkgrel=2
+pkgver=10.15.2
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
 arch=('x86_64')
 url="https://nodejs.org/;
@@ -14,7 +14,7 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=('1a55f7b9fb80442182d9e1eba4fca4dac3c781cdcb25d6be37b24d253f61c858')
+sha256sums=('b8bb2da7cb016e895bc2f70009a420f6b8d519e66548624b6130bbfbd5118c59')
 validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

   '77984A986EBC2AA786BC0F66B01FBB92821C587A'  # Gibson Fahnestock 

   'B9AE9905FFD7803F25714661B63B535A4C206CA9'  # Evan Lucas 
 


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:35:22
  Author: ffy00
Revision: 437349

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 437348, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 437348, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   94 +--
 melt.patch |   26 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:35:15 UTC (rev 437348)
+++ PKGBUILD2019-03-02 00:35:22 UTC (rev 437349)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=19.02.20
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
-'melt.patch')
-sha512sums=('0a9de274bb26404ec0ae0a0e244b9c5dd1562257c7423b8c4e0c449d8f910cf0e9fe66be287d28ff251410433de92aa9bccbf36fd57d26d3ebe6c594a695202b'
-
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 < ../melt.patch
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=ARCH-$pkgver \
-DEFINES+=SHOTCUT_NOUPGRADE
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 437348, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:35:22 UTC (rev 437349)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=19.02.28
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
+'melt.patch')
+sha512sums=('b18b3e595de03116c5544b9ba9e18111c37ca9d021cb59133fd293ef7df75f1a6326b1daafadda6576bfd19efbcc7c26dae439bc538744a7f369143784a3e29b'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=ARCH-$pkgver \
+DEFINES+=SHOTCUT_NOUPGRADE
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2019-03-02 00:35:15 UTC (rev 437348)
+++ melt.patch  2019-03-02 00:35:22 UTC (rev 437349)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 437348, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2019-03-02 00:35:22 UTC (rev 437349)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo 

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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:35:15
  Author: ffy00
Revision: 437348

upgpkg: shotcut 19.02.28-1

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:32:15 UTC (rev 437347)
+++ PKGBUILD2019-03-02 00:35:15 UTC (rev 437348)
@@ -3,7 +3,7 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=19.02.20
+pkgver=19.02.28
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
 'melt.patch')
-sha512sums=('0a9de274bb26404ec0ae0a0e244b9c5dd1562257c7423b8c4e0c449d8f910cf0e9fe66be287d28ff251410433de92aa9bccbf36fd57d26d3ebe6c594a695202b'
+sha512sums=('b18b3e595de03116c5544b9ba9e18111c37ca9d021cb59133fd293ef7df75f1a6326b1daafadda6576bfd19efbcc7c26dae439bc538744a7f369143784a3e29b'
 
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
 
 prepare() {


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:32:15
  Author: ffy00
Revision: 437347

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 437346, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:32:10 UTC (rev 437346)
+++ PKGBUILD2019-03-02 00:32:15 UTC (rev 437347)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.2
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('58416de47a1786f1d028dc9333f26111ad5da694875e5e6c0353c4ae4fba3f1d6e0ccb0f2013566289fb6dd884359c4928f21e25cb87a9f9f8054340d32065dc')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 437346, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:32:15 UTC (rev 437347)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.3
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('1748f3f62122bb5ca63b9b84ea2d9917d410c1cff0aab699ff0664aab1377eda89c5f4638a86cc2444f482cf9c8aee27d34480087debb394645614a7d1e0b5a2')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:32:10
  Author: ffy00
Revision: 437346

upgpkg: pulseeffects 4.5.3-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:25:37 UTC (rev 437345)
+++ PKGBUILD2019-03-02 00:32:10 UTC (rev 437346)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.5.2
+pkgver=4.5.3
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'mda.lv2: loudness'
 'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('58416de47a1786f1d028dc9333f26111ad5da694875e5e6c0353c4ae4fba3f1d6e0ccb0f2013566289fb6dd884359c4928f21e25cb87a9f9f8054340d32065dc')
+sha512sums=('1748f3f62122bb5ca63b9b84ea2d9917d410c1cff0aab699ff0664aab1377eda89c5f4638a86cc2444f482cf9c8aee27d34480087debb394645614a7d1e0b5a2')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:25:37
  Author: ffy00
Revision: 437345

archrelease: copy trunk to community-any

Added:
  piper/repos/community-any/PKGBUILD
(from rev 437344, piper/trunk/PKGBUILD)
Deleted:
  piper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:25:30 UTC (rev 437344)
+++ PKGBUILD2019-03-02 00:25:37 UTC (rev 437345)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=piper
-pkgver=0.2.903
-pkgrel=1
-pkgdesc='GTK application to configure gaming mice'
-arch=('any')
-url='https://github.com/libratbag/piper'
-license=('GPL')
-depends=('python' 'python-gobject' 'libratbag>=0.9.900' 'python-evdev' 
'python-lxml' 'python-cairo')
-makedepends=('meson')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('91dc18142c9a7968f7bc1ec1e7dd47298b610cfd5a800882c2272c934a100e07c77fee30ca835fa6d0331354f5903370cc259e7eadcd795e2008782fbd27f75f')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Remove install script
-  # This is handled by pacman hooks
-  sed -i "/meson.add_install_script('meson_install.sh')/d" meson.build
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: piper/repos/community-any/PKGBUILD (from rev 437344, 
piper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:25:37 UTC (rev 437345)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=piper
+pkgver=0.2.904
+pkgrel=1
+pkgdesc='GTK application to configure gaming mice'
+arch=('any')
+url='https://github.com/libratbag/piper'
+license=('GPL')
+depends=('python' 'python-gobject' 'libratbag>=0.9.900' 'python-evdev' 
'python-lxml' 'python-cairo')
+makedepends=('meson')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('425d233a89eebf391650ae121134dd532bf75e0f6e15168c89ab86f3b5bac1adb6dfa985c0028a2285f85655226200b5cfe28f36cfd83814985f97ffa3774412')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Remove install script
+  # This is handled by pacman hooks
+  sed -i "/meson.add_install_script('meson_install.sh')/d" meson.build
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:25:30
  Author: ffy00
Revision: 437344

upgpkg: piper 0.2.904-1

Modified:
  piper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:24:18 UTC (rev 437343)
+++ PKGBUILD2019-03-02 00:25:30 UTC (rev 437344)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=piper
-pkgver=0.2.903
+pkgver=0.2.904
 pkgrel=1
 pkgdesc='GTK application to configure gaming mice'
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python' 'python-gobject' 'libratbag>=0.9.900' 'python-evdev' 
'python-lxml' 'python-cairo')
 makedepends=('meson')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('91dc18142c9a7968f7bc1ec1e7dd47298b610cfd5a800882c2272c934a100e07c77fee30ca835fa6d0331354f5903370cc259e7eadcd795e2008782fbd27f75f')
+sha512sums=('425d233a89eebf391650ae121134dd532bf75e0f6e15168c89ab86f3b5bac1adb6dfa985c0028a2285f85655226200b5cfe28f36cfd83814985f97ffa3774412')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:24:05
  Author: ffy00
Revision: 437342

upgpkg: libratbag 0.9.905-1

Modified:
  libratbag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:12:48 UTC (rev 437341)
+++ PKGBUILD2019-03-02 00:24:05 UTC (rev 437342)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=libratbag
-pkgver=0.9.904
+pkgver=0.9.905
 pkgrel=1
 pkgdesc='A DBus daemon to configure gaming mice'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('meson' 'swig' 'git')
 checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('22baf8ad2577a2681259cbf156dd497f13a7d747726b19a40af9076617161b832f7f26fc3899046572dfe1f7b7c1d0f7406c8dc91426872e9303e55089063273')
+sha512sums=('7b1486846ecfc1fc5988c5c99cbe8c79cd9c6d01714e63c896b97caa1d323bc9538ebe10c73a9d0d46df497d408ce5302d673f59814de2a744bfeee6fc72d4ac')
 provides=('ratbagd' 'liblur')
 conflicts=('ratbagd' 'libur')
 


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

2019-03-01 Thread Filipe Laíns via arch-commits
Date: Saturday, March 2, 2019 @ 00:24:18
  Author: ffy00
Revision: 437343

archrelease: copy trunk to community-x86_64

Added:
  libratbag/repos/community-x86_64/PKGBUILD
(from rev 437342, libratbag/trunk/PKGBUILD)
Deleted:
  libratbag/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:24:05 UTC (rev 437342)
+++ PKGBUILD2019-03-02 00:24:18 UTC (rev 437343)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=libratbag
-pkgver=0.9.904
-pkgrel=1
-pkgdesc='A DBus daemon to configure gaming mice'
-arch=('x86_64')
-url='https://github.com/libratbag/libratbag'
-license=('MIT')
-depends=('glib2' 'libevdev' 'libudev.so' 'python' 'python-evdev')
-makedepends=('meson' 'swig' 'git')
-checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('22baf8ad2577a2681259cbf156dd497f13a7d747726b19a40af9076617161b832f7f26fc3899046572dfe1f7b7c1d0f7406c8dc91426872e9303e55089063273')
-provides=('ratbagd' 'liblur')
-conflicts=('ratbagd' 'libur')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  meson test --no-rebuild
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libratbag/repos/community-x86_64/PKGBUILD (from rev 437342, 
libratbag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:24:18 UTC (rev 437343)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=libratbag
+pkgver=0.9.905
+pkgrel=1
+pkgdesc='A DBus daemon to configure gaming mice'
+arch=('x86_64')
+url='https://github.com/libratbag/libratbag'
+license=('MIT')
+depends=('glib2' 'libevdev' 'libudev.so' 'python' 'python-evdev')
+makedepends=('meson' 'swig' 'git')
+checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('7b1486846ecfc1fc5988c5c99cbe8c79cd9c6d01714e63c896b97caa1d323bc9538ebe10c73a9d0d46df497d408ce5302d673f59814de2a744bfeee6fc72d4ac')
+provides=('ratbagd' 'liblur')
+conflicts=('ratbagd' 'libur')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  meson test --no-rebuild
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Saturday, March 2, 2019 @ 00:12:48
  Author: arojas
Revision: 437341

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:11:49 UTC (rev 437340)
+++ PKGBUILD2019-03-02 00:12:48 UTC (rev 437341)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pipname=pplpy
-pkgbase=python-pplpy
-pkgname=(python2-pplpy python-pplpy pplpy-doc)
-pkgver=0.8.4
-pkgrel=2
-pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
-arch=(x86_64)
-url="https://gitlab.com/videlec/pplpy/;
-license=(LGPL2.1)
-makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl python-sphinx)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
-sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
-
-prepare() {
-  cp -r $_pipname-$pkgver{,-py2}  
-}
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build
-
-  cd ../$_pipname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pplpy() {
-  depends=(python2-cysignals python2-gmpy2 ppl)
-
-  cd $_pipname-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-pplpy() {
-  depends=(python-cysignals python-gmpy2 ppl)
-  
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  make -C docs html
-}
-
-package_pplpy-doc() {
-  pkgdesc="HTML documentation for pplpy"
-  
-  mkdir -p "$pkgdir"/usr/share/doc/pplpy
-  cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
-}

Copied: python-pplpy/repos/community-x86_64/PKGBUILD (from rev 437340, 
python-pplpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:12:48 UTC (rev 437341)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=pplpy
+pkgbase=python-pplpy
+pkgname=(python2-pplpy python-pplpy pplpy-doc)
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
+arch=(x86_64)
+url="https://gitlab.com/videlec/pplpy/;
+license=(LGPL2.1)
+makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl python-sphinx)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
+
+prepare() {
+  cp -r $_pipname-$pkgver{,-py2}  
+}
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+
+  cd ../$_pipname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pplpy() {
+  depends=(python2-cysignals python2-gmpy2 ppl)
+
+  cd $_pipname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-pplpy() {
+  depends=(python-cysignals python-gmpy2 ppl)
+  
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  make -C docs html
+}
+
+package_pplpy-doc() {
+  pkgdesc="HTML documentation for pplpy"
+  
+  mkdir -p "$pkgdir"/usr/share/doc/pplpy
+  cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
+}


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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 2, 2019 @ 00:11:49
  Author: svenstaro
Revision: 437340

archrelease: copy trunk to community-testing-x86_64

Added:
  nccl/repos/community-testing-x86_64/PKGBUILD
(from rev 437339, nccl/trunk/PKGBUILD)
Deleted:
  nccl/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:11:40 UTC (rev 437339)
+++ PKGBUILD2019-03-02 00:11:49 UTC (rev 437340)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-_commit='f93fe9bfd94884cec2ba711897222e0df5569a53'
-
-pkgname=nccl
-pkgver=2.4.2
-pkgrel=2
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
-  for _file in $_filelist
-  do
-sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  make CUDA_HOME='/opt/cuda' src.build
-}
-
-package() {
-  cd "${pkgname}/build"
-
-  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
-  mkdir -p "${pkgdir}/usr/lib"
-  cp -a lib/* "${pkgdir}/usr/lib"
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-testing-x86_64/PKGBUILD (from rev 437339, 
nccl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 00:11:49 UTC (rev 437340)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+_commit='f93fe9bfd94884cec2ba711897222e0df5569a53'
+
+pkgname=nccl
+pkgver=2.4.2
+pkgrel=3
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  make CUDA_HOME='/opt/cuda' src.build
+}
+
+package() {
+  cd "${pkgname}/build"
+
+  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
+  mkdir -p "${pkgdir}/usr/lib"
+  cp -a lib/* "${pkgdir}/usr/lib"
+
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 2, 2019 @ 00:11:40
  Author: svenstaro
Revision: 437339

upgpkg: nccl 2.4.2-3

gcc7 rebuild

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 00:03:25 UTC (rev 437338)
+++ PKGBUILD2019-03-02 00:11:40 UTC (rev 437339)
@@ -5,7 +5,7 @@
 
 pkgname=nccl
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'


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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 2, 2019 @ 00:03:01
  Author: svenstaro
Revision: 437337

upgpkg: blender 17:2.79.b.git4.2c0c1f49-5

gcc7 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 23:58:41 UTC (rev 437336)
+++ PKGBUILD2019-03-02 00:03:01 UTC (rev 437337)
@@ -16,7 +16,7 @@
 pkgname=blender
 pkgver=2.79.b
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git4.${_gitcommit:0:8}
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 2, 2019 @ 00:03:25
  Author: svenstaro
Revision: 437338

archrelease: copy trunk to community-testing-x86_64

Added:
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 437337, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/python3.7.patch
(from rev 437337, blender/trunk/python3.7.patch)
  blender/repos/community-testing-x86_64/stl_export_iter.patch
(from rev 437337, blender/trunk/stl_export_iter.patch)
Deleted:
  blender/repos/community-testing-x86_64/PKGBUILD
  blender/repos/community-testing-x86_64/python3.7.patch
  blender/repos/community-testing-x86_64/stl_export_iter.patch

---+
 PKGBUILD  |  204 
 python3.7.patch   |   26 +++---
 stl_export_iter.patch |   26 +++---
 3 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 00:03:01 UTC (rev 437337)
+++ PKGBUILD2019-03-02 00:03:25 UTC (rev 437338)
@@ -1,102 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-# _gittag=v2.79b
-_gitcommit=2c0c1f494dcfadb3c01d23e2348e28bc8864e9f3
-
-pkgname=blender
-pkgver=2.79.b
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git4.${_gitcommit:0:8}
-pkgrel=4
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git"
-stl_export_iter.patch
-python3.7.patch)
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'51f30acc407179f003d1dbec25fb47b0bf1fe8d2eb16e069a6ca83ab8b21f6032d636a42e0b140537ad1ad25ad38c52a87a2a33e51822729ab196fcef4682818'
-
'f5564e8db242f6fa9cd951590f4c6de8f5b1a8bbd73aeb6e837a840dd2696e71f7b6bb1c94f9c2377b199159f87a95bead8ee113c01e8763f3843918395cc177'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-
-  patch -Np1 -i "$srcdir"/stl_export_iter.patch
-  patch -Np1 -i "$srcdir"/python3.7.patch -d release/scripts/addons_contrib
-
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"/build
-
-  cmake -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DWITH_LLVM=ON \
--DWITH_CYCLES_PTEX=OFF \
--DWITH_OPENVDB_3_ABI_COMPATIBLE=ON \
--DPYTHON_VERSION=3.7 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.7m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m
-  make
-
-  # PTEX is currently broken and experimental in blender anyway
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm755 

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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 23:58:15
  Author: arojas
Revision: 437335

Add docs

Modified:
  python-pplpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 23:31:55 UTC (rev 437334)
+++ PKGBUILD2019-03-01 23:58:15 UTC (rev 437335)
@@ -2,14 +2,14 @@
 
 _pipname=pplpy
 pkgbase=python-pplpy
-pkgname=(python2-pplpy python-pplpy)
+pkgname=(python2-pplpy python-pplpy pplpy-doc)
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
 arch=(x86_64)
 url="https://gitlab.com/videlec/pplpy/;
 license=(LGPL2.1)
-makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl)
+makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl python-sphinx)
 
source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
 sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
 
@@ -37,5 +37,13 @@
   
   cd $_pipname-$pkgver 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  make -C docs html
 }
 
+package_pplpy-doc() {
+  pkgdesc="HTML documentation for pplpy"
+  
+  mkdir -p "$pkgdir"/usr/share/doc/pplpy
+  cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
+}


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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 23:58:41
  Author: arojas
Revision: 437336

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 23:58:15 UTC (rev 437335)
+++ PKGBUILD2019-03-01 23:58:41 UTC (rev 437336)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pipname=pplpy
-pkgbase=python-pplpy
-pkgname=(python2-pplpy python-pplpy)
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
-arch=(x86_64)
-url="https://gitlab.com/videlec/pplpy/;
-license=(LGPL2.1)
-makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
-sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
-
-prepare() {
-  cp -r $_pipname-$pkgver{,-py2}  
-}
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build
-
-  cd ../$_pipname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pplpy() {
-  depends=(python2-cysignals python2-gmpy2 ppl)
-
-  cd $_pipname-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-pplpy() {
-  depends=(python-cysignals python-gmpy2 ppl)
-  
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-pplpy/repos/community-x86_64/PKGBUILD (from rev 437335, 
python-pplpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 23:58:41 UTC (rev 437336)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=pplpy
+pkgbase=python-pplpy
+pkgname=(python2-pplpy python-pplpy pplpy-doc)
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
+arch=(x86_64)
+url="https://gitlab.com/videlec/pplpy/;
+license=(LGPL2.1)
+makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl python-sphinx)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
+
+prepare() {
+  cp -r $_pipname-$pkgver{,-py2}  
+}
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+
+  cd ../$_pipname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pplpy() {
+  depends=(python2-cysignals python2-gmpy2 ppl)
+
+  cd $_pipname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-pplpy() {
+  depends=(python-cysignals python-gmpy2 ppl)
+  
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  make -C docs html
+}
+
+package_pplpy-doc() {
+  pkgdesc="HTML documentation for pplpy"
+  
+  mkdir -p "$pkgdir"/usr/share/doc/pplpy
+  cp -r $_pipname-$pkgver/docs/build/html/* "$pkgdir"/usr/share/doc/pplpy
+}


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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 1, 2019 @ 23:31:55
  Author: svenstaro
Revision: 437334

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 437333, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 437333, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 437333, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 437333, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 437333, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  154 ---
 cuda-findgllib_mk.diff |   44 ++---
 cuda.conf  |6 -
 cuda.install   |   22 +++---
 cuda.sh|2 
 5 files changed, 116 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 23:31:18 UTC (rev 437333)
+++ PKGBUILD2019-03-01 23:31:55 UTC (rev 437334)
@@ -1,75 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=10.1.105
-_basever=10.1.105
-_driverver=418.39
-pkgrel=4
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${_basever}_${_driverver}_linux.run --target ${srcdir} --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd builds
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s lib "${pkgdir}/opt/cuda/lib64"
-  ln -s lib "${pkgdir}/opt/cuda/nvvm/lib64"
-
-  # Create soname links.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 | 
while read -rd '' _lib; do
-_base=${_lib%.so.*}
-_current_soname=$(basename ${_lib%.*})
-while [[ $_current_soname != $(basename $_base) ]]; do
-  ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  _current_soname=${_current_soname%.*}
-done
-  done
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove included copy of java and link to system java
-  rm -fr  "${pkgdir}/opt/cuda/jre"
-  sed 's|../jre/bin/java|/usr/bin/java|g' \
--i "${pkgdir}/opt/cuda/libnsight/nsight.ini" \
--i "${pkgdir}/opt/cuda/libnvvp/nvvp.ini"
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: cuda/repos/community-testing-x86_64/PKGBUILD (from rev 437333, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 23:31:55 UTC (rev 437334)
@@ -0,0 +1,79 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=10.1.105
+_basever=10.1.105
+_driverver=418.39

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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 1, 2019 @ 23:31:18
  Author: svenstaro
Revision: 437333

upgpkg: cuda 10.1.105-5

There and back again: The tales of gcc7

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 23:18:25 UTC (rev 437332)
+++ PKGBUILD2019-03-01 23:31:18 UTC (rev 437333)
@@ -3,12 +3,12 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
 license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils')
+depends=('gcc7-libs' 'opencl-nvidia' 'nvidia-utils' 'gcc7')
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb'
@@ -44,6 +44,10 @@
   ln -s lib "${pkgdir}/opt/cuda/lib64"
   ln -s lib "${pkgdir}/opt/cuda/nvvm/lib64"
 
+  # Needs gcc7
+  ln -s /usr/bin/gcc-7 "${pkgdir}/opt/cuda/bin/gcc"
+  ln -s /usr/bin/g++-7 "${pkgdir}/opt/cuda/bin/g++"
+
   # Create soname links.
   # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
   # Best we can do is create all symlinks and hope for the best.


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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 23:18:25
  Author: arojas
Revision: 437332

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 437331, latte-dock/trunk/PKGBUILD)
Deleted:
  latte-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 23:17:58 UTC (rev 437331)
+++ PKGBUILD2019-03-01 23:18:25 UTC (rev 437332)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('63b95ee939ce0819935fe198e3c4e4cd7f98943f959a9b98dd68afe9a64beee3'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 437331, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 23:18:25 UTC (rev 437332)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.8.7
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5fd475fbf9cdfc69e15b286907135c065457624bdbae5e64db8941a2085f7c15'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 23:17:58
  Author: arojas
Revision: 437331

Update to 0.8.7

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 22:11:24 UTC (rev 437330)
+++ PKGBUILD2019-03-01 23:17:58 UTC (rev 437331)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework knewstuff hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('63b95ee939ce0819935fe198e3c4e4cd7f98943f959a9b98dd68afe9a64beee3'
+sha256sums=('5fd475fbf9cdfc69e15b286907135c065457624bdbae5e64db8941a2085f7c15'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 22:11:08
  Author: felixonmars
Revision: 437329

upgpkg: ponyc 0.27.0-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 21:38:46 UTC (rev 437328)
+++ PKGBUILD2019-03-01 22:11:08 UTC (rev 437329)
@@ -1,19 +1,19 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.26.0
+pkgver=0.27.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
 arch=('x86_64')
 license=('BSD')
-depends=('llvm6-libs')
-makedepends=('llvm6')
+depends=('llvm-libs')
+makedepends=('llvm')
 checkdepends=('pcre2')
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('0675c00a47607e9028c0975f31fc1eeca249d26e5543846f34339a664c44b5505386f9abdf41f53610edb6cbef0bc6291019c52061ae6076b0f5ff9bc6e974de')
+sha512sums=('26584d50496ba8ace82b34757813fbc51ec4227b63eaf70b4ec9b9547aed8b65ed22b05b64da93e3866eca6ac238f8d7c07fc15ae93049541d8bf82e207b54c0')
 
 prepare() {
   cd ponyc-$pkgver


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 22:11:24
  Author: felixonmars
Revision: 437330

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 437329, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 22:11:08 UTC (rev 437329)
+++ PKGBUILD2019-03-01 22:11:24 UTC (rev 437330)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm6-libs')
-makedepends=('llvm6')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('0675c00a47607e9028c0975f31fc1eeca249d26e5543846f34339a664c44b5505386f9abdf41f53610edb6cbef0bc6291019c52061ae6076b0f5ff9bc6e974de')
-
-prepare() {
-  cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
-}
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
-}
-
-package() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 437329, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 22:11:24 UTC (rev 437330)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm-libs')
+makedepends=('llvm')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('26584d50496ba8ace82b34757813fbc51ec4227b63eaf70b4ec9b9547aed8b65ed22b05b64da93e3866eca6ac238f8d7c07fc15ae93049541d8bf82e207b54c0')
+
+prepare() {
+  cd ponyc-$pkgver
+  sed -i 's/-Werror //' Makefile
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
+}
+
+package() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2019-03-01 Thread Christian Rebischke via arch-commits
Date: Friday, March 1, 2019 @ 21:38:46
  Author: shibumi
Revision: 437328

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 437327, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 437327, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
-
 PKGBUILD|   82 
+-
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-03-01 20:42:37 UTC (rev 437327)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-03-01 21:38:46 UTC (rev 437328)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 437327, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-03-01 21:38:46 UTC (rev 437328)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 20:42:37 UTC (rev 437327)
+++ PKGBUILD2019-03-01 21:38:46 UTC (rev 437328)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 

[arch-commits] Commit in mkinitcpio-tinyssh/repos/community-testing-any (4 files)

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 20:42:37
  Author: grazzolini
Revision: 437327

archrelease: copy trunk to community-testing-any

Added:
  mkinitcpio-tinyssh/repos/community-testing-any/ChangeLog
(from rev 437326, mkinitcpio-tinyssh/trunk/ChangeLog)
  mkinitcpio-tinyssh/repos/community-testing-any/PKGBUILD
(from rev 437326, mkinitcpio-tinyssh/trunk/PKGBUILD)
Deleted:
  mkinitcpio-tinyssh/repos/community-testing-any/ChangeLog
  mkinitcpio-tinyssh/repos/community-testing-any/PKGBUILD

---+
 ChangeLog |   52 ++--
 PKGBUILD  |   54 +++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-03-01 20:42:06 UTC (rev 437326)
+++ ChangeLog   2019-03-01 20:42:37 UTC (rev 437327)
@@ -1,26 +0,0 @@
-2019-03-01 Giancarlo Razzolini 
-   * 0.0.4:
-   - Switched from tcpserver to using internal busybox tcpsvd
-
-2016-08-15 Giancarlo Razzolini 
-   * 0.0.3:
-   - Created a new function to use the tinyssh-convert tool to convert 
already existing OpenSSH ED25519 keys to the tinyssh format.
-   - It will continue to create the tinyssh keys if openssh isn't 
installed and it has no keys available.
-   - This will only happen if openssh is installed and has run at least 
once and if there are no keys already created under /etc/tinyssh/sshkeydir.
-   - This is only valid for ED25519 keys, since the tinyssh-convert tool 
can only convert those.
-
-2015-08-11 Giancarlo Razzolini 
-
-   * 0.0.2 :
-   - Initial systemd support. It will add the tinyssh@22.socket unit, 
create a dependency on cryptsetup.target and enable the unit.
-   - Changed the root user home dir to /root.
-   - TMPDIR juggling cleanup.
-   - Hook help text correction.
-
-2015-08-03 Giancarlo Razzolini 
-
-   * 0.0.1 :
-   - Initial release.
-   - Uses the ucspi-tcp tcpserver tool to start the tinysshd daemon on 
boot.
-   - Right now only accepts connections on the default ssh port (22).
-   - There is no customization of the tinysshd parameters yet.

Copied: mkinitcpio-tinyssh/repos/community-testing-any/ChangeLog (from rev 
437326, mkinitcpio-tinyssh/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-03-01 20:42:37 UTC (rev 437327)
@@ -0,0 +1,26 @@
+2019-03-01 Giancarlo Razzolini 
+   * 0.0.4:
+   - Switched from tcpserver to using internal busybox tcpsvd
+
+2016-08-15 Giancarlo Razzolini 
+   * 0.0.3:
+   - Created a new function to use the tinyssh-convert tool to convert 
already existing OpenSSH ED25519 keys to the tinyssh format.
+   - It will continue to create the tinyssh keys if openssh isn't 
installed and it has no keys available.
+   - This will only happen if openssh is installed and has run at least 
once and if there are no keys already created under /etc/tinyssh/sshkeydir.
+   - This is only valid for ED25519 keys, since the tinyssh-convert tool 
can only convert those.
+
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Initial systemd support. It will add the tinyssh@22.socket unit, 
create a dependency on cryptsetup.target and enable the unit.
+   - Changed the root user home dir to /root.
+   - TMPDIR juggling cleanup.
+   - Hook help text correction.
+
+2015-08-03 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Uses the ucspi-tcp tcpserver tool to start the tinysshd daemon on 
boot.
+   - Right now only accepts connections on the default ssh port (22).
+   - There is no customization of the tinysshd parameters yet.

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 20:42:06 UTC (rev 437326)
+++ PKGBUILD2019-03-01 20:42:37 UTC (rev 437327)
@@ -1,27 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-pkgname=mkinitcpio-tinyssh
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="Archlinux mkinitcpio hook to install and enable the tinyssh daemon in 
early userspace"
-arch=('any')
-url="https://github.com/grazzolini/mkinitcpio-tinyssh;
-license=('BSD')
-depends=('bash' 'mkinitcpio-busybox' 'psmisc' 'tinyssh')
-# optdepends=('mkinitcpio-netconf: Network interface configuration'
-# 'mkinitcpio-ppp: PPP interface configuration'
-# 'tinyssh-convert: For converting OpenSSH keys'
-# 'tinyssh-convert-git: For converting OpenSSH keys')
-optdepends=('mkinitcpio-netconf: Network interface configuration')
-conflicts=('mkinitcpio-dropbear')
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::$url/releases/download/v$pkgver/v$pkgver.tar.gz.sig")
-changelog='ChangeLog'

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

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 20:42:06
  Author: grazzolini
Revision: 437326

upgpkg: mkinitcpio-tinyssh 0.0.4-2

Modified:
  mkinitcpio-tinyssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 20:37:48 UTC (rev 437325)
+++ PKGBUILD2019-03-01 20:42:06 UTC (rev 437326)
@@ -1,12 +1,12 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=mkinitcpio-tinyssh
 pkgver=0.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Archlinux mkinitcpio hook to install and enable the tinyssh daemon in 
early userspace"
 arch=('any')
 url="https://github.com/grazzolini/mkinitcpio-tinyssh;
 license=('BSD')
-depends=('bash' 'mkinitcpio-busybox' 'psmisc' 'tinyssh')
+depends=('mkinitcpio-busybox' 'psmisc' 'tinyssh')
 # optdepends=('mkinitcpio-netconf: Network interface configuration'
 # 'mkinitcpio-ppp: PPP interface configuration'
 # 'tinyssh-convert: For converting OpenSSH keys'


[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-01 Thread Jan Steffens via arch-commits
Date: Friday, March 1, 2019 @ 20:41:21
  Author: heftig
Revision: 346990

archrelease: copy trunk to extra-any

Added:
  ibus-typing-booster/repos/extra-any/PKGBUILD
(from rev 346989, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
  ibus-typing-booster/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 20:40:50 UTC (rev 346989)
+++ PKGBUILD2019-03-01 20:41:21 UTC (rev 346990)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=ibus-typing-booster
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Predictive input method for the IBus platform"
-url="https://mike-fabian.github.io/ibus-typing-booster/;
-arch=(any)
-license=(GPL3 Apache)
-depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
-makedepends=(git)
-_commit=e5bc3eddf887c025c99febee0022386efc42d42a  # tags/2.4.1
-source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir/usr/share/$pkgname/data"
-  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
-}

Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 346989, 
ibus-typing-booster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 20:41:21 UTC (rev 346990)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=ibus-typing-booster
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/;
+arch=(any)
+license=(GPL3 Apache)
+depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+makedepends=(git)
+_commit=00b015e7ac5310fa7d3961033421277ffd51ce3e  # tags/2.5.3
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir/usr/share/$pkgname/data"
+  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
+}


[arch-commits] Commit in ibus-typing-booster/trunk (PKGBUILD)

2019-03-01 Thread Jan Steffens via arch-commits
Date: Friday, March 1, 2019 @ 20:40:50
  Author: heftig
Revision: 346989

2.5.3-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 19:10:20 UTC (rev 346988)
+++ PKGBUILD2019-03-01 20:40:50 UTC (rev 346989)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=ibus-typing-booster
-pkgver=2.4.1
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/;
@@ -9,7 +9,7 @@
 license=(GPL3 Apache)
 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
 makedepends=(git)
-_commit=e5bc3eddf887c025c99febee0022386efc42d42a  # tags/2.4.1
+_commit=00b015e7ac5310fa7d3961033421277ffd51ce3e  # tags/2.5.3
 
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 20:34:11
  Author: grazzolini
Revision: 437324

archrelease: copy trunk to community-any

Added:
  mkinitcpio-tinyssh/repos/community-any/
  mkinitcpio-tinyssh/repos/community-any/ChangeLog
(from rev 437323, mkinitcpio-tinyssh/trunk/ChangeLog)
  mkinitcpio-tinyssh/repos/community-any/PKGBUILD
(from rev 437323, mkinitcpio-tinyssh/trunk/PKGBUILD)

---+
 ChangeLog |   26 ++
 PKGBUILD  |   27 +++
 2 files changed, 53 insertions(+)

Copied: mkinitcpio-tinyssh/repos/community-any/ChangeLog (from rev 437323, 
mkinitcpio-tinyssh/trunk/ChangeLog)
===
--- community-any/ChangeLog (rev 0)
+++ community-any/ChangeLog 2019-03-01 20:34:11 UTC (rev 437324)
@@ -0,0 +1,26 @@
+2019-03-01 Giancarlo Razzolini 
+   * 0.0.4:
+   - Switched from tcpserver to using internal busybox tcpsvd
+
+2016-08-15 Giancarlo Razzolini 
+   * 0.0.3:
+   - Created a new function to use the tinyssh-convert tool to convert 
already existing OpenSSH ED25519 keys to the tinyssh format.
+   - It will continue to create the tinyssh keys if openssh isn't 
installed and it has no keys available.
+   - This will only happen if openssh is installed and has run at least 
once and if there are no keys already created under /etc/tinyssh/sshkeydir.
+   - This is only valid for ED25519 keys, since the tinyssh-convert tool 
can only convert those.
+
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Initial systemd support. It will add the tinyssh@22.socket unit, 
create a dependency on cryptsetup.target and enable the unit.
+   - Changed the root user home dir to /root.
+   - TMPDIR juggling cleanup.
+   - Hook help text correction.
+
+2015-08-03 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Uses the ucspi-tcp tcpserver tool to start the tinysshd daemon on 
boot.
+   - Right now only accepts connections on the default ssh port (22).
+   - There is no customization of the tinysshd parameters yet.

Copied: mkinitcpio-tinyssh/repos/community-any/PKGBUILD (from rev 437323, 
mkinitcpio-tinyssh/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-01 20:34:11 UTC (rev 437324)
@@ -0,0 +1,27 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-tinyssh
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="Archlinux mkinitcpio hook to install and enable the tinyssh daemon in 
early userspace"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-tinyssh;
+license=('BSD')
+depends=('bash' 'mkinitcpio-busybox' 'psmisc' 'tinyssh')
+# optdepends=('mkinitcpio-netconf: Network interface configuration'
+# 'mkinitcpio-ppp: PPP interface configuration'
+# 'tinyssh-convert: For converting OpenSSH keys'
+# 'tinyssh-convert-git: For converting OpenSSH keys')
+optdepends=('mkinitcpio-netconf: Network interface configuration')
+conflicts=('mkinitcpio-dropbear')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::$url/releases/download/v$pkgver/v$pkgver.tar.gz.sig")
+changelog='ChangeLog'
+sha512sums=('465d4beb3ddfb1c5372ff04486caa37b4fd2bd4dbb55a2231e47cc45eec76b112167385681e6dd4f3c3b6858537014c62c1d0776c4990559aebafff0b01ffdd9'
+'SKIP')
+validpgpkeys=('ED2A707C15D4A9E57535C1E7354AAB6377B981BC') # Giancarlo 
Razzolini 
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/tinyssh_hook"  
"$pkgdir/usr/lib/initcpio/hooks/tinyssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/tinyssh_install"   
"$pkgdir/usr/lib/initcpio/install/tinyssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 20:33:23
  Author: grazzolini
Revision: 437323

upgpkg: mkinitcpio-tinyssh 0.0.4-1

Modified:
  mkinitcpio-tinyssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 20:32:52 UTC (rev 437322)
+++ PKGBUILD2019-03-01 20:33:23 UTC (rev 437323)
@@ -18,7 +18,7 @@
 changelog='ChangeLog'
 
sha512sums=('465d4beb3ddfb1c5372ff04486caa37b4fd2bd4dbb55a2231e47cc45eec76b112167385681e6dd4f3c3b6858537014c62c1d0776c4990559aebafff0b01ffdd9'
 'SKIP')
-validpgpkeys=(ED2A707C15D4A9E57535C1E7354AAB6377B981BC) # Giancarlo Razzolini 

+validpgpkeys=('ED2A707C15D4A9E57535C1E7354AAB6377B981BC') # Giancarlo 
Razzolini 
 
 package() {
   install -Dm644 "$srcdir/$pkgname-$pkgver/tinyssh_hook"  
"$pkgdir/usr/lib/initcpio/hooks/tinyssh"


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-03-01 Thread Andrew Crerar via arch-commits
Date: Friday, March 1, 2019 @ 20:32:52
  Author: andrewsc
Revision: 437322

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 437321, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 20:27:28 UTC (rev 437321)
+++ PKGBUILD2019-03-01 20:32:52 UTC (rev 437322)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=66.0b11
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('d333e87e84ad6cadfbcde73ffb2746500d663e91c4902a25f6b7e89968de2438fad3421c96b8d6f2e869757a065e89efd11b3cd1acb39b971de1ee3a224a7d84'
-
'503160d2204a71c6d5c1b9dc6a6c536a35072589135b9a005c145be642fc39bc0316126ddeea249eafaadb88b0008bd097ff5e86982a530ad260bd1105b3bc6d'
-
'5a20ec328a35886a4e4d6dff27d42398b8747eb028881b9af1e872bc69d24bba01dcf9d33949b40af961bfdbfb1ec814d2034a9f00d189186c50442df1b66410'
-
'c7da09af3521a35c532650e724aa84b077a682ba4f46ac7488567bfa8e066e0394a2c954ee7ac44bb40f9d08662e5784c6084f06a423cfaad920e303689610fc'
-
'56d53991460c87f1b9e9608eecfdd40936878bd66c55d159a7dd6e949114c1eb1aa0d5e0a1b738d4492dc147e20de4b76816d27ec3b74e2cfd1955e652a863a2'
-
'aec6a102af68072a237b0f4f4b63f8426511f424bf23b249583bbf9192da26d02ee13ed78b8335483afb9a570fdd939af472d0b6d5c30dbdbe9212aa0dc02ea8'
-

[arch-commits] Commit in (5 files)

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 20:27:28
  Author: grazzolini
Revision: 437321

newpkg: mkinitcpio-tinyssh

Added:
  mkinitcpio-tinyssh/
  mkinitcpio-tinyssh/repos/
  mkinitcpio-tinyssh/trunk/
  mkinitcpio-tinyssh/trunk/ChangeLog
  mkinitcpio-tinyssh/trunk/PKGBUILD

---+
 ChangeLog |   26 ++
 PKGBUILD  |   27 +++
 2 files changed, 53 insertions(+)

Added: mkinitcpio-tinyssh/trunk/ChangeLog
===
--- mkinitcpio-tinyssh/trunk/ChangeLog  (rev 0)
+++ mkinitcpio-tinyssh/trunk/ChangeLog  2019-03-01 20:27:28 UTC (rev 437321)
@@ -0,0 +1,26 @@
+2019-03-01 Giancarlo Razzolini 
+   * 0.0.4:
+   - Switched from tcpserver to using internal busybox tcpsvd
+
+2016-08-15 Giancarlo Razzolini 
+   * 0.0.3:
+   - Created a new function to use the tinyssh-convert tool to convert 
already existing OpenSSH ED25519 keys to the tinyssh format.
+   - It will continue to create the tinyssh keys if openssh isn't 
installed and it has no keys available.
+   - This will only happen if openssh is installed and has run at least 
once and if there are no keys already created under /etc/tinyssh/sshkeydir.
+   - This is only valid for ED25519 keys, since the tinyssh-convert tool 
can only convert those.
+
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Initial systemd support. It will add the tinyssh@22.socket unit, 
create a dependency on cryptsetup.target and enable the unit.
+   - Changed the root user home dir to /root.
+   - TMPDIR juggling cleanup.
+   - Hook help text correction.
+
+2015-08-03 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Uses the ucspi-tcp tcpserver tool to start the tinysshd daemon on 
boot.
+   - Right now only accepts connections on the default ssh port (22).
+   - There is no customization of the tinysshd parameters yet.

Added: mkinitcpio-tinyssh/trunk/PKGBUILD
===
--- mkinitcpio-tinyssh/trunk/PKGBUILD   (rev 0)
+++ mkinitcpio-tinyssh/trunk/PKGBUILD   2019-03-01 20:27:28 UTC (rev 437321)
@@ -0,0 +1,27 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-tinyssh
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="Archlinux mkinitcpio hook to install and enable the tinyssh daemon in 
early userspace"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-tinyssh;
+license=('BSD')
+depends=('bash' 'mkinitcpio-busybox' 'psmisc' 'tinyssh')
+# optdepends=('mkinitcpio-netconf: Network interface configuration'
+# 'mkinitcpio-ppp: PPP interface configuration'
+# 'tinyssh-convert: For converting OpenSSH keys'
+# 'tinyssh-convert-git: For converting OpenSSH keys')
+optdepends=('mkinitcpio-netconf: Network interface configuration')
+conflicts=('mkinitcpio-dropbear')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::$url/releases/download/v$pkgver/v$pkgver.tar.gz.sig")
+changelog='ChangeLog'
+sha512sums=('465d4beb3ddfb1c5372ff04486caa37b4fd2bd4dbb55a2231e47cc45eec76b112167385681e6dd4f3c3b6858537014c62c1d0776c4990559aebafff0b01ffdd9'
+'SKIP')
+validpgpkeys=(ED2A707C15D4A9E57535C1E7354AAB6377B981BC) # Giancarlo Razzolini 

+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/tinyssh_hook"  
"$pkgdir/usr/lib/initcpio/hooks/tinyssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/tinyssh_install"   
"$pkgdir/usr/lib/initcpio/install/tinyssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-03-01 Thread Andrew Crerar via arch-commits
Date: Friday, March 1, 2019 @ 20:14:57
  Author: andrewsc
Revision: 437320

upgpkg: firefox-developer-edition-i18n 66.0b12-1

firefox-developer-edition-i18n: Updating to 66.0b12

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 20:06:11 UTC (rev 437319)
+++ PKGBUILD2019-03-01 20:14:57 UTC (rev 437320)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=66.0b11
+pkgver=66.0b12
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('d333e87e84ad6cadfbcde73ffb2746500d663e91c4902a25f6b7e89968de2438fad3421c96b8d6f2e869757a065e89efd11b3cd1acb39b971de1ee3a224a7d84'
-
'503160d2204a71c6d5c1b9dc6a6c536a35072589135b9a005c145be642fc39bc0316126ddeea249eafaadb88b0008bd097ff5e86982a530ad260bd1105b3bc6d'
-
'5a20ec328a35886a4e4d6dff27d42398b8747eb028881b9af1e872bc69d24bba01dcf9d33949b40af961bfdbfb1ec814d2034a9f00d189186c50442df1b66410'
-
'c7da09af3521a35c532650e724aa84b077a682ba4f46ac7488567bfa8e066e0394a2c954ee7ac44bb40f9d08662e5784c6084f06a423cfaad920e303689610fc'
-
'56d53991460c87f1b9e9608eecfdd40936878bd66c55d159a7dd6e949114c1eb1aa0d5e0a1b738d4492dc147e20de4b76816d27ec3b74e2cfd1955e652a863a2'
-
'aec6a102af68072a237b0f4f4b63f8426511f424bf23b249583bbf9192da26d02ee13ed78b8335483afb9a570fdd939af472d0b6d5c30dbdbe9212aa0dc02ea8'
-
'd0b32f3065da4fc0a76f11acb649bb6f876ffa470aec454ec988f26fcd0ae7a7bc8870912dd7bcb62afa5a64f57f3ffb8e1da3cdc46ee0ff5742573644aeac6b'
-
'a9c2725110549bc5e48d6f924fa8ae5186b9853bd22a3bd2e4b947a36749fab83eaeb4de3b17397349cc289bbe13b58f669375a0965b52050b59374e4c4d48cf'
-
'642fa6a9d49b5b834dc00632d1e6c0c1b57978cbca176aa035908ca45d2bd47cca99118f251f0994a0aade60c820d96b70cd63388f8b0cd46c22eda38d4eec6b'
-
'00997e63bac0a935135e03cae6a4146fdf67575bd419129fa674715b4eb4d329c15802de0fc84188fef90acd9b97bcb20149542388b09f06a67c5939f24e8b53'
-
'16a5d7c0b29001537b600785ecc6fa72b07655d21c0a56b18249f125c44b7f3c3984cbd182ea3d0dab6029e88ea91120f8be5f944718ea7eec49e59706c7cbf0'
-
'00a66b26af83c2fa58af1cfe19dee3fd297e3121397a4656710d9486ede1143221085e1200d110ddecfbf9fe1987dec72effb1a13286573aca01af2c4b9aaa15'
-
'c63b0af7b1df805df014090c3fd48226dc9490d0ee75f2a97ec188fec6539982d2f786c794a15c97616c76c281f2f0261838e95808d6d33ba51b9a8428cb845a'
-
'4e9e78839bc69bbd16f37978a0bdb1931a231a877c633d9127df54b49891e6fa8481707749edb254a4fb08235b0353d87d341984a6c85b5eff4f3ff5ac328f76'
-
'11e3088d7ca7a77a461d7087ffc3e1e74d858dd6b9344651d1c0e52c9f99af91ee328cec57a45329aa99d85a37d2d5d4a16c92d8c6932f2785c18bd5040fba97'
-
'f822458dd2ad1ad275906268decdda3be0fbd2f1a99b0d0115a5a7dae19b63ad7f508bedaa082af4bdb49c1ecd60be8558b3056e8c3d4d3c59f753cda8c284ed'
-
'cf1a7704390fc0a2cf616bd2da23d6495cd76845c183583c2b4e4a32e1964b93cb0be3584a2c2c9472aed292970f7d7a9248d999a9ea25ed3eea78ccbf666993'
-
'589602103a8ab3d492970784bfe161227a9fe9b6ff8f53623febc1de0431f721be22ce3c85344fe1611e40271f51d0a34202b16f31130fae2c5fb7c4f5bc46c7'
-
'81a3804b3d7e271cea1ea090b581bae313d9c96d6e8802471e3cd258b52f1e04108b5b98417add169101998f2be132cabf27331e805c57b09f3bbaf6d4462992'
-
'e4160b3ff74899f19fc3ca4259ea2be11dec58779e561c3bc2d1e2a070bcfbf6f7d063e06d445df4409179b08f5c8dd3a366fcd65554b7e4b83e533a77088657'
-
'a5792cb81582ad69e6d4316ce5015349541752515402e295ae8d3875efe7f790e94aee15497194fdd975ff44e2a6ee648d20616beebfed42dcaeb7e68b26'
-
'da7542d644bab9de96bc892fc1ff19baf214d8bf0b4ed4a0d8b5ba07ef7e70aebac6e01ea66c1fcb1e3b5846a3eb3775a75ef32315158cd46b6e9706dde955f1'
-
'cb84027af36d58d3b02f35a34cf6d2248c26bb77a74cf37a8c13edaf446447d0469704e64d110a0d5d47edcc452416cb4569fa8ec416d05fcd7b2ed91ae1acd3'
-
'116c8ff8508aa0c98ecc78df1cd1047820bcc42359b50b12aa77e0c8b63c9ca9916726082ab1f2f3f7fac823dfb6d6706f5858db247c5d872f30b2d78c911abb'
-
'601f9288e0fd7174820a5e35508b84560262c94e90149832fe0141ea77f7b2a5e8da00e73171ed3835472a017d8f61138dead63789e6c2f1bd80b1c8e257d0ed'
-
'dd1b0733798f1bf2799c0c1620752706a6602c254819bb4566814436f0e9e1801175b1e788633a18d7c9499795abc58cae9841417551da176d7afdfe016c6632'
-
'680c828a78d81f2425728088f7f22fbf4aeb9a21a1960e40eaaf1acdd9c86d06053f39acc71d32e722b125ec2a7c99044533fb1c749eb6332356b15f013ed130'
-
'a7dfea6d0472dd13ab7d6dab633324c789abb06d099b7710f0649a2f0f47fbec5f910340d4b38d387c64604138fb23b182907f755f030494c3e66413c937812e'
-

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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 20:05:55
  Author: felixonmars
Revision: 437318

upgpkg: python-stestr 2.3.0-1

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 20:02:06 UTC (rev 437317)
+++ PKGBUILD2019-03-01 20:05:55 UTC (rev 437318)
@@ -4,7 +4,7 @@
 
 pkgbase=python-stestr
 pkgname=(python-stestr python2-stestr)
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A test runner runner similar to testrepository"
 url="http://stestr.readthedocs.io/en/latest/;
@@ -18,7 +18,7 @@
   'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
   'python2-coverage' 'python-ddt' 'python2-ddt')
 source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
-sha512sums=('5b1944057abd0f6e177e5313f07bb47357f88adee5cc26bbfbe9893e741acfe7ed9459a66b86c929cbd236845dde357af4a5cc5134c9cca516183d0128979147')
+sha512sums=('ae23183becf7f65769617cc86e25cd23a2b3b74fe057af407bbbf8fa00cc7fe1df066f040037e8f33bc34377dbd44a5587bca8bea860316e99ecca21776050e7')
 
 prepare() {
   cp -a stestr-$pkgver{,-py2}


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 20:06:11
  Author: felixonmars
Revision: 437319

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 20:05:55 UTC (rev 437318)
+++ PKGBUILD2019-03-01 20:06:11 UTC (rev 437319)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-stestr
-pkgname=(python-stestr python2-stestr)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="A test runner runner similar to testrepository"
-url="http://stestr.readthedocs.io/en/latest/;
-license=('Apache')
-arch=('any')
-makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
- 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
- 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
- 'python2-voluptuous')
-checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
-  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
-  'python2-coverage' 'python-ddt' 'python2-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
-sha512sums=('5b1944057abd0f6e177e5313f07bb47357f88adee5cc26bbfbe9893e741acfe7ed9459a66b86c929cbd236845dde357af4a5cc5134c9cca516183d0128979147')
-
-prepare() {
-  cp -a stestr-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-}
-
-package_python-stestr() {
-  depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 
'python-fixtures'
-   'python-testtools' 'python-yaml' 'python-voluptuous')
-
-  cd stestr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-stestr() {
-  depends=('python2-future' 'python2-cliff' 'python2-pbr' 'python2-subunit' 
'python2-fixtures'
-   'python2-testtools' 'python2-yaml' 'python2-voluptuous')
-
-  cd stestr-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/stestr{,2}
-}

Copied: python-stestr/repos/community-any/PKGBUILD (from rev 437318, 
python-stestr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 20:06:11 UTC (rev 437319)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-stestr
+pkgname=(python-stestr python2-stestr)
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A test runner runner similar to testrepository"
+url="http://stestr.readthedocs.io/en/latest/;
+license=('Apache')
+arch=('any')
+makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
+ 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
+ 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
+ 'python2-voluptuous')
+checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
+  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
+  'python2-coverage' 'python-ddt' 'python2-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
+sha512sums=('ae23183becf7f65769617cc86e25cd23a2b3b74fe057af407bbbf8fa00cc7fe1df066f040037e8f33bc34377dbd44a5587bca8bea860316e99ecca21776050e7')
+
+prepare() {
+  cp -a stestr-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/stestr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
+export PATH="$PWD/tmp_install/usr/bin:$PATH"
+stestr run || warning "Tests failed"
+  )
+
+  cd 

[arch-commits] Commit in python-os-service-types/repos/community-any (2 files)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 20:02:06
  Author: felixonmars
Revision: 437317

archrelease: copy trunk to community-any

Added:
  python-os-service-types/repos/community-any/PKGBUILD
(from rev 437316, python-os-service-types/trunk/PKGBUILD)
Deleted:
  python-os-service-types/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 20:01:32 UTC (rev 437316)
+++ PKGBUILD2019-03-01 20:02:06 UTC (rev 437317)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-os-service-types
-pkgname=(python-os-service-types python2-os-service-types)
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Python library for consuming OpenStack sevice-types-authority data"
-arch=('any')
-url="https://pypi.python.org/pypi/os-service-types/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-service-types/archive/$pkgver.tar.gz;)
-sha512sums=('adae215119b89b697968ce30ac2371b95b32369dc43f0d10d47908b3e058171e80fe6a0b2ff573ff5e314718010209bcba81a4ed1ca59a2fcd7bbedc0f5c659c')
-
-prepare() {
-  echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in
-
-  cp -a os-service-types-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/os-service-types-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/os-service-types-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-service-types-$pkgver
-  stestr run
-
-  cd "$srcdir"/os-service-types-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-os-service-types() {
-  depends=('python-pbr')
-
-  cd "$srcdir"/os-service-types-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-os-service-types() {
-  depends=('python2-pbr')
-
-  cd "$srcdir"/os-service-types-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-os-service-types/repos/community-any/PKGBUILD (from rev 437316, 
python-os-service-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 20:02:06 UTC (rev 437317)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-os-service-types
+pkgname=(python-os-service-types python2-os-service-types)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Python library for consuming OpenStack sevice-types-authority data"
+arch=('any')
+url="https://pypi.python.org/pypi/os-service-types/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-service-types/archive/$pkgver.tar.gz;)
+sha512sums=('f8779b61258377d7f963f67c4a5d3c09076f1fd73e8ae373c0413c2c2e8e16f3ec110d780bf415109cf14c6456e19f561f6731db629d03d26a1b60e5647ea57c')
+
+prepare() {
+  echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in
+
+  cp -a os-service-types-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/os-service-types-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/os-service-types-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-service-types-$pkgver
+  stestr run
+
+  cd "$srcdir"/os-service-types-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-os-service-types() {
+  depends=('python-pbr')
+
+  cd "$srcdir"/os-service-types-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-os-service-types() {
+  depends=('python2-pbr')
+
+  cd "$srcdir"/os-service-types-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-os-service-types/trunk (PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 20:01:32
  Author: felixonmars
Revision: 437316

upgpkg: python-os-service-types 1.6.0-1

Modified:
  python-os-service-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 19:56:11 UTC (rev 437315)
+++ PKGBUILD2019-03-01 20:01:32 UTC (rev 437316)
@@ -3,7 +3,7 @@
 
 pkgbase=python-os-service-types
 pkgname=(python-os-service-types python2-os-service-types)
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Python library for consuming OpenStack sevice-types-authority data"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-service-types/archive/$pkgver.tar.gz;)
-sha512sums=('adae215119b89b697968ce30ac2371b95b32369dc43f0d10d47908b3e058171e80fe6a0b2ff573ff5e314718010209bcba81a4ed1ca59a2fcd7bbedc0f5c659c')
+sha512sums=('f8779b61258377d7f963f67c4a5d3c09076f1fd73e8ae373c0413c2c2e8e16f3ec110d780bf415109cf14c6456e19f561f6731db629d03d26a1b60e5647ea57c')
 
 prepare() {
   echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2019-03-01 Thread Andrew Crerar via arch-commits
Date: Friday, March 1, 2019 @ 19:56:11
  Author: andrewsc
Revision: 437315

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 437314, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 437314, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 437314, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 437314, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  350 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 592 insertions(+), 592 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 19:36:03 UTC (rev 437314)
+++ PKGBUILD2019-03-01 19:56:11 UTC (rev 437315)
@@ -1,175 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=66.0b11
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_APP_REMOTINGNAME=$pkgname
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2019-03-01 Thread Andrew Crerar via arch-commits
Date: Friday, March 1, 2019 @ 19:36:03
  Author: andrewsc
Revision: 437314

upgpkg: firefox-developer-edition 66.0b12-1

firefox-developer-edition: Updating to 66.0b12

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 19:16:57 UTC (rev 437313)
+++ PKGBUILD2019-03-01 19:36:03 UTC (rev 437314)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=66.0b11
+pkgver=66.0b12
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 1, 2019 @ 19:16:57
  Author: svenstaro
Revision: 437313

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 437312, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 437312, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 437312, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 437312, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 437312, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  139 +--
 cuda-findgllib_mk.diff |   44 +++---
 cuda.conf  |6 +-
 cuda.install   |   22 +++
 cuda.sh|2 
 5 files changed, 112 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 19:16:30 UTC (rev 437312)
+++ PKGBUILD2019-03-01 19:16:57 UTC (rev 437313)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=10.1.105
-_basever=10.1.105
-_driverver=418.39
-pkgrel=3
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${_basever}_${_driverver}_linux.run --target ${srcdir} --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd builds
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s lib "${pkgdir}/opt/cuda/lib64"
-  ln -s lib "${pkgdir}/opt/cuda/nvvm/lib64"
-
-  # How did they forget these symlinks?
-  ln -s libcublasLt.so.10 "${pkgdir}"/opt/cuda/lib64/libcublasLt.so.10.1
-  ln -s libcublas.so.10 "${pkgdir}"/opt/cuda/lib64/libcublas.so.10.1
-  ln -s libnvblas.so.10 "${pkgdir}"/opt/cuda/lib64/libnvblas.so.10.1
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove included copy of java and link to system java
-  rm -fr  "${pkgdir}/opt/cuda/jre"
-  sed 's|../jre/bin/java|/usr/bin/java|g' \
--i "${pkgdir}/opt/cuda/libnsight/nsight.ini" \
--i "${pkgdir}/opt/cuda/libnvvp/nvvp.ini"
-}

Copied: cuda/repos/community-testing-x86_64/PKGBUILD (from rev 437312, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 19:16:57 UTC (rev 437313)
@@ -0,0 +1,75 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=10.1.105
+_basever=10.1.105
+_driverver=418.39
+pkgrel=4
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb'
+'java-runtime: for nsight and nvvp')
+options=(!strip staticlibs)
+install=cuda.install

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

2019-03-01 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 1, 2019 @ 19:16:30
  Author: svenstaro
Revision: 437312

upgpkg: cuda 10.1.105-4

Fix symlinks for real

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 18:59:19 UTC (rev 437311)
+++ PKGBUILD2019-03-01 19:16:30 UTC (rev 437312)
@@ -48,13 +48,12 @@
   # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
   # Best we can do is create all symlinks and hope for the best.
   # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  find builds/cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' 
-print0 | while read -d $'\0' _lib; do
-_base=$(echo ${_lib} | sed -r 's/(.*).so.*/\1.so/')
+  find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 | 
while read -rd '' _lib; do
+_base=${_lib%.so.*}
 _current_soname=$(basename ${_lib%.*})
 while [[ $_current_soname != $(basename $_base) ]]; do
-  _full_soname=$(dirname $_base)/$_current_soname
-  echo "[[ ! -f $_full_soname ]] && ln -s $_lib $_full_soname"
-  _current_soname=$(basename ${_current_soname%.*})
+  ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
+  _current_soname=${_current_soname%.*}
 done
   done
 


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

2019-03-01 Thread Jan Steffens via arch-commits
Date: Friday, March 1, 2019 @ 19:10:20
  Author: heftig
Revision: 346988

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 346987, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 19:10:01 UTC (rev 346987)
+++ PKGBUILD2019-03-01 19:10:20 UTC (rev 346988)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.22.6
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
-makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('df90db9c0db0a2072b945fa3e1d45865922bd686c4659cce6cb5897ce357c85b'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
-
-prepare() {
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-}
-
-build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild -GNinja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  cmake --build build
-}
-
-check() {
-  : cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 346987, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 19:10:20 UTC (rev 346988)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.22.7
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp
+ harfbuzz-icu gtk3 libnotify hyphen woff2)
+makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python python2
+ ninja geoclue)
+optdepends=('gtk2: Netscape plugin support'
+'geoclue: Geolocation support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('4be6f7d605cd0a690fd26e8aa83b089a33ad9d419148eafcfb60580dd2af30ff'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
+
+prepare() {
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+}
+
+build() {
+  cmake -Hwebkitgtk-$pkgver -Bbuild -GNinja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  cmake --build build
+}
+
+check() {
+  : cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:


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

2019-03-01 Thread Jan Steffens via arch-commits
Date: Friday, March 1, 2019 @ 19:10:01
  Author: heftig
Revision: 346987

2.22.7-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 18:52:37 UTC (rev 346986)
+++ PKGBUILD2019-03-01 19:10:01 UTC (rev 346987)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.22.6
+pkgver=2.22.7
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
@@ -18,7 +18,7 @@
 'gst-plugins-good: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('df90db9c0db0a2072b945fa3e1d45865922bd686c4659cce6cb5897ce357c85b'
+sha256sums=('4be6f7d605cd0a690fd26e8aa83b089a33ad9d419148eafcfb60580dd2af30ff'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')


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

2019-03-01 Thread Santiago Torres-Arias via arch-commits
Date: Friday, March 1, 2019 @ 18:59:19
  Author: sangy
Revision: 437311

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 437310, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 437310, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
-
 PKGBUILD|   83 
--
 2 files changed, 80 insertions(+), 81 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-03-01 18:59:01 UTC (rev 437310)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-03-01 18:59:19 UTC (rev 437311)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 437310, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-03-01 18:59:19 UTC (rev 437311)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 18:59:01 UTC (rev 437310)
+++ PKGBUILD2019-03-01 18:59:19 UTC (rev 437311)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks')

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

2019-03-01 Thread Santiago Torres-Arias via arch-commits
Date: Friday, March 1, 2019 @ 18:59:01
  Author: sangy
Revision: 437310

upgpkg: electrum 3.3.4-1

Warning: icon handling has changed. Cursory tests seem to show it works.

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 18:38:47 UTC (rev 437309)
+++ PKGBUILD2019-03-01 18:59:01 UTC (rev 437310)
@@ -1,9 +1,10 @@
 # Maintainer: Christian Rebischke 
+# Co-Maintainer: Santiago Torres-Arias 
 # Contributor: Timothy Redaelli 
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +19,8 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a30287794b87f3e3ad02be4c32281c22dcfec801ff0d4602e6adcb85e532c34e69b60e2aec65f5d6ef8ae68c21b068fff87ca685ef8caca4c785b56cb400e23f'
-'SKIP')
-
+sha512sums=('297eb757dccb166d40a652be2c1c058e42f16416b586b69f32223966ff1e92a34e5d01822d71bd063bfa72b7bbbcae4251a63f7373600d0eeb139e923d17a2b3'
+'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 
 prepare() {
@@ -30,7 +30,6 @@
 build() {
   cd "${pkgname^}-${pkgver}"
 
-  pyrcc5 icons.qrc -o electrum/gui/qt/icons_rc.py
   python setup.py build
 }
 


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

2019-03-01 Thread Eli Schwartz via arch-commits
Date: Friday, March 1, 2019 @ 18:38:47
  Author: eschwartz
Revision: 437309

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   78 +-
 config   | 2360 ++---
 2 files changed, 1224 insertions(+), 1214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 18:38:30 UTC (rev 437308)
+++ PKGBUILD2019-03-01 18:38:47 UTC (rev 437309)
@@ -1,39 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli Schwartz 
-# Contributor: Jens Pranaitis 
-
-pkgname=busybox
-pkgver=1.29.3
-pkgrel=2
-pkgdesc="Utilities for rescue and embedded systems"
-arch=("x86_64")
-url="https://www.busybox.net;
-license=('GPL')
-makedepends=("ncurses" "musl" "kernel-headers-musl")
-validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
-source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
-"config")
-sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
-'SKIP'
-'858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp "$srcdir"/config .config
-  # reproducible build
-  export KCONFIG_NOTIMESTAMP=1
-  make CC=musl-gcc
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm0755 busybox "$pkgdir"/usr/bin/busybox
-
-  # docs
-  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 437308, 
busybox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 18:38:47 UTC (rev 437309)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli Schwartz 
+# Contributor: Jens Pranaitis 
+
+pkgname=busybox
+pkgver=1.30.1
+pkgrel=1
+pkgdesc="Utilities for rescue and embedded systems"
+arch=("x86_64")
+url="https://www.busybox.net;
+license=('GPL')
+makedepends=("ncurses" "musl" "kernel-headers-musl")
+validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
+source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
+"config")
+sha256sums=('3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09c060323b95dfbdc'
+'SKIP'
+'8061ac8abf822356a865646931fd8ca527688a9b94233925a619e4d81a44b1a1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp "$srcdir"/config .config
+  # reproducible build
+  export KCONFIG_NOTIMESTAMP=1
+  make CC=musl-gcc
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm0755 busybox "$pkgdir"/usr/bin/busybox
+
+  # docs
+  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: config
===
--- config  2019-03-01 18:38:30 UTC (rev 437308)
+++ config  2019-03-01 18:38:47 UTC (rev 437309)
@@ -1,1175 +0,0 @@
-#
-# Automatically generated make config: don't edit
-# Busybox version: 1.29.1
-# Sun Jul 29 19:56:13 2018
-#
-CONFIG_HAVE_DOT_CONFIG=y
-
-#
-# Settings
-#
-CONFIG_DESKTOP=y
-# CONFIG_EXTRA_COMPAT is not set
-# CONFIG_FEDORA_COMPAT is not set
-CONFIG_INCLUDE_SUSv2=y
-CONFIG_LONG_OPTS=y
-CONFIG_SHOW_USAGE=y
-CONFIG_FEATURE_VERBOSE_USAGE=y
-CONFIG_FEATURE_COMPRESS_USAGE=y
-CONFIG_LFS=y
-# CONFIG_PAM is not set
-CONFIG_FEATURE_DEVPTS=y
-# 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_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_PLATFORM_LINUX=y
-
-#
-# Build Options
-#
-CONFIG_STATIC=y
-# 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_CROSS_COMPILER_PREFIX=""
-CONFIG_SYSROOT=""
-CONFIG_EXTRA_CFLAGS=""
-CONFIG_EXTRA_LDFLAGS=""
-CONFIG_EXTRA_LDLIBS=""
-# CONFIG_USE_PORTABLE_CODE is not set
-CONFIG_STACK_OPTIMIZATION_386=y
-
-#
-# Installation Options ("make install" behavior)
-#
-# CONFIG_INSTALL_APPLET_SYMLINKS is not set
-# CONFIG_INSTALL_APPLET_HARDLINKS is not set
-# 

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

2019-03-01 Thread Eli Schwartz via arch-commits
Date: Friday, March 1, 2019 @ 18:38:30
  Author: eschwartz
Revision: 437308

upgpkg: busybox 1.30.1-1

upstream release
regenerate .config with new options

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

--+
 PKGBUILD |8 
 config   |   30 --
 2 files changed, 24 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 18:01:49 UTC (rev 437307)
+++ PKGBUILD2019-03-01 18:38:30 UTC (rev 437308)
@@ -3,8 +3,8 @@
 # Contributor: Jens Pranaitis 
 
 pkgname=busybox
-pkgver=1.29.3
-pkgrel=2
+pkgver=1.30.1
+pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
 url="https://www.busybox.net;
@@ -13,9 +13,9 @@
 validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
 "config")
-sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
+sha256sums=('3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09c060323b95dfbdc'
 'SKIP'
-'858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
+'8061ac8abf822356a865646931fd8ca527688a9b94233925a619e4d81a44b1a1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: config
===
--- config  2019-03-01 18:01:49 UTC (rev 437307)
+++ config  2019-03-01 18:38:30 UTC (rev 437308)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.29.1
-# Sun Jul 29 19:56:13 2018
+# Busybox version: 1.30.1
+# Fri Mar  1 13:15:30 2019
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -24,6 +24,7 @@
 CONFIG_FEATURE_PIDFILE=y
 CONFIG_PID_FILE_PATH="/run"
 CONFIG_BUSYBOX=y
+# CONFIG_FEATURE_SHOW_SCRIPT is not set
 CONFIG_FEATURE_INSTALLER=y
 # CONFIG_INSTALL_NO_USR is not set
 CONFIG_FEATURE_SUID=y
@@ -82,13 +83,15 @@
 # Library Tuning
 #
 # CONFIG_FEATURE_USE_BSS_TAIL is not set
+CONFIG_FLOAT_DURATION=y
 CONFIG_FEATURE_RTMINMAX=y
+CONFIG_FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS=y
 CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
 CONFIG_PASSWORD_MINLEN=6
 CONFIG_MD5_SMALL=1
-CONFIG_SHA3_SMALL=1
+CONFIG_SHA3_SMALL=0
 CONFIG_FEATURE_FAST_TOP=y
 # CONFIG_FEATURE_ETC_NETWORKS is not set
 # CONFIG_FEATURE_ETC_SERVICES is not set
@@ -205,6 +208,7 @@
 CONFIG_COMM=y
 CONFIG_CP=y
 CONFIG_FEATURE_CP_LONG_OPTIONS=y
+CONFIG_FEATURE_CP_REFLINK=y
 CONFIG_CUT=y
 CONFIG_DATE=y
 CONFIG_FEATURE_DATE_ISOFMT=y
@@ -287,7 +291,6 @@
 CONFIG_SHUF=y
 CONFIG_SLEEP=y
 CONFIG_FEATURE_FANCY_SLEEP=y
-CONFIG_FEATURE_FLOAT_SLEEP=y
 CONFIG_SORT=y
 CONFIG_FEATURE_SORT_BIG=y
 # CONFIG_FEATURE_SORT_OPTIMIZE_MEMORY is not set
@@ -442,6 +445,7 @@
 CONFIG_FEATURE_FIND_MMIN=y
 CONFIG_FEATURE_FIND_PERM=y
 CONFIG_FEATURE_FIND_TYPE=y
+CONFIG_FEATURE_FIND_EXECUTABLE=y
 CONFIG_FEATURE_FIND_XDEV=y
 CONFIG_FEATURE_FIND_MAXDEPTH=y
 CONFIG_FEATURE_FIND_NEWER=y
@@ -455,6 +459,7 @@
 CONFIG_FEATURE_FIND_PAREN=y
 CONFIG_FEATURE_FIND_SIZE=y
 CONFIG_FEATURE_FIND_PRUNE=y
+CONFIG_FEATURE_FIND_QUIT=y
 CONFIG_FEATURE_FIND_DELETE=y
 CONFIG_FEATURE_FIND_PATH=y
 CONFIG_FEATURE_FIND_REGEX=y
@@ -657,6 +662,8 @@
 CONFIG_FEATURE_MOUNT_FSTAB=y
 CONFIG_FEATURE_MOUNT_OTHERTAB=y
 CONFIG_MOUNTPOINT=y
+# CONFIG_NOLOGIN is not set
+# CONFIG_NOLOGIN_DEPENDENCIES is not set
 CONFIG_NSENTER=y
 CONFIG_PIVOT_ROOT=y
 CONFIG_RDATE=y
@@ -732,6 +739,12 @@
 CONFIG_ADJTIMEX=y
 CONFIG_BBCONFIG=y
 CONFIG_FEATURE_COMPRESS_BBCONFIG=y
+CONFIG_BC=y
+CONFIG_DC=y
+CONFIG_FEATURE_DC_BIG=y
+# CONFIG_FEATURE_DC_LIBM is not set
+CONFIG_FEATURE_BC_INTERACTIVE=y
+CONFIG_FEATURE_BC_LONG_OPTIONS=y
 CONFIG_BEEP=y
 CONFIG_FEATURE_BEEP_FREQ=4000
 CONFIG_FEATURE_BEEP_LENGTH_MS=30
@@ -750,8 +763,6 @@
 CONFIG_FEATURE_CROND_SPECIAL_TIMES=y
 CONFIG_FEATURE_CROND_DIR="/var/spool/cron"
 CONFIG_CRONTAB=y
-CONFIG_DC=y
-CONFIG_FEATURE_DC_LIBM=y
 # CONFIG_DEVFSD is not set
 # CONFIG_DEVFSD_MODLOAD is not set
 # CONFIG_DEVFSD_FG_NP is not set
@@ -826,6 +837,7 @@
 CONFIG_FEATURE_UNIX_LOCAL=y
 CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y
 # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set
+# CONFIG_FEATURE_TLS_SHA1 is not set
 CONFIG_ARP=y
 CONFIG_ARPING=y
 CONFIG_BRCTL=y
@@ -913,6 +925,7 @@
 CONFIG_NTPD=y
 CONFIG_FEATURE_NTPD_SERVER=y
 CONFIG_FEATURE_NTPD_CONF=y
+CONFIG_FEATURE_NTP_AUTH=y
 CONFIG_PING=y
 CONFIG_PING6=y
 CONFIG_FEATURE_FANCY_PING=y
@@ -934,10 +947,6 @@
 CONFIG_TFTP=y
 # CONFIG_FEATURE_TFTP_PROGRESS_BAR is not set
 CONFIG_TFTPD=y
-
-#
-# Common options for tftp/tftpd
-#
 CONFIG_FEATURE_TFTP_GET=y
 CONFIG_FEATURE_TFTP_PUT=y
 CONFIG_FEATURE_TFTP_BLOCKSIZE=y
@@ -1151,6 +1160,7 @@
 # CONFIG_FEATURE_SH_NOFORK is not set
 CONFIG_FEATURE_SH_READ_FRAC=y
 CONFIG_FEATURE_SH_HISTFILESIZE=y
+# CONFIG_FEATURE_SH_EMBEDDED_SCRIPTS is not set
 
 #
 # System Logging Utilities


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

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 18:38:17
  Author: grazzolini
Revision: 346985

archrelease: copy trunk to testing-x86_64

Added:
  mkinitcpio-busybox/repos/testing-x86_64/
  mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD
(from rev 346984, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-x86_64/config
(from rev 346984, mkinitcpio-busybox/trunk/config)

--+
 PKGBUILD |   37 +
 config   | 1177 +
 2 files changed, 1214 insertions(+)

Copied: mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD (from rev 346984, 
mkinitcpio-busybox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-01 18:38:17 UTC (rev 346985)
@@ -0,0 +1,37 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Dave Reisner 
+# Contributor: Thomas Bächler 
+
+pkgname=mkinitcpio-busybox
+pkgver=1.30.1
+pkgrel=1
+pkgdesc='Base initramfs tools'
+arch=(x86_64)
+url="http://www.busybox.net/;
+license=(GPL)
+depends=(glibc)
+options=(!buildflags)
+source=(https://busybox.net/downloads/busybox-$pkgver.tar.bz2{,.sig}
+config)
+sha256sums=('3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09c060323b95dfbdc'
+'SKIP'
+'e35b09565b87d0a35c8085b4d34477d8795d23fb969a674b5d7f9579279dd7d4')
+validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko 

+
+prepare() {
+  cd "busybox-$pkgver"
+
+  local safeflags="-march=${CARCH/_/-} -mtune=generic -Os -pipe 
-fno-strict-aliasing"
+
+  sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1="'"$safeflags"'"|' "$srcdir/config" > 
.config
+}
+
+build() {
+  # reproducible build
+  export KCONFIG_NOTIMESTAMP=1
+  make -C "busybox-$pkgver"
+}
+
+package() {
+  install -Dm755 "$srcdir/busybox-$pkgver/busybox" 
"$pkgdir/usr/lib/initcpio/busybox"
+}

Copied: mkinitcpio-busybox/repos/testing-x86_64/config (from rev 346984, 
mkinitcpio-busybox/trunk/config)
===
--- testing-x86_64/config   (rev 0)
+++ testing-x86_64/config   2019-03-01 18:38:17 UTC (rev 346985)
@@ -0,0 +1,1177 @@
+#
+# Automatically generated make config: don't edit
+# Busybox version: 1.30.1
+# Fri Mar  1 15:12:25 2019
+#
+CONFIG_HAVE_DOT_CONFIG=y
+
+#
+# Settings
+#
+# CONFIG_DESKTOP is not set
+# CONFIG_EXTRA_COMPAT is not set
+# CONFIG_FEDORA_COMPAT is not set
+# CONFIG_INCLUDE_SUSv2 is not set
+CONFIG_LONG_OPTS=y
+CONFIG_SHOW_USAGE=y
+CONFIG_FEATURE_VERBOSE_USAGE=y
+# CONFIG_FEATURE_COMPRESS_USAGE is not set
+CONFIG_LFS=y
+# CONFIG_PAM is not set
+CONFIG_FEATURE_DEVPTS=y
+# CONFIG_FEATURE_UTMP is not set
+# CONFIG_FEATURE_WTMP is not set
+# CONFIG_FEATURE_PIDFILE is not set
+CONFIG_PID_FILE_PATH=""
+CONFIG_BUSYBOX=y
+CONFIG_FEATURE_SHOW_SCRIPT=y
+CONFIG_FEATURE_INSTALLER=y
+# CONFIG_INSTALL_NO_USR is not set
+CONFIG_FEATURE_SUID=y
+# CONFIG_FEATURE_SUID_CONFIG is not set
+# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+# CONFIG_FEATURE_PREFER_APPLETS is not set
+CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox"
+# CONFIG_SELINUX is not set
+# CONFIG_FEATURE_CLEAN_UP is not set
+CONFIG_FEATURE_SYSLOG=y
+CONFIG_PLATFORM_LINUX=y
+
+#
+# Build Options
+#
+# CONFIG_STATIC is not set
+CONFIG_PIE=y
+# 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_CROSS_COMPILER_PREFIX=""
+CONFIG_SYSROOT=""
+CONFIG_EXTRA_CFLAGS="-march=x86-64 -mtune=generic -Os -pipe 
-fno-strict-aliasing"
+CONFIG_EXTRA_LDFLAGS=""
+CONFIG_EXTRA_LDLIBS=""
+# CONFIG_USE_PORTABLE_CODE is not set
+CONFIG_STACK_OPTIMIZATION_386=y
+
+#
+# Installation Options ("make install" behavior)
+#
+CONFIG_INSTALL_APPLET_SYMLINKS=y
+# CONFIG_INSTALL_APPLET_HARDLINKS is not set
+# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
+# CONFIG_INSTALL_APPLET_DONT is not set
+# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
+# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set
+# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set
+CONFIG_PREFIX="./_install"
+
+#
+# Debugging Options
+#
+# CONFIG_DEBUG is not set
+# CONFIG_DEBUG_PESSIMIZE is not set
+# CONFIG_DEBUG_SANITIZE is not set
+# CONFIG_UNIT_TEST is not set
+# CONFIG_WERROR is not set
+CONFIG_NO_DEBUG_LIB=y
+# CONFIG_DMALLOC is not set
+# CONFIG_EFENCE is not set
+
+#
+# Library Tuning
+#
+# CONFIG_FEATURE_USE_BSS_TAIL is not set
+CONFIG_FLOAT_DURATION=y
+CONFIG_FEATURE_RTMINMAX=y
+CONFIG_FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS=y
+CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
+# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
+# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+CONFIG_PASSWORD_MINLEN=6
+CONFIG_MD5_SMALL=0
+CONFIG_SHA3_SMALL=0
+CONFIG_FEATURE_FAST_TOP=y
+# CONFIG_FEATURE_ETC_NETWORKS is not set
+# CONFIG_FEATURE_ETC_SERVICES is not set
+CONFIG_FEATURE_EDITING=y

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

2019-03-01 Thread Giancarlo Razzolini via arch-commits
Date: Friday, March 1, 2019 @ 18:37:42
  Author: grazzolini
Revision: 346984

upgpkg: mkinitcpio-busybox 1.30.1-1

* Enabled tcpsvd
* Add pgp signature

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD
  mkinitcpio-busybox/trunk/config

--+
 PKGBUILD |   10 ++
 config   |   30 --
 2 files changed, 26 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:43:49 UTC (rev 346983)
+++ PKGBUILD2019-03-01 18:37:42 UTC (rev 346984)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=mkinitcpio-busybox
-pkgver=1.29.3
+pkgver=1.30.1
 pkgrel=1
 pkgdesc='Base initramfs tools'
 arch=(x86_64)
@@ -11,10 +11,12 @@
 license=(GPL)
 depends=(glibc)
 options=(!buildflags)
-source=(https://busybox.net/downloads/busybox-$pkgver.tar.bz2
+source=(https://busybox.net/downloads/busybox-$pkgver.tar.bz2{,.sig}
 config)
-sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
-'2d23922f81a2ebd014463b8ec8d9a6c9845300b921c3a207d4a9144c3cb21cc5')
+sha256sums=('3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09c060323b95dfbdc'
+'SKIP'
+'e35b09565b87d0a35c8085b4d34477d8795d23fb969a674b5d7f9579279dd7d4')
+validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko 

 
 prepare() {
   cd "busybox-$pkgver"

Modified: config
===
--- config  2019-03-01 17:43:49 UTC (rev 346983)
+++ config  2019-03-01 18:37:42 UTC (rev 346984)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.29.2
-# Wed Aug  1 10:09:42 2018
+# Busybox version: 1.30.1
+# Fri Mar  1 15:12:25 2019
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -24,6 +24,7 @@
 # CONFIG_FEATURE_PIDFILE is not set
 CONFIG_PID_FILE_PATH=""
 CONFIG_BUSYBOX=y
+CONFIG_FEATURE_SHOW_SCRIPT=y
 CONFIG_FEATURE_INSTALLER=y
 # CONFIG_INSTALL_NO_USR is not set
 CONFIG_FEATURE_SUID=y
@@ -82,7 +83,9 @@
 # Library Tuning
 #
 # CONFIG_FEATURE_USE_BSS_TAIL is not set
+CONFIG_FLOAT_DURATION=y
 CONFIG_FEATURE_RTMINMAX=y
+CONFIG_FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS=y
 CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
@@ -205,6 +208,7 @@
 # CONFIG_COMM is not set
 CONFIG_CP=y
 CONFIG_FEATURE_CP_LONG_OPTIONS=y
+CONFIG_FEATURE_CP_REFLINK=y
 CONFIG_CUT=y
 # CONFIG_DATE is not set
 # CONFIG_FEATURE_DATE_ISOFMT is not set
@@ -287,7 +291,6 @@
 CONFIG_SHUF=y
 CONFIG_SLEEP=y
 CONFIG_FEATURE_FANCY_SLEEP=y
-CONFIG_FEATURE_FLOAT_SLEEP=y
 CONFIG_SORT=y
 # CONFIG_FEATURE_SORT_BIG is not set
 # CONFIG_FEATURE_SORT_OPTIMIZE_MEMORY is not set
@@ -442,6 +445,7 @@
 # CONFIG_FEATURE_FIND_MMIN is not set
 # CONFIG_FEATURE_FIND_PERM is not set
 # CONFIG_FEATURE_FIND_TYPE is not set
+# CONFIG_FEATURE_FIND_EXECUTABLE is not set
 # CONFIG_FEATURE_FIND_XDEV is not set
 # CONFIG_FEATURE_FIND_MAXDEPTH is not set
 # CONFIG_FEATURE_FIND_NEWER is not set
@@ -455,6 +459,7 @@
 # CONFIG_FEATURE_FIND_PAREN is not set
 # CONFIG_FEATURE_FIND_SIZE is not set
 # CONFIG_FEATURE_FIND_PRUNE is not set
+# CONFIG_FEATURE_FIND_QUIT is not set
 # CONFIG_FEATURE_FIND_DELETE is not set
 # CONFIG_FEATURE_FIND_PATH is not set
 # CONFIG_FEATURE_FIND_REGEX is not set
@@ -657,6 +662,8 @@
 # CONFIG_FEATURE_MOUNT_FSTAB is not set
 # CONFIG_FEATURE_MOUNT_OTHERTAB is not set
 CONFIG_MOUNTPOINT=y
+CONFIG_NOLOGIN=y
+CONFIG_NOLOGIN_DEPENDENCIES=y
 CONFIG_NSENTER=y
 # CONFIG_PIVOT_ROOT is not set
 # CONFIG_RDATE is not set
@@ -728,6 +735,12 @@
 # CONFIG_ADJTIMEX is not set
 # CONFIG_BBCONFIG is not set
 # CONFIG_FEATURE_COMPRESS_BBCONFIG is not set
+CONFIG_BC=y
+# CONFIG_DC is not set
+CONFIG_FEATURE_DC_BIG=y
+# CONFIG_FEATURE_DC_LIBM is not set
+CONFIG_FEATURE_BC_INTERACTIVE=y
+CONFIG_FEATURE_BC_LONG_OPTIONS=y
 # CONFIG_BEEP is not set
 CONFIG_FEATURE_BEEP_FREQ=0
 CONFIG_FEATURE_BEEP_LENGTH_MS=0
@@ -746,8 +759,6 @@
 # CONFIG_FEATURE_CROND_SPECIAL_TIMES is not set
 CONFIG_FEATURE_CROND_DIR=""
 # CONFIG_CRONTAB is not set
-# CONFIG_DC is not set
-# CONFIG_FEATURE_DC_LIBM is not set
 # CONFIG_DEVFSD is not set
 # CONFIG_DEVFSD_MODLOAD is not set
 # CONFIG_DEVFSD_FG_NP is not set
@@ -822,6 +833,7 @@
 # CONFIG_FEATURE_UNIX_LOCAL is not set
 CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y
 # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set
+# CONFIG_FEATURE_TLS_SHA1 is not set
 # CONFIG_ARP is not set
 # CONFIG_ARPING is not set
 # CONFIG_BRCTL is not set
@@ -909,6 +921,7 @@
 # CONFIG_NTPD is not set
 # CONFIG_FEATURE_NTPD_SERVER is not set
 # CONFIG_FEATURE_NTPD_CONF is not set
+# CONFIG_FEATURE_NTP_AUTH is not set
 CONFIG_PING=y
 CONFIG_PING6=y
 CONFIG_FEATURE_FANCY_PING=y
@@ -918,7 +931,7 @@
 # CONFIG_SSL_CLIENT is not set
 # CONFIG_TC is not set
 # CONFIG_FEATURE_TC_INGRESS is not set
-# CONFIG_TCPSVD is not set
+CONFIG_TCPSVD=y
 # CONFIG_UDPSVD is not set
 CONFIG_TELNET=y
 # 

[arch-commits] Commit in python-pplpy (3 files)

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 18:01:49
  Author: arojas
Revision: 437307

archrelease: copy trunk to community-x86_64

Added:
  python-pplpy/repos/
  python-pplpy/repos/community-x86_64/
  python-pplpy/repos/community-x86_64/PKGBUILD
(from rev 437306, python-pplpy/trunk/PKGBUILD)

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

Copied: python-pplpy/repos/community-x86_64/PKGBUILD (from rev 437306, 
python-pplpy/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-01 18:01:49 UTC (rev 437307)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=pplpy
+pkgbase=python-pplpy
+pkgname=(python2-pplpy python-pplpy)
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
+arch=(x86_64)
+url="https://gitlab.com/videlec/pplpy/;
+license=(LGPL2.1)
+makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
+
+prepare() {
+  cp -r $_pipname-$pkgver{,-py2}  
+}
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+
+  cd ../$_pipname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pplpy() {
+  depends=(python2-cysignals python2-gmpy2 ppl)
+
+  cd $_pipname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-pplpy() {
+  depends=(python-cysignals python-gmpy2 ppl)
+  
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in (3 files)

2019-03-01 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 18:01:23
  Author: arojas
Revision: 437306

Add new sagemath dependency

Added:
  python-pplpy/
  python-pplpy/trunk/
  python-pplpy/trunk/PKGBUILD

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

Added: python-pplpy/trunk/PKGBUILD
===
--- python-pplpy/trunk/PKGBUILD (rev 0)
+++ python-pplpy/trunk/PKGBUILD 2019-03-01 18:01:23 UTC (rev 437306)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=pplpy
+pkgbase=python-pplpy
+pkgname=(python2-pplpy python-pplpy)
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
+arch=(x86_64)
+url="https://gitlab.com/videlec/pplpy/;
+license=(LGPL2.1)
+makedepends=(cython2 cython python-cysignals python2-cysignals python-gmpy2 
python2-gmpy2 ppl)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836')
+
+prepare() {
+  cp -r $_pipname-$pkgver{,-py2}  
+}
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+
+  cd ../$_pipname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pplpy() {
+  depends=(python2-cysignals python2-gmpy2 ppl)
+
+  cd $_pipname-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-pplpy() {
+  depends=(python-cysignals python-gmpy2 ppl)
+  
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in foomatic-db/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-01 Thread Andreas Radke via arch-commits
:43:49 UTC (rev 346983)
@@ -0,0 +1,125 @@
+# Maintainer: Andreas Radke 
+
+pkgbase="foomatic-db"
+pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
+arch=('any')
+pkgver=20190301
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url="http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1332
#2019-03-01
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
+)
+md5sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+prepare(){
+  cp -a foomatic-db foomatic-db-ppds
+  cp -a foomatic-db-nonfree foomatic-db-nonfree-ppds
+}
+
+build() {
+  # foomatic-db
+  pushd foomatic-db
+  ./make_configure
+  ./configure --prefix=/usr \
+--disable-gzip-ppds \
+--disable-ppds-to-cups \
+--with-drivers=NOOBSOLETES,NOEMPTYCMDLINE
+  popd
+  
+  # foomatic-db-ppds
+  pushd foomatic-db-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
+  # foomatic-db-nonfree
+  pushd foomatic-db-nonfree
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
+  # foomatic-db-nonfree-ppds
+  pushd foomatic-db-nonfree-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+}
+
+package_foomatic-db() {
+
+ pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
+ license=('GPL' 'custom')
+ optdepends=('foomatic-db-ppds: PostScript PPD files')
+ replaces=('foomatic-db-foo2zjs') # AUR pkg no more conflicting and dropped, 
formerly required by foo2zjs-utils
+ conflicts=('foomatic-db-foo2zjs')
+ provides=('foomatic-db-foo2zjs')
+
+   cd ${srcdir}/foomatic-db
+   make DESTDIR=${pkgdir} install
+   
+   # add some docs
+   install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+   install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   install -Dm644 
${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm 
${pkgdir}/usr/share/doc/${pkgname}/Kyocera/ReadMe.htm
+   # remove files from foomatic-db-ppds pkg
+   rm -rf ${pkgdir}/usr/share/cups/model/foomatic-db-ppds
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+}
+
+package_foomatic-db-ppds() {
+
+ pkgdesc="Foomatic - PPDs from printer manufacturers"
+ license=('GPL' 'custom')
+
+   cd ${srcdir}/foomatic-db-ppds
+   make DESTDIR=${pkgdir} install
+
+   # remove files from foomatic-db pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/oldprinterids
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/{driver,opt,printer}
+   rm -rf ${pkgdir}/usr/share/foomatic/xmlschema
+   rm -f ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+ license=('custom')
+ optdepends=('foomatic-db-nonfree-ppds: nonfree PPD files')
+
+   cd ${srcdir}/foomatic-db-nonfree
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree-ppds pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree-ppds() {
+
+ pkgdesc="Foomatic - non-free PPDs from printer manufacturers"
+ license=('custom')
+
+   cd ${srcdir}/foomatic-db-nonfree-ppds
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/driver
+   
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2019-03-01 Thread Andreas Radke via arch-commits
Date: Friday, March 1, 2019 @ 17:43:34
  Author: andyrtr
Revision: 346982

upgpkg: foomatic-db 3:20190301-1

update to latest bazaar commit

Modified:
  foomatic-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:18:55 UTC (rev 346981)
+++ PKGBUILD2019-03-01 17:43:34 UTC (rev 346982)
@@ -3,7 +3,7 @@
 pkgbase="foomatic-db"
 pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
 arch=('any')
-pkgver=20190219
+pkgver=20190301
 pkgrel=1
 epoch=3
 
@@ -14,7 +14,7 @@
 # check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
 # for latest commits and development, identical to foomatic-4.0 branch
 
-source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1331
#2019-02-14
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1332
#2019-03-01
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
 md5sums=('SKIP'


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:38:05
  Author: felixonmars
Revision: 437305

archrelease: copy trunk to community-x86_64

Added:
  nnn/repos/community-x86_64/PKGBUILD
(from rev 437304, nnn/trunk/PKGBUILD)
Deleted:
  nnn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 17:37:49 UTC (rev 437304)
+++ PKGBUILD2019-03-01 17:38:05 UTC (rev 437305)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.2
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-url="https://github.com/jarun/nnn;
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz;)
-sha256sums=('88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74')
-
-prepare() {
-  sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm644 scripts/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
-  install -Dm644 scripts/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
-  install -Dm644 scripts/auto-completion/zsh/_nnn 
"$pkgdir"/usr/share/zsh/site-functions/_nnn
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 437304, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 17:38:05 UTC (rev 437305)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.3
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+url="https://github.com/jarun/nnn;
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz;)
+sha256sums=('eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab')
+
+prepare() {
+  sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm644 scripts/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
+  install -Dm644 scripts/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
+  install -Dm644 scripts/auto-completion/zsh/_nnn 
"$pkgdir"/usr/share/zsh/site-functions/_nnn
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:37:49
  Author: felixonmars
Revision: 437304

upgpkg: nnn 2.3-1

Modified:
  nnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:34:46 UTC (rev 437303)
+++ PKGBUILD2019-03-01 17:37:49 UTC (rev 437304)
@@ -3,7 +3,7 @@
 # Contributor: John Jenkins 
 
 pkgname=nnn
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc="The fastest terminal file manager ever written."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/jarun/nnn;
 license=('BSD')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz;)
-sha256sums=('88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74')
+sha256sums=('eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab')
 
 prepare() {
   sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile


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

2019-03-01 Thread Jelle van der Waa via arch-commits
Date: Friday, March 1, 2019 @ 17:34:46
  Author: jelle
Revision: 437303

archrelease: copy trunk to community-x86_64

Added:
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 437302, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 17:34:34 UTC (rev 437302)
+++ PKGBUILD2019-03-01 17:34:46 UTC (rev 437303)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2018.09
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('e43d4fc09395f8cde29d655d35b2bb773e89b444'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 437302, 
uboot-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 17:34:46 UTC (rev 437303)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2019.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(x86_64)
+url='https://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('3c4d22eea02032488e1a4cc5da202bb2469cf6fa'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2019-03-01 Thread Jelle van der Waa via arch-commits
Date: Friday, March 1, 2019 @ 17:34:34
  Author: jelle
Revision: 437302

upgpkg: uboot-tools 2019.01-1

Upstream update

Modified:
  uboot-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:34:07 UTC (rev 437301)
+++ PKGBUILD2019-03-01 17:34:34 UTC (rev 437302)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2018.09
+pkgver=2019.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('e43d4fc09395f8cde29d655d35b2bb773e89b444'
+sha1sums=('3c4d22eea02032488e1a4cc5da202bb2469cf6fa'
   'SKIP')
 
 build() {


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:25:39
  Author: felixonmars
Revision: 437298

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 437297, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 17:25:21 UTC (rev 437297)
+++ PKGBUILD2019-03-01 17:25:39 UTC (rev 437298)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('724d6b8769a46bc3995a9a359e2140dafbc95cbff6603bfcee980a6d6434fd6156b28b12eb850ce7e9601efda3541e25b619486f65a7b8f7828f2a837163f9eb')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/howeyc/fsnotify github.com/cryptix/wav
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 437297, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 17:25:39 UTC (rev 437298)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'python2' 
'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('1387f83911c61d74909d26a287975ca0236b9e9f42670b5f5e48689c7f4f41065e47f3bf1649f12c05acb644e1a31d6b25de6df27fceff9f26f15c545b1c9dcf')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:25:21
  Author: felixonmars
Revision: 437297

upgpkg: startdde 3.12.2-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:20:58 UTC (rev 437296)
+++ PKGBUILD2019-03-01 17:25:21 UTC (rev 437297)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -10,17 +10,17 @@
 url="https://github.com/linuxdeepin/startdde;
 license=('GPL3')
 depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory'
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'python2' 
'git' 'jq'
  'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('724d6b8769a46bc3995a9a359e2140dafbc95cbff6603bfcee980a6d6434fd6156b28b12eb850ce7e9601efda3541e25b619486f65a7b8f7828f2a837163f9eb')
+sha512sums=('1387f83911c61d74909d26a287975ca0236b9e9f42670b5f5e48689c7f4f41065e47f3bf1649f12c05acb644e1a31d6b25de6df27fceff9f26f15c545b1c9dcf')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/howeyc/fsnotify github.com/cryptix/wav
+  go get github.com/cryptix/wav
 
   sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
 }


[arch-commits] Commit in nodejs-lts-carbon/repos/community-x86_64 (4 files)

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Friday, March 1, 2019 @ 17:20:58
  Author: archange
Revision: 437296

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-carbon/repos/community-x86_64/PKGBUILD
(from rev 437295, nodejs-lts-carbon/trunk/PKGBUILD)
  nodejs-lts-carbon/repos/community-x86_64/node.install
(from rev 437295, nodejs-lts-carbon/trunk/node.install)
Deleted:
  nodejs-lts-carbon/repos/community-x86_64/PKGBUILD
  nodejs-lts-carbon/repos/community-x86_64/node.install

--+
 PKGBUILD |  136 -
 node.install |   22 -
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 17:20:17 UTC (rev 437295)
+++ PKGBUILD2019-03-01 17:20:58 UTC (rev 437296)
@@ -1,68 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-
-pkgname=nodejs-lts-carbon
-pkgver=8.15.0
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
-arch=('x86_64')
-url="https://nodejs.org/;
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 
'libnghttp2')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-install=node.install
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-carbon/SHASUMS256.txt.asc
-sha256sums=('96852947cc3f769d73dedc6c9c60580826d8714bc0e62ca4589de6a7c633')
-validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

-  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

-  'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 
 
-  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 

-
-prepare() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares \
---shared-nghttp2
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-carbon/repos/community-x86_64/PKGBUILD (from rev 437295, 
nodejs-lts-carbon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 17:20:58 UTC (rev 437296)
@@ -0,0 +1,68 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+
+pkgname=nodejs-lts-carbon
+pkgver=8.15.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
+arch=('x86_64')
+url="https://nodejs.org/;
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 
'libnghttp2')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+install=node.install
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-carbon/SHASUMS256.txt.asc
+sha256sums=('6b6486a3f452624941f6e11dd5f878c298d43e9c21b5f43ca1721dc7ce25add1')
+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

+  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 
 
+  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 

+
+prepare() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares \
+--shared-nghttp2
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test
+}
+

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

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Friday, March 1, 2019 @ 17:20:17
  Author: archange
Revision: 437295

upgpkg: nodejs-lts-carbon 8.15.1-1

Modified:
  nodejs-lts-carbon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:14:46 UTC (rev 437294)
+++ PKGBUILD2019-03-01 17:20:17 UTC (rev 437295)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 
 pkgname=nodejs-lts-carbon
-pkgver=8.15.0
-pkgrel=2
+pkgver=8.15.1
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
 arch=('x86_64')
 url="https://nodejs.org/;
@@ -15,7 +15,7 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-carbon/SHASUMS256.txt.asc
-sha256sums=('96852947cc3f769d73dedc6c9c60580826d8714bc0e62ca4589de6a7c633')
+sha256sums=('6b6486a3f452624941f6e11dd5f878c298d43e9c21b5f43ca1721dc7ce25add1')
 validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

   '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

   'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 
 


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:14:26
  Author: felixonmars
Revision: 437293

upgpkg: deepin-daemon 3.23.1-1

Modified:
  deepin-daemon/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 16:53:54 UTC (rev 437292)
+++ PKGBUILD2019-03-01 17:14:26 UTC (rev 437293)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.23.0
-pkgrel=2
+pkgver=3.23.1
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -14,9 +14,9 @@
  'deepin-polkit-agent' 'deepin-polkit-agent-ext-gnomekeyring' 
'udisks2' 'upower'
  'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
  'gnome-keyring' 'noto-fonts' 'imwheel')
-makedepends=('deepin-dbus-factory' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 
'python-gobject'
- 'networkmanager' 'go-pie' 'golang-github-burntsushi-xgb')
+makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
+ 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'sqlite' 
'deepin-gettext-tools'
+ 'git' 'mercurial' 'python-gobject' 'networkmanager' 'go-pie')
 optdepends=('networkmanager: for network management support'
 'deepin-grub2-themes: theme for grub module'
 'iw: for miracast module'
@@ -28,7 +28,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
 'deepin-daemon.sysusers')
-sha512sums=('7ff81d5fe5e1effb17aa7dbb1da0273c2632798bfbe4d6e8f5a41d4e4ff9b2e403ec8feaf539e9b9d59d1f8e34414ec9dc8da0197477b5789cb2b205c0431762'
+sha512sums=('200f2822190ee486770b2915d40175416d89ca728911c1d197b07d2370a377ae95065329e69785797f8843f22537f027d327004cfa534a62dc0cf4b2bcc26082'
 
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
@@ -38,15 +38,10 @@
 
   export GOPATH="$srcdir/build:/usr/share/gocode"
 
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
+  # golang-deepin-lib's dependency, remove when go packaging resumes
+  go get github.com/cryptix/wav
 
-  go get github.com/BurntSushi/xgbutil github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav 
golang.org/x/net/context
+  go get gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam
 
   sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
 }


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:14:46
  Author: felixonmars
Revision: 437294

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 437293, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 437293, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 437293, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

+
 PKGBUILD   |  131 ++-
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 3 files changed, 68 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 17:14:26 UTC (rev 437293)
+++ PKGBUILD2019-03-01 17:14:46 UTC (rev 437294)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.23.0
-pkgrel=2
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib' 
'rfkill' 'bluez'
- 'deepin-notifications' 'iso-codes' 'lsb-release' 
'mobile-broadband-provider-info'
- 'deepin-polkit-agent' 'deepin-polkit-agent-ext-gnomekeyring' 
'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts' 'imwheel')
-makedepends=('deepin-dbus-factory' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 
'python-gobject'
- 'networkmanager' 'go-pie' 'golang-github-burntsushi-xgb')
-optdepends=('networkmanager: for network management support'
-'deepin-grub2-themes: theme for grub module'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
-'deepin-daemon.sysusers')
-sha512sums=('7ff81d5fe5e1effb17aa7dbb1da0273c2632798bfbe4d6e8f5a41d4e4ff9b2e403ec8feaf539e9b9d59d1f8e34414ec9dc8da0197477b5789cb2b205c0431762'
-
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.8.0.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  go get github.com/BurntSushi/xgbutil github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav 
golang.org/x/net/context
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 437293, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 17:14:46 UTC (rev 437294)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.23.1
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 

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

2019-03-01 Thread Christian Rebischke via arch-commits
Date: Friday, March 1, 2019 @ 16:53:54
  Author: shibumi
Revision: 437292

archrelease: copy trunk to community-x86_64

Added:
  playerctl/repos/community-x86_64/PKGBUILD
(from rev 437291, playerctl/trunk/PKGBUILD)
Deleted:
  playerctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 16:53:48 UTC (rev 437291)
+++ PKGBUILD2019-03-01 16:53:54 UTC (rev 437292)
@@ -1,29 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('x86_64')
-url="https://github.com/acrisci/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('07c302eb06a96bf3b8aa180e68e85ef6f9fdb5933b80fbce8ee5f9a36c1d961eaf5638e319ff0b26475984acc57a447a4aa8e705667f77e4bd393364cdbfb284')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 437291, 
playerctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 16:53:54 UTC (rev 437292)
@@ -0,0 +1,29 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Ian D. Scott 
+# Contributor: Tony Crisci 
+pkgname=playerctl
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
+arch=('x86_64')
+url="https://github.com/acrisci/playerctl;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
+sha512sums=('6a5807abc79358bab0ad30a11897a8109121d5eb7d9e17d2c695221ef83942c3c7235fc738ab27c9dd2d3364c04737355e9c88ec5d49f999565565fb4494f720')
+
+prepare() {
+cd "${srcdir}/playerctl-${pkgver}"
+}
+
+build() {
+cd "${srcdir}/playerctl-${pkgver}"
+arch-meson . build --mandir /usr/share
+DESTDIR="${pkgdir}" ninja -C build
+}
+
+package() {
+cd "${srcdir}/playerctl-${pkgver}"
+DESTDIR="${pkgdir}" ninja -C build install
+}


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

2019-03-01 Thread Christian Rebischke via arch-commits
Date: Friday, March 1, 2019 @ 16:53:48
  Author: shibumi
Revision: 437291

upgpkg: playerctl 2.0.1-1

Modified:
  playerctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 16:50:49 UTC (rev 437290)
+++ PKGBUILD2019-03-01 16:53:48 UTC (rev 437291)
@@ -2,7 +2,7 @@
 # Contributor: Ian D. Scott 
 # Contributor: Tony Crisci 
 pkgname=playerctl
-pkgver=0.6.1
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
 arch=('x86_64')
@@ -9,21 +9,21 @@
 url="https://github.com/acrisci/playerctl;
 license=('LGPL3')
 depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
 
source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('07c302eb06a96bf3b8aa180e68e85ef6f9fdb5933b80fbce8ee5f9a36c1d961eaf5638e319ff0b26475984acc57a447a4aa8e705667f77e4bd393364cdbfb284')
+sha512sums=('6a5807abc79358bab0ad30a11897a8109121d5eb7d9e17d2c695221ef83942c3c7235fc738ab27c9dd2d3364c04737355e9c88ec5d49f999565565fb4494f720')
 
 prepare() {
 cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
 }
 
 build() {
 cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
+arch-meson . build --mandir /usr/share
+DESTDIR="${pkgdir}" ninja -C build
 }
 
 package() {
 cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
+DESTDIR="${pkgdir}" ninja -C build install
 }


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:50:49
  Author: felixonmars
Revision: 437290

archrelease: copy trunk to community-any

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

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

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

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 437289, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 16:50:49 UTC (rev 437290)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.7.17
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:50:22
  Author: felixonmars
Revision: 437288

archrelease: copy trunk to community-x86_64

Added:
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 437287, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/deepin-api.sysusers
(from rev 437287, deepin-api/trunk/deepin-api.sysusers)
Deleted:
  deepin-api/repos/community-x86_64/PKGBUILD
  deepin-api/repos/community-x86_64/deepin-api.sysusers

-+
 PKGBUILD|   93 --
 deepin-api.sysusers |4 +-
 2 files changed, 47 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 16:49:48 UTC (rev 437287)
+++ PKGBUILD2019-03-01 16:50:22 UTC (rev 437288)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.17.0
-pkgrel=1
-pkgdesc='Golang bindings for dde-daemon'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
-deepin-api.sysusers)
-sha512sums=('09471031492188e98a355856239e8ed2d9ceca061181bb7d58e67c4d05a7672526e93121231ffb1081b6325c7407bb8cf6dd46a84805b4e60ebcccfebb74779a'
-
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav \
- golang.org/x/net/context github.com/fogleman/gg
-}
-
-build(){
-  cd dde-api-$pkgver
-  make
-}
-
-package() {
-  cd dde-api-$pkgver
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-
-  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
-}

Copied: deepin-api/repos/community-x86_64/PKGBUILD (from rev 437287, 
deepin-api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 16:50:22 UTC (rev 437288)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='Golang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect')
+makedepends=('git' 'deepin-gettext-tools' 'golang-deepin-gir' 
'golang-deepin-lib'
+ 'golang-github-linuxdeepin-go-dbus-factory' 
'golang-github-linuxdeepin-go-x11-client'
+ 'golang-github-nfnt-resize' 'bzr' 'go-pie')
+provides=('golang-deepin-dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
+deepin-api.sysusers)
+sha512sums=('c95a3d2e50581633473350f3f05923d1a2b8ebeb5af740cdd41e91e6cfad4dca8fa53d62e1999232945933b8a6fa8b700142841db7ba1feb20ca7dc5cb05f06f'
+
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # golang-deepin-lib's dependency, remove when go packaging resumes
+  go get github.com/cryptix/wav
+
+  go get github.com/disintegration/imaging github.com/fogleman/gg
+}
+
+build(){
+  cd dde-api-$pkgver
+  make
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+
+  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
+}

Deleted: deepin-api.sysusers
===
--- deepin-api.sysusers 2019-03-01 16:49:48 UTC (rev 437287)
+++ deepin-api.sysusers 2019-03-01 16:50:22 UTC (rev 437288)
@@ -1,2 +0,0 @@
-u deepin-sound-player - "Deepin Sound Player"
-g deepin-sound-player -

Copied: deepin-api/repos/community-x86_64/deepin-api.sysusers (from rev 437287, 

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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:50:32
  Author: felixonmars
Revision: 437289

upgpkg: python-hypothesis 4.7.17-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 16:50:22 UTC (rev 437288)
+++ PKGBUILD2019-03-01 16:50:32 UTC (rev 437289)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.7.16
+pkgver=4.7.17
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('ef9d86d3e6a9ba81410acfd2bacd2bc9b31458542d6d846f4f2ea2480b3b1897cd198e9c5f59716551fcfe1fa45b5b3eba9e34f6a2d2de2e71a05890a0bf82f1')
+sha512sums=('94db423673ea3f7adee9232cdcaa3f8e27d95aacd4dcf0bd3a4ee70433c26c74f975840fce15a4a515d316389c50c467e07ad56b9335c4601ecaa67304521100')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:49:48
  Author: felixonmars
Revision: 437287

upgpkg: deepin-api 3.17.1-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 16:34:22 UTC (rev 437286)
+++ PKGBUILD2019-03-01 16:49:48 UTC (rev 437287)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.17.0
+pkgver=3.17.1
 pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
@@ -11,14 +11,14 @@
 license=('GPL3')
 depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
  'poppler-glib' 'xcur2png' 'blur-effect')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
-conflicts=('dde-api')
-replaces=('dde-api')
+makedepends=('git' 'deepin-gettext-tools' 'golang-deepin-gir' 
'golang-deepin-lib'
+ 'golang-github-linuxdeepin-go-dbus-factory' 
'golang-github-linuxdeepin-go-x11-client'
+ 'golang-github-nfnt-resize' 'bzr' 'go-pie')
+provides=('golang-deepin-dde-api')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
 deepin-api.sysusers)
-sha512sums=('09471031492188e98a355856239e8ed2d9ceca061181bb7d58e67c4d05a7672526e93121231ffb1081b6325c7407bb8cf6dd46a84805b4e60ebcccfebb74779a'
+sha512sums=('c95a3d2e50581633473350f3f05923d1a2b8ebeb5af740cdd41e91e6cfad4dca8fa53d62e1999232945933b8a6fa8b700142841db7ba1feb20ca7dc5cb05f06f'
 
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
 
 prepare() {
@@ -26,13 +26,10 @@
   mkdir -p build/src/pkg.deepin.io/dde/api
   cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
 
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
+  # golang-deepin-lib's dependency, remove when go packaging resumes
+  go get github.com/cryptix/wav
 
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav \
- golang.org/x/net/context github.com/fogleman/gg
+  go get github.com/disintegration/imaging github.com/fogleman/gg
 }
 
 build(){


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:39:04
  Author: felixonmars
Revision: 346980

archrelease: copy trunk to extra-x86_64

Added:
  ibus/repos/extra-x86_64/PKGBUILD
(from rev 346979, ibus/trunk/PKGBUILD)
  ibus/repos/extra-x86_64/ibus.install
(from rev 346979, ibus/trunk/ibus.install)
Deleted:
  ibus/repos/extra-x86_64/PKGBUILD
  ibus/repos/extra-x86_64/ibus.install

--+
 PKGBUILD |  125 -
 ibus.install |   32 +++---
 2 files changed, 78 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 16:38:46 UTC (rev 346979)
+++ PKGBUILD2019-03-01 16:39:04 UTC (rev 346980)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.19
-pkgrel=1
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('x86_64')
-url="https://github.com/ibus/ibus/wiki;
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
- 'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 
'librsvg')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base'
- 'cldr-emoji-annotation' 'unicode-character-database' 
'unicode-emoji')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
-sha512sums=('28554a6ffcf4aa3426b9df18ce16790a8f81be09f4bd6733e7f6d9fe9cbb43519e2cbf12bc7b406e1a9deca9ba7f2fa8e1526101661697529aad9f04428bd69a')
-
-prepare() {
-  cd ibus-$pkgver
-  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
-}
-
-build() {
-  cd ibus-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---enable-python-library \
---with-python=python3 \
---with-ucd-dir=/usr/share/unicode/
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-  install=ibus.install
-
-  cd ibus-$pkgver
-  make DESTDIR="$pkgdir" install
-  make -C src DESTDIR="$pkgdir" uninstall
-  make -C bindings DESTDIR="$pkgdir" uninstall
-  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
-  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=('glib2')
-
-  cd ibus-$pkgver
-  make -C src DESTDIR="$pkgdir" install
-  make -C bindings DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" install-pkgconfigDATA
-}

Copied: ibus/repos/extra-x86_64/PKGBUILD (from rev 346979, ibus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 16:39:04 UTC (rev 346980)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.20
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 
'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base'
+ 'cldr-emoji-annotation' 'unicode-character-database' 
'unicode-emoji')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
+sha512sums=('a8174c5a8266a546310b14fae442cb9f03dd8f284f2c2db626fe4ccddb06810af9dde69939b3074c714442e4ee07596a0fb875478328eba9c0c8017fff2128e9')
+
+prepare() {
+  cd ibus-$pkgver
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
+}
+
+build() {
+  cd ibus-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3 \
+--with-ucd-dir=/usr/share/unicode/
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ibus-$pkgver
+  make DESTDIR="$pkgdir" install
+  make -C src DESTDIR="$pkgdir" uninstall
+  make -C bindings DESTDIR="$pkgdir" uninstall
+  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
+  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ibus-$pkgver
+  make -C src DESTDIR="$pkgdir" install
+  make -C bindings DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+}

Deleted: 

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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:38:46
  Author: felixonmars
Revision: 346979

upgpkg: ibus 1.5.20-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 12:56:45 UTC (rev 346978)
+++ PKGBUILD2019-03-01 16:38:46 UTC (rev 346979)
@@ -2,7 +2,7 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.19
+pkgver=1.5.20
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'cldr-emoji-annotation' 'unicode-character-database' 
'unicode-emoji')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
-sha512sums=('28554a6ffcf4aa3426b9df18ce16790a8f81be09f4bd6733e7f6d9fe9cbb43519e2cbf12bc7b406e1a9deca9ba7f2fa8e1526101661697529aad9f04428bd69a')
+sha512sums=('a8174c5a8266a546310b14fae442cb9f03dd8f284f2c2db626fe4ccddb06810af9dde69939b3074c714442e4ee07596a0fb875478328eba9c0c8017fff2128e9')
 
 prepare() {
   cd ibus-$pkgver


[arch-commits] Commit in golang-github-linuxdeepin-go-dbus-factory/repos/community-any (2 files)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:34:22
  Author: felixonmars
Revision: 437286

archrelease: copy trunk to community-any

Added:
  golang-github-linuxdeepin-go-dbus-factory/repos/community-any/PKGBUILD
(from rev 437285, golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD)
Deleted:
  golang-github-linuxdeepin-go-dbus-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 16:33:57 UTC (rev 437285)
+++ PKGBUILD2019-03-01 16:34:22 UTC (rev 437286)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-go-dbus-factory
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='GO DBus factory for DDE'
-arch=('any')
-url="https://github.com/linuxdeepin/go-dbus-factory;
-license=('GPL3')
-depends=('deepin-go-lib')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('553409311960c67042f83e6204b1d9da312a7447a943b0a10653eb35d180d190617a4fde29d0c6322b9380e055948a97c836e650781cb4c8eac333bb60c0f307')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
-  ln -sf "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
-
-  go get golang.org/x/net/context
-}
-
-build() {
-  cd go-dbus-factory-$pkgver
-  make bin
-  ./gen.sh
-}
-
-package() {
-  cd go-dbus-factory-$pkgver
-  install -dm755 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory
-  cp -a com.* org.* net.* object_manager 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory/
-}

Copied: golang-github-linuxdeepin-go-dbus-factory/repos/community-any/PKGBUILD 
(from rev 437285, golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 16:34:22 UTC (rev 437286)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-github-linuxdeepin-go-dbus-factory
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/go-dbus-factory;
+license=('GPL3')
+depends=('golang-deepin-lib')
+makedepends=('go-pie')
+provides=('deepin-go-dbus-factory')
+conflicts=('deepin-go-dbus-factory')
+replaces=('deepin-go-dbus-factory')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('6c87e404c1e65d3fc3809ddbd3e19a5d30f251ec404103daf9fe9fa10a36b99bc19e3aafee3ff0bb77ca58d1287bfb2869f205bf6749d62ce5854335bbfbb8a7')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+}
+
+build() {
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  make bin
+  ./gen.sh
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  go test -v $(go list ./...)
+}
+
+package() {
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  install -dm755 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory
+  cp -a com.* org.* net.* object_manager 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory/
+}


[arch-commits] Commit in golang-github-linuxdeepin-go-dbus-factory/trunk (PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:33:57
  Author: felixonmars
Revision: 437285

upgpkg: golang-github-linuxdeepin-go-dbus-factory 0.3.0-1

Modified:
  golang-github-linuxdeepin-go-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 16:32:09 UTC (rev 437284)
+++ PKGBUILD2019-03-01 16:33:57 UTC (rev 437285)
@@ -2,35 +2,41 @@
 # Contributor: Josip Ponjavic 
 # Contributor: Xu Fasheng 
 
-pkgname=deepin-go-dbus-factory
-pkgver=0.2.0
+pkgname=golang-github-linuxdeepin-go-dbus-factory
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='GO DBus factory for DDE'
 arch=('any')
 url="https://github.com/linuxdeepin/go-dbus-factory;
 license=('GPL3')
-depends=('deepin-go-lib')
-makedepends=('go-pie' 'git')
+depends=('golang-deepin-lib')
+makedepends=('go-pie')
+provides=('deepin-go-dbus-factory')
+conflicts=('deepin-go-dbus-factory')
+replaces=('deepin-go-dbus-factory')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('553409311960c67042f83e6204b1d9da312a7447a943b0a10653eb35d180d190617a4fde29d0c6322b9380e055948a97c836e650781cb4c8eac333bb60c0f307')
+sha512sums=('6c87e404c1e65d3fc3809ddbd3e19a5d30f251ec404103daf9fe9fa10a36b99bc19e3aafee3ff0bb77ca58d1287bfb2869f205bf6749d62ce5854335bbfbb8a7')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-
   mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
-  ln -sf "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
-
-  go get golang.org/x/net/context
+  cp -a "$srcdir"/go-dbus-factory-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
 }
 
 build() {
-  cd go-dbus-factory-$pkgver
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
   make bin
   ./gen.sh
 }
 
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
+  go test -v $(go list ./...)
+}
+
 package() {
-  cd go-dbus-factory-$pkgver
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-dbus-factory
   install -dm755 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory
   cp -a com.* org.* net.* object_manager 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-dbus-factory/
 }


[arch-commits] Commit in golang-deepin-lib/repos/community-any (PKGBUILD PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:32:09
  Author: felixonmars
Revision: 437284

archrelease: copy trunk to community-any

Added:
  golang-deepin-lib/repos/community-any/PKGBUILD
(from rev 437283, golang-deepin-lib/trunk/PKGBUILD)
Deleted:
  golang-deepin-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 16:31:44 UTC (rev 437283)
+++ PKGBUILD2019-03-01 16:32:09 UTC (rev 437284)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-deepin-lib
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('go-pie' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11')
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('81bcccb0a9ccff6e1c5d70880289a0c329d4a0e14415a049e5dff43df5e4c1effed48c0694e60582e938ebff70a43abfdc74f28b7c1a031bf5bb6bd9776ecf19')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO
-  # go test -v $(go list ./...)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: golang-deepin-lib/repos/community-any/PKGBUILD (from rev 437283, 
golang-deepin-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 16:32:09 UTC (rev 437284)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('dbus' 'go-pie' 'libpulse' 'gdk-pixbuf2' 
'mobile-broadband-provider-info' 'libx11'
+ 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'git') # git needed only for go get
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('81bcccb0a9ccff6e1c5d70880289a0c329d4a0e14415a049e5dff43df5e4c1effed48c0694e60582e938ebff70a43abfdc74f28b7c1a031bf5bb6bd9776ecf19')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


[arch-commits] Commit in golang-deepin-lib/trunk (PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 16:31:44
  Author: felixonmars
Revision: 437283

upgpkg: golang-deepin-lib 1.9.2-2

add some go depends

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 15:49:42 UTC (rev 437282)
+++ PKGBUILD2019-03-01 16:31:44 UTC (rev 437283)
@@ -2,12 +2,16 @@
 
 pkgname=golang-deepin-lib
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib;
 license=('GPL3')
-depends=('go-pie' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11')
+depends=('dbus' 'go-pie' 'libpulse' 'gdk-pixbuf2' 
'mobile-broadband-provider-info' 'libx11'
+ 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'git') # git needed only for go get
 replaces=('deepin-go-lib')
 conflicts=('deepin-go-lib')
 provides=('deepin-go-lib')
@@ -19,8 +23,13 @@
   mkdir -p "$srcdir"/build/src/pkg.deepin.io
   cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
   cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO
-  # go test -v $(go list ./...)
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
 }
 
 package() {


[arch-commits] Commit in golang-gopkg-alecthomas-kingpin.v2/repos/community-any (2 files)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 15:49:42
  Author: felixonmars
Revision: 437282

archrelease: copy trunk to community-any

Added:
  golang-gopkg-alecthomas-kingpin.v2/repos/community-any/PKGBUILD
(from rev 437281, golang-gopkg-alecthomas-kingpin.v2/trunk/PKGBUILD)
Deleted:
  golang-gopkg-alecthomas-kingpin.v2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 15:49:18 UTC (rev 437281)
+++ PKGBUILD2019-03-01 15:49:42 UTC (rev 437282)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-gopkg-alecthomas-kingpin.v2
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='A Go (golang) command line and flag parser'
-arch=('any')
-url="https://gopkg.in/alecthomas/kingpin.v2;
-license=('MIT')
-depends=('go-pie' 'golang-github-alecthomas-template' 
'golang-github-alecthomas-units'
- 'golang-github-stretchr-testify')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/alecthomas/kingpin/archive/v$pkgver.tar.gz;)
-sha512sums=('09c6bb5782639efc7068ed7606fe22c463b2397dc95a89c27ba567a58da10660bfea60d7836b63dcedf7db702f79fe7247575c33a503990f5ba6ca92e29b06b3')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/gopkg.in
-  cp -a "$srcdir"/kingpin-$pkgver "$srcdir"/build/src/gopkg.in/kingpin.v2
-  cd "$srcdir"/build/src/gopkg.in/kingpin.v2
-  go test -v $(go list ./... | grep -v vendor)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/gopkg.in
-  cp -a "$srcdir"/kingpin-$pkgver 
"$pkgdir"/usr/share/gocode/src/gopkg.in/kingpin.v2
-
-  install -Dm644 kingpin-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: golang-gopkg-alecthomas-kingpin.v2/repos/community-any/PKGBUILD (from 
rev 437281, golang-gopkg-alecthomas-kingpin.v2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 15:49:42 UTC (rev 437282)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-gopkg-alecthomas-kingpin.v2
+pkgver=2.2.6
+pkgrel=2
+pkgdesc='A Go (golang) command line and flag parser'
+arch=('any')
+url="https://gopkg.in/alecthomas/kingpin.v2;
+license=('MIT')
+depends=('go-pie' 'golang-github-alecthomas-template' 
'golang-github-alecthomas-units'
+ 'golang-github-stretchr-testify')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/alecthomas/kingpin/archive/v$pkgver.tar.gz;)
+sha512sums=('09c6bb5782639efc7068ed7606fe22c463b2397dc95a89c27ba567a58da10660bfea60d7836b63dcedf7db702f79fe7247575c33a503990f5ba6ca92e29b06b3')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/gopkg.in/alecthomas
+  cp -a "$srcdir"/kingpin-$pkgver 
"$srcdir"/build/src/gopkg.in/alecthomas/kingpin.v2
+  cd "$srcdir"/build/src/gopkg.in/alecthomas/kingpin.v2
+  go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/gopkg.in/alecthomas
+  cp -a "$srcdir"/kingpin-$pkgver 
"$pkgdir"/usr/share/gocode/src/gopkg.in/alecthomas/kingpin.v2
+
+  install -Dm644 kingpin-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in golang-gopkg-alecthomas-kingpin.v2/trunk (PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 15:49:18
  Author: felixonmars
Revision: 437281

upgpkg: golang-gopkg-alecthomas-kingpin.v2 2.2.6-2

fix installation dir

Modified:
  golang-gopkg-alecthomas-kingpin.v2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 15:34:06 UTC (rev 437280)
+++ PKGBUILD2019-03-01 15:49:18 UTC (rev 437281)
@@ -2,7 +2,7 @@
 
 pkgname=golang-gopkg-alecthomas-kingpin.v2
 pkgver=2.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A Go (golang) command line and flag parser'
 arch=('any')
 url="https://gopkg.in/alecthomas/kingpin.v2;
@@ -14,15 +14,15 @@
 
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/gopkg.in
-  cp -a "$srcdir"/kingpin-$pkgver "$srcdir"/build/src/gopkg.in/kingpin.v2
-  cd "$srcdir"/build/src/gopkg.in/kingpin.v2
+  mkdir -p "$srcdir"/build/src/gopkg.in/alecthomas
+  cp -a "$srcdir"/kingpin-$pkgver 
"$srcdir"/build/src/gopkg.in/alecthomas/kingpin.v2
+  cd "$srcdir"/build/src/gopkg.in/alecthomas/kingpin.v2
   go test -v $(go list ./...)
 }
 
 package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/gopkg.in
-  cp -a "$srcdir"/kingpin-$pkgver 
"$pkgdir"/usr/share/gocode/src/gopkg.in/kingpin.v2
+  mkdir -p "$pkgdir"/usr/share/gocode/src/gopkg.in/alecthomas
+  cp -a "$srcdir"/kingpin-$pkgver 
"$pkgdir"/usr/share/gocode/src/gopkg.in/alecthomas/kingpin.v2
 
   install -Dm644 kingpin-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }


[arch-commits] Commit in (2 files)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 15:34:06
  Author: felixonmars
Revision: 437280

rename go libs

Added:
  golang-github-linuxdeepin-go-dbus-factory/
Deleted:
  deepin-go-dbus-factory/


[arch-commits] Commit in golang-deepin-gir/repos (community-x86_64)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 15:33:12
  Author: felixonmars
Revision: 437279

Removed community-x86_64 for golang-deepin-gir

Deleted:
  golang-deepin-gir/repos/community-x86_64/


[arch-commits] Commit in golang-deepin-gir/repos (3 files)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 15:33:04
  Author: felixonmars
Revision: 437278

archrelease: copy trunk to community-any

Added:
  golang-deepin-gir/repos/community-any/
  golang-deepin-gir/repos/community-any/PKGBUILD
(from rev 437277, golang-deepin-gir/trunk/PKGBUILD)
  golang-deepin-gir/repos/community-any/SettingsBackendLike.patch
(from rev 437277, golang-deepin-gir/trunk/SettingsBackendLike.patch)

---+
 PKGBUILD  |   56 
 SettingsBackendLike.patch |   42 +
 2 files changed, 98 insertions(+)

Copied: golang-deepin-gir/repos/community-any/PKGBUILD (from rev 437277, 
golang-deepin-gir/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-01 15:33:04 UTC (rev 437278)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-deepin-gir
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('any')
+url="https://github.com/linuxdeepin/go-gir-generator;
+license=('GPL3')
+depends=('gtk3' 'libgudev')
+makedepends=('go-pie' 'gobject-introspection')
+checkdepends=('golang-gopkg-check.v1')
+provides=('deepin-gir-generator')
+conflicts=('deepin-gir-generator')
+replaces=('deepin-gir-generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
+SettingsBackendLike.patch)
+sha512sums=('859b11160be3172e9ffea9120af218808edfb4d2dc5afeb17858e77be9f0a2053b90d3ed50a946251d53ede48f0a4735756fa78babc180a3b1c3392f811b25f7'
+
'bd97770e2a345bc1fe4248238f13bd741c157629c5e097c56039326fe7fa4d550c8030272c18c2adc1c0dce35dd72c8d4e6fc394bf4d659076794e6a375d045a')
+
+prepare() {
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+
+  # Should be fixed upstream
+  mkdir -p 
go-gir-generator-$pkgver/out/src/pkg.deepin.io/gir/{glib-2.0,gobject-2.0,gio-2.0,gudev-1.0}
+
+  # Our gobject-introspection is too new
+  # https://cr.deepin.io/#/c/16880/
+  patch -d go-gir-generator-$pkgver -p1 -i ../SettingsBackendLike.patch
+}
+
+build() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd go-gir-generator-$pkgver
+  rm -r gogtk-demo
+  make
+
+  mv out/src/pkg.deepin.io/gir "$srcdir"/build/src/pkg.deepin.io/
+}
+
+check() {
+  # https://github.com/linuxdeepin/developer-center/issues/955
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/pkg.deepin.io/gir
+  go test -v $(go list ./...) || warning "Tests failed"
+
+  cd "$srcdir"/go-gir-generator-$pkgver
+  go run test/memory.go
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/build/src/pkg.deepin.io/gir 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/
+}

Copied: golang-deepin-gir/repos/community-any/SettingsBackendLike.patch (from 
rev 437277, golang-deepin-gir/trunk/SettingsBackendLike.patch)
===
--- community-any/SettingsBackendLike.patch (rev 0)
+++ community-any/SettingsBackendLike.patch 2019-03-01 15:33:04 UTC (rev 
437278)
@@ -0,0 +1,42 @@
+From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
+From: jouyouyun 
+Date: Mon, 24 Oct 2016 19:43:32 +0800
+Subject: [PATCH] Fix 'SettingsBackendLike' undefined
+
+Change-Id: I9b817b3a6ec26ce8023e26a6b2c7abc67074d53f
+---
+
+diff --git a/lib.in/gio-2.0/config.json b/lib.in/gio-2.0/config.json
+index aaf75ed..7733140 100644
+--- a/lib.in/gio-2.0/config.json
 b/lib.in/gio-2.0/config.json
+@@ -35,6 +35,7 @@
+   "AppLaunchContext",
+   "Emblem",
+   "Settings",
++  "SettingsBackend",
+   "FileMonitor",
+   "FileInfo",
+   "InputStream",
+@@ -52,7 +53,6 @@
+   "FileAttributeInfoList",
+   "FileAttributeMatcher",
+   "ActionEntry",
+-  "SettingsBackend",
+   "MountIface",
+   "OutputVector"
+   //"SettingsSchema"
+diff --git a/lib.in/glib-2.0/config.json b/lib.in/glib-2.0/config.json
+index 88a8314..4290004 100644
+--- a/lib.in/glib-2.0/config.json
 b/lib.in/glib-2.0/config.json
+@@ -11,7 +11,8 @@
+   "KeyFile",
+   "Variant",
+   "VariantType",
+-  "PollFD"
++  "PollFD",
++  "Tree"
+   ],
+   "functions": [
+   "get_user_cache_dir",


[arch-commits] Commit in golang-deepin-gir/trunk (PKGBUILD SettingsBackendLike.patch)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 15:32:37
  Author: felixonmars
Revision: 437277

upgpkg: golang-deepin-gir 2.0.0-1

Modified:
  golang-deepin-gir/trunk/PKGBUILD
  golang-deepin-gir/trunk/SettingsBackendLike.patch

---+
 PKGBUILD  |   45 +++-
 SettingsBackendLike.patch |6 ++---
 2 files changed, 35 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 15:10:48 UTC (rev 437276)
+++ PKGBUILD2019-03-01 15:32:37 UTC (rev 437277)
@@ -2,36 +2,55 @@
 # Contributor: Josip Ponjavic 
 # Contributor: Xu Fasheng 
 
-pkgname=deepin-gir-generator
-pkgver=1.2.0
+pkgname=golang-deepin-gir
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
-arch=('x86_64')
+arch=('any')
 url="https://github.com/linuxdeepin/go-gir-generator;
 license=('GPL3')
-depends=('gobject-introspection' 'libgudev')
-makedepends=('go-pie')
+depends=('gtk3' 'libgudev')
+makedepends=('go-pie' 'gobject-introspection')
+checkdepends=('golang-gopkg-check.v1')
+provides=('deepin-gir-generator')
+conflicts=('deepin-gir-generator')
+replaces=('deepin-gir-generator')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
 SettingsBackendLike.patch)
-sha512sums=('8fefad81103f614bb5c172df5255ff36a395923d9d82faf54f6a21ad4c38f59bdcab3c6f94ee7298debec46c79981a58011cf38f52effe2cde819ef399e9d5ce'
-
'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
+sha512sums=('859b11160be3172e9ffea9120af218808edfb4d2dc5afeb17858e77be9f0a2053b90d3ed50a946251d53ede48f0a4735756fa78babc180a3b1c3392f811b25f7'
+
'bd97770e2a345bc1fe4248238f13bd741c157629c5e097c56039326fe7fa4d550c8030272c18c2adc1c0dce35dd72c8d4e6fc394bf4d659076794e6a375d045a')
 
 prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
 
-  cd go-gir-generator-$pkgver
+  # Should be fixed upstream
+  mkdir -p 
go-gir-generator-$pkgver/out/src/pkg.deepin.io/gir/{glib-2.0,gobject-2.0,gio-2.0,gudev-1.0}
+
   # Our gobject-introspection is too new
   # https://cr.deepin.io/#/c/16880/
-  patch -p1 -i ../SettingsBackendLike.patch
-  sed -i '/MountIface/a ,"OutputVector"' lib.in/gio-2.0/config.json
+  patch -d go-gir-generator-$pkgver -p1 -i ../SettingsBackendLike.patch
 }
 
 build() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
   cd go-gir-generator-$pkgver
+  rm -r gogtk-demo
   make
+
+  mv out/src/pkg.deepin.io/gir "$srcdir"/build/src/pkg.deepin.io/
 }
 
+check() {
+  # https://github.com/linuxdeepin/developer-center/issues/955
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/pkg.deepin.io/gir
+  go test -v $(go list ./...) || warning "Tests failed"
+
+  cd "$srcdir"/go-gir-generator-$pkgver
+  go run test/memory.go
+}
+
 package() {
-  cd go-gir-generator-$pkgver
-  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/build/src/pkg.deepin.io/gir 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/
 }

Modified: SettingsBackendLike.patch
===
--- SettingsBackendLike.patch   2019-03-01 15:10:48 UTC (rev 437276)
+++ SettingsBackendLike.patch   2019-03-01 15:32:37 UTC (rev 437277)
@@ -23,9 +23,9 @@
"FileAttributeMatcher",
"ActionEntry",
 -  "SettingsBackend",
-   "MountIface"
-   //"SettingsSchema"
-   ],
+   "MountIface",
+   "OutputVector"
+   //"SettingsSchema"
 diff --git a/lib.in/glib-2.0/config.json b/lib.in/glib-2.0/config.json
 index 88a8314..4290004 100644
 --- a/lib.in/glib-2.0/config.json


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

2019-03-01 Thread Jonathan Steel via arch-commits
Date: Friday, March 1, 2019 @ 15:10:48
  Author: jsteel
Revision: 437276

archrelease: copy trunk to community-x86_64

Added:
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 437275, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 15:10:41 UTC (rev 437275)
+++ PKGBUILD2019-03-01 15:10:48 UTC (rev 437276)
@@ -1,46 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=22.0.2
-pkgrel=3
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support'
-'luajit: scripting support'
-'python: scripting support'
-'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz
-
https://github.com/obsproject/obs-studio/commit/cf73fa6da19f798ce04907781d6dc00484820b77.patch)
-md5sums=('8c63cdc08a4510f288d174c65b252544'
- 'b67d1e5922852c080c4fefdfa04f3cd6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # libfdk-aac 2.0.0
-  patch -Np1 -i ../cf73fa6da19f798ce04907781d6dc00484820b77.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 437275, 
obs-studio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 15:10:48 UTC (rev 437276)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=23.0.1
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support'
+'luajit: scripting support'
+'python: scripting support'
+'vlc: VLC Media Source support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('c45d4053ccd89a315baf4fd8f9d9667c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}


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

2019-03-01 Thread Jonathan Steel via arch-commits
Date: Friday, March 1, 2019 @ 15:10:41
  Author: jsteel
Revision: 437275

upgpkg: obs-studio 23.0.1-1

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 15:02:26 UTC (rev 437274)
+++ PKGBUILD2019-03-01 15:10:41 UTC (rev 437275)
@@ -2,8 +2,8 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=22.0.2
-pkgrel=3
+pkgver=23.0.1
+pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
 url="https://obsproject.com;
@@ -16,18 +16,9 @@
 'luajit: scripting support'
 'python: scripting support'
 'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz
-
https://github.com/obsproject/obs-studio/commit/cf73fa6da19f798ce04907781d6dc00484820b77.patch)
-md5sums=('8c63cdc08a4510f288d174c65b252544'
- 'b67d1e5922852c080c4fefdfa04f3cd6')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('c45d4053ccd89a315baf4fd8f9d9667c')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # libfdk-aac 2.0.0
-  patch -Np1 -i ../cf73fa6da19f798ce04907781d6dc00484820b77.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2019-03-01 Thread Jonathan Steel via arch-commits
Date: Friday, March 1, 2019 @ 15:02:14
  Author: jsteel
Revision: 437273

upgpkg: vagrant 2.2.4-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 14:57:58 UTC (rev 437272)
+++ PKGBUILD2019-03-01 15:02:14 UTC (rev 437273)
@@ -9,7 +9,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('2cfc11b119448b2c2a2284345b199c40'
+md5sums=('7e6d5c04f11bc1e9fe8daa610fc046bc'
  'SKIP')
 
 build() {


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

2019-03-01 Thread Jonathan Steel via arch-commits
Date: Friday, March 1, 2019 @ 15:02:26
  Author: jsteel
Revision: 437274

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 437273, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 15:02:14 UTC (rev 437273)
+++ PKGBUILD2019-03-01 15:02:26 UTC (rev 437274)
@@ -1,71 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.3
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('2cfc11b119448b2c2a2284345b199c40'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 437273, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 15:02:26 UTC (rev 437274)
@@ -0,0 +1,71 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
+md5sums=('7e6d5c04f11bc1e9fe8daa610fc046bc'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
+
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install $pkgname-$pkgver.gem --no-document
+
+  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
+"$pkgdir"/opt/$pkgname/bin/$pkgname
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  

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

2019-03-01 Thread David Runge via arch-commits
Date: Friday, March 1, 2019 @ 14:57:58
  Author: dvzrv
Revision: 437272

archrelease: copy trunk to community-x86_64

Added:
  carla/repos/community-x86_64/PKGBUILD
(from rev 437271, carla/trunk/PKGBUILD)
Deleted:
  carla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 14:57:51 UTC (rev 437271)
+++ PKGBUILD2019-03-01 14:57:58 UTC (rev 437272)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: falkTX 
-
-_name=Carla
-pkgname=carla
-pkgver=1.9.14
-pkgrel=1
-pkgdesc="Audio Plugin Host"
-arch=('x86_64')
-url="https://kxstudio.linuxaudio.org/Applications:Carla;
-license=('GPL2')
-groups=('pro-audio')
-depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler'
-'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
-makedepends=('qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('675fdd0d624c3a95f18abbbc54a45c288c96bacbfebeebf2a0653c558996e6b8f2d8a5961769e6e0db3999e60eaac6e180783114793528fe92d9940a7086b8ee')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make features
-  make DEFAULT_QT=5
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DEFAULT_QT=5 \
-   DESTDIR="${pkgdir}/" \
-   PREFIX=/usr \
-   install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: carla/repos/community-x86_64/PKGBUILD (from rev 437271, 
carla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 14:57:58 UTC (rev 437272)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: falkTX 
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.14
+pkgrel=2
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.linuxaudio.org/Applications:Carla;
+license=('GPL2')
+groups=('pro-audio')
+depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'python-pyqt5'
+'python-pyliblo' 'python-rdflib' 'qt5-svg')
+makedepends=('qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('6db46fc7755c1131c69e23a851e7b85b42cbf3e67f3b0a45c8f962f072ef8d7410a8ae968681898a4ec3f38fc72f28711132fb526d55e9b1dd2ced756817836b')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DEFAULT_QT=5 \
+   DESTDIR="${pkgdir}/" \
+   PREFIX=/usr \
+   install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-01 Thread David Runge via arch-commits
Date: Friday, March 1, 2019 @ 14:57:51
  Author: dvzrv
Revision: 437271

upgpkg: carla 1.9.14-2

Re-packaging 1.9.14, as upstream accidentally leaked the wrong tag into the 
master branch. Removing linuxsampler from depends (not used anymore).

Modified:
  carla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 14:45:22 UTC (rev 437270)
+++ PKGBUILD2019-03-01 14:57:51 UTC (rev 437271)
@@ -5,17 +5,17 @@
 _name=Carla
 pkgname=carla
 pkgver=1.9.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
 url="https://kxstudio.linuxaudio.org/Applications:Carla;
 license=('GPL2')
 groups=('pro-audio')
-depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler'
-'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
+depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'python-pyqt5'
+'python-pyliblo' 'python-rdflib' 'qt5-svg')
 makedepends=('qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('675fdd0d624c3a95f18abbbc54a45c288c96bacbfebeebf2a0653c558996e6b8f2d8a5961769e6e0db3999e60eaac6e180783114793528fe92d9940a7086b8ee')
+sha512sums=('6db46fc7755c1131c69e23a851e7b85b42cbf3e67f3b0a45c8f962f072ef8d7410a8ae968681898a4ec3f38fc72f28711132fb526d55e9b1dd2ced756817836b')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 14:45:22
  Author: felixonmars
Revision: 437270

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 14:44:58 UTC (rev 437269)
+++ PKGBUILD2019-03-01 14:45:22 UTC (rev 437270)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
-  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos' 
'python-oauthlib'
-  'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
-  'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('55041e92b5ae29bb0ab8ad26954d4154545571beaa1230cbf8fa580df18d46bc12d330668f50d93f78ad5c36bc6b7e98508ed6ea86fdfd1c4af1f52b149dca67')
-
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth-$pkgver{,-py2}
-
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  stestr run
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-os-service-types' 'python-requests')
-  optdepends=('python-requests-kerberos: for kerberos support'
-  'python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-os-service-types' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 437269, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 14:45:22 UTC (rev 437270)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.13.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
+  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
+  'python-oslo-config' 'python2-oslo-config' 

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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 14:44:58
  Author: felixonmars
Revision: 437269

upgpkg: python-keystoneauth1 3.13.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 14:44:48 UTC (rev 437268)
+++ PKGBUILD2019-03-01 14:44:58 UTC (rev 437269)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.12.0
+pkgver=3.13.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -20,7 +20,7 @@
   'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
   'python2-stestr')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('55041e92b5ae29bb0ab8ad26954d4154545571beaa1230cbf8fa580df18d46bc12d330668f50d93f78ad5c36bc6b7e98508ed6ea86fdfd1c4af1f52b149dca67')
+sha512sums=('44971934a0e4b9dc9218477cf87cec3c089da3448fc2f3b3514d1802165955df7bbe51f28f34f26b4947841822ff40c46445cf9a5301243f16cd49c06a57')
 
 prepare() {
   sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py


[arch-commits] Commit in (3 files)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 14:44:48
  Author: felixonmars
Revision: 437268

use a better name

Added:
  golang-deepin-gir/
Modified:
  golang-deepin-gir/trunk/PKGBUILD
Deleted:
  deepin-gir-generator/

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

Modified: golang-deepin-gir/trunk/PKGBUILD
===
--- deepin-gir-generator/trunk/PKGBUILD 2019-03-01 14:44:01 UTC (rev 437267)
+++ golang-deepin-gir/trunk/PKGBUILD2019-03-01 14:44:48 UTC (rev 437268)
@@ -23,6 +23,7 @@
   # Our gobject-introspection is too new
   # https://cr.deepin.io/#/c/16880/
   patch -p1 -i ../SettingsBackendLike.patch
+  sed -i '/MountIface/a ,"OutputVector"' lib.in/gio-2.0/config.json
 }
 
 build() {


[arch-commits] Commit in golang-deepin-lib/repos/community-any (PKGBUILD PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 14:44:01
  Author: felixonmars
Revision: 437267

archrelease: copy trunk to community-any

Added:
  golang-deepin-lib/repos/community-any/PKGBUILD
(from rev 437266, golang-deepin-lib/trunk/PKGBUILD)
Deleted:
  golang-deepin-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 14:43:18 UTC (rev 437266)
+++ PKGBUILD2019-03-01 14:44:01 UTC (rev 437267)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-deepin-lib
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('go-pie' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11')
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('0e28fbd95d0bbe23cc4199434bdb281d5864607c142f7a828e5eaef2055017bf96af8a48726ecbd54955ac4990004f6456315d0db989409f655c44e3dd8c6969')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO
-  # go test -v $(go list ./...)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: golang-deepin-lib/repos/community-any/PKGBUILD (from rev 437266, 
golang-deepin-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 14:44:01 UTC (rev 437267)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('go-pie' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11')
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('81bcccb0a9ccff6e1c5d70880289a0c329d4a0e14415a049e5dff43df5e4c1effed48c0694e60582e938ebff70a43abfdc74f28b7c1a031bf5bb6bd9776ecf19')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO
+  # go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


[arch-commits] Commit in golang-deepin-lib/trunk (PKGBUILD)

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 14:43:18
  Author: felixonmars
Revision: 437266

upgpkg: golang-deepin-lib 1.9.2-1

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 13:50:12 UTC (rev 437265)
+++ PKGBUILD2019-03-01 14:43:18 UTC (rev 437266)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-deepin-lib
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
@@ -12,7 +12,7 @@
 conflicts=('deepin-go-lib')
 provides=('deepin-go-lib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('0e28fbd95d0bbe23cc4199434bdb281d5864607c142f7a828e5eaef2055017bf96af8a48726ecbd54955ac4990004f6456315d0db989409f655c44e3dd8c6969')
+sha512sums=('81bcccb0a9ccff6e1c5d70880289a0c329d4a0e14415a049e5dff43df5e4c1effed48c0694e60582e938ebff70a43abfdc74f28b7c1a031bf5bb6bd9776ecf19')
 
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in nodejs-lts-boron/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Friday, March 1, 2019 @ 13:50:12
  Author: archange
Revision: 437265

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD
(from rev 437264, nodejs-lts-boron/trunk/PKGBUILD)
Deleted:
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 13:49:50 UTC (rev 437264)
+++ PKGBUILD2019-03-01 13:50:12 UTC (rev 437265)
@@ -1,65 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-
-pkgname=nodejs-lts-boron
-pkgver=6.16.0
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
-sha256sums=('0d0882a9da1ccc217518d3d1a60dd238da9f52bed0c7daac42b8dc3d83bd7546')
-validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

-  'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 

-  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 

-
-prepare() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # eslint missing (Cannot find module '../../tools/eslint')
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: nodejs-lts-boron/repos/community-x86_64/PKGBUILD (from rev 437264, 
nodejs-lts-boron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 13:50:12 UTC (rev 437265)
@@ -0,0 +1,65 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+
+pkgname=nodejs-lts-boron
+pkgver=6.17.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
+sha256sums=('c1dac78ea71c2e622cea6f94ba97a4be49329a1d36cd05945a1baf1ae8652748')
+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 

+  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 

+
+prepare() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # eslint missing (Cannot find module '../../tools/eslint')
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Friday, March 1, 2019 @ 13:49:50
  Author: archange
Revision: 437264

upgpkg: nodejs-lts-boron 6.17.0-1

Modified:
  nodejs-lts-boron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 13:37:55 UTC (rev 437263)
+++ PKGBUILD2019-03-01 13:49:50 UTC (rev 437264)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 
 pkgname=nodejs-lts-boron
-pkgver=6.16.0
-pkgrel=2
+pkgver=6.17.0
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
 arch=('x86_64')
 url='https://nodejs.org/'
@@ -14,7 +14,7 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
-sha256sums=('0d0882a9da1ccc217518d3d1a60dd238da9f52bed0c7daac42b8dc3d83bd7546')
+sha256sums=('c1dac78ea71c2e622cea6f94ba97a4be49329a1d36cd05945a1baf1ae8652748')
 validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

   'B9AE9905FFD7803F25714661B63B535A4C206CA9' # Evan Lucas 

   'DD8F2338BAE7501E3DD5AC78C273792F7D83545D') # Rod Vagg 



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

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Friday, March 1, 2019 @ 13:37:55
  Author: archange
Revision: 437263

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/PKGBUILD
(from rev 437262, embree/trunk/PKGBUILD)
Deleted:
  embree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 13:37:32 UTC (rev 437262)
+++ PKGBUILD2019-03-01 13:37:55 UTC (rev 437263)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Bruno Pagani 
-
-pkgname=embree
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('x86_64')
-url="https://embree.github.io/;
-license=('Apache')
-depends=('intel-tbb')
-makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('4635439c277d0f688f1a21ad13ad22fdadbcbca04680cce346c88179b9522741')
-
-build() {
-cd ${pkgname}-${pkgver}
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DEMBREE_TUTORIALS=OFF \
-  -DEMBREE_MAX_ISA="AVX512SKX"
-# Embree detects actual ISA at runtime
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 437262, 
embree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 13:37:55 UTC (rev 437263)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Bruno Pagani 
+
+pkgname=embree
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/;
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
+sha256sums=('d6c3f00722f647c2f2c8b5c78aa506b118d486e7ff6baafb9158f06ad65d736e')
+
+build() {
+cd ${pkgname}-${pkgver}
+cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DEMBREE_TUTORIALS=OFF \
+  -DEMBREE_MAX_ISA="AVX512SKX"
+# Embree detects actual ISA at runtime
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+


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

2019-03-01 Thread Bruno Pagani via arch-commits
Date: Friday, March 1, 2019 @ 13:37:32
  Author: archange
Revision: 437262

upgpkg: embree 3.5.1-1

Modified:
  embree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 13:30:56 UTC (rev 437261)
+++ PKGBUILD2019-03-01 13:37:32 UTC (rev 437262)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=embree
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('intel-tbb')
 makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('4635439c277d0f688f1a21ad13ad22fdadbcbca04680cce346c88179b9522741')
+sha256sums=('d6c3f00722f647c2f2c8b5c78aa506b118d486e7ff6baafb9158f06ad65d736e')
 
 build() {
 cd ${pkgname}-${pkgver}


  1   2   >