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

2019-02-18 Thread Andreas Radke via arch-commits
Date: Tuesday, February 19, 2019 @ 07:28:28
  Author: andyrtr
Revision: 346503

upgpkg: foomatic-db 3:20190219-1

upstream update to latest bazaar commit

Modified:
  foomatic-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 06:09:29 UTC (rev 346502)
+++ PKGBUILD2019-02-19 07:28:28 UTC (rev 346503)
@@ -3,7 +3,7 @@
 pkgbase="foomatic-db"
 pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
 arch=('any')
-pkgver=20190104
+pkgver=20190219
 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=1330
#2018-12-17
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1331
#2019-02-14
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
 md5sums=('SKIP'


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

2019-02-18 Thread Andreas Radke via arch-commits
Date: Tuesday, February 19, 2019 @ 07:28:39
  Author: andyrtr
Revision: 346504

archrelease: copy trunk to extra-any

Added:
  foomatic-db/repos/extra-any/PKGBUILD
(from rev 346503, foomatic-db/trunk/PKGBUILD)
Deleted:
  foomatic-db/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  250 ++---
 1 file changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-19 07:28:28 UTC (rev 346503)
+++ PKGBUILD2019-02-19 07:28:39 UTC (rev 346504)
@@ -1,125 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="foomatic-db"
-pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
-arch=('any')
-pkgver=20190104
-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=1330
#2018-12-17
-
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
-}

Copied: foomatic-db/repos/extra-any/PKGBUILD (from rev 346503, 
foomatic-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-19 07:28:39 UTC (rev 346504)
@@ -0,0 +1,125 @@
+# 

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

2019-02-18 Thread Jan Steffens via arch-commits
Date: Tuesday, February 19, 2019 @ 06:09:29
  Author: heftig
Revision: 346502

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  
curl/repos/testing-x86_64/0001-connection_check-restore-original-conn-data-after-th.patch
(from rev 346501, 
curl/trunk/0001-connection_check-restore-original-conn-data-after-th.patch)
  
curl/repos/testing-x86_64/0001-connection_check-set-data-to-the-transfer-doing-the-.patch
(from rev 346501, 
curl/trunk/0001-connection_check-set-data-to-the-transfer-doing-the-.patch)
  curl/repos/testing-x86_64/0001-multi-remove-verbose-Expire-in-messages.patch
(from rev 346501, 
curl/trunk/0001-multi-remove-verbose-Expire-in-messages.patch)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 346501, curl/trunk/PKGBUILD)

-+
 0001-connection_check-restore-original-conn-data-after-th.patch |   77 
++
 0001-connection_check-set-data-to-the-transfer-doing-the-.patch |   31 
 0001-multi-remove-verbose-Expire-in-messages.patch  |   26 +++
 PKGBUILD|   67 
 4 files changed, 201 insertions(+)

Copied: 
curl/repos/testing-x86_64/0001-connection_check-restore-original-conn-data-after-th.patch
 (from rev 346501, 
curl/trunk/0001-connection_check-restore-original-conn-data-after-th.patch)
===
--- 
testing-x86_64/0001-connection_check-restore-original-conn-data-after-th.patch  
(rev 0)
+++ 
testing-x86_64/0001-connection_check-restore-original-conn-data-after-th.patch  
2019-02-19 06:09:29 UTC (rev 346502)
@@ -0,0 +1,77 @@
+From 4015fae044ce52a639c9358e22a9e948f287c89f Mon Sep 17 00:00:00 2001
+Message-Id: 
<4015fae044ce52a639c9358e22a9e948f287c89f.1550326608.git.jan.steff...@gmail.com>
+From: Jay Satiro 
+Date: Mon, 11 Feb 2019 23:00:00 -0500
+Subject: [PATCH] connection_check: restore original conn->data after the check
+
+- Save the original conn->data before it's changed to the specified
+  data transfer for the connection check and then restore it afterwards.
+
+This is a follow-up to 38d8e1b 2019-02-11.
+
+History:
+
+It was discovered a month ago that before checking whether to extract a
+dead connection that that connection should be associated with a "live"
+transfer for the check (ie original conn->data ignored and set to the
+passed in data). A fix was landed in 54b201b which did that and also
+cleared conn->data after the check. The original conn->data was not
+restored, so presumably it was thought that a valid conn->data was no
+longer needed.
+
+Several days later it was discovered that a valid conn->data was needed
+after the check and follow-up fix was landed in bbae24c which partially
+reverted the original fix and attempted to limit the scope of when
+conn->data was changed to only when pruning dead connections. In that
+case conn->data was not cleared and the original conn->data not
+restored.
+
+A month later it was discovered that the original fix was somewhat
+correct; a "live" transfer is needed for the check in all cases
+because original conn->data could be null which could cause a bad deref
+at arbitrary points in the check. A fix was landed in 38d8e1b which
+expanded the scope to all cases. conn->data was not cleared and the
+original conn->data not restored.
+
+A day later it was discovered that not restoring the original conn->data
+may lead to busy loops in applications that use the event interface, and
+given this observation it's a pretty safe assumption that there is some
+code path that still needs the original conn->data. This commit is the
+follow-up fix for that, it restores the original conn->data after the
+connection check.
+
+Assisted-by: tho...@users.noreply.github.com
+Reported-by: tho...@users.noreply.github.com
+
+Fixes https://github.com/curl/curl/issues/3542
+Closes #3559
+---
+ lib/url.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/lib/url.c b/lib/url.c
+index bc47685db..46c8fb5fb 100644
+--- a/lib/url.c
 b/lib/url.c
+@@ -964,8 +964,10 @@ static bool extract_if_dead(struct connectdata *conn,
+   /* The protocol has a special method for checking the state of the
+  connection. Use it to check if the connection is dead. */
+   unsigned int state;
++  struct Curl_easy *olddata = conn->data;
+   conn->data = data; /* use this transfer for now */
+   state = conn->handler->connection_check(conn, CONNCHECK_ISDEAD);
++  conn->data = olddata;
+   dead = (state & CONNRESULT_DEAD);
+ }
+ else {
+@@ -994,7 +996,6 @@ struct prunedead {
+ static int call_extract_if_dead(struct connectdata *conn, void *param)
+ {
+   struct prunedead *p = (struct prunedead *)param;
+-  conn->data = p->data; /* transfer to use for this check */
+   if(extract_if_dead(conn, p->data)) {
+ /* stop the iteration here, pass 

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

2019-02-18 Thread Jan Steffens via arch-commits
Date: Tuesday, February 19, 2019 @ 06:09:09
  Author: heftig
Revision: 346501

7.64.0-8

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 23:04:23 UTC (rev 346500)
+++ PKGBUILD2019-02-19 06:09:09 UTC (rev 346501)
@@ -6,7 +6,7 @@
 
 pkgname=curl
 pkgver=7.64.0
-pkgrel=7
+pkgrel=8
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se;
@@ -14,7 +14,6 @@
 depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2'
  'libidn2' 'libidn2.so')
 provides=('libcurl.so')
-options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
 "0001-connection_check-set-data-to-the-transfer-doing-the-.patch"
 "0001-connection_check-restore-original-conn-data-after-th.patch"
@@ -46,9 +45,6 @@
   --disable-ldap \
   --disable-ldaps \
   --disable-manual \
-  --disable-curldebug \
-  --enable-debug \
-  --enable-optimize \
   --enable-ipv6 \
   --enable-versioned-symbols \
   --enable-threaded-resolver \


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

2019-02-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, February 19, 2019 @ 02:29:32
  Author: eschwartz
Revision: 434321

archrelease: copy trunk to community-x86_64

Added:
  sigil/repos/community-x86_64/PKGBUILD
(from rev 434320, sigil/trunk/PKGBUILD)
Deleted:
  sigil/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-19 02:29:14 UTC (rev 434320)
+++ PKGBUILD2019-02-19 02:29:32 UTC (rev 434321)
@@ -1,64 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.10
-pkgrel=3
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-lxml' 'qt5-webkit')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake')
-optdepends=('hunspell-en: for English dictionary support'
-'hyphen-en: for English hyphenation support in plugins'
-'python-html5lib: recommended for plugins'
-'python-chardet: recommended for plugins'
-'python-cssselect: recommended for plugins'
-'python-cssutils: recommended for plugins'
-'python-pillow: recommended for plugins'
-'python-regex: recommended for plugins'
-'python-pyqt5: recommended for plugins'
-'tk: recommended for plugins')
-source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
-   
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
-sha256sums=('294954c4c2b3f1f9348d4f1bff18edebaba44afae901be3900154778b2f877ed'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-build() {
-cd "${srcdir}/Sigil-${pkgver}"
-
-mkdir -p build
-cd build
-
-cmake -G "Unix Makefiles" \
--DUSE_SYSTEM_LIBS=1 \
--DSYSTEM_LIBS_REQUIRED=1 \
--DINSTALL_BUNDLED_DICTS=0 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# Compile python bytecode
-python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
-python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
-}

Copied: sigil/repos/community-x86_64/PKGBUILD (from rev 434320, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-19 02:29:32 UTC (rev 434321)
@@ -0,0 +1,70 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-css-parser'
+ 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+optdepends=('hunspell-en: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'python-html5lib: recommended for plugins'
+'python-chardet: recommended for plugins'
+'python-cssselect: recommended for plugins'
+'python-pillow: recommended for plugins'
+'python-regex: recommended for plugins'
+'python-pyqt5: recommended for plugins'
+'tk: recommended for plugins')
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
+sha256sums=('8d810f9fc742c92bdd1c4075577be70cda0b7922a1ae06dc8373e619b77aa4bb'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+prepare() {
+cd "${srcdir}"/Sigil-${pkgver}
+
+# devendor css_parser as it's a direct copy of the external package;
+# upstream maintains both and plans to switch soon
+rm -r src/Resource_Files/plugin_launchers/python/css_parser/
+}
+
+build() {
+mkdir -p "${srcdir}"/Sigil-${pkgver}/build
+cd "${srcdir}"/Sigil-${pkgver}/build
+
+cmake -G 

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

2019-02-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, February 19, 2019 @ 02:29:14
  Author: eschwartz
Revision: 434320

upgpkg: sigil 0.9.12-1

upstream release
migrate to python css_parser (now a hard requirement)

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 23:02:03 UTC (rev 434319)
+++ PKGBUILD2019-02-19 02:29:14 UTC (rev 434320)
@@ -4,13 +4,14 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.9.10
-pkgrel=3
+pkgver=0.9.12
+pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
 url="https://sigil-ebook.com/;
 license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-lxml' 'qt5-webkit')
+depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-css-parser'
+ 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
 makedepends=('qt5-tools' 'qt5-svg' 'cmake')
 optdepends=('hunspell-en: for English dictionary support'
 'hyphen-en: for English hyphenation support in plugins'
@@ -17,23 +18,28 @@
 'python-html5lib: recommended for plugins'
 'python-chardet: recommended for plugins'
 'python-cssselect: recommended for plugins'
-'python-cssutils: recommended for plugins'
 'python-pillow: recommended for plugins'
 'python-regex: recommended for plugins'
 'python-pyqt5: recommended for plugins'
 'tk: recommended for plugins')
 
source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
-   
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
-sha256sums=('294954c4c2b3f1f9348d4f1bff18edebaba44afae901be3900154778b2f877ed'
+
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
+sha256sums=('8d810f9fc742c92bdd1c4075577be70cda0b7922a1ae06dc8373e619b77aa4bb'
 'SKIP')
 validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

 
+prepare() {
+cd "${srcdir}"/Sigil-${pkgver}
+
+# devendor css_parser as it's a direct copy of the external package;
+# upstream maintains both and plans to switch soon
+rm -r src/Resource_Files/plugin_launchers/python/css_parser/
+}
+
 build() {
-cd "${srcdir}/Sigil-${pkgver}"
+mkdir -p "${srcdir}"/Sigil-${pkgver}/build
+cd "${srcdir}"/Sigil-${pkgver}/build
 
-mkdir -p build
-cd build
-
 cmake -G "Unix Makefiles" \
 -DUSE_SYSTEM_LIBS=1 \
 -DSYSTEM_LIBS_REQUIRED=1 \


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

2019-02-18 Thread Antonio Rojas via arch-commits
Date: Monday, February 18, 2019 @ 23:04:23
  Author: arojas
Revision: 346500

archrelease: copy trunk to extra-x86_64

Added:
  graphene/repos/extra-x86_64/PKGBUILD
(from rev 346499, graphene/trunk/PKGBUILD)
Deleted:
  graphene/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 23:03:48 UTC (rev 346499)
+++ PKGBUILD2019-02-18 23:04:23 UTC (rev 346500)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
- 
-pkgname=graphene
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="A thin layer of graphic data types"
-url="https://github.com/ebassi/graphene;
-arch=(x86_64)
-license=(MIT)
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=f98e3c378414eafae8b75792ded7496b09baaad9  # tags/1.8.2^0
-source=("git+https://github.com/ebassi/graphene#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: graphene/repos/extra-x86_64/PKGBUILD (from rev 346499, 
graphene/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 23:04:23 UTC (rev 346500)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+url="https://github.com/ebassi/graphene;
+arch=(x86_64)
+license=(MIT)
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=9a3bde57751a3881d32393ffca8fbf5b9a3a0755  # tags/1.8.4^0
+source=("git+https://github.com/ebassi/graphene#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}


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

2019-02-18 Thread Antonio Rojas via arch-commits
Date: Monday, February 18, 2019 @ 23:03:48
  Author: arojas
Revision: 346499

Update to 1.8.4

Modified:
  graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 18:34:54 UTC (rev 346498)
+++ PKGBUILD2019-02-18 23:03:48 UTC (rev 346499)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
  
 pkgname=graphene
-pkgver=1.8.2
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="A thin layer of graphic data types"
 url="https://github.com/ebassi/graphene;
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(glib2)
 makedepends=(git gtk-doc gobject-introspection meson)
-_commit=f98e3c378414eafae8b75792ded7496b09baaad9  # tags/1.8.2^0
+_commit=9a3bde57751a3881d32393ffca8fbf5b9a3a0755  # tags/1.8.4^0
 source=("git+https://github.com/ebassi/graphene#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-02-18 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 18, 2019 @ 23:01:30
  Author: jlichtblau
Revision: 434318

upgpkg: youtube-dl 2019.02.18-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:51:38 UTC (rev 434317)
+++ PKGBUILD2019-02-18 23:01:30 UTC (rev 434318)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2019.02.08
+pkgver=2019.02.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('f6d3681393efbc3183f63018914c65eb593511acc75466455523a826e59fdb93'
+sha256sums=('61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2019-02-18 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 18, 2019 @ 23:02:03
  Author: jlichtblau
Revision: 434319

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 434318, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 23:01:30 UTC (rev 434318)
+++ PKGBUILD2019-02-18 23:02:03 UTC (rev 434319)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2019.02.08
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('f6d3681393efbc3183f63018914c65eb593511acc75466455523a826e59fdb93'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 434318, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 23:02:03 UTC (rev 434319)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2019.02.18
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="https://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-18 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 18, 2019 @ 22:51:38
  Author: jlichtblau
Revision: 434317

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 434316, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 22:51:24 UTC (rev 434316)
+++ PKGBUILD2019-02-18 22:51:38 UTC (rev 434317)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.4
-pkgrel=2
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d60413a2dc4e65b3832491fdcdb03897e673f8ff69885f015e74a6e9c7d978ef')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 434316, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 22:51:38 UTC (rev 434317)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e74b6bf42d120a162014d8c8b5e89decc9c37a0a772adfd45acb23ecda6d6887')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-02-18 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 18, 2019 @ 22:51:24
  Author: jlichtblau
Revision: 434316

upgpkg: ginac 1.7.5-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:44:18 UTC (rev 434315)
+++ PKGBUILD2019-02-18 22:51:24 UTC (rev 434316)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.4
-pkgrel=2
+pkgver=1.7.5
+pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
 url='https://www.ginac.de/'
@@ -13,7 +13,7 @@
 depends=('cln')
 makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d60413a2dc4e65b3832491fdcdb03897e673f8ff69885f015e74a6e9c7d978ef')
+sha256sums=('e74b6bf42d120a162014d8c8b5e89decc9c37a0a772adfd45acb23ecda6d6887')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2019-02-18 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 18, 2019 @ 22:44:18
  Author: jlichtblau
Revision: 434315

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 434314, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 434314, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   98 +++
 offlineimap.changelog |  305 
 2 files changed, 203 insertions(+), 200 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 22:43:57 UTC (rev 434314)
+++ PKGBUILD2019-02-18 22:44:18 UTC (rev 434315)
@@ -1,49 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.2.2
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six')
-makedepends=('asciidoc')
-optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('4481da81c22da3b85c5bd3fff3da7930b8ccdc2675d52cf3fc7e19758498b04e')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.timer
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 434314, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 22:44:18 UTC (rev 434315)
@@ -0,0 +1,49 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.2.3
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six')
+makedepends=('asciidoc')
+optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('7dec9fa9ff98c09e2e371b1d721327ba23935de5ac8c8145d4e8caf715978350')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
+  install -Dm644 

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

2019-02-18 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, February 18, 2019 @ 22:43:57
  Author: jlichtblau
Revision: 434314

upgpkg: offlineimap 7.2.3-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

---+
 PKGBUILD  |4 ++--
 offlineimap.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:42:38 UTC (rev 434313)
+++ PKGBUILD2019-02-18 22:43:57 UTC (rev 434314)
@@ -4,7 +4,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.2.2
+pkgver=7.2.3
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('4481da81c22da3b85c5bd3fff3da7930b8ccdc2675d52cf3fc7e19758498b04e')
+sha256sums=('7dec9fa9ff98c09e2e371b1d721327ba23935de5ac8c8145d4e8caf715978350')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2019-02-18 22:42:38 UTC (rev 434313)
+++ offlineimap.changelog   2019-02-18 22:43:57 UTC (rev 434314)
@@ -1,3 +1,6 @@
+2019-02-18 Jaroslav Lichtblau 
+   * offlineimap 7.2.3-1
+
 2018-12-25 Jaroslav Lichtblau 
* offlineimap 7.2.2-1
 


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 22:42:38
  Author: dvzrv
Revision: 434313

archrelease: copy trunk to community-any

Added:
  speakup-utils/repos/community-any/PKGBUILD
(from rev 434312, speakup-utils/trunk/PKGBUILD)
Deleted:
  speakup-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 22:42:31 UTC (rev 434312)
+++ PKGBUILD2019-02-18 22:42:38 UTC (rev 434313)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon 
-
-pkgname=speakup-utils
-pkgver=3.1.6
-pkgrel=4
-pkgdesc='Tiny utilities for controlling the Speakup screenreader'
-arch=('any')
-url="http://linux-speakup.org/;
-depends=('sh')
-license=('GPL2')
-source=("ftp://mirrors.easynews.com/linux/ftp.linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2;)
-md5sums=('d5698267098f63ea166e06c0bd769a03')
-
-package() {
-  cd speakup-$pkgver/tools
-  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
-  install -D -m755 talkwith "$pkgdir/usr/bin/talkwith"
-  cd ../man
-  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
-  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
-}

Copied: speakup-utils/repos/community-any/PKGBUILD (from rev 434312, 
speakup-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 22:42:38 UTC (rev 434313)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+# Contributor: Chris Brannon 
+
+_name=speakup
+pkgname=speakup-utils
+pkgver=3.1.6
+pkgrel=5
+pkgdesc='Tiny utilities for controlling the Speakup screenreader'
+arch=('any')
+url="http://linux-speakup.org/;
+depends=('sh')
+license=('GPL2')
+source=("ftp://linux-speakup.org/pub/${_name}/${_name}-${pkgver}.tar.bz2;)
+sha512sums=('d591cddb8bf2e331463d556b19fbce0109a2b353a27aa90b130903ec431630fe7ed65e07cc76a6f42f2960791dc7993bce5d5e0c2d855a8ef1935afc4cdd967d')
+
+package() {
+  cd "${_name}-$pkgver"
+  install -vDm 755 tools/{speakupconf,talkwith} -t "${pkgdir}/usr/bin/"
+  install -vDm 644 man/{speakupconf,talkwith}.1 \
+-t "${pkgdir}/usr/share/man/man1/"
+  install -vDm 644 tools/README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 22:42:31
  Author: dvzrv
Revision: 434312

upgpkg: speakup-utils 3.1.6-5

Adding maintainer. Switching to direct source. Simplifying installation of 
scripts and man pages. Adding README.

Modified:
  speakup-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:20:18 UTC (rev 434311)
+++ PKGBUILD2019-02-18 22:42:31 UTC (rev 434312)
@@ -1,21 +1,22 @@
-# Maintainer: Chris Brannon 
+# Maintainer: David Runge 
+# Contributor: Chris Brannon 
 
+_name=speakup
 pkgname=speakup-utils
 pkgver=3.1.6
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiny utilities for controlling the Speakup screenreader'
 arch=('any')
 url="http://linux-speakup.org/;
 depends=('sh')
 license=('GPL2')
-source=("ftp://mirrors.easynews.com/linux/ftp.linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2;)
-md5sums=('d5698267098f63ea166e06c0bd769a03')
+source=("ftp://linux-speakup.org/pub/${_name}/${_name}-${pkgver}.tar.bz2;)
+sha512sums=('d591cddb8bf2e331463d556b19fbce0109a2b353a27aa90b130903ec431630fe7ed65e07cc76a6f42f2960791dc7993bce5d5e0c2d855a8ef1935afc4cdd967d')
 
 package() {
-  cd speakup-$pkgver/tools
-  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
-  install -D -m755 talkwith "$pkgdir/usr/bin/talkwith"
-  cd ../man
-  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
-  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
+  cd "${_name}-$pkgver"
+  install -vDm 755 tools/{speakupconf,talkwith} -t "${pkgdir}/usr/bin/"
+  install -vDm 644 man/{speakupconf,talkwith}.1 \
+-t "${pkgdir}/usr/share/man/man1/"
+  install -vDm 644 tools/README -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 22:20:18
  Author: mtorromeo
Revision: 434311

archrelease: copy trunk to community-x86_64

Added:
  rng-tools/repos/community-x86_64/PKGBUILD
(from rev 434310, rng-tools/trunk/PKGBUILD)
  rng-tools/repos/community-x86_64/rngd-test-signal-in-loop.patch
(from rev 434310, rng-tools/trunk/rngd-test-signal-in-loop.patch)
  rng-tools/repos/community-x86_64/rngd.conf
(from rev 434310, rng-tools/trunk/rngd.conf)
  rng-tools/repos/community-x86_64/rngd.service
(from rev 434310, rng-tools/trunk/rngd.service)
Deleted:
  rng-tools/repos/community-x86_64/PKGBUILD
  rng-tools/repos/community-x86_64/rngd-test-signal-in-loop.patch
  rng-tools/repos/community-x86_64/rngd.conf
  rng-tools/repos/community-x86_64/rngd.service

+
 PKGBUILD   |   84 +++
 rngd-test-signal-in-loop.patch |   72 -
 rngd.conf  |2 
 rngd.service   |   28 ++---
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 22:19:54 UTC (rev 434310)
+++ PKGBUILD2019-02-18 22:20:18 UTC (rev 434311)
@@ -1,42 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Alasdair Haswell 
-
-pkgname=rng-tools
-pkgver=6.6
-pkgrel=2
-pkgdesc="Random number generator related utilities"
-arch=('x86_64')
-url="https://github.com/nhorman/rng-tools;
-license=('GPL')
-depends=('libgcrypt' 'curl' 'libxml2' 'sysfsutils' 'jitterentropy')
-backup=(etc/conf.d/rngd)
-source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-rngd.conf
-rngd.service)
-sha256sums=('201d15e9e5ae8468b14a7a2f3a7fa714c4e83380f4468b80893148bf700c2efe'
-'f4fd197dd682cdab07ddeabe8d3b73b1bc2e1cf322237be238a26b49a7dcb047'
-'653224f7a3294618069c78b9d87e8cdeb0f6d00a97f180fba8849a499fdbe726')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   mv README{.md,}
-
-   libtoolize --force
-   aclocal
-   autoheader
-   automake --force-missing --add-missing
-   autoconf
-}
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   install -Dm0644 "$srcdir"/rngd.service 
"$pkgdir"/usr/lib/systemd/system/rngd.service
-   install -Dm0644 "$srcdir"/rngd.conf "$pkgdir"/etc/conf.d/rngd
-}

Copied: rng-tools/repos/community-x86_64/PKGBUILD (from rev 434310, 
rng-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 22:20:18 UTC (rev 434311)
@@ -0,0 +1,42 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Alasdair Haswell 
+
+pkgname=rng-tools
+pkgver=6.7
+pkgrel=1
+pkgdesc="Random number generator related utilities"
+arch=('x86_64')
+url="https://github.com/nhorman/rng-tools;
+license=('GPL')
+depends=('libgcrypt' 'curl' 'libxml2' 'sysfsutils' 'jitterentropy' 'libp11')
+backup=(etc/conf.d/rngd)
+source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+rngd.conf
+rngd.service)
+sha256sums=('b85e3530dbf943b6da03ebecaf64d0a4febfcc4f562fc7f8d886483906b15f08'
+'f4fd197dd682cdab07ddeabe8d3b73b1bc2e1cf322237be238a26b49a7dcb047'
+'653224f7a3294618069c78b9d87e8cdeb0f6d00a97f180fba8849a499fdbe726')
+
+prepare() {
+   cd "$srcdir"/$pkgname-$pkgver
+   mv README{.md,}
+
+   libtoolize --force
+   aclocal
+   autoheader
+   automake --force-missing --add-missing
+   autoconf
+}
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 "$srcdir"/rngd.service 
"$pkgdir"/usr/lib/systemd/system/rngd.service
+   install -Dm0644 "$srcdir"/rngd.conf "$pkgdir"/etc/conf.d/rngd
+}

Deleted: rngd-test-signal-in-loop.patch
===
--- rngd-test-signal-in-loop.patch  2019-02-18 22:19:54 UTC (rev 434310)
+++ rngd-test-signal-in-loop.patch  2019-02-18 22:20:18 UTC (rev 434311)
@@ -1,36 +0,0 @@
-From: Leonardo Chiquitto 
-Subject: Check for signals in update_kernel_random()
-
-When running as a daemon, a signal handler is installed to catch
-SIGINT/SIGTERM. This handler sets a flag that's tested in the main
-loop. However, rngd loops in update_kernel_random() as well, where
-the flag was not tested.
-
-This patch adds the check to update_kernel_random() so that the
-daemon exits properly after receiving a SIGINT/SIGTERM signal.
-
-Index: rng-tools-5/rngd.c

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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 22:19:54
  Author: mtorromeo
Revision: 434310

upgpkg: rng-tools 6.7-1

Updated to 6.7

Modified:
  rng-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:19:24 UTC (rev 434309)
+++ PKGBUILD2019-02-18 22:19:54 UTC (rev 434310)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 url="https://github.com/nhorman/rng-tools;
 license=('GPL')
-depends=('libgcrypt' 'curl' 'libxml2' 'sysfsutils' 'jitterentropy')
+depends=('libgcrypt' 'curl' 'libxml2' 'sysfsutils' 'jitterentropy' 'libp11')
 backup=(etc/conf.d/rngd)
 
source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 rngd.conf


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 22:19:24
  Author: mtorromeo
Revision: 434309

Fixed invalid arch

Modified:
  libp11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:18:54 UTC (rev 434308)
+++ PKGBUILD2019-02-18 22:19:24 UTC (rev 434309)
@@ -8,7 +8,7 @@
 pkgver=0.4.9
 pkgrel=1
 pkgdesc="A library implementing a small layer on top of the PKCS11 API"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/OpenSC/libp11/wiki;
 license=('LGPL')
 depends=('openssl')


[arch-commits] Commit in libp11 (3 files)

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 22:18:54
  Author: mtorromeo
Revision: 434308

archrelease: copy trunk to community-x86_64

Added:
  libp11/repos/
  libp11/repos/community-x86_64/
  libp11/repos/community-x86_64/PKGBUILD
(from rev 434307, libp11/trunk/PKGBUILD)

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

Copied: libp11/repos/community-x86_64/PKGBUILD (from rev 434307, 
libp11/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-02-18 22:18:54 UTC (rev 434308)
@@ -0,0 +1,30 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Brian Bidulock 
+# Contributor: Timothy Redaelli 
+# Contributor: kevku 
+# Contributor: Rene Pärts 
+
+pkgname=libp11
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="A library implementing a small layer on top of the PKCS11 API"
+arch=('i686' 'x86_64')
+url="https://github.com/OpenSC/libp11/wiki;
+license=('LGPL')
+depends=('openssl')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8'
+'SKIP')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in lib32-rust/repos/multilib-x86_64 (4 files)

2019-02-18 Thread Johannes Löthberg via arch-commits
Date: Monday, February 18, 2019 @ 22:18:13
  Author: demize
Revision: 434307

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 434306, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 434306, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|   98 +-
 config.toml |   58 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 22:18:11 UTC (rev 434306)
+++ PKGBUILD2019-02-18 22:18:13 UTC (rev 434307)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.32.0
-pkgrel=2
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 434306, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 22:18:13 UTC (rev 434307)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.32.0
+pkgrel=3
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-2")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2019-02-18 22:18:11 UTC (rev 434306)
+++ config.toml 2019-02-18 22:18:13 UTC (rev 434307)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-x86_64/config.toml (from rev 434306, 
lib32-rust/trunk/config.toml)
===
--- config.toml (rev 0)
+++ config.toml 2019-02-18 22:18:13 UTC (rev 434307)
@@ -0,0 +1,29 @@
+[llvm]
+link-shared = true
+
+[build]
+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = 

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

2019-02-18 Thread Johannes Löthberg via arch-commits
Date: Monday, February 18, 2019 @ 22:18:03
  Author: demize
Revision: 434305

upgpkg: lib32-rust 1.32.0-3

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:13:06 UTC (rev 434304)
+++ PKGBUILD2019-02-18 22:18:03 UTC (rev 434305)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-rust
 pkgver=1.32.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='32-bit libraries for rust'
 url='https://www.rust-lang.org/'
@@ -10,7 +10,7 @@
 license=('MIT' 'Apache')
 
 makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+depends=('lib32-gcc-libs' "rust=1:$pkgver-2")
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 22:18:11
  Author: mtorromeo
Revision: 434306

Added libp11 as dependency for rng-tools

Added:
  libp11/
  libp11/trunk/
  libp11/trunk/PKGBUILD

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

Added: libp11/trunk/PKGBUILD
===
--- libp11/trunk/PKGBUILD   (rev 0)
+++ libp11/trunk/PKGBUILD   2019-02-18 22:18:11 UTC (rev 434306)
@@ -0,0 +1,30 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Brian Bidulock 
+# Contributor: Timothy Redaelli 
+# Contributor: kevku 
+# Contributor: Rene Pärts 
+
+pkgname=libp11
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="A library implementing a small layer on top of the PKCS11 API"
+arch=('i686' 'x86_64')
+url="https://github.com/OpenSC/libp11/wiki;
+license=('LGPL')
+depends=('openssl')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8'
+'SKIP')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 22:13:06
  Author: dvzrv
Revision: 434304

Removing python2 support.

Modified:
  python-wsgi-intercept/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:06:29 UTC (rev 434303)
+++ PKGBUILD2019-02-18 22:13:06 UTC (rev 434304)
@@ -3,8 +3,7 @@
 # Contributor: Neil Santos 
 
 _name=wsgi_intercept
-pkgbase=python-wsgi-intercept
-pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
+pkgname=python-wsgi-intercept
 pkgver=1.8.0
 pkgrel=3
 pkgdesc='Intercept socket connection to wsgi applications for testing.'
@@ -11,39 +10,27 @@
 arch=('any')
 url="https://github.com/cdent/wsgi-intercept;
 license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
+depends=('python-six')
+makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
-'python-urllib3' 'python2-httplib2' 'python2-pytest' 'python2-requests'
-'python2-urllib3')
+'python-urllib3')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('980fd8d2c5b5fe1cd320995c4ee9c7c406fd0aedc5328647430cd1dd0aabd465761749804f7d73697ae3ac8284771632f9bce8d0a4c95d4153c21cabd0f4a590')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
   cd docs
   make man
-  cd ../../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-  cd docs
-  make man
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   py.test
-  cd ../"${pkgname[1]}-${pkgver}"
-  py.test2
 }
 
 package_python-wsgi-intercept() {
-  depends=('python-six')
-  cd "${pkgname}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -53,17 +40,3 @@
   install -vDm 644 docs/_build/man/${_name}.1 \
 -t "${pkgdir}/usr/share/man/man1/"
 }
-
-package_python2-wsgi-intercept() {
-  depends=('python2-six')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 README -t "${pkgdir}/usr/share/${pkgname}/"
-  install -vDm 644 docs/_build/man/${_name}.1 \
-"${pkgdir}/usr/share/man/man1/${_name}2.1"
-}
-


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 22:06:29
  Author: dvzrv
Revision: 434303

Removing python2 support.

Modified:
  python-vobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 22:02:14 UTC (rev 434302)
+++ PKGBUILD2019-02-18 22:06:29 UTC (rev 434303)
@@ -2,8 +2,7 @@
 # Contributor: Carsten Feuls 
 
 _name=vobject
-pkgbase=python-vobject
-pkgname=('python-vobject' 'python2-vobject')
+pkgname=python-vobject
 pkgver=0.9.6.1
 pkgrel=2
 pkgdesc='Module for parsing and generating vCard and vCalendar files'
@@ -10,52 +9,26 @@
 url="https://eventable.github.io/vobject/;
 license=('Apache')
 arch=('any')
-makedepends=('python-dateutil' 'python-setuptools' 'python2-dateutil' 
'python2-setuptools')
+depends=('python-dateutil' 'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('0b299fd4ca105a063f4ac7b03b157c54a3867d6fb798f9072897939b0ba275ba0887bb001c5ed38002a8eb1c10aee710af880413c072140b855af4b62d5aff72')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py test
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py test
 }
 
-package_python-vobject() {
-  depends=('python-dateutil' 'python-setuptools')
-  cd "${pkgname}-${pkgver}"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/${pkgname}" \
--vDm 644 {ACKNOWLEDGEMENTS.txt,README.md}
+  install -vDm 644 {ACKNOWLEDGEMENTS.txt,README.md} \
+-t "${pkgdir}/usr/share/${pkgname}"
 }
-
-package_python2-vobject() {
-  depends=('python2-dateutil' 'python2-setuptools')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  mv -v "${pkgdir}/usr/bin/ics_diff" "${pkgdir}/usr/bin/ics_diff2"
-  mv -v "${pkgdir}/usr/bin/change_tz" "${pkgdir}/usr/bin/change_tz2"
-  install -t "${pkgdir}/usr/share/${pkgname}" \
--vDm 644 {ACKNOWLEDGEMENTS.txt,README.md}
-}
-
-# vim:set ts=2 sw=2 et:
-


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 22:02:14
  Author: dvzrv
Revision: 434302

Removing python2 support.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:57:12 UTC (rev 434301)
+++ PKGBUILD2019-02-18 22:02:14 UTC (rev 434302)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=tabulate
-pkgbase=python-tabulate
-pkgname=('python-tabulate' 'python2-tabulate')
+pkgname=python-tabulate
 pkgver=0.8.3
 pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
@@ -8,34 +7,28 @@
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth')
+optdepends=('python-numpy: NumPy array support'
+'python-pandas: pandas.DataFrame support'
+'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-$pkgver"
   python setup.py build
-  python2 setup.py build
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-$pkgver"
   export PYTHONPATH="${PYTHONPATH}:${PWD}"
   python setup.py test
-  python2 setup.py test
 }
 
 package_python-tabulate() {
-  depends=('python-setuptools')
-  optdepends=('python-numpy: NumPy array support'
-  'python-pandas: pandas.DataFrame support'
-  'python-wcwidth: wide-character support')
-  cd "$pkgname-$pkgver"
+  cd "${_name}-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -43,19 +36,3 @@
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
-
-package_python2-tabulate() {
-  depends=('python2-setuptools')
-  optdepends=('python2-numpy: NumPy array support'
-  'python2-pandas: pandas.DataFrame support'
-  'python2-wcwidth: wide-character support')
-  cd "$pkgbase-$pkgver"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # move executable to unique name
-  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
-}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 21:57:12
  Author: dvzrv
Revision: 434301

Removing python2 support. Switching to pythonhosted.org for source download. 
Removing unrelated tests.

Modified:
  python-sphinxcontrib-newsfeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:56:34 UTC (rev 434300)
+++ PKGBUILD2019-02-18 21:57:12 UTC (rev 434301)
@@ -3,65 +3,30 @@
 # Contributor: kang 
 
 _name=sphinxcontrib-newsfeed
-pkgbase=python-sphinxcontrib-newsfeed
-pkgname=("python-sphinxcontrib-newsfeed" "python2-sphinxcontrib-newsfeed")
+pkgname=python-sphinxcontrib-newsfeed
 pkgver=0.1.4
-pkgrel=6
+pkgrel=7
 pkgdesc="News Feed extension for Sphinx"
 arch=('any')
 url="https://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-#checkdepends=('python-pytest' 'python-whoosh' 'python-sqlalchemy' 
'python-xapian' 'python2-pytest' 'python2-xapian' 'python2-whoosh' 
'python2-sqlalchemy')
-source=("https://pypi.python.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz;)
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
-# tests disabled for now:
-# 
https://bitbucket.org/prometheus/sphinxcontrib-newsfeed/issues/4/running-tests-during-packaging
-#check() {
-#  cd "${pkgname[0]}-${pkgver}"
-#  export PYTHONPATH=${srcdir}/${pkgname[0]}-${pkgver}/build:${PYTHONPATH}
-#  py.test
-#  cd ../"${pkgname[1]}-${pkgver}"
-#  export PYTHONPATH=${srcdir}/${pkgname[1]}-${pkgver}/build:${PYTHONPATH}
-#  py.test2
-#}
-
-package_python-sphinxcontrib-newsfeed() {
-  depends=('python-sphinx')
-  cd "${pkgname[0]}-${pkgver}"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  # doc
-  install -vDm644 README "${pkgdir}/usr/share/doc/${pkgname[0]}/README"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-sphinxcontrib-newsfeed() {
-  depends=('python2-sphinx')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  # doc
-  install -vDm644 README "${pkgdir}/usr/share/doc/${pkgname[1]}/README"
-}
-


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 21:53:51
  Author: mtorromeo
Revision: 434298

upgpkg: python-cchardet 2.1.4-2

Removed python2-cchardet

Modified:
  python-cchardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:51:40 UTC (rev 434297)
+++ PKGBUILD2019-02-18 21:53:51 UTC (rev 434298)
@@ -1,11 +1,11 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=python-cchardet
-pkgname=(python-cchardet python2-cchardet)
 pkgver=2.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Universal encoding detector faster than chardet."
 url="https://pypi.org/project/cchardet/;
+depends=('python')
 makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
 license=('MIT')
 arch=('x86_64')
@@ -14,28 +14,10 @@
 
 build() {
 cd "$srcdir/cchardet-$pkgver"
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+python setup.py build
 }
 
 package_python-cchardet() {
-depends=(python)
-
 cd "$srcdir/cchardet-$pkgver"
-rm -rf build; ln -s ../buildpy3 build
 python setup.py install --skip-build -O1 --root="$pkgdir"
 }
-
-package_python2-cchardet() {
-depends=(python2)
-
-cd "$srcdir/cchardet-$pkgver"
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root="$pkgdir"
-mv "$pkgdir"/usr/bin/cchardetect{,2}
-}


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 21:54:22
  Author: mtorromeo
Revision: 434299

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 21:53:51 UTC (rev 434298)
+++ PKGBUILD2019-02-18 21:54:22 UTC (rev 434299)
@@ -1,41 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=python-cchardet
-pkgname=(python-cchardet python2-cchardet)
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="Universal encoding detector faster than chardet."
-url="http://pypi.python.org/pypi/cchardet/;
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-license=('MIT')
-arch=('x86_64')
-source=(https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
-sha256sums=('cc9745e0400da4cfb49f075e7819f22473b66443f953427058fee2c7b9547cc0')
-
-build() {
-cd "$srcdir/cchardet-$pkgver"
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
-}
-
-package_python-cchardet() {
-depends=(python)
-
-cd "$srcdir/cchardet-$pkgver"
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root="$pkgdir"
-}
-
-package_python2-cchardet() {
-depends=(python2)
-
-cd "$srcdir/cchardet-$pkgver"
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root="$pkgdir"
-mv "$pkgdir"/usr/bin/cchardetect{,2}
-}

Copied: python-cchardet/repos/community-x86_64/PKGBUILD (from rev 434298, 
python-cchardet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 21:54:22 UTC (rev 434299)
@@ -0,0 +1,23 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-cchardet
+pkgver=2.1.4
+pkgrel=2
+pkgdesc="Universal encoding detector faster than chardet."
+url="https://pypi.org/project/cchardet/;
+depends=('python')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+license=('MIT')
+arch=('x86_64')
+source=(https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
+sha256sums=('cc9745e0400da4cfb49f075e7819f22473b66443f953427058fee2c7b9547cc0')
+
+build() {
+cd "$srcdir/cchardet-$pkgver"
+python setup.py build
+}
+
+package_python-cchardet() {
+cd "$srcdir/cchardet-$pkgver"
+python setup.py install --skip-build -O1 --root="$pkgdir"
+}


[arch-commits] Commit in (5 files)

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 21:51:40
  Author: mtorromeo
Revision: 434297

Removed python2-augeas

Modified:
  hiredis/trunk/PKGBUILD
  python-greenlet/trunk/PKGBUILD
  python-grequests/trunk/PKGBUILD
  rng-tools/trunk/PKGBUILD
Deleted:
  python2-augeas/

-+
 hiredis/trunk/PKGBUILD  |6 +++---
 python-greenlet/trunk/PKGBUILD  |2 +-
 python-grequests/trunk/PKGBUILD |2 +-
 rng-tools/trunk/PKGBUILD|6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

Modified: hiredis/trunk/PKGBUILD
===
--- hiredis/trunk/PKGBUILD  2019-02-18 21:44:09 UTC (rev 434296)
+++ hiredis/trunk/PKGBUILD  2019-02-18 21:51:40 UTC (rev 434297)
@@ -2,8 +2,8 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=hiredis
-pkgver=0.13.3
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc='Minimalistic C client library for Redis'
 arch=('x86_64')
 url="https://github.com/redis/hiredis/;
@@ -11,7 +11,7 @@
 depends=('glibc')
 checkdepends=('redis')
 
source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
-sha256sums=('717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78')
+sha256sums=('042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver

Modified: python-greenlet/trunk/PKGBUILD
===
--- python-greenlet/trunk/PKGBUILD  2019-02-18 21:44:09 UTC (rev 434296)
+++ python-greenlet/trunk/PKGBUILD  2019-02-18 21:51:40 UTC (rev 434297)
@@ -5,7 +5,7 @@
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
 pkgver=0.4.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
 arch=('x86_64')

Modified: python-grequests/trunk/PKGBUILD
===
--- python-grequests/trunk/PKGBUILD 2019-02-18 21:44:09 UTC (rev 434296)
+++ python-grequests/trunk/PKGBUILD 2019-02-18 21:51:40 UTC (rev 434297)
@@ -4,7 +4,7 @@
 pkgname=(python-grequests python2-grequests)
 _libname=grequests
 pkgver=0.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily."
 url="https://pypi.python.org/pypi/grequests/;
 license=('custom: ISC')

Modified: rng-tools/trunk/PKGBUILD
===
--- rng-tools/trunk/PKGBUILD2019-02-18 21:44:09 UTC (rev 434296)
+++ rng-tools/trunk/PKGBUILD2019-02-18 21:51:40 UTC (rev 434297)
@@ -2,8 +2,8 @@
 # Contributor: Alasdair Haswell 
 
 pkgname=rng-tools
-pkgver=6.6
-pkgrel=2
+pkgver=6.7
+pkgrel=1
 pkgdesc="Random number generator related utilities"
 arch=('x86_64')
 url="https://github.com/nhorman/rng-tools;
@@ -13,7 +13,7 @@
 
source=(https://github.com/nhorman/rng-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 rngd.conf
 rngd.service)
-sha256sums=('201d15e9e5ae8468b14a7a2f3a7fa714c4e83380f4468b80893148bf700c2efe'
+sha256sums=('b85e3530dbf943b6da03ebecaf64d0a4febfcc4f562fc7f8d886483906b15f08'
 'f4fd197dd682cdab07ddeabe8d3b73b1bc2e1cf322237be238a26b49a7dcb047'
 '653224f7a3294618069c78b9d87e8cdeb0f6d00a97f180fba8849a499fdbe726')
 


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 21:43:38
  Author: mtorromeo
Revision: 434295

upgpkg: percona-toolkit 3.0.13-1

Modified:
  percona-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:42:44 UTC (rev 434294)
+++ PKGBUILD2019-02-18 21:43:38 UTC (rev 434295)
@@ -4,7 +4,7 @@
 # Contributor: Sławomir Kowalski 
 
 pkgname=percona-toolkit
-pkgver=3.0.12
+pkgver=3.0.13
 pkgrel=1
 pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
 url="https://www.percona.com/software/database-tools/percona-toolkit;
@@ -18,7 +18,7 @@
 )
 options=('!emptydirs' 'purge')
 
source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7d15d6b186a0fa6e45a1f9c390fab210b1d18f66d24d58b1bea30d2f59b35e20')
+sha256sums=('21f68d1c5204a9cad7be716fd1e53f0fe6ff7d995292b56dbc7c55e3979432b1')
 
 build() {
 cd "$srcdir"/$pkgname-$pkgver


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

2019-02-18 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 18, 2019 @ 21:44:09
  Author: mtorromeo
Revision: 434296

archrelease: copy trunk to community-any

Added:
  percona-toolkit/repos/community-any/PKGBUILD
(from rev 434295, percona-toolkit/trunk/PKGBUILD)
Deleted:
  percona-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 21:43:38 UTC (rev 434295)
+++ PKGBUILD2019-02-18 21:44:09 UTC (rev 434296)
@@ -1,36 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: D. Can Celasun 
-# Contributor: Felix Hanley 
-# Contributor: Sławomir Kowalski 
-
-pkgname=percona-toolkit
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
-url="https://www.percona.com/software/database-tools/percona-toolkit;
-arch=('any')
-license=('GPL')
-depends=('perl-term-readkey')
-makedepends=('perl-dbd-mysql' 'perl-dbi')
-optdepends=(
-'perl-dbd-mysql: MySQL connections'
-'perl-dbi: MySQL connections'
-)
-options=('!emptydirs' 'purge')
-source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7d15d6b186a0fa6e45a1f9c390fab210b1d18f66d24d58b1bea30d2f59b35e20')
-
-build() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
-perl Makefile.PL INSTALLDIRS=vendor
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-make install DESTDIR="$pkgdir"
-rm -rf "$pkgdir"/usr/lib
-}

Copied: percona-toolkit/repos/community-any/PKGBUILD (from rev 434295, 
percona-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 21:44:09 UTC (rev 434296)
@@ -0,0 +1,36 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: D. Can Celasun 
+# Contributor: Felix Hanley 
+# Contributor: Sławomir Kowalski 
+
+pkgname=percona-toolkit
+pkgver=3.0.13
+pkgrel=1
+pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
+url="https://www.percona.com/software/database-tools/percona-toolkit;
+arch=('any')
+license=('GPL')
+depends=('perl-term-readkey')
+makedepends=('perl-dbd-mysql' 'perl-dbi')
+optdepends=(
+'perl-dbd-mysql: MySQL connections'
+'perl-dbi: MySQL connections'
+)
+options=('!emptydirs' 'purge')
+source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
+sha256sums=('21f68d1c5204a9cad7be716fd1e53f0fe6ff7d995292b56dbc7c55e3979432b1')
+
+build() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
+perl Makefile.PL INSTALLDIRS=vendor
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+make install DESTDIR="$pkgdir"
+rm -rf "$pkgdir"/usr/lib
+}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 21:42:44
  Author: dvzrv
Revision: 434294

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 21:42:34 UTC (rev 434293)
+++ PKGBUILD2019-02-18 21:42:44 UTC (rev 434294)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-# Contributor:  Joakim Hernberg 
-# Contributor: Ninez 
-
-pkgbase=python-schedutils
-pkgname=('python-schedutils' 'python2-schedutils')
-pkgver=0.6
-pkgrel=4
-pkgdesc="Python interface for the Linux scheduler functions etc."
-arch=('x86_64')
-url="https://git.kernel.org/cgit/libs/python/python-schedutils/python-schedutils.git/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://git.kernel.org/pub/scm/libs/python/${pkgbase}/${pkgbase}.git/snapshot/${pkgbase}-${pkgver}.tar.gz;)
-sha512sums=('e340cd60045f5f96ad722b1651ef5e26c3a99a4a986fbbcb0319e036a76a56c67b9b3792936da05776e43b4c92605f820f7fe6294b6197c00e5360c39767807b')
-
-
-prepare() {
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-package_python-schedutils() {
-  depends=('python')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" -vDm644 {ChangeLog,README}
-}
-
-package_python2-schedutils() {
-  depends=('python2')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" -vDm644 {ChangeLog,README}
-  mv -v "${pkgdir}/usr/bin/pchrt" "${pkgdir}/usr/bin/pchrt2"
-  mv -v "${pkgdir}/usr/bin/ptaskset" "${pkgdir}/usr/bin/ptaskset2"
-  mv -v "${pkgdir}/usr/share/man/man1/pchrt.1" \
-"${pkgdir}/usr/share/man/man1/pchrt2.1"
-  mv -v "${pkgdir}/usr/share/man/man1/ptaskset.1" \
-  "${pkgdir}/usr/share/man/man1/ptaskset2.1"
-}
-# vim:set ts=2 sw=2 et:
-

Copied: python-schedutils/repos/community-x86_64/PKGBUILD (from rev 434293, 
python-schedutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 21:42:44 UTC (rev 434294)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+# Contributor: Ninez 
+
+pkgname=python-schedutils
+pkgver=0.6
+pkgrel=5
+pkgdesc="Python interface for the Linux scheduler functions etc."
+arch=('x86_64')
+url="https://git.kernel.org/cgit/libs/python/python-schedutils/python-schedutils.git/;
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e340cd60045f5f96ad722b1651ef5e26c3a99a4a986fbbcb0319e036a76a56c67b9b3792936da05776e43b4c92605f820f7fe6294b6197c00e5360c39767807b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package_python-schedutils() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 {ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 21:42:34
  Author: dvzrv
Revision: 434293

upgpkg: python-schedutils 0.6-5

Setting proper license (GLP2). Removing python2 compatibility.

Modified:
  python-schedutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:32:23 UTC (rev 434292)
+++ PKGBUILD2019-02-18 21:42:34 UTC (rev 434293)
@@ -1,55 +1,29 @@
 # Maintainer: David Runge 
-# Contributor:  Joakim Hernberg 
+# Contributor: Joakim Hernberg 
 # Contributor: Ninez 
 
-pkgbase=python-schedutils
-pkgname=('python-schedutils' 'python2-schedutils')
+pkgname=python-schedutils
 pkgver=0.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Python interface for the Linux scheduler functions etc."
 arch=('x86_64')
 
url="https://git.kernel.org/cgit/libs/python/python-schedutils/python-schedutils.git/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://git.kernel.org/pub/scm/libs/python/${pkgbase}/${pkgbase}.git/snapshot/${pkgbase}-${pkgver}.tar.gz;)
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('e340cd60045f5f96ad722b1651ef5e26c3a99a4a986fbbcb0319e036a76a56c67b9b3792936da05776e43b4c92605f820f7fe6294b6197c00e5360c39767807b')
 
-
-prepare() {
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
 package_python-schedutils() {
-  depends=('python')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}/"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" -vDm644 {ChangeLog,README}
+  install -vDm 644 {ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-schedutils() {
-  depends=('python2')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" -vDm644 {ChangeLog,README}
-  mv -v "${pkgdir}/usr/bin/pchrt" "${pkgdir}/usr/bin/pchrt2"
-  mv -v "${pkgdir}/usr/bin/ptaskset" "${pkgdir}/usr/bin/ptaskset2"
-  mv -v "${pkgdir}/usr/share/man/man1/pchrt.1" \
-"${pkgdir}/usr/share/man/man1/pchrt2.1"
-  mv -v "${pkgdir}/usr/share/man/man1/ptaskset.1" \
-  "${pkgdir}/usr/share/man/man1/ptaskset2.1"
-}
-# vim:set ts=2 sw=2 et:
-


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 21:32:23
  Author: dvzrv
Revision: 434292

Removing python2 support.

Modified:
  python-pytest-xprocess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:23:12 UTC (rev 434291)
+++ PKGBUILD2019-02-18 21:32:23 UTC (rev 434292)
@@ -3,8 +3,7 @@
 # Contributor: Neil Santos 
 
 _name=pytest-xprocess
-pkgbase=python-${_name}
-pkgname=('python-pytest-xprocess' 'python2-pytest-xprocess')
+pkgname=python-pytest-xprocess
 pkgver=0.12.1
 pkgrel=4
 pkgdesc='Pytest plugin to manage external processes across test runs.'
@@ -11,50 +10,28 @@
 arch=('any')
 url="https://github.com/pytest-dev/pytest-xprocess;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cache' 'python-psutil' 
'python2-pytest' 'python2-pytest-cache' 'python2-psutil')
+depends=('python-psutil' 'python-pytest' 'python-setuptools')
+checkdepends=('python-pytest-cache')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927')
 
-prepare(){
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   export PYTHONPATH="."
   py.test
-  cd ../"${pkgname[1]}-${pkgver}"
-  export PYTHONPATH="."
-  py.test2
 }
 
-package_python-pytest-xprocess() {
-  depends=('python-psutil' 'python-pytest' 'python-setuptools')
-  cd "${pkgname}-${pkgver}"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -t "${pkgdir}/usr/share/${pkgname}" -vDm 644 {CHANGELOG,README.rst}
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CHANGELOG,README.rst} -t "${pkgdir}/usr/share/${pkgname}"
 }
-
-package_python2-pytest-xprocess() {
-  depends=('python2-psutil' 'python2-pytest' 'python2-setuptools')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -t "${pkgdir}/usr/share/${pkgname}" -vDm 644 {CHANGELOG,README.rst}
-}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 21:23:12
  Author: dvzrv
Revision: 434291

Removing python2 support.

Modified:
  python-pyrss2gen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:04:27 UTC (rev 434290)
+++ PKGBUILD2019-02-18 21:23:12 UTC (rev 434291)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=PyRSS2Gen
-pkgbase=python-pyrss2gen
-pkgname=('python-pyrss2gen' 'python2-pyrss2gen')
+pkgname=python-pyrss2gen
 pkgver=1.1
 pkgrel=8
 pkgdesc="Generate RSS2 using a Python data structure"
@@ -8,26 +7,20 @@
 arch=('any')
 url="http://www.dalkescientific.com/Python/PyRSS2Gen.html;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python')
+makedepends=('python-setuptools')
 # pypi source doesn't contain LICENSE
 
#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 source=("http://www.dalkescientific.com/Python/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('2240686914c87984626eb739676927fcd53488158bdebf589e07e8a778e6d24305964e032581c61836f0fabc1264e42d05c88eac8f4c5f6536c31c775434ce02')
 
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
-}
-
 build() {
-  cd "$pkgbase-$pkgver"
+  cd "${_name}-$pkgver"
   python setup.py build
-  python2 setup.py build
 }
 
-package_python-pyrss2gen() {
-  cd "$pkgbase-$pkgver"
-  depends=('python')
+package() {
+  cd "${_name}-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -35,14 +28,3 @@
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-pyrss2gen() {
-  cd "$pkgbase-$pkgver"
-  depends=('python2')
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 21:04:27
  Author: dvzrv
Revision: 434290

Removing python2 support.

Modified:
  python-pymediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 20:59:35 UTC (rev 434289)
+++ PKGBUILD2019-02-18 21:04:27 UTC (rev 434290)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=pymediainfo
-pkgbase=python-pymediainfo
-pkgname=('python-pymediainfo' 'python2-pymediainfo')
+pkgname=python-pymediainfo
 pkgver=3.0
 pkgrel=1
 pkgdesc="A Python wrapper around the MediaInfo library"
@@ -8,30 +7,24 @@
 arch=('any')
 url="https://github.com/sbraz/pymediainfo/;
 license=('MIT')
-makedepends=('mediainfo' 'python-setuptools-scm' 'python2-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python2-pytest' 
'python2-pytest-runner')
-source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+depends=('libmediainfo' 'python')
+makedepends=('mediainfo' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('b6828065f8d4907e94a299e4b3d550b1aad6dfa335b5eaae73e51a9b9052a8c494960b95473b49c10bb4407d3f48db07c2457b2937464317d64997c380571bcd')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgbase}-${pkgver}"
-}
-
 build() {
-  cd "${pkgbase}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  python2 setup.py build
 }
 
 check() {
-  cd "${pkgbase}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py test
-  python2 setup.py test
 }
 
-package_python-pymediainfo() {
-  depends=('libmediainfo' 'python')
-  cd "${pkgbase}-${pkgver}"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -40,21 +33,6 @@
   install -vDm 644 LICENSE \
 -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README.rst}
+  install -vDm 644 {AUTHORS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-pymediainfo() {
-  depends=('libmediainfo' 'python2')
-  cd "${pkgbase}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README.rst}
-}


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

2019-02-18 Thread Eli Schwartz via arch-commits
Date: Monday, February 18, 2019 @ 20:59:35
  Author: eschwartz
Revision: 434289

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 20:59:19 UTC (rev 434288)
+++ PKGBUILD2019-02-18 20:59:35 UTC (rev 434289)
@@ -1,67 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgver=2019.02.06
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('f4661ff902ffa818e49fa67d9b0c19fc44f648a2bca3016ee4b8aae0e369c76e')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  pushd build/lib.linux-${CARCH}-3*/
-  python test_regex.py
-  popd
-
-  pushd build/lib.linux-${CARCH}-2*/
-  python2 test_regex.py
-  popd
-}
-
-package_python2-regex() {
-  depends=('python2')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-
-  sed -n '1,/^$/p' regex_2/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-regex() {
-  depends=('python')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-
-  sed -n '1,/^$/p' regex_3/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 434288, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 20:59:35 UTC (rev 434289)
@@ -0,0 +1,67 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgver=2019.02.18
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('91af69ec1b09db8bf384508dc5108c164b4e020f857aa5c124334c078d387baf')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  pushd build/lib.linux-${CARCH}-3*/
+  python test_regex.py
+  popd
+
+  pushd build/lib.linux-${CARCH}-2*/
+  python2 test_regex.py
+  popd
+}
+
+package_python2-regex() {
+  depends=('python2')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+
+  sed -n '1,/^$/p' regex_2/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-regex() {
+  depends=('python')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 

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

2019-02-18 Thread Eli Schwartz via arch-commits
Date: Monday, February 18, 2019 @ 20:59:19
  Author: eschwartz
Revision: 434288

upgpkg: python-regex 2019.02.18-1

upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 20:29:05 UTC (rev 434287)
+++ PKGBUILD2019-02-18 20:59:19 UTC (rev 434288)
@@ -6,7 +6,7 @@
 _pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
-pkgver=2019.02.06
+pkgver=2019.02.18
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('f4661ff902ffa818e49fa67d9b0c19fc44f648a2bca3016ee4b8aae0e369c76e')
+sha256sums=('91af69ec1b09db8bf384508dc5108c164b4e020f857aa5c124334c078d387baf')
 
 build() {
   cd "regex-${pkgver}"


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2019-02-18 Thread Daniel M. Capella via arch-commits
Date: Monday, February 18, 2019 @ 20:29:05
  Author: polyzen
Revision: 434287

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 434286, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 20:28:38 UTC (rev 434286)
+++ PKGBUILD2019-02-18 20:29:05 UTC (rev 434287)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=2.7.18
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'GPL' 'LGPL')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('d9e9cf1e38ea52c9862f5196f2e3430f852d81c73ae732cca2625765023bb947')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 434286, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 20:29:05 UTC (rev 434287)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=2.7.19
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'GPL' 'LGPL')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('c1026ac903f5c08d05a453c6ff97fca7d25aff9aabf6c7de3f384e305d24f1f6')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2019-02-18 Thread Daniel M. Capella via arch-commits
Date: Monday, February 18, 2019 @ 20:28:38
  Author: polyzen
Revision: 434286

upgpkg: firefox-tree-style-tab 2.7.19-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 19:29:47 UTC (rev 434285)
+++ PKGBUILD2019-02-18 20:28:38 UTC (rev 434286)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=2.7.18
+pkgver=2.7.19
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('d9e9cf1e38ea52c9862f5196f2e3430f852d81c73ae732cca2625765023bb947')
+sha256sums=('c1026ac903f5c08d05a453c6ff97fca7d25aff9aabf6c7de3f384e305d24f1f6')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 19:29:47
  Author: dvzrv
Revision: 434285

Removing python2 support.

Modified:
  python-pyliblo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 19:24:16 UTC (rev 434284)
+++ PKGBUILD2019-02-18 19:29:47 UTC (rev 434285)
@@ -3,8 +3,7 @@
 # Contributor: SpepS 
 
 _name=pyliblo
-pkgbase=python-pyliblo
-pkgname=('python-pyliblo' 'python2-pyliblo')
+pkgname=python-pyliblo
 pkgver=0.10.0
 pkgrel=5
 pkgdesc='Python wrapper for the liblo OSC library'
@@ -11,55 +10,28 @@
 arch=('x86_64')
 url="http://das.nasophon.de/pyliblo/;
 license=('LGPL2.1')
-makedepends=('cython' 'cython2' 'liblo')
+depends=('python' 'liblo')
+makedepends=('cython')
 source=("http://das.nasophon.de/download/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('d2a3d47f6c52d310104256d33fbd5d652ae6bc8cde32c2d3b2f3f407b8a4aba99028e57cd466804d266f63468a6c792760f28a43dbabcfa3330e0a852ee4d4e3')
 
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py test
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py test
 }
 
 package_python-pyliblo() {
-  depends=('liblo' 'python')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}/"
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}/" \
--vDm644 {NEWS,README}
+  install -vDm 644 {NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-pyliblo() {
-  depends=('liblo' 'python2')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}/" \
--vDm644 {NEWS,README}
-  # moving conflicting files
-  mv -v "${pkgdir}/usr/bin/dump_osc" "${pkgdir}/usr/bin/dump_osc2"
-  mv -v "${pkgdir}/usr/bin/send_osc" "${pkgdir}/usr/bin/send_osc2"
-  mv -v "${pkgdir}/usr/share/man/man1/dump_osc.1" 
"${pkgdir}/usr/share/man/man1/dump_osc2.1"
-  mv -v "${pkgdir}/usr/share/man/man1/send_osc.1" 
"${pkgdir}/usr/share/man/man1/send_osc2.1"
-}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 19:24:16
  Author: dvzrv
Revision: 434284

Removing python2 support.

Modified:
  python-pytest-rerunfailures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 19:18:41 UTC (rev 434283)
+++ PKGBUILD2019-02-18 19:24:16 UTC (rev 434284)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=pytest-rerunfailures
-pkgbase=python-pytest-rerunfailures
-pkgname=('python-pytest-rerunfailures' 'python2-pytest-rerunfailures')
+pkgname=python-pytest-rerunfailures
 pkgver=6.0
 pkgrel=1
 pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
@@ -8,35 +7,25 @@
 arch=('any')
 url="https://github.com/pytest-dev/pytest-rerunfailures/;
 license=('MPL2')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python2-mock')
+depends=('python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('654a6afea01e5d7e0f516a6427eee5bd2947757a0c05ee177521f607d8cc7e472e614267e414ce014528c4bd5de99a4bfaf5381d6c5dbf5abd9e7170a4c3fbc8')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  # 
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
 check() {
+  cd "${_name}-${pkgver}"
   export PYTHONPATH="build/lib:$PYTHONPATH"
-  cd "${pkgname[0]}-${pkgver}"
   py.test test_pytest_rerunfailures.py
-  cd ../"${pkgname[1]}-${pkgver}"
-  py.test2 test_pytest_rerunfailures.py
 }
 
-package_python-pytest-rerunfailures() {
-  depends=('python-pytest')
-  cd "${pkgname}-${pkgver}"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -45,17 +34,3 @@
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {CHANGES.rst,README.rst}
 }
-
-package_python2-pytest-rerunfailures() {
-  depends=('python2-pytest')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES.rst,README.rst}
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 19:18:41
  Author: dvzrv
Revision: 434283

Removing python2 support.

Modified:
  python-pyalsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 19:05:44 UTC (rev 434282)
+++ PKGBUILD2019-02-18 19:18:41 UTC (rev 434283)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=pyalsa
-pkgbase=python-pyalsa
-pkgname=('python-pyalsa' 'python2-pyalsa')
+pkgname=python-pyalsa
 pkgver=1.1.6
 pkgrel=4
 pkgdesc="Python binding for the ALSA library"
@@ -9,37 +8,20 @@
 url="https://www.alsa-project.org;
 license=('LGPL2.1')
 groups=('alsa')
-depends=('alsa-lib')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('alsa-lib' 'python')
+makedepends=('python-setuptools')
 source=("ftp://ftp.alsa-project.org/pub/${_name}/${_name}-${pkgver}.tar.bz2;)
 
sha512sums=('6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgbase-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  python2 setup.py build
 }
 
-package_python-pyalsa() {
-  pkgdesc="Python binding for the ALSA library"
-  depends=('alsa-lib' 'python')
-  cd "$pkgname-$pkgver"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
---root="${pkgdir}/"
+--root="${pkgdir}"
 }
-
-package_python2-pyalsa() {
-  pkgdesc="Python2 binding for the ALSA library"
-  depends=('alsa-lib' 'python2')
-  cd "$pkgbase-$pkgver"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 19:05:44
  Author: dvzrv
Revision: 434282

Quote those vars.

Modified:
  python-piexif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 19:03:51 UTC (rev 434281)
+++ PKGBUILD2019-02-18 19:05:44 UTC (rev 434282)
@@ -20,7 +20,7 @@
 
 check() {
   cd "${_name}-${pkgver}"
-  export PYTHONPATH=build:${PYTHONPATH}
+  export PYTHONPATH="build:${PYTHONPATH}"
   py.test
 }
 


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 19:03:51
  Author: dvzrv
Revision: 434281

Removing python2 support.

Modified:
  python-piexif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 18:55:19 UTC (rev 434280)
+++ PKGBUILD2019-02-18 19:03:51 UTC (rev 434281)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=piexif
-pkgbase=python-piexif
-pkgname=('python-piexif' 'python2-piexif')
+pkgname=python-piexif
 pkgver=1.1.2
 pkgrel=1
 pkgdesc="To simplify exif manipulations with python. Writing, reading, and 
more"
@@ -8,31 +7,25 @@
 arch=('any')
 url="https://github.com/hMatoba/Piexif;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-pillow' 'python-sphinx' 'python2-pytest' 
'python2-pillow' 'python2-sphinx')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pillow' 'python-sphinx')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip;)
 
sha512sums=('045906fdbd49350866058bacafb61841030766bccb7d63ad3ee17ce9490858773c88e9fc86ca3e2985e752871e52b89778147d1b3d0abe5f1055d6cb02fc300d')
 
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
-}
-
 build() {
-  cd "$pkgbase-$pkgver"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  python2 setup.py build
 }
 
 check() {
-  cd "$pkgbase-$pkgver"
+  cd "${_name}-${pkgver}"
   export PYTHONPATH=build:${PYTHONPATH}
   py.test
-  py.test2
 }
 
-package_python-piexif() {
-  cd "$pkgbase-$pkgver"
-  depends=('python')
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -41,15 +34,3 @@
 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-piexif() {
-  cd "$pkgbase-$pkgver"
-  depends=('python2')
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 18:55:19
  Author: dvzrv
Revision: 434280

Removing python2 support.

Modified:
  python-nose2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 18:44:01 UTC (rev 434279)
+++ PKGBUILD2019-02-18 18:55:19 UTC (rev 434280)
@@ -2,8 +2,7 @@
 # Contributor: Simon Hanna 
 
 _name=nose2
-pkgbase=python-nose2
-pkgname=('python-nose2' 'python2-nose2')
+pkgname=python-nose2
 pkgver=0.8.0
 pkgrel=1
 pkgdesc="The next generation of nicer testing for python"
@@ -10,23 +9,17 @@
 arch=('any')
 url="https://github.com/nose-devs/nose2;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python-coverage' 'python-setuptools' 'python-six')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('db9b95a28f9b497bf14bbf1d3e5f26254f4c6b313690fed26cdacfeaeaed65ffc88df3368698cf05a5b13c7a574beb80381f7da971bf720388dd77742a1d309a')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  python2 setup.py build
 }
 
-package_python-nose2() {
-  depends=('python-coverage' 'python-setuptools' 'python-six')
-  cd "${pkgname}-${pkgver}"
+package() {
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -35,25 +28,6 @@
   install -vDm 644 license.txt \
 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README.rst}
+  install -vDm 644 {AUTHORS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
-package_python2-nose2() {
-  depends=('python2-coverage' 'python2-mock' 'python2-setuptools' 
'python2-six')
-  cd "${pkgbase}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 license.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README.rst}
-  # move duplicates
-  mv -v "${pkgdir}/usr/bin/nose2" "${pkgdir}/usr/bin/nose22"
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 18:43:40
  Author: dvzrv
Revision: 434278

upgpkg: python-linux-procfs 0.6-2

Setting proper license (GLP2). Removing python2 compatibility. Adding 
python-six to depends (was only in makedepends...).

Modified:
  python-linux-procfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 18:34:57 UTC (rev 434277)
+++ PKGBUILD2019-02-18 18:43:40 UTC (rev 434278)
@@ -2,44 +2,30 @@
 # Contributor: Joakim Hernberg 
 # Contributor: Ninez 
 
-pkgbase=python-linux-procfs
-pkgname=('python-linux-procfs' 'python2-linux-procfs')
+pkgname=python-linux-procfs
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux /proc abstraction classes for python"
 arch=('any')
 
url="https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/;
-license=('GPL')
-makedepends=('python-setuptools' 'python-six' 'python2-setuptools' 
'python2-six')
-source=("https://git.kernel.org/pub/scm/libs/python/${pkgbase}/${pkgbase}.git/snapshot/${pkgbase}-${pkgver}.tar.gz;)
+license=('GPL2')
+depends=('python-six')
+makedepends=('python-setuptools')
+source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('ca5c9dc2b9b0869557713e10ab3b431a88e23153c1c13f08976deac4333c08b7c1d3813a9e660985113f8a4831725a83ec0239fcc7069c3f5faa2464b8212518')
 
-prepare() {
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-  cd "${pkgname[1]}-${pkgver}"
-  # fixing shebang of scripts
-  sed -e '1s/python/python2/' -i procfs/*.py pflags
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:${PYTHONPATH}"
   python bitmasklist_test.py
-
-  cd ../"${pkgname[1]}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  python2 bitmasklist_test.py
 }
 
-package_python-linux-procfs() {
-  depends=('python')
+package() {
   cd "${pkgname[0]}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
@@ -46,14 +32,3 @@
 --prefix=/usr \
 --root="${pkgdir}/"
 }
-
-package_python2-linux-procfs() {
-  depends=('python2')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  mv -v ${pkgdir}/usr/bin/pflags ${pkgdir}/usr/bin/pflags2
-}
-# vim:set ts=2 sw=2 et:


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 18:44:01
  Author: dvzrv
Revision: 434279

archrelease: copy trunk to community-any

Added:
  python-linux-procfs/repos/community-any/PKGBUILD
(from rev 434278, python-linux-procfs/trunk/PKGBUILD)
Deleted:
  python-linux-procfs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 18:43:40 UTC (rev 434278)
+++ PKGBUILD2019-02-18 18:44:01 UTC (rev 434279)
@@ -1,59 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Joakim Hernberg 
-# Contributor: Ninez 
-
-pkgbase=python-linux-procfs
-pkgname=('python-linux-procfs' 'python2-linux-procfs')
-pkgver=0.6
-pkgrel=1
-pkgdesc="Linux /proc abstraction classes for python"
-arch=('any')
-url="https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/;
-license=('GPL')
-makedepends=('python-setuptools' 'python-six' 'python2-setuptools' 
'python2-six')
-source=("https://git.kernel.org/pub/scm/libs/python/${pkgbase}/${pkgbase}.git/snapshot/${pkgbase}-${pkgver}.tar.gz;)
-sha512sums=('ca5c9dc2b9b0869557713e10ab3b431a88e23153c1c13f08976deac4333c08b7c1d3813a9e660985113f8a4831725a83ec0239fcc7069c3f5faa2464b8212518')
-
-prepare() {
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-  cd "${pkgname[1]}-${pkgver}"
-  # fixing shebang of scripts
-  sed -e '1s/python/python2/' -i procfs/*.py pflags
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  python bitmasklist_test.py
-
-  cd ../"${pkgname[1]}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  python2 bitmasklist_test.py
-}
-
-package_python-linux-procfs() {
-  depends=('python')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-}
-
-package_python2-linux-procfs() {
-  depends=('python2')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  mv -v ${pkgdir}/usr/bin/pflags ${pkgdir}/usr/bin/pflags2
-}
-# vim:set ts=2 sw=2 et:

Copied: python-linux-procfs/repos/community-any/PKGBUILD (from rev 434278, 
python-linux-procfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 18:44:01 UTC (rev 434279)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+# Contributor: Ninez 
+
+pkgname=python-linux-procfs
+pkgver=0.6
+pkgrel=2
+pkgdesc="Linux /proc abstraction classes for python"
+arch=('any')
+url="https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/;
+license=('GPL2')
+depends=('python-six')
+makedepends=('python-setuptools')
+source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ca5c9dc2b9b0869557713e10ab3b431a88e23153c1c13f08976deac4333c08b7c1d3813a9e660985113f8a4831725a83ec0239fcc7069c3f5faa2464b8212518')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python bitmasklist_test.py
+}
+
+package() {
+  cd "${pkgname[0]}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+}


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 18:34:54
  Author: jelle
Revision: 346498

kill unrequired python2 module

Modified:
  pysmbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 18:34:03 UTC (rev 346497)
+++ PKGBUILD2019-02-18 18:34:54 UTC (rev 346498)
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgbase=pysmbc
-pkgname=('python2-pysmbc' 'python-pysmbc')
+pkgname=('python-pysmbc')
 pkgver=1.0.15.8
 pkgrel=2
 arch=('x86_64')
@@ -10,18 +10,11 @@
 makedepends=('python2' 'python' 'smbclient')
 # validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
 
source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('56ea1ddc2451d6c773daef37ad1807cd')
+sha512sums=('401f08e358675afa4b16781b7188111c1c18d62ecc9fadd7e08d0aa6306afc8b0c83ecde43e8add1dad3dbcff00be334d63d995563ade3a781ffd88299da72fb')
 
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
-}
-
 build(){
   cd ${pkgbase}-${pkgver}
   python setup.py build
-  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
 }
 
 package_python-pysmbc() {
@@ -31,11 +24,3 @@
   cd ${pkgbase}-${pkgver}
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-pysmbc() {
-  pkgdesc="Python 2 bindings for libsmbclient"
-  depends=('python2' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2019-02-18 Thread Nicola Squartini via arch-commits
Date: Monday, February 18, 2019 @ 18:34:57
  Author: tensor5
Revision: 434277

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 434276, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 18:34:34 UTC (rev 434276)
+++ PKGBUILD2019-02-18 18:34:57 UTC (rev 434277)
@@ -1,44 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.5.3
-_commit=10d17f245839f208ec5085309022a32cd2502f55
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-
-# Fix for GCC 8
-sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 434276, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 18:34:57 UTC (rev 434277)
@@ -0,0 +1,44 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.5.4
+_commit=9549d8fff7343908228c3e8bedc309d1b83fc204
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+
+# Fix for GCC 8
+sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2019-02-18 Thread Nicola Squartini via arch-commits
Date: Monday, February 18, 2019 @ 18:34:34
  Author: tensor5
Revision: 434276

upgpkg: solidity 0.5.4-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 17:51:58 UTC (rev 434275)
+++ PKGBUILD2019-02-18 18:34:34 UTC (rev 434276)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.5.3
-_commit=10d17f245839f208ec5085309022a32cd2502f55
+pkgver=0.5.4
+_commit=9549d8fff7343908228c3e8bedc309d1b83fc204
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


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

2019-02-18 Thread Antonio Rojas via arch-commits
Date: Monday, February 18, 2019 @ 18:34:03
  Author: arojas
Revision: 346497

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 346496, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 346496, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 346496, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 +--
 PKGBUILD|  270 +-
 arch-fonts.diff |  214 +++
 3 files changed, 252 insertions(+), 252 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-02-18 18:33:09 UTC (rev 346496)
+++ IM7-GS-policy.patch 2019-02-18 18:34:03 UTC (rev 346497)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 346496, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-02-18 18:34:03 UTC (rev 346497)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 18:33:09 UTC (rev 346496)
+++ PKGBUILD2019-02-18 18:34:03 UTC (rev 346497)
@@ -1,135 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.27
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('d3a27259d9294488b042d96fde64f05e01b4b4e94478a6f19ecaa8032c71878b'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  

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

2019-02-18 Thread Antonio Rojas via arch-commits
Date: Monday, February 18, 2019 @ 18:33:09
  Author: arojas
Revision: 346496

Update to 7.0.8.28

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 18:01:15 UTC (rev 346495)
+++ PKGBUILD2019-02-18 18:33:09 UTC (rev 346496)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.27
+pkgver=7.0.8.28
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('d3a27259d9294488b042d96fde64f05e01b4b4e94478a6f19ecaa8032c71878b'
+sha256sums=('d7aeb906b1c6b8d3292d4a8a94f6ac58683e25d972bbb8ebae8b300d8d707a1b'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


[arch-commits] Commit in xfce4-sensors-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-18 Thread Evangelos Foutras via arch-commits
Date: Monday, February 18, 2019 @ 18:01:15
  Author: foutrelis
Revision: 346495

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
(from rev 346494, xfce4-sensors-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 18:01:09 UTC (rev 346494)
+++ PKGBUILD2019-02-18 18:01:15 UTC (rev 346495)
@@ -1,40 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Merk Matthias 
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="A lm_sensors plugin for the Xfce panel"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'netcat')
-optdepends=('hddtemp: for monitoring the temperature of hard drives')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b7a7834ca84f6751686fa2e20e0b44a2e68ece0cb2716792a765e03b92f65569')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---datadir=/usr/share \
---datarootdir=/usr/share \
---disable-static \
---disable-debug \
---disable-pathchecks
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD (from rev 346494, 
xfce4-sensors-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 18:01:15 UTC (rev 346495)
@@ -0,0 +1,40 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Merk Matthias 
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.3.92
+pkgrel=1
+pkgdesc="A lm_sensors plugin for the Xfce panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'hddtemp' 'netcat')
+optdepends=('hddtemp: for monitoring the temperature of hard drives')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3dc6643d2c064b7718badff44b948f8d410f00f13db197820b26ae38045f5112')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--datadir=/usr/share \
+--datarootdir=/usr/share \
+--disable-static \
+--disable-debug \
+--disable-pathchecks
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-sensors-plugin/trunk (PKGBUILD)

2019-02-18 Thread Evangelos Foutras via arch-commits
Date: Monday, February 18, 2019 @ 18:01:09
  Author: foutrelis
Revision: 346494

upgpkg: xfce4-sensors-plugin 1.3.92-1

New upstream release.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 16:10:56 UTC (rev 346493)
+++ PKGBUILD2019-02-18 18:01:09 UTC (rev 346494)
@@ -3,8 +3,8 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.92
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'hddtemp' 'netcat')
 optdepends=('hddtemp: for monitoring the temperature of hard drives')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b7a7834ca84f6751686fa2e20e0b44a2e68ece0cb2716792a765e03b92f65569')
+sha256sums=('3dc6643d2c064b7718badff44b948f8d410f00f13db197820b26ae38045f5112')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-02-18 Thread Jiachen Yang via arch-commits
Date: Monday, February 18, 2019 @ 17:51:58
  Author: farseerfc
Revision: 434275

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 17:51:10 UTC (rev 434274)
+++ PKGBUILD2019-02-18 17:51:58 UTC (rev 434275)
@@ -1,40 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Chris Warrick 
-
-pkgbase=python-typogrify
-pkgname=('python-typogrify' 'python2-typogrify')
-_pyname=typogrify
-pkgver=2.0.7
-pkgrel=5
-pkgdesc='Filters to enhance web typography'
-arch=('any')
-url='https://github.com/mintchaos/typogrify'
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
- 'python-smartypants' 'python2-smartypants')
-source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-md5sums=('63f38f80531996f187d2894cc497ba08')
-
-prepare() {
-  cd "${srcdir}/${_pyname}-${pkgver}"
-  cp -r "${srcdir}/${_pyname}-${pkgver}" "${srcdir}/${_pyname}-${pkgver}-py2"
-}
-
-package_python-typogrify() {
-  depends=('python' 'python-smartypants')
-  cd "${srcdir}/${_pyname}-${pkgver}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
-}
-
-package_python2-typogrify() {
-  depends=('python2' 'python2-smartypants')
-  cd "${srcdir}/${_pyname}-${pkgver}-py2"
-  # fixing python2 shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
typogrify/packages/titlecase/__init__.py
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
typogrify/packages/titlecase/tests.py
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python2-typogrify/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-typogrify/repos/community-any/PKGBUILD (from rev 434274, 
python-typogrify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 17:51:58 UTC (rev 434275)
@@ -0,0 +1,22 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Chris Warrick 
+
+pkgname=python-typogrify
+_pyname=typogrify
+pkgver=2.0.7
+pkgrel=6
+pkgdesc='filters to make caring about typography on the web a bit easier'
+arch=('any')
+url='https://github.com/mintchaos/typogrify'
+license=('BSD')
+depends=('python' 'python-smartypants')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
+md5sums=('63f38f80531996f187d2894cc497ba08')
+
+package() {
+  cd "${srcdir}/${_pyname}-${pkgver}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
+}
+# vim:set ts=2 sw=2 et:


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

2019-02-18 Thread Jiachen Yang via arch-commits
Date: Monday, February 18, 2019 @ 17:51:10
  Author: farseerfc
Revision: 434274

upgpkg: python-typogrify 2.0.7-6

python-typogrify dropping python2-typogrify

Modified:
  python-typogrify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 17:42:48 UTC (rev 434273)
+++ PKGBUILD2019-02-18 17:51:10 UTC (rev 434274)
@@ -1,40 +1,22 @@
 # Maintainer: Jiachen Yang 
 # AUR Maintainer: Chris Warrick 
 
-pkgbase=python-typogrify
-pkgname=('python-typogrify' 'python2-typogrify')
+pkgname=python-typogrify
 _pyname=typogrify
 pkgver=2.0.7
-pkgrel=5
-pkgdesc='Filters to enhance web typography'
+pkgrel=6
+pkgdesc='filters to make caring about typography on the web a bit easier'
 arch=('any')
 url='https://github.com/mintchaos/typogrify'
 license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
- 'python-smartypants' 'python2-smartypants')
+depends=('python' 'python-smartypants')
+makedepends=('python-setuptools')
 
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
 md5sums=('63f38f80531996f187d2894cc497ba08')
 
-prepare() {
+package() {
   cd "${srcdir}/${_pyname}-${pkgver}"
-  cp -r "${srcdir}/${_pyname}-${pkgver}" "${srcdir}/${_pyname}-${pkgver}-py2"
-}
-
-package_python-typogrify() {
-  depends=('python' 'python-smartypants')
-  cd "${srcdir}/${_pyname}-${pkgver}"
   python3 setup.py install --root="${pkgdir}/" --optimize=1
   install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
 }
-
-package_python2-typogrify() {
-  depends=('python2' 'python2-smartypants')
-  cd "${srcdir}/${_pyname}-${pkgver}-py2"
-  # fixing python2 shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
typogrify/packages/titlecase/__init__.py
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
typogrify/packages/titlecase/tests.py
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python2-typogrify/LICENSE"
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-02-18 Thread Laurent Carlier via arch-commits
Date: Monday, February 18, 2019 @ 17:42:48
  Author: lcarlier
Revision: 434273

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  424 
 steam.patch   |   78 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 5 files changed, 280 insertions(+), 280 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2019-02-18 17:42:37 UTC (rev 434272)
+++ 30-win32-aliases.conf   2019-02-18 17:42:48 UTC (rev 434273)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
434272, wine-staging-nine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2019-02-18 17:42:48 UTC (rev 434273)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 17:42:37 UTC (rev 434272)
+++ PKGBUILD2019-02-18 17:42:48 UTC (rev 434273)
@@ -1,212 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging-nine
-pkgver=4.0
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-_stagingpatchver=${_pkgbasever}
-_ninepatchver=${_pkgbasever}
-#_ninepatchver=3.21
-
-source=(https://dl.winehq.org/wine/source/4.0/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_stagingpatchver.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_stagingpatchver.tar.gz;
-
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_ninepatchver.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf
-steam.patch)
-sha512sums=('7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd'
-'SKIP'
-
'4c2277449be17b83235bab7898818a886e84e82c0c5eb8216a5bc42e3d9a0e1dcf09d4522e1165d503fd9237673fa91c2c07d837cde58897f1b6fc8bc6fa5d33'
-
'98e2d4d47fdc376e4e8fed0624657d40ea0a077998baab1d89ef0320714e66f4899414b04fa747b78c172fb85732e9376553c0b20cfd1ae0807cb3de58cfe78a'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285'
-
'f3e42a0720777256ca583f96044f6482aae8f4c707189104216f86f6c7a1b68a186c5124c72866229d46eb66c20c555ba9f32a230ec50f968faa8a12b8372b0a')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  

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

2019-02-18 Thread Laurent Carlier via arch-commits
Date: Monday, February 18, 2019 @ 17:42:37
  Author: lcarlier
Revision: 434272

upgpkg: wine-staging-nine 4.1-1

upstream update 4.1

Modified:
  wine-staging-nine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 17:39:13 UTC (rev 434271)
+++ PKGBUILD2019-02-18 17:42:37 UTC (rev 434272)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging-nine
-pkgver=4.0
+pkgver=4.1
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -14,16 +14,16 @@
 _ninepatchver=${_pkgbasever}
 #_ninepatchver=3.21
 
-source=(https://dl.winehq.org/wine/source/4.0/wine-$_pkgbasever.tar.xz{,.sign}
+source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz{,.sign}
 
"wine-staging-v$_stagingpatchver.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_stagingpatchver.tar.gz;
 
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_ninepatchver.tar.gz;
 30-win32-aliases.conf
 wine-binfmt.conf
 steam.patch)
-sha512sums=('7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd'
+sha512sums=('2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc'
 'SKIP'
-
'4c2277449be17b83235bab7898818a886e84e82c0c5eb8216a5bc42e3d9a0e1dcf09d4522e1165d503fd9237673fa91c2c07d837cde58897f1b6fc8bc6fa5d33'
-
'98e2d4d47fdc376e4e8fed0624657d40ea0a077998baab1d89ef0320714e66f4899414b04fa747b78c172fb85732e9376553c0b20cfd1ae0807cb3de58cfe78a'
+
'58622e8bddf799a94dad5956034cfb1a059e7dda9afb325c2cf69d575c115f912c0c24417e5b2b03df9f6a2fc0d178e9b2c051e8e67fee423fc928bf87344ccd'
+
'2e8e3dca86a919a6e6bbdf87f2ffa67f90febcd4ba11351a20785c8dcf732077e1ae1ec0f34f3a4743cb23bb3d8483fd67d9e746e2887d000dd9f0220404b672'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285'
 
'f3e42a0720777256ca583f96044f6482aae8f4c707189104216f86f6c7a1b68a186c5124c72866229d46eb66c20c555ba9f32a230ec50f968faa8a12b8372b0a')


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

2019-02-18 Thread Ike Devolder via arch-commits
Date: Monday, February 18, 2019 @ 17:39:05
  Author: idevolder
Revision: 434270

upgpkg: doublecmd 0.9.1-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 16:18:29 UTC (rev 434269)
+++ PKGBUILD2019-02-18 17:39:05 UTC (rev 434270)
@@ -4,8 +4,8 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 url="http://doublecmd.sourceforge.net/;
 arch=('x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
 source=(
 
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
 )
-sha512sums=('79dc348d9b44581cf353e5f6de2a56aa858d22429a6e66b40cff4269ebb34c4d8e5f5c3c5c07fb8779106c0486a938360198af78633b0aec170fb9b9249841e8')
+sha512sums=('6afa6d1c3a86de27581e9681787f7d07d7dc08aebe246605136a71641f1c520099a38dc64b112676a6843b91e526dbe23f356650af4adb2ec3586a41b604b0fa')
 
 prepare() {
 cp -a /usr/lib/lazarus ./


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

2019-02-18 Thread Ike Devolder via arch-commits
Date: Monday, February 18, 2019 @ 17:39:13
  Author: idevolder
Revision: 434271

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  128 ++--
 doublecmd.install |   68 +--
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 17:39:05 UTC (rev 434270)
+++ PKGBUILD2019-02-18 17:39:13 UTC (rev 434271)
@@ -1,64 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.0
-pkgrel=2
-url="http://doublecmd.sourceforge.net/;
-arch=('x86_64')
-license=('GPL')
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt5pas' 'gtk2')
-optdepends=(
-'lua: scripting'
-'unzip: support extracting zip archives'
-'zip: suport packing zip archives'
-'p7zip: support for 7zip archives'
-'libunrar: support for rar archives'
-)
-source=(
-
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-)
-sha512sums=('79dc348d9b44581cf353e5f6de2a56aa858d22429a6e66b40cff4269ebb34c4d8e5f5c3c5c07fb8779106c0486a938360198af78633b0aec170fb9b9249841e8')
-
-prepare() {
-cp -a /usr/lib/lazarus ./
-
-cd "$pkgbase-$pkgver"
-sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
-
-cd "$srcdir"
-
-cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
-}
-
-build() {
-msg2 'build gtk'
-cd "$srcdir/$pkgbase-gtk"
-./build.sh beta gtk2
-
-msg2 'build qt5'
-cd "$srcdir/$pkgbase-qt5"
-./build.sh beta qt5
-}
-
-package_doublecmd-gtk2() {
-pkgdesc="twin-panel (commander-style) file manager (GTK2)"
-depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-qt5')
-cd "$srcdir/$pkgbase-gtk"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}
-
-package_doublecmd-qt5() {
-pkgdesc="twin-panel (commander-style) file manager (Qt5)"
-depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-gtk2')
-replaces=('doublecmd-qt' 'doublecmd-qt4')
-cd "$srcdir/$pkgbase-qt5"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}

Copied: doublecmd/repos/community-x86_64/PKGBUILD (from rev 434270, 
doublecmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 17:39:13 UTC (rev 434271)
@@ -0,0 +1,64 @@
+# vim:set ft=sh:
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
+pkgver=0.9.1
+pkgrel=1
+url="http://doublecmd.sourceforge.net/;
+arch=('x86_64')
+license=('GPL')
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt5pas' 'gtk2')
+optdepends=(
+'lua: scripting'
+'unzip: support extracting zip archives'
+'zip: suport packing zip archives'
+'p7zip: support for 7zip archives'
+'libunrar: support for rar archives'
+)
+source=(
+
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
+)
+sha512sums=('6afa6d1c3a86de27581e9681787f7d07d7dc08aebe246605136a71641f1c520099a38dc64b112676a6843b91e526dbe23f356650af4adb2ec3586a41b604b0fa')
+
+prepare() {
+cp -a /usr/lib/lazarus ./
+
+cd "$pkgbase-$pkgver"
+sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
+sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
+
+cd "$srcdir"
+
+cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
+cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
+}
+
+build() {
+msg2 'build gtk'
+cd "$srcdir/$pkgbase-gtk"
+./build.sh beta gtk2
+
+msg2 'build qt5'
+cd "$srcdir/$pkgbase-qt5"
+./build.sh beta qt5
+}
+
+package_doublecmd-gtk2() {
+pkgdesc="twin-panel (commander-style) file manager (GTK2)"
+depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-qt5')
+cd "$srcdir/$pkgbase-gtk"
+./install/linux/install.sh --install-prefix="$pkgdir"
+}
+
+package_doublecmd-qt5() {
+pkgdesc="twin-panel (commander-style) file manager (Qt5)"
+depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-gtk2')
+

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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 16:18:29
  Author: felixonmars
Revision: 434269

archrelease: copy trunk to community-staging-x86_64

Added:
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 434268, agda/trunk/PKGBUILD)

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

Copied: agda/repos/community-staging-x86_64/PKGBUILD (from rev 434268, 
agda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-18 16:18:29 UTC (rev 434269)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.99.20190207
+_commit=3048fdaa1840c352fc00aa7222c50bcd622580d8
+pkgrel=5
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="https://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-html' 
'haskell-boxes'
+ 'haskell-cpphs' 'haskell-data-hash' 'haskell-edisoncore' 
'haskell-edit-distance'
+ 'haskell-equivalence' 'haskell-geniplate-mirror' 'haskell-gitrev' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-ieee754' 'haskell-murmur-hash' 
'haskell-regex-tdfa'
+ 'haskell-split' 'haskell-strict' 'haskell-unordered-containers' 
'haskell-uri-encode'
+ 'haskell-zlib')
+optdepends=('agda-stdlib: for standard library')
+makedepends=('alex' 'happy' 'ghc' 'haskell-filemanip')
+source=("$_hkgname-$_commit.tar.gz::https://github.com/agda/agda/archive/$_commit.tar.gz;)
+sha512sums=('21b061fada9b3ddfb1348366f270990192eefe49e79943a061d843d6fe78c049b87fde73ff3cf70c586e955c8aa5007365723b380686931a55547deae87e0043')
+
+prepare() {
+mv $pkgname-{$_commit,$pkgver}
+
+mkdir -p lib-target
+cp -a $pkgname-$pkgver/src/data/lib lib-target/lib
+
+cd $pkgname-$pkgver
+sed -e "s|rawSystem agda \\[|rawSystem \"env\" 
[\"Agda_datadir=$PWD/../lib-target\", \"LD_LIBRARY_PATH=$PWD/dist/build\", 
agda,|" \
+-e "s|datadir dirs|\"$PWD/../lib-target\"|" \
+-e 's|"Builtins"|"Builtin"|' \
+-i Setup.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-debug -f-enable-cluster-counting
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+install -m644 "$srcdir"/lib-target/lib/prim/Agda/*.agdai 
"$pkgdir"/usr/share/agda/lib/prim/Agda/
+install -m644 "$srcdir"/lib-target/lib/prim/Agda/Builtin/*.agdai 
"$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+install -m644 "$srcdir"/lib-target/lib/prim/Agda/Builtin/Cubical/*.agdai 
"$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/Cubical/
+install -m644 "$srcdir"/lib-target/lib/prim/Agda/Primitive/*.agdai 
"$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive/
+}


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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 16:18:09
  Author: felixonmars
Revision: 434268

upgpkg: agda 2.5.99.20190207-5

rebuild with equivalence 0.3.4

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 16:04:47 UTC (rev 434267)
+++ PKGBUILD2019-02-18 16:18:09 UTC (rev 434268)
@@ -5,7 +5,7 @@
 pkgname=agda
 pkgver=2.5.99.20190207
 _commit=3048fdaa1840c352fc00aa7222c50bcd622580d8
-pkgrel=4
+pkgrel=5
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="https://wiki.portal.chalmers.se/agda/;
 license=("custom")


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 16:10:56
  Author: jelle
Revision: 346493

Add missing makedep on pytest-runner

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:12:38 UTC (rev 346492)
+++ PKGBUILD2019-02-18 16:10:56 UTC (rev 346493)
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
 makedepends=('python-setuptools')
-checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose')
+checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose' 
'python-pytest-runner')
 replaces=('python-logilab-astng')
 conflicts=('python-logilab-astng')
 source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)


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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 16:04:24
  Author: felixonmars
Revision: 434264

upgpkg: haskell-equivalence 0.3.4-1

rebuild with equivalence 0.3.4

Modified:
  haskell-equivalence/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:59:38 UTC (rev 434263)
+++ PKGBUILD2019-02-18 16:04:24 UTC (rev 434264)
@@ -3,22 +3,28 @@
 
 _hkgname=equivalence
 pkgname=haskell-equivalence
-pkgver=0.3.3
-pkgrel=4
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="Maintaining an equivalence relation implemented as union-find using 
STT."
 url="https://bitbucket.org/paba/equivalence/;
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-stmonadtrans" "haskell-transformers-compat")
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('31023163a9107257e655b69834e19f4e2cf9777bbff040c81aa4695ab6cf3c894797deaa7e9a297094c21289247fa57d43b1fe770e81ae72ca163d71dd772f93')
+sha512sums=('1333b0d75be8d2211bbc406b9768df3e8e94596b44dc18d8155a1a34615bce21de15176fbb76a2da2fee7d41c85caa63e03593aa3eda5d6d0fd2c865a23027ce')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/, fail//' -e '/fail/d' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -27,6 +33,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 16:04:27
  Author: felixonmars
Revision: 434265

upgpkg: pm2 3.3.0-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 16:04:24 UTC (rev 434264)
+++ PKGBUILD2019-02-18 16:04:27 UTC (rev 434265)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=3.2.9
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('765348c266ec45ef93b5cba5ae38fbefa20bb4fe6b8c3b3293108e869641fa2a02b273a64541891eb582766a0e8dcc87800e6dbc4fd7d2cf4cd49fe162c44a19'
+sha512sums=('8a01617b76bbd82f7fa6e33d0eedd9b71ba10eb34596a7e421e0d811f5dad01789a4e6934abe0210033050f2f2300416568e8788e5510a104aa933542ed71332'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


[arch-commits] Commit in pm2/repos/community-any (6 files)

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 16:04:47
  Author: felixonmars
Revision: 434267

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 434265, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 434265, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 434265, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   62 +-
 pm2.install |   20 +-
 pm2.service |   32 ++---
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 16:04:44 UTC (rev 434266)
+++ PKGBUILD2019-02-18 16:04:47 UTC (rev 434267)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=3.2.9
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('765348c266ec45ef93b5cba5ae38fbefa20bb4fe6b8c3b3293108e869641fa2a02b273a64541891eb582766a0e8dcc87800e6dbc4fd7d2cf4cd49fe162c44a19'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 434265, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 16:04:47 UTC (rev 434267)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('8a01617b76bbd82f7fa6e33d0eedd9b71ba10eb34596a7e421e0d811f5dad01789a4e6934abe0210033050f2f2300416568e8788e5510a104aa933542ed71332'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2019-02-18 16:04:44 UTC (rev 434266)
+++ pm2.install 2019-02-18 16:04:47 UTC (rev 434267)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 434265, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2019-02-18 16:04:47 UTC (rev 434267)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2019-02-18 16:04:44 UTC (rev 434266)
+++ pm2.service 2019-02-18 16:04:47 UTC (rev 434267)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: 

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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 16:04:44
  Author: felixonmars
Revision: 434266

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-equivalence/repos/community-staging-x86_64/
  haskell-equivalence/repos/community-staging-x86_64/PKGBUILD
(from rev 434265, haskell-equivalence/trunk/PKGBUILD)

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

Copied: haskell-equivalence/repos/community-staging-x86_64/PKGBUILD (from rev 
434265, haskell-equivalence/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-18 16:04:44 UTC (rev 434266)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=equivalence
+pkgname=haskell-equivalence
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Maintaining an equivalence relation implemented as union-find using 
STT."
+url="https://bitbucket.org/paba/equivalence/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-stmonadtrans" "haskell-transformers-compat")
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1333b0d75be8d2211bbc406b9768df3e8e94596b44dc18d8155a1a34615bce21de15176fbb76a2da2fee7d41c85caa63e03593aa3eda5d6d0fd2c865a23027ce')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/, fail//' -e '/fail/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 15:59:38
  Author: jelle
Revision: 434263

use https for url=

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:57:59 UTC (rev 434262)
+++ PKGBUILD2019-02-18 15:59:38 UTC (rev 434263)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
+url='https://waterlan.home.xs4all.nl/dos2unix.html'
 license=('BSD')
 depends=('glibc')
 makedepends=('perl')


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 15:57:59
  Author: jelle
Revision: 434262

Use https for url

Modified:
  python-distutils-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:57:18 UTC (rev 434261)
+++ PKGBUILD2019-02-18 15:57:59 UTC (rev 434262)
@@ -10,7 +10,7 @@
 license=('GPL')
 url='https://launchpad.net/python-distutils-extra'
 makedepends=('python2-setuptools' 'python-setuptools' 'intltool')
-source=(http://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz{,.asc})
+source=(https://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz{,.asc})
 # 
https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz.asc
 
#$pkgbase-$pkgver.tar.gz.sig::http://launchpad.net/$pkgbase/trunk/$pkgver/+download/dist-$pkgbase-$pkgver.tar.gz.sig)
 validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 15:57:18
  Author: jelle
Revision: 434261

update https url

Modified:
  openttd-opensfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:56:35 UTC (rev 434260)
+++ PKGBUILD2019-02-18 15:57:18 UTC (rev 434261)
@@ -6,9 +6,9 @@
 pkgrel=6
 pkgdesc="Free sound set for openttd"
 arch=('any')
-url="http://www.openttd.org;
+url="https://www.openttd.org;
 license=('custom:CCSP')
-source=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${pkgver}.zip)
+source=(https://bundles.openttdcoop.org/opensfx/releases/opensfx-${pkgver}.zip)
 md5sums=('3605b82f24153500c8a1804e4420168a')
 
 build() {


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 15:56:35
  Author: jelle
Revision: 434260

update to https url

Modified:
  openttd-opengfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:55:48 UTC (rev 434259)
+++ PKGBUILD2019-02-18 15:56:35 UTC (rev 434260)
@@ -7,9 +7,9 @@
 pkgrel=2
 pkgdesc='A free graphics set for openttd'
 arch=('any')
-url='http://dev.openttdcoop.org/projects/opengfx'
+url='https://dev.openttdcoop.org/projects/opengfx'
 license=('GPL')
-source=("http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip;)
+source=("https://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip;)
 
 package() {
 cd "${srcdir}"


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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 15:55:48
  Author: jelle
Revision: 434259

use https url

Modified:
  gsmartcontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:41:32 UTC (rev 434258)
+++ PKGBUILD2019-02-18 15:55:48 UTC (rev 434259)
@@ -5,11 +5,11 @@
 pkgrel=1
 pkgdesc="A graphical user interface for the smartctl hard disk drive health 
inspection tool."
 arch=('x86_64')
-url="http://gsmartcontrol.sourceforge.net/home/;
+url="https://gsmartcontrol.sourceforge.net/home/;
 license=('GPL3')
 depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
 optdepends=('polkit: to run gsmartcontrol directly from menu')
-source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
+source=("https://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
 org.archlinux.pkexec.gsmartcontrol.policy
 gsmartcontrol_polkit)
 md5sums=('6953ed6f90b2551ebdb1ae2470f4acdc'


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 15:41:32
  Author: dvzrv
Revision: 434258

archrelease: copy trunk to community-x86_64

Added:
  libircclient/repos/community-x86_64/PKGBUILD
(from rev 434257, libircclient/trunk/PKGBUILD)
Deleted:
  libircclient/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 15:41:24 UTC (rev 434257)
+++ PKGBUILD2019-02-18 15:41:32 UTC (rev 434258)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcel Wysocki 
-# Contributor: coolkehon 
-
-pkgname=libircclient
-pkgver=1.10
-pkgrel=1
-pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
-arch=('x86_64')
-url='https://www.ulduzsoft.com/linux/libircclient/'
-license=('GPL')
-depends=('openssl')
-makedepends=('python2-sphinx' 'python2-rst2pdf') 
-source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('d677ceae0bfabc112671b351fb94d048399a7ad025ff33a2ff1ae6313382fcc78b64d499f2c882eb8b894abdde949562395819e4059fd14640dfae6757b0c259')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix include dir path
-  sed -i "s/@\/include/&\/${pkgname}/" src/Makefile.in
-  autoreconf -vi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --enable-shared \
-  --enable-openssl \
-  --enable-ipv6
-  make -C src
-  make -C doc SPHINXBUILD=sphinx-build2 singlehtml man
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make -C src DESTDIR="${pkgdir}" install
-
-  # docs
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a doc/_build/singlehtml/* "${pkgdir}/usr/share/doc/${pkgname}"
-  # man
-  install -Dm 644 "doc/_build/man/${pkgname}.1" \
--t "${pkgdir}/usr/share/man/man1/"
-  # examples
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/${pkgname}/examples"
-  # docs
-  install -vDm 644 {Changelog,README,THANKS} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: libircclient/repos/community-x86_64/PKGBUILD (from rev 434257, 
libircclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 15:41:32 UTC (rev 434258)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcel Wysocki 
+# Contributor: coolkehon 
+
+pkgname=libircclient
+pkgver=1.10
+pkgrel=2
+pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
+arch=('x86_64')
+url='https://www.ulduzsoft.com/linux/libircclient/'
+license=('GPL')
+depends=('openssl')
+makedepends=('python-sphinx')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d677ceae0bfabc112671b351fb94d048399a7ad025ff33a2ff1ae6313382fcc78b64d499f2c882eb8b894abdde949562395819e4059fd14640dfae6757b0c259')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix include dir path
+  sed -i "s/@\/include/&\/${pkgname}/" src/Makefile.in
+  autoreconf -vi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-shared \
+  --enable-openssl \
+  --enable-ipv6
+  make -C src
+  make -C doc singlehtml man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make -C src DESTDIR="${pkgdir}" install
+
+  # docs
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -av doc/_build/singlehtml/* "${pkgdir}/usr/share/doc/${pkgname}"
+  # man
+  install -vDm 644 "doc/_build/man/${pkgname}.1" \
+-t "${pkgdir}/usr/share/man/man1/"
+  # examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/${pkgname}/examples"
+  # docs
+  install -vDm 644 {Changelog,README,THANKS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 15:41:24
  Author: dvzrv
Revision: 434257

upgpkg: libircclient 1.10-2

Rebuilding with only python-sphinx as makedepends.

Modified:
  libircclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 15:12:07 UTC (rev 434256)
+++ PKGBUILD2019-02-18 15:41:24 UTC (rev 434257)
@@ -6,13 +6,13 @@
 
 pkgname=libircclient
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
 arch=('x86_64')
 url='https://www.ulduzsoft.com/linux/libircclient/'
 license=('GPL')
 depends=('openssl')
-makedepends=('python2-sphinx' 'python2-rst2pdf') 
+makedepends=('python-sphinx')
 
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('d677ceae0bfabc112671b351fb94d048399a7ad025ff33a2ff1ae6313382fcc78b64d499f2c882eb8b894abdde949562395819e4059fd14640dfae6757b0c259')
 
@@ -31,7 +31,7 @@
   --enable-openssl \
   --enable-ipv6
   make -C src
-  make -C doc SPHINXBUILD=sphinx-build2 singlehtml man
+  make -C doc singlehtml man
 }
 
 package() {
@@ -40,12 +40,12 @@
 
   # docs
   install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a doc/_build/singlehtml/* "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -av doc/_build/singlehtml/* "${pkgdir}/usr/share/doc/${pkgname}"
   # man
-  install -Dm 644 "doc/_build/man/${pkgname}.1" \
+  install -vDm 644 "doc/_build/man/${pkgname}.1" \
 -t "${pkgdir}/usr/share/man/man1/"
   # examples
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/${pkgname}/examples"
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/${pkgname}/examples"
   # docs
   install -vDm 644 {Changelog,README,THANKS} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"


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

2019-02-18 Thread Nicola Squartini via arch-commits
Date: Monday, February 18, 2019 @ 14:42:42
  Author: tensor5
Revision: 434244

upgpkg: zcash 2.0.3-1

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 14:41:58 UTC (rev 434243)
+++ PKGBUILD2019-02-18 14:42:42 UTC (rev 434244)
@@ -1,15 +1,15 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=zcash
-pkgver=2.0.2
-_commit=8e2ca4d94e2f1bc0835d3d888a969fe2e83e7ece
-pkgrel=2
+pkgver=2.0.3
+_commit=647c155dc7357f73fd85cb956109c6db676583b7
+pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
 license=('MIT')
 depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
-makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
 checkdepends=('python2-pyblake2' 'python2-pyzmq' 'python2-qpid-proton')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
 'libsnark-no-gtest.patch'
@@ -93,6 +93,11 @@
 check() {
 cd ${pkgname}
 
+# Tests require python2
+mkdir "${srcdir}/python"
+ln -s /usr/bin/python2 "${srcdir}/python/python"
+export PATH="${srcdir}/python:${PATH}"
+
 ./zcutil/fetch-params.sh --testnet
 # ./qa/zcash/full_test_suite.py
 ./qa/pull-tester/rpc-tests.sh


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

2019-02-18 Thread Nicola Squartini via arch-commits
Date: Monday, February 18, 2019 @ 14:43:08
  Author: tensor5
Revision: 434245

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 434244, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/libsnark-no-gtest.patch
(from rev 434244, zcash/trunk/libsnark-no-gtest.patch)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 434244, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 434244, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/libsnark-no-gtest.patch
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

-+
 PKGBUILD|  231 +++---
 libsnark-no-gtest.patch |   44 
 use-system-rust.patch   |   22 ++--
 zcashd.service  |   18 +--
 4 files changed, 160 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 14:42:42 UTC (rev 434244)
+++ PKGBUILD2019-02-18 14:43:08 UTC (rev 434245)
@@ -1,113 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=2.0.2
-_commit=8e2ca4d94e2f1bc0835d3d888a969fe2e83e7ece
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
-makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
-checkdepends=('python2-pyblake2' 'python2-pyzmq' 'python2-qpid-proton')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
-'libsnark-no-gtest.patch'
-"use-system-rust.patch"
-'zcashd.service')
-sha512sums=('SKIP'
-
'3c002c9d721853089f02cc397e2bc4130574a9c06b1118824338efedc476daa5bdbdcf55bf6beba69fb9c4bd065b871b3111259fa1e25828f333056d340282a1'
-
'dba24a8a99da58c856bf346631b675b5b2512514384c85a3ffbbacd4c51df808d127de926850eeb36993597f31a0052ac758d065c9cecbb05a87c079555e0a54'
-
'2fb8b0a636ca9c7ee15f0fd2c47046c8323ade3de9562f393da7541eee50dd14b12107dd29b0e1ee90ff88963e2f7e25b12435166a1812df5c88c579c12dde88')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../libsnark-no-gtest.patch
-patch -Np1 -i ../use-system-rust.patch
-
-# Runs forever
-sed -e '/prioritisetransaction.py/d' -i qa/pull-tester/rpc-tests.sh
-}
-
-build() {
-cd ${pkgname}
-
-cd depends
-rust_crates=(
-  crate_aes
-  crate_aesni
-  crate_aes_soft 
-  crate_arrayvec
-  crate_bellman
-  crate_bitflags
-  crate_bit_vec
-  crate_blake2_rfc
-  crate_block_cipher_trait
-  crate_byte_tools
-  crate_byteorder
-  crate_constant_time_eq
-  crate_crossbeam
-  crate_digest
-  crate_fpe
-  crate_fuchsia_zircon
-  crate_fuchsia_zircon_sys
-  crate_futures_cpupool
-  crate_futures
-  crate_generic_array
-  crate_lazy_static
-  crate_libc
-  crate_nodrop
-  crate_num_bigint
-  crate_num_cpus
-  crate_num_integer
-  crate_num_traits
-  crate_opaque_debug
-  crate_pairing
-  crate_rand
-  crate_sapling_crypto
-  crate_stream_cipher
-  crate_typenum
-  crate_winapi_i686_pc_windows_gnu
-  crate_winapi
-  crate_winapi_x86_64_pc_windows_gnu
-  crate_zip32
-)
-make install \
-native_packages='' \
-packages="bdb ${rust_crates[*]} librustzcash"
-cd ..
-
-BUILD="$(./depends/config.guess)"
-CPPFLAGS="${CPPFLAGS} -I${PWD}/depends/${BUILD}/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/${BUILD}/lib"
-
-./autogen.sh
-depends_prefix="${PWD}/depends/${BUILD}" ./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh --testnet
-# ./qa/zcash/full_test_suite.py
-./qa/pull-tester/rpc-tests.sh
-}
-
-package() {
-cd ${pkgname}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 434244, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 14:43:08 UTC (rev 434245)
@@ -0,0 +1,118 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=2.0.3
+_commit=647c155dc7357f73fd85cb956109c6db676583b7
+pkgrel=1

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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:41:58
  Author: arodseth
Revision: 434243

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 14:41:50 UTC (rev 434242)
+++ PKGBUILD2019-02-18 14:41:58 UTC (rev 434243)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: razer 
-
-pkgbase=python-serpent
-pkgname=("$pkgbase" "${pkgbase/-/2-}")
-pkgver=1.27
-pkgrel=2
-pkgdesc='Serializer for literal Python expressions'
-url='https://github.com/irmen/Serpent'
-arch=('any')
-license=('MIT')
-makedepends=('git')
-depends=('python' 'python2')
-source=("git+https://github.com/irmen/Serpent.git#tag=serpent-$pkgver;)
-md5sums=('SKIP')
-
-package_python-serpent() {
-  depends=('python')
-
-  cd Serpent
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-serpent() {
-  depends=('python2')
-
-  cd Serpent
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: -u 2 anaconda.org/conda-forge/serpent
-# vim: ts=2 sw=2 et:

Copied: python-serpent/repos/community-any/PKGBUILD (from rev 434242, 
python-serpent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 14:41:58 UTC (rev 434243)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: razer 
+
+pkgname=python-serpent
+pkgver=1.27
+pkgrel=3
+pkgdesc='Serializer for literal Python expressions'
+url='https://github.com/irmen/Serpent'
+arch=(any)
+license=(MIT)
+depends=(python)
+makedepends=(git)
+source=("git+https://github.com/irmen/Serpent.git#tag=serpent-$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd Serpent
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 anaconda.org/conda-forge/serpent
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:41:50
  Author: arodseth
Revision: 434242

upgpkg: python-serpent 1.27-3

Modified:
  python-serpent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 14:30:36 UTC (rev 434241)
+++ PKGBUILD2019-02-18 14:41:50 UTC (rev 434242)
@@ -1,34 +1,23 @@
 # Maintainer: Alexander F. Rødseth 
 # Contributor: razer 
 
-pkgbase=python-serpent
-pkgname=("$pkgbase" "${pkgbase/-/2-}")
+pkgname=python-serpent
 pkgver=1.27
-pkgrel=2
+pkgrel=3
 pkgdesc='Serializer for literal Python expressions'
 url='https://github.com/irmen/Serpent'
-arch=('any')
-license=('MIT')
-makedepends=('git')
-depends=('python' 'python2')
+arch=(any)
+license=(MIT)
+depends=(python)
+makedepends=(git)
 source=("git+https://github.com/irmen/Serpent.git#tag=serpent-$pkgver;)
 md5sums=('SKIP')
 
-package_python-serpent() {
-  depends=('python')
-
+package() {
   cd Serpent
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_python2-serpent() {
-  depends=('python2')
-
-  cd Serpent
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
 # getver: -u 2 anaconda.org/conda-forge/serpent
 # vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:30:36
  Author: arodseth
Revision: 434241

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 14:30:27 UTC (rev 434240)
+++ PKGBUILD2019-02-18 14:30:36 UTC (rev 434241)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Michael Krauss 
-# Contributor: Baptiste Jonglez 
-
-pkgbase=python-gnuplot
-pkgname=('python2-gnuplot' 'python-gnuplot')
-pkgver=1.8
-pkgrel=8
-pkgdesc='Plot graphs with Gnuplot'
-arch=('any')
-license=('LGPL')
-url='https://gnuplot-py.sourceforge.net/'
-makedepends=('git' 'python-numpy' 'python-setuptools' 'python2-numpy' 
'python2-setuptools')
-source=("https://downloads.sourceforge.net/gnuplot-py/gnuplot-py-$pkgver.tar.gz;
-"git+https://github.com/yuyichao/gnuplot-py.git#commit=2c2218dc67;) # 
python 3 port
-sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21'
-'SKIP')
-
-package_python2-gnuplot() {
-  depends=('python2' 'python2-numpy' 'gnuplot')
-
-  cd "gnuplot-py-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-gnuplot() {
-  depends=('python' 'python-numpy' 'gnuplot')
-
-  cd gnuplot-py
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-gnuplot/repos/community-any/PKGBUILD (from rev 434240, 
python-gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 14:30:36 UTC (rev 434241)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Michael Krauss 
+# Contributor: Baptiste Jonglez 
+
+pkgbase=python-gnuplot
+pkgname=(python-gnuplot)
+pkgver=1.8
+pkgrel=9
+pkgdesc='Plot graphs with Gnuplot'
+arch=(any)
+license=(LGPL)
+url='https://gnuplot-py.sourceforge.net/'
+depends=(python-numpy gnuplot)
+makedepends=(git python-setuptools)
+source=("git+https://github.com/yuyichao/gnuplot-py#commit=2c2218dc67;)
+sha256sums=('SKIP')
+
+package() {
+  cd gnuplot-py
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:30:27
  Author: arodseth
Revision: 434240

upgpkg: python-gnuplot 1.8-9

Modified:
  python-gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 14:24:43 UTC (rev 434239)
+++ PKGBUILD2019-02-18 14:30:27 UTC (rev 434240)
@@ -1,32 +1,21 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Michael Krauss 
 # Contributor: Baptiste Jonglez 
 
 pkgbase=python-gnuplot
-pkgname=('python2-gnuplot' 'python-gnuplot')
+pkgname=(python-gnuplot)
 pkgver=1.8
-pkgrel=8
+pkgrel=9
 pkgdesc='Plot graphs with Gnuplot'
-arch=('any')
-license=('LGPL')
+arch=(any)
+license=(LGPL)
 url='https://gnuplot-py.sourceforge.net/'
-makedepends=('git' 'python-numpy' 'python-setuptools' 'python2-numpy' 
'python2-setuptools')
-source=("https://downloads.sourceforge.net/gnuplot-py/gnuplot-py-$pkgver.tar.gz;
-"git+https://github.com/yuyichao/gnuplot-py.git#commit=2c2218dc67;) # 
python 3 port
-sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21'
-'SKIP')
+depends=(python-numpy gnuplot)
+makedepends=(git python-setuptools)
+source=("git+https://github.com/yuyichao/gnuplot-py#commit=2c2218dc67;)
+sha256sums=('SKIP')
 
-package_python2-gnuplot() {
-  depends=('python2' 'python2-numpy' 'gnuplot')
-
-  cd "gnuplot-py-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-gnuplot() {
-  depends=('python' 'python-numpy' 'gnuplot')
-
+package() {
   cd gnuplot-py
 
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1


[arch-commits] Commit in (python2-pyswip)

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:24:43
  Author: arodseth
Revision: 434239

Remove package, ref todo/die-python2-die/

Deleted:
  python2-pyswip/


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:23:07
  Author: arodseth
Revision: 434237

archrelease: copy trunk to community-x86_64

Added:
  pdcurses/repos/community-x86_64/PKGBUILD
(from rev 434236, pdcurses/trunk/PKGBUILD)
Deleted:
  pdcurses/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 14:22:50 UTC (rev 434236)
+++ PKGBUILD2019-02-18 14:23:07 UTC (rev 434237)
@@ -1,35 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Serge Ziryukin 
-
-pkgname=pdcurses
-pkgver=3.4
-pkgrel=9
-pkgdesc='Cross-platform (DOS, OS/2, Win32, X11 and SDL) curses implementation'
-arch=('x86_64')
-url='https://github.com/macton/pdcurses'
-license=('GPL')
-depends=('xaw3d' 'bash' 'sdl')
-source=("$pkgname-$pkgver.tgz::https://github.com/macton/$pkgname/archive/master.tar.gz;)
-options=('staticlibs')
-sha256sums=('9b9185071a0ccfe8ae06ddd8fc75c2afecf5ebc54812f4de821d563114a97e12')
-
-build() {
-  cd "$pkgname-master"
-
-  ./configure --prefix=/usr --enable-widec --enable-xim --with-xaw3d --with-x
-  make
-  make -C sdl1
-}
-
-package() {
-  cd "$pkgname-master"
-
-  make DESTDIR="$pkgdir" install
-  install -c -m 644 curspriv.h "$pkgdir/usr/include/xcurses/curspriv.h"
-  install -c -m 644 sdl1/pdcsdl.h "$pkgdir/usr/include/xcurses/pdcsdl.h"
-  install -c -m 644 sdl1/libpdcurses.a "$pkgdir/usr/lib/libpdcurses.a"
-  ln -sf libXCurses.a $pkgdir/usr/lib/libXpanel.a
-  ln -sf libXCurses.so $pkgdir/usr/lib/libXpanel.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdcurses/repos/community-x86_64/PKGBUILD (from rev 434236, 
pdcurses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 14:23:07 UTC (rev 434237)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Serge Ziryukin 
+
+pkgname=pdcurses
+pkgver=3.8
+pkgrel=1
+pkgdesc='Cross-platform curses implementation'
+arch=(x86_64)
+url='https://pdcurses.org/'
+license=(GPL)
+depends=(xaw3d)
+source=("$pkgname-$pkgver.tgz::https://github.com/wmcbrine/PDCurses/archive/$pkgver.tar.gz;)
+options=(staticlibs)
+sha256sums=('b88356684aa3e77069f07d8cfb1d35b6d146d1b1c711ad41fa56edc6ea046446')
+
+build() {
+  cd PDCurses-$pkgver/x11
+  ./configure --prefix=/usr --enable-widec --enable-xim --with-xaw3d --with-x
+  make
+}
+
+package() {
+  cd PDCurses-$pkgver/x11
+  make prefix="$pkgdir/usr" install
+}
+
+# getver: raw.githubusercontent.com/wmcbrine/PDCurses/master/curses.h
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:22:50
  Author: arodseth
Revision: 434236

upgpkg: pdcurses 3.8-1

Modified:
  pdcurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 14:00:01 UTC (rev 434235)
+++ PKGBUILD2019-02-18 14:22:50 UTC (rev 434236)
@@ -2,34 +2,27 @@
 # Contributor: Serge Ziryukin 
 
 pkgname=pdcurses
-pkgver=3.4
-pkgrel=9
-pkgdesc='Cross-platform (DOS, OS/2, Win32, X11 and SDL) curses implementation'
-arch=('x86_64')
-url='https://github.com/macton/pdcurses'
-license=('GPL')
-depends=('xaw3d' 'bash' 'sdl')
-source=("$pkgname-$pkgver.tgz::https://github.com/macton/$pkgname/archive/master.tar.gz;)
-options=('staticlibs')
-sha256sums=('9b9185071a0ccfe8ae06ddd8fc75c2afecf5ebc54812f4de821d563114a97e12')
+pkgver=3.8
+pkgrel=1
+pkgdesc='Cross-platform curses implementation'
+arch=(x86_64)
+url='https://pdcurses.org/'
+license=(GPL)
+depends=(xaw3d)
+source=("$pkgname-$pkgver.tgz::https://github.com/wmcbrine/PDCurses/archive/$pkgver.tar.gz;)
+options=(staticlibs)
+sha256sums=('b88356684aa3e77069f07d8cfb1d35b6d146d1b1c711ad41fa56edc6ea046446')
 
 build() {
-  cd "$pkgname-master"
-
+  cd PDCurses-$pkgver/x11
   ./configure --prefix=/usr --enable-widec --enable-xim --with-xaw3d --with-x
   make
-  make -C sdl1
 }
 
 package() {
-  cd "$pkgname-master"
-
-  make DESTDIR="$pkgdir" install
-  install -c -m 644 curspriv.h "$pkgdir/usr/include/xcurses/curspriv.h"
-  install -c -m 644 sdl1/pdcsdl.h "$pkgdir/usr/include/xcurses/pdcsdl.h"
-  install -c -m 644 sdl1/libpdcurses.a "$pkgdir/usr/lib/libpdcurses.a"
-  ln -sf libXCurses.a $pkgdir/usr/lib/libXpanel.a
-  ln -sf libXCurses.so $pkgdir/usr/lib/libXpanel.so
+  cd PDCurses-$pkgver/x11
+  make prefix="$pkgdir/usr" install
 }
 
-# vim:set ts=2 sw=2 et:
+# getver: raw.githubusercontent.com/wmcbrine/PDCurses/master/curses.h
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:00:01
  Author: arodseth
Revision: 434235

archrelease: copy trunk to community-x86_64

Added:
  joyutils/repos/community-x86_64/PKGBUILD
(from rev 434234, joyutils/trunk/PKGBUILD)
Deleted:
  joyutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 13:58:45 UTC (rev 434234)
+++ PKGBUILD2019-02-18 14:00:01 UTC (rev 434235)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Arkham 
-# Contributor: dirty_d 
-
-pkgname=joyutils
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
-arch=(x86_64)
-license=(GPL)
-url='https://packages.debian.org/sid/joystick'
-conflicts=(linuxconsole)
-depends=(sdl)
-source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2;)
-sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934')
-
-prepare() {
-  sed -i 's,DESTDIR)/lib,DESTDIR)$(PREFIX)/lib,g' \
-linuxconsoletools-$pkgver/utils/Makefile
-}
-
-build() {
-  make -C linuxconsoletools-$pkgver
-}
-
-package() {
-  DESTDIR="$pkgdir" PREFIX=/usr make -C linuxconsoletools-$pkgver install
-}
-
-# vim: ts=2 sw=2 et:

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 434234, 
joyutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 14:00:01 UTC (rev 434235)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Arkham 
+# Contributor: dirty_d 
+
+pkgname=joyutils
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=(x86_64)
+license=(GPL)
+url='https://packages.debian.org/sid/joystick'
+conflicts=(linuxconsole)
+depends=(sdl)
+source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2;)
+sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934')
+
+prepare() {
+  sed -i 's,DESTDIR)/lib,DESTDIR)$(PREFIX)/lib,g' \
+linuxconsoletools-$pkgver/utils/Makefile
+}
+
+build() {
+  make -C linuxconsoletools-$pkgver
+}
+
+package() {
+  DESTDIR="$pkgdir" PREFIX=/usr make -C linuxconsoletools-$pkgver install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 13:58:36
  Author: arodseth
Revision: 434233

upgpkg: joyutils 1.6.1-1

Modified:
  joyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 13:06:39 UTC (rev 434232)
+++ PKGBUILD2019-02-18 13:58:36 UTC (rev 434233)
@@ -1,37 +1,30 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Arkham 
 # Contributor: dirty_d 
 
 pkgname=joyutils
-pkgver=1.2.15
-pkgrel=9
+pkgver=1.6.1
+pkgrel=1
 pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
-arch=('x86_64')
-url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
-license=('GPL')
-makedepends=('addinclude')
-conflicts=('linuxconsole')
-source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
-sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
+arch=(x86_64)
+license=(GPL)
+url='https://packages.debian.org/sid/joystick'
+conflicts=(linuxconsole)
+depends=(sdl)
+source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2;)
+sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934')
 
+prepare() {
+  sed -i 's,DESTDIR)/lib,DESTDIR)$(PREFIX)/lib,g' \
+linuxconsoletools-$pkgver/utils/Makefile
+}
+
 build() {
-  cd "joystick-$pkgver"
-
-  addinclude jscal.c stdlib
-  gcc -lm -o jscal jscal.c $CFLAGS
-  gcc -o jstest jstest.c $CFLAGS
-  gcc -o jsattach jsattach.c $CFLAGS
+  make -C linuxconsoletools-$pkgver
 }
 
 package() {
-  cd "joystick-$pkgver"
-
-  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
-  install -m 755 jstest "$pkgdir/usr/bin/"
-  install -m 755 jsattach "$pkgdir/usr/bin/"
-  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
-  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
-  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
+  DESTDIR="$pkgdir" PREFIX=/usr make -C linuxconsoletools-$pkgver install
 }
 
 # vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 13:58:45
  Author: arodseth
Revision: 434234

archrelease: copy trunk to community-x86_64

Added:
  joyutils/repos/community-x86_64/PKGBUILD
(from rev 434233, joyutils/trunk/PKGBUILD)
Deleted:
  joyutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 13:58:36 UTC (rev 434233)
+++ PKGBUILD2019-02-18 13:58:45 UTC (rev 434234)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Arkham 
-# Contributor: dirty_d 
-
-pkgname=joyutils
-pkgver=1.2.15
-pkgrel=9
-pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
-arch=('x86_64')
-url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
-license=('GPL')
-makedepends=('addinclude')
-conflicts=('linuxconsole')
-source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
-sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
-
-build() {
-  cd "joystick-$pkgver"
-
-  addinclude jscal.c stdlib
-  gcc -lm -o jscal jscal.c $CFLAGS
-  gcc -o jstest jstest.c $CFLAGS
-  gcc -o jsattach jsattach.c $CFLAGS
-}
-
-package() {
-  cd "joystick-$pkgver"
-
-  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
-  install -m 755 jstest "$pkgdir/usr/bin/"
-  install -m 755 jsattach "$pkgdir/usr/bin/"
-  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
-  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
-  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 434233, 
joyutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 13:58:45 UTC (rev 434234)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Arkham 
+# Contributor: dirty_d 
+
+pkgname=joyutils
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=(x86_64)
+license=(GPL)
+url='https://packages.debian.org/sid/joystick'
+conflicts=(linuxconsole)
+depends=(sdl)
+source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2;)
+sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934')
+
+prepare() {
+  sed -i 's,DESTDIR)/lib,DESTDIR)$(PREFIX)/lib,g' \
+linuxconsoletools-$pkgver/utils/Makefile
+}
+
+build() {
+  make -C linuxconsoletools-$pkgver
+}
+
+package() {
+  DESTDIR="$pkgdir" PREFIX=/usr make -C linuxconsoletools-$pkgver install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Christian Hesse via arch-commits
Date: Monday, February 18, 2019 @ 13:16:01
  Author: eworm
Revision: 346485

upgpkg: gpgme 1.12.0-2

* drop python2 package
* fix expired key in test suite

Added:
  gpgme/trunk/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch
Modified:
  gpgme/trunk/PKGBUILD

--+
 0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch |  100 +
 PKGBUILD |   27 +--
 2 files changed, 112 insertions(+), 15 deletions(-)

Added: 0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch
===
--- 0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch
(rev 0)
+++ 0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch2019-02-18 
13:16:01 UTC (rev 346485)
@@ -0,0 +1,100 @@
+From 66376f3e206a1aa791d712fb8577bb3490268f60 Mon Sep 17 00:00:00 2001
+From: Andre Heinecke 
+Date: Wed, 9 Jan 2019 08:25:21 +0100
+Subject: qt: Use tofu conflict test keys without expiry
+
+* lang/qt/tests/t-tofuinfo.cpp: Use new test keys without
+expiry.
+
+--
+The old keys expired on 2019-01-06.
+
+GnuPG-Bug-Id: T3815
+---
+ lang/qt/tests/t-tofuinfo.cpp | 58 +++-
+ 1 file changed, 30 insertions(+), 28 deletions(-)
+
+diff --git a/lang/qt/tests/t-tofuinfo.cpp b/lang/qt/tests/t-tofuinfo.cpp
+index b7161028..2d881069 100644
+--- a/lang/qt/tests/t-tofuinfo.cpp
 b/lang/qt/tests/t-tofuinfo.cpp
+@@ -69,46 +69,48 @@ static const char testMsg1[] =
+ 
+ static const char conflictKey1[] = "-BEGIN PGP PUBLIC KEY BLOCK-\n"
+ "\n"
+-"mDMEWG+w/hYJKwYBBAHaRw8BAQdAiq1oStvDYg8ZfFs5DgisYJo8dJxD+C/AA21O\n"
+-"K/aif0O0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IlgQTFggAPhYhBHoJBLaV\n"
+-"DamYAgoa1L5BwMOl/x88BQJYb7D+AhsDBQkDwmcABQsJCAcCBhUICQoLAgQWAgMB\n"
+-"Ah4BAheAAAoJEL5BwMOl/x88GvwA/0SxkbLyAcshGm2PRrPsFQsSVAfwaSYFVmS2\n"
+-"cMVIw1PfAQDclRH1Z4MpufK07ju4qI33o4s0UFpVRBuSxt7A4P2ZD7g4BFhvsP4S\n"
+-"CisGAQQBl1UBBQEBB0AmVrgaDNJ7K2BSalsRo2EkRJjHGqnp5bBB0tapnF81CQMB\n"
+-"CAeIeAQYFggAIBYhBHoJBLaVDamYAgoa1L5BwMOl/x88BQJYb7D+AhsMAAoJEL5B\n"
+-"wMOl/x88OR0BAMq4/vmJUORRTmzjHcv/DDrQB030DSq666rlckGIKTShAPoDXM9N\n"
+-"0gZK+YzvrinSKZXHmn0aSwmC1/hyPybJPEljBw==\n"
+-"=p2Oj\n"
++"mDMEXDWgpxYJKwYBBAHaRw8BAQdAguVu4qkx8iw4eU+TQ4vvcKG7IdcZvbMhw3Zc\n"
++"npGf0+u0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IkAQTFggAOBYhBO6ovNDG\n"
++"nLzbR1TlMJYJ0fjlWbUrBQJcNaCnAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheA\n"
++"AAoJEJYJ0fjlWbUrLaMBALegwkv2+sEcmKZqxt8JscYvFiEuycv2+rKHaZA0eDoN\n"
++"AP97W4XrJb5x49J5jDDdeko8k00uGqiiuAXJo27/i/phA7g4BFw1oKcSCisGAQQB\n"
++"l1UBBQEBB0Crhw24E2lPBhd/y+ZFotQ/2TrYqkUQqGPmff8ofLziNgMBCAeIeAQY\n"
++"FggAIBYhBO6ovNDGnLzbR1TlMJYJ0fjlWbUrBQJcNaCnAhsMAAoJEJYJ0fjlWbUr\n"
++"/K8BAJWsa+tOZsJw7w5fz6O0We6Xx4Rt17jHf563G6wMcz9+AQDRsedJ7w4zYzS9\n"
++"MFiJQ5aN0NDHMRtDFWAgCunVnJ3OBw==\n"
++"=fZa5\n"
+ "-END PGP PUBLIC KEY BLOCK-\n";
+ 
+ static const char conflictKey2[] = "-BEGIN PGP PUBLIC KEY BLOCK-\n"
+ "\n"
+-"mDMEWG+xShYJKwYBBAHaRw8BAQdA567gPEPJRpqKnZjlFJMRNUqruRviYMyygfF6\n"
+-"6Ok+ygu0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IlgQTFggAPhYhBJ5kRh7E\n"
+-"I98w8kgUcmkAfYFvqqHsBQJYb7FKAhsDBQkDwmcABQsJCAcCBhUICQoLAgQWAgMB\n"
+-"Ah4BAheAAAoJEGkAfYFvqqHsYR0BAOz8JjYB4VvGkt6noLS3F5TLfsedGwQkBCw5\n"
+-"znw/vGZsAQD9DSX+ekwdrN56mNO8ISt5uVS7B1ZQtouNBF+nzcwbDbg4BFhvsUoS\n"
+-"CisGAQQBl1UBBQEBB0BFupW8+Xc1ikab8TJqANjQhvFVh6uLsgcK4g9lZgbGXAMB\n"
+-"CAeIeAQYFggAIBYhBJ5kRh7EI98w8kgUcmkAfYFvqqHsBQJYb7FKAhsMAAoJEGkA\n"
+-"fYFvqqHs15ABALdN3uiV/07cJ3RkNb3WPcijGsto+lECDS11dKEwTMFeAQDx+V36\n"
+-"ocbYC/xEuwi3w45oNqGieazzcD/GBbt8OBk3BA==\n"
+-"=45IR\n"
++"mDMEXDWgixYJKwYBBAHaRw8BAQdAMWOhumYspcvEOTuesOSN4rvnJVOj/6qOWFTu\n"
++"x+wPRra0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IkAQTFggAOBYhBA64G88Q\n"
++"NPXztj8ID/FhC7tiGbeRBQJcNaCLAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheA\n"
++"AAoJEPFhC7tiGbeRUt4A/2hf4Zgz+TYyfeH/4/ZtyL1JuZggqR1s5UopEx2Aiw10\n"
++"AP405KiTd31TJQN8Ru+7bskPu0/mzLZMNkRvBNEdc5kbDLg4BFw1oIsSCisGAQQB\n"
++"l1UBBQEBB0B5NtSrx7wDDKgwUe5Rxz0vRkaWLtyE0KbfE77oPy5DGAMBCAeIeAQY\n"
++"FggAIBYhBA64G88QNPXztj8ID/FhC7tiGbeRBQJcNaCLAhsMAAoJEPFhC7tiGbeR\n"
++"km0BAP8TQwraipqb1pJlLsEgDXeM5Jocz4fuePD78BsOBtORAP9gpCyKXdyJYGlA\n"
++"qjmG356yG6pCK9aPckTZ9IViPiHWCw==\n"
++"=tn3Q\n"
+ "-END PGP PUBLIC KEY BLOCK-\n";
+ 
+ static const char conflictMsg1[] = "-BEGIN PGP MESSAGE-\n"
+ "\n"
+-"owGbwMvMwCG2z/HA4aX/5W0YT3MlMUTkb2xPSizi6ihlYRDjYJAVU2Sp4mTZNpV3\n"
+-"5QwmLqkrMLWsTCCFDFycAjCR1vcMf4U0Qrs6qzqfHJ9puGOFduLN2nVmhsumxjBE\n"
+-"mdw4lr1ehIWR4QdLuNBpe86PGx1PtNXfVAzm/hu+vfjCp5BVNjPTM9L0eAA=\n"
+-"=MfBD\n"
++"owGbwMvMwCE2jfPij6eRW7UZTwsnMcSYLnT0Ki0uUXD3C1XILFHk6ihlYRDjYJAV\n"
++"U2R5t2LPhWNz9tx2D3lqANPEygTSwcDFKQAT+RjG8M9of873hQrMpinBVwKYv+rq\n"
++"XGmYW+ZcZJ+133KDq+itzlxGhg3L2X/6Khj+2Hd+He+KnXtunF2wNWxl7849e/Sy\n"
++"v6tc+8MBAA==\n"
++"=fZLe\n"
+ "-END PGP MESSAGE-\n";
+ 
+ static const char conflictMsg2[] = "-BEGIN PGP MESSAGE-\n"
+ "\n"

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

2019-02-18 Thread Christian Hesse via arch-commits
Date: Monday, February 18, 2019 @ 13:16:08
  Author: eworm
Revision: 346486

archrelease: copy trunk to testing-x86_64

Added:
  gpgme/repos/testing-x86_64/
  
gpgme/repos/testing-x86_64/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch
(from rev 346485, 
gpgme/trunk/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch)
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 346485, gpgme/trunk/PKGBUILD)

--+
 0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch |  100 +
 PKGBUILD |   68 
 2 files changed, 168 insertions(+)

Copied: 
gpgme/repos/testing-x86_64/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch
 (from rev 346485, 
gpgme/trunk/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch)
===
--- testing-x86_64/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch 
(rev 0)
+++ testing-x86_64/0001-qt-Use-tofu-conflict-test-keys-without-expiry.patch 
2019-02-18 13:16:08 UTC (rev 346486)
@@ -0,0 +1,100 @@
+From 66376f3e206a1aa791d712fb8577bb3490268f60 Mon Sep 17 00:00:00 2001
+From: Andre Heinecke 
+Date: Wed, 9 Jan 2019 08:25:21 +0100
+Subject: qt: Use tofu conflict test keys without expiry
+
+* lang/qt/tests/t-tofuinfo.cpp: Use new test keys without
+expiry.
+
+--
+The old keys expired on 2019-01-06.
+
+GnuPG-Bug-Id: T3815
+---
+ lang/qt/tests/t-tofuinfo.cpp | 58 +++-
+ 1 file changed, 30 insertions(+), 28 deletions(-)
+
+diff --git a/lang/qt/tests/t-tofuinfo.cpp b/lang/qt/tests/t-tofuinfo.cpp
+index b7161028..2d881069 100644
+--- a/lang/qt/tests/t-tofuinfo.cpp
 b/lang/qt/tests/t-tofuinfo.cpp
+@@ -69,46 +69,48 @@ static const char testMsg1[] =
+ 
+ static const char conflictKey1[] = "-BEGIN PGP PUBLIC KEY BLOCK-\n"
+ "\n"
+-"mDMEWG+w/hYJKwYBBAHaRw8BAQdAiq1oStvDYg8ZfFs5DgisYJo8dJxD+C/AA21O\n"
+-"K/aif0O0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IlgQTFggAPhYhBHoJBLaV\n"
+-"DamYAgoa1L5BwMOl/x88BQJYb7D+AhsDBQkDwmcABQsJCAcCBhUICQoLAgQWAgMB\n"
+-"Ah4BAheAAAoJEL5BwMOl/x88GvwA/0SxkbLyAcshGm2PRrPsFQsSVAfwaSYFVmS2\n"
+-"cMVIw1PfAQDclRH1Z4MpufK07ju4qI33o4s0UFpVRBuSxt7A4P2ZD7g4BFhvsP4S\n"
+-"CisGAQQBl1UBBQEBB0AmVrgaDNJ7K2BSalsRo2EkRJjHGqnp5bBB0tapnF81CQMB\n"
+-"CAeIeAQYFggAIBYhBHoJBLaVDamYAgoa1L5BwMOl/x88BQJYb7D+AhsMAAoJEL5B\n"
+-"wMOl/x88OR0BAMq4/vmJUORRTmzjHcv/DDrQB030DSq666rlckGIKTShAPoDXM9N\n"
+-"0gZK+YzvrinSKZXHmn0aSwmC1/hyPybJPEljBw==\n"
+-"=p2Oj\n"
++"mDMEXDWgpxYJKwYBBAHaRw8BAQdAguVu4qkx8iw4eU+TQ4vvcKG7IdcZvbMhw3Zc\n"
++"npGf0+u0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IkAQTFggAOBYhBO6ovNDG\n"
++"nLzbR1TlMJYJ0fjlWbUrBQJcNaCnAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheA\n"
++"AAoJEJYJ0fjlWbUrLaMBALegwkv2+sEcmKZqxt8JscYvFiEuycv2+rKHaZA0eDoN\n"
++"AP97W4XrJb5x49J5jDDdeko8k00uGqiiuAXJo27/i/phA7g4BFw1oKcSCisGAQQB\n"
++"l1UBBQEBB0Crhw24E2lPBhd/y+ZFotQ/2TrYqkUQqGPmff8ofLziNgMBCAeIeAQY\n"
++"FggAIBYhBO6ovNDGnLzbR1TlMJYJ0fjlWbUrBQJcNaCnAhsMAAoJEJYJ0fjlWbUr\n"
++"/K8BAJWsa+tOZsJw7w5fz6O0We6Xx4Rt17jHf563G6wMcz9+AQDRsedJ7w4zYzS9\n"
++"MFiJQ5aN0NDHMRtDFWAgCunVnJ3OBw==\n"
++"=fZa5\n"
+ "-END PGP PUBLIC KEY BLOCK-\n";
+ 
+ static const char conflictKey2[] = "-BEGIN PGP PUBLIC KEY BLOCK-\n"
+ "\n"
+-"mDMEWG+xShYJKwYBBAHaRw8BAQdA567gPEPJRpqKnZjlFJMRNUqruRviYMyygfF6\n"
+-"6Ok+ygu0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IlgQTFggAPhYhBJ5kRh7E\n"
+-"I98w8kgUcmkAfYFvqqHsBQJYb7FKAhsDBQkDwmcABQsJCAcCBhUICQoLAgQWAgMB\n"
+-"Ah4BAheAAAoJEGkAfYFvqqHsYR0BAOz8JjYB4VvGkt6noLS3F5TLfsedGwQkBCw5\n"
+-"znw/vGZsAQD9DSX+ekwdrN56mNO8ISt5uVS7B1ZQtouNBF+nzcwbDbg4BFhvsUoS\n"
+-"CisGAQQBl1UBBQEBB0BFupW8+Xc1ikab8TJqANjQhvFVh6uLsgcK4g9lZgbGXAMB\n"
+-"CAeIeAQYFggAIBYhBJ5kRh7EI98w8kgUcmkAfYFvqqHsBQJYb7FKAhsMAAoJEGkA\n"
+-"fYFvqqHs15ABALdN3uiV/07cJ3RkNb3WPcijGsto+lECDS11dKEwTMFeAQDx+V36\n"
+-"ocbYC/xEuwi3w45oNqGieazzcD/GBbt8OBk3BA==\n"
+-"=45IR\n"
++"mDMEXDWgixYJKwYBBAHaRw8BAQdAMWOhumYspcvEOTuesOSN4rvnJVOj/6qOWFTu\n"
++"x+wPRra0GXRvZnVfY29uZmxpY3RAZXhhbXBsZS5jb22IkAQTFggAOBYhBA64G88Q\n"
++"NPXztj8ID/FhC7tiGbeRBQJcNaCLAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheA\n"
++"AAoJEPFhC7tiGbeRUt4A/2hf4Zgz+TYyfeH/4/ZtyL1JuZggqR1s5UopEx2Aiw10\n"
++"AP405KiTd31TJQN8Ru+7bskPu0/mzLZMNkRvBNEdc5kbDLg4BFw1oIsSCisGAQQB\n"
++"l1UBBQEBB0B5NtSrx7wDDKgwUe5Rxz0vRkaWLtyE0KbfE77oPy5DGAMBCAeIeAQY\n"
++"FggAIBYhBA64G88QNPXztj8ID/FhC7tiGbeRBQJcNaCLAhsMAAoJEPFhC7tiGbeR\n"
++"km0BAP8TQwraipqb1pJlLsEgDXeM5Jocz4fuePD78BsOBtORAP9gpCyKXdyJYGlA\n"
++"qjmG356yG6pCK9aPckTZ9IViPiHWCw==\n"
++"=tn3Q\n"
+ "-END PGP PUBLIC KEY BLOCK-\n";
+ 
+ static const char conflictMsg1[] = "-BEGIN PGP MESSAGE-\n"
+ "\n"
+-"owGbwMvMwCG2z/HA4aX/5W0YT3MlMUTkb2xPSizi6ihlYRDjYJAVU2Sp4mTZNpV3\n"
+-"5QwmLqkrMLWsTCCFDFycAjCR1vcMf4U0Qrs6qzqfHJ9puGOFduLN2nVmhsumxjBE\n"
+-"mdw4lr1ehIWR4QdLuNBpe86PGx1PtNXfVAzm/hu+vfjCp5BVNjPTM9L0eAA=\n"
+-"=MfBD\n"
++"owGbwMvMwCE2jfPij6eRW7UZTwsnMcSYLnT0Ki0uUXD3C1XILFHk6ihlYRDjYJAV\n"

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

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 13:07:44
  Author: jelle
Revision: 346484

archrelease: copy trunk to extra-x86_64

Added:
  alertmanager/repos/extra-x86_64/PKGBUILD
(from rev 346483, alertmanager/trunk/PKGBUILD)
  alertmanager/repos/extra-x86_64/alertmanager.service
(from rev 346483, alertmanager/trunk/alertmanager.service)
  alertmanager/repos/extra-x86_64/alertmanager.sysusers
(from rev 346483, alertmanager/trunk/alertmanager.sysusers)
Deleted:
  alertmanager/repos/extra-x86_64/PKGBUILD
  alertmanager/repos/extra-x86_64/alertmanager.service
  alertmanager/repos/extra-x86_64/alertmanager.sysusers

---+
 PKGBUILD  |   96 
 alertmanager.service  |   32 
 alertmanager.sysusers |2 -
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 13:07:20 UTC (rev 346483)
+++ PKGBUILD2019-02-18 13:07:44 UTC (rev 346484)
@@ -1,48 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=alertmanager
-pkgver=0.16.0
-pkgrel=2
-pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
-url="https://github.com/prometheus/alertmanager;
-arch=(x86_64)
-depends=(glibc)
-license=('Apache')
-makedepends=(go-pie git)
-backup=('etc/alertmanager/alertmanager.yml')
-source=(https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz 
alertmanager.service alertmanager.sysusers)
-sha512sums=('a3a2288d2a2205e0d94915603e4758447f194ebe06e69b5518fb7ebdb7d6ec4bab5db623e4dec57938a7936a9ac96be7cebd57304c7983deac11c61edd39b2b3'
-
'14c369ed0ec71c6f1d68686b49b31e73129ff19e9f0fc0737f7c5899ec3cf34d2b366dc9e06ea20f7cf5f6254a5c1809f1a428a110ea52ee216494300115fb25'
-
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
-
-prepare() {
-  # Switch to go build in new release.
-  mkdir -p gopath/src/github.com/prometheus
-  ln -rTsf $pkgname-$pkgver gopath/src/github.com/prometheus/alertmanager
-  export GOPATH="$srcdir"/gopath
-}
-
-build() {
-  export GOPATH="$srcdir/gopath"
-  cd gopath/src/github.com/prometheus/alertmanager
-  go install \
--gcflags "all=-trimpath=$GOPATH" \
--asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags $LDFLAGS" \
--v ./...
-}
-
-package() {
-  export GOPATH="$srcdir/gopath"
-  install -Dm755 $GOPATH/bin/$pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm755 $GOPATH/bin/amtool "$pkgdir/usr/bin/amtool"
-
-  cd ${pkgname}-${pkgver}
-  install -Dm644 examples/ha/${pkgname}.yml 
"${pkgdir}/etc/${pkgname}/${pkgname}.yml"
-  install -d -m755 "${pkgdir}/etc/${pkgname}/template/"
-
-  install -d -m755 -o 211 -g 211 "${pkgdir}/var/lib/${pkgname}"
-
-  install -Dm0644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "$srcdir/alertmanager.sysusers" 
"$pkgdir/usr/lib/sysusers.d/alertmanager.conf"
-}

Copied: alertmanager/repos/extra-x86_64/PKGBUILD (from rev 346483, 
alertmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 13:07:44 UTC (rev 346484)
@@ -0,0 +1,48 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=alertmanager
+pkgver=0.16.0
+pkgrel=3
+pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
+url="https://github.com/prometheus/alertmanager;
+arch=(x86_64)
+depends=(glibc)
+license=('Apache')
+makedepends=(go-pie git)
+backup=('etc/alertmanager/alertmanager.yml')
+source=(https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz 
alertmanager.service alertmanager.sysusers)
+sha512sums=('a3a2288d2a2205e0d94915603e4758447f194ebe06e69b5518fb7ebdb7d6ec4bab5db623e4dec57938a7936a9ac96be7cebd57304c7983deac11c61edd39b2b3'
+
'414b09fc64fbafcfe3f204100a512e7ede00eb94352b37063427712b96a4e12bf0c386008c43ccb110f4572e412ee581d25151663dd5e36dfd68dbf5e1182f3b'
+
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
+
+prepare() {
+  # Switch to go build in new release.
+  mkdir -p gopath/src/github.com/prometheus
+  ln -rTsf $pkgname-$pkgver gopath/src/github.com/prometheus/alertmanager
+  export GOPATH="$srcdir"/gopath
+}
+
+build() {
+  export GOPATH="$srcdir/gopath"
+  cd gopath/src/github.com/prometheus/alertmanager
+  go install \
+-gcflags "all=-trimpath=$GOPATH" \
+-asmflags "all=-trimpath=$GOPATH" \
+-ldflags "-extldflags $LDFLAGS" \
+-v ./...
+}
+
+package() {
+  export GOPATH="$srcdir/gopath"
+  install -Dm755 $GOPATH/bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm755 $GOPATH/bin/amtool "$pkgdir/usr/bin/amtool"
+
+  cd ${pkgname}-${pkgver}
+  install -Dm644 examples/ha/${pkgname}.yml 

[arch-commits] Commit in alertmanager/trunk (PKGBUILD alertmanager.service)

2019-02-18 Thread Jelle van der Waa via arch-commits
Date: Monday, February 18, 2019 @ 13:07:20
  Author: jelle
Revision: 346483

upgpkg: alertmanager 0.16.0-3

Depend on networktarget for reboot

Modified:
  alertmanager/trunk/PKGBUILD
  alertmanager/trunk/alertmanager.service

--+
 PKGBUILD |4 ++--
 alertmanager.service |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 12:06:54 UTC (rev 346482)
+++ PKGBUILD2019-02-18 13:07:20 UTC (rev 346483)
@@ -2,7 +2,7 @@
 
 pkgname=alertmanager
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
 url="https://github.com/prometheus/alertmanager;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 backup=('etc/alertmanager/alertmanager.yml')
 source=(https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz 
alertmanager.service alertmanager.sysusers)
 
sha512sums=('a3a2288d2a2205e0d94915603e4758447f194ebe06e69b5518fb7ebdb7d6ec4bab5db623e4dec57938a7936a9ac96be7cebd57304c7983deac11c61edd39b2b3'
-
'14c369ed0ec71c6f1d68686b49b31e73129ff19e9f0fc0737f7c5899ec3cf34d2b366dc9e06ea20f7cf5f6254a5c1809f1a428a110ea52ee216494300115fb25'
+
'414b09fc64fbafcfe3f204100a512e7ede00eb94352b37063427712b96a4e12bf0c386008c43ccb110f4572e412ee581d25151663dd5e36dfd68dbf5e1182f3b'
 
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
 
 prepare() {

Modified: alertmanager.service
===
--- alertmanager.service2019-02-18 12:06:54 UTC (rev 346482)
+++ alertmanager.service2019-02-18 13:07:20 UTC (rev 346483)
@@ -1,6 +1,8 @@
 [Unit]
 Description=Alertmanager for prometheus
 Documentation=https://prometheus.io/docs/alerting/alertmanager/
+Requires=network-online.target
+After=network-online.target
 
 [Service]
 User=alertmanager


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

2019-02-18 Thread Bruno Pagani via arch-commits
Date: Monday, February 18, 2019 @ 13:06:39
  Author: archange
Revision: 434232

archrelease: copy trunk to community-x86_64

Added:
  netcdf-openmpi/repos/community-x86_64/PKGBUILD
(from rev 434231, netcdf-openmpi/trunk/PKGBUILD)
Deleted:
  netcdf-openmpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 13:06:12 UTC (rev 434231)
+++ PKGBUILD2019-02-18 13:06:39 UTC (rev 434232)
@@ -1,64 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: damir 
-
-_pkg=netcdf
-_mpi=openmpi
-pkgname=${_pkg}-${_mpi}
-pkgver=4.6.2
-pkgrel=2
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
-arch=('x86_64')
-url="https://www.unidata.ucar.edu/software/netcdf/;
-depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
-makedepends=('cmake')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-checkdepends=('inetutils')
-provides=('netcdf')
-conflicts=('netcdf')
-options=('!makeflags')
-license=('custom')
-source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-export CC=mpicc
-cmake ../${_pkg}-c-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_CDF5=ON \
--DENABLE_PNETCDF=ON \
--DENABLE_DAP_LONG_TESTS=ON \
--DENABLE_EXAMPLE_TESTS=ON \
--DENABLE_EXTRA_TESTS=ON \
--DENABLE_FAILING_TESTS=ON \
--DENABLE_FILTER_TESTING=ON \
--DENABLE_LARGE_FILE_TESTS=ON
-make
-}
-
-
-check() {
-cd build
-
-# This is required starting with OpenMPI 3.0 when trying to run more
-# processes than the number of available cores
-export OMPI_MCA_rmaps_base_oversubscribe=yes
-
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${_pkg}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
-}

Copied: netcdf-openmpi/repos/community-x86_64/PKGBUILD (from rev 434231, 
netcdf-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 13:06:39 UTC (rev 434232)
@@ -0,0 +1,64 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+_pkg=netcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=4.6.2.1
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+license=('custom')
+depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+checkdepends=('inetutils')
+provides=("${_pkg}")
+conflicts=("${_pkg}")
+options=('!makeflags')
+source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+export CC=mpicc
+cmake ../${_pkg}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_PNETCDF=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+
+check() {
+cd build
+
+# This is required starting with OpenMPI 3.0 when trying to run more
+# processes than the number of available cores
+export OMPI_MCA_rmaps_base_oversubscribe=yes
+
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${_pkg}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+}


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

2019-02-18 Thread Bruno Pagani via arch-commits
Date: Monday, February 18, 2019 @ 13:06:12
  Author: archange
Revision: 434231

upgpkg: netcdf-openmpi 4.6.2.1-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 12:39:35 UTC (rev 434230)
+++ PKGBUILD2019-02-18 13:06:12 UTC (rev 434231)
@@ -5,21 +5,21 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.6.2.1
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;
+license=('custom')
 depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
 makedepends=('cmake')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 checkdepends=('inetutils')
-provides=('netcdf')
-conflicts=('netcdf')
+provides=("${_pkg}")
+conflicts=("${_pkg}")
 options=('!makeflags')
-license=('custom')
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
+sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
 
 prepare() {
 mkdir -p build


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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 12:39:15
  Author: felixonmars
Revision: 434229

upgpkg: python-hypothesis 4.6.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 12:39:00 UTC (rev 434228)
+++ PKGBUILD2019-02-18 12:39:15 UTC (rev 434229)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.5.11
+pkgver=4.6.0
 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=('7917b573bb2be4033659eb2cc64c45a598eadce4a81db337979962c426abf08f9805dc141da746ef0255af41063876e1aa7dcfd9f82dccb171276ca8e6c2b207')
+sha512sums=('bf66fdbccfbc0e84c37456ec1ac9acdff27f0ce04bc1a3189ea2ace2e37a8634c68910f03a4f7f5aa40f69e587609efc107bf3ffd3ef4da48afc3797bd1b66e0')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 12:39:35
  Author: felixonmars
Revision: 434230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 12:39:15 UTC (rev 434229)
+++ PKGBUILD2019-02-18 12:39:35 UTC (rev 434230)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.5.11
-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=('7917b573bb2be4033659eb2cc64c45a598eadce4a81db337979962c426abf08f9805dc141da746ef0255af41063876e1aa7dcfd9f82dccb171276ca8e6c2b207')
-
-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 434229, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 12:39:35 UTC (rev 434230)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.6.0
+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-session-ui/repos (2 files)

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 12:39:00
  Author: felixonmars
Revision: 434228

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-session-ui/repos/community-testing-x86_64/
  deepin-session-ui/repos/community-testing-x86_64/PKGBUILD
(from rev 434227, deepin-session-ui/trunk/PKGBUILD)

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

Copied: deepin-session-ui/repos/community-testing-x86_64/PKGBUILD (from rev 
434227, deepin-session-ui/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-02-18 12:39:00 UTC (rev 434228)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.8.10
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory'
+ 'qt5-tools')
+makedepends=('deepin-gettext-tools')
+provides=('lightdm-deepin-greeter' 'deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('bda1bb603007cd25d1e407750a046494fcb9c57cc4e2c835b03d76ee8b1073e7916d8bf26a7c68b53cfd9574184d49d977adbf254c8034301112108413bcb964')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp boxframe/*.cpp
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-02-18 Thread Felix Yan via arch-commits
Date: Monday, February 18, 2019 @ 12:38:42
  Author: felixonmars
Revision: 434227

upgpkg: deepin-session-ui 4.8.10-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 12:07:53 UTC (rev 434226)
+++ PKGBUILD2019-02-18 12:38:42 UTC (rev 434227)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.8.9
+pkgver=4.8.10
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('abfc7a76bc4892d40a50dfc3c1f73925fb42c48c912df1fe049cc8304de83cbd65e5ae7942b0a380b3c502feda2733d96e80ee893d252a6a155120bf10e433a7')
+sha512sums=('bda1bb603007cd25d1e407750a046494fcb9c57cc4e2c835b03d76ee8b1073e7916d8bf26a7c68b53cfd9574184d49d977adbf254c8034301112108413bcb964')
 
 prepare() {
   cd dde-session-ui-$pkgver


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 11:07:43
  Author: arodseth
Revision: 434216

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 11:07:35 UTC (rev 434215)
+++ PKGBUILD2019-02-18 11:07:43 UTC (rev 434216)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=('any')
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=('MIT')
-depends=('glfw' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 434215, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 11:07:43 UTC (rev 434216)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+source=("git+$url#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 11:07:35
  Author: arodseth
Revision: 434215

upgpkg: python-glfw 1.7.1-1

Modified:
  python-glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 07:19:41 UTC (rev 434214)
+++ PKGBUILD2019-02-18 11:07:35 UTC (rev 434215)
@@ -1,26 +1,24 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=python-glfw
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=('any')
+arch=(any)
 url='https://github.com/FlorianRhiem/pyGLFW'
-license=('MIT')
-depends=('glfw' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver;)
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+source=("git+$url#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {
   cd pyGLFW
-  
   python setup.py build
 }
 
 package() {
   cd pyGLFW
-
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


  1   2   >