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

2020-12-08 Thread Andreas Radke via arch-commits
Date: Wednesday, December 9, 2020 @ 07:39:52
  Author: andyrtr
Revision: 403179

archrelease: copy trunk to extra-x86_64

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

+
 PKGBUILD   |  155 +--
 gutenprint.install |   18 ++---
 2 files changed, 87 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 07:39:42 UTC (rev 403178)
+++ PKGBUILD2020-12-09 07:39:52 UTC (rev 403179)
@@ -1,77 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase=gutenprint
-pkgname=('gutenprint' 'foomatic-db-gutenprint-ppds')
-pkgver=5.3.3
-pkgrel=2
-pkgdesc="Top quality printer drivers for POSIX systems"
-arch=('x86_64')
-license=('GPL')
-url="http://gimp-print.sourceforge.net/; # no https
-makedepends=('gimp' 'gtk2' 'cups' 'ghostscript'
-# for the docs
-'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
-source=(https://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.xz)
-options=('!emptydirs')
-sha1sums=('edfab4bafe8e6420c7c321915eeb2dd16e899c59')
-
-prepare(){
-  cd "${pkgbase}"-${pkgver}
-  # sbindir is not properly taken over there
-  sed -i 
"s:cups_sbindir=\"\${cups_exec_prefix}\/sbin\":cups_sbindir=\"\${cups_exec_prefix}\/bin\":"
 m4local/stp_cups.m4
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgbase}"-${pkgver}
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---disable-rpath \
---enable-samples \
---disable-static \
---disable-static-genppd \
---enable-cups-ppds \
---enable-simplified-cups-ppds=only \
---enable-translated-cups-ppds \
---enable-globalized-cups-ppds #--help
-
-  # globalized ppds -> put all translations into one ppd file
-  # enable translated cups ppds grows size 9,5MB -> 156MB
-  # simplified cups ppds (yes, no, only) - only offer basic paper sizes, not 
all options 
-  # 4,3MB (only), 17MB (both) -> translated 41MB simpl., 165MB, 231MB both
-   
-  make
-}
-
-package_gutenprint() {
-  pkgdesc="Top quality printer drivers for POSIX systems"
-  install=gutenprint.install
-  depends=('cups' 'cups-filters')
-  optdepends=('gimp:   adds gutenprint plugin to gimp'
-'libusb:   required for drivers that depend on gutenprint52usb 
backend'
-'foomatic-db-gutenprint-ppds: prebuilt ppd files'
-'perl: to run cups-genppdupdate')
-  replaces=('gimp-print')
-  options=('!emptydirs')
-  
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  # split out files
-  mkdir "$srcdir"/tmp_foomatic-db-gutenprint-ppds
-  
-  mv "${pkgdir}"/usr/share/cups/model 
"$srcdir"/tmp_foomatic-db-gutenprint-ppds/
-
-  # cleanup
-  rm -rf "${pkgdir}"/usr/share/foomatic 
-  rm -rf "${pkgdir}"/etc
-}
-
-package_foomatic-db-gutenprint-ppds() {
-  pkgdesc="simplified prebuilt ppd files"
-  optdepends=('cups:   to use cups printer spooler(recommended)')
-  
-  cd "${pkgbase}"-${pkgver}
-  mkdir -p "${pkgdir}"/usr/share/cups
-  mv "$srcdir"/tmp_foomatic-db-gutenprint-ppds/* "${pkgdir}"/usr/share/cups/
-}

Copied: gutenprint/repos/extra-x86_64/PKGBUILD (from rev 403178, 
gutenprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 07:39:52 UTC (rev 403179)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas Radke 
+
+pkgbase=gutenprint
+pkgname=('gutenprint' 'foomatic-db-gutenprint-ppds')
+pkgver=5.3.4
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('x86_64')
+license=('GPL')
+url="http://gimp-print.sourceforge.net/; # no https
+makedepends=('gimp' 'gtk2' 'cups' 'ghostscript'
+# for the docs
+'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
+source=(https://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.xz)
+options=('!emptydirs')
+sha1sums=('46167d00c2a4fb07c3fd3d62c80cd3fa004629f0')
+
+prepare(){
+  cd "${pkgbase}"-${pkgver}
+  # sbindir is not properly taken over there
+  sed -i 
"s:cups_sbindir=\"\${cups_exec_prefix}\/sbin\":cups_sbindir=\"\${cups_exec_prefix}\/bin\":"
 m4local/stp_cups.m4
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgbase}"-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--disable-rpath \
+--enable-samples \
+--disable-static \
+--disable-static-genppd \
+--enable-cups-ppds \
+--enable-simplified-cups-ppds=only \
+--enable-translated-cups-ppds \
+--enable-globalized-cups-ppds #--help
+
+  # globalized ppds -> put all translations into one ppd file
+  # enable translated cups ppds grows size 9,5MB -> 156MB
+  # simplified cups ppds (yes, 

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

2020-12-08 Thread Andreas Radke via arch-commits
Date: Wednesday, December 9, 2020 @ 07:39:42
  Author: andyrtr
Revision: 403178

upgpkg: gutenprint 5.3.4-1: upstream update 5.3.4; avoid overlinking

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 05:15:56 UTC (rev 403177)
+++ PKGBUILD2020-12-09 07:39:42 UTC (rev 403178)
@@ -2,8 +2,8 @@
 
 pkgbase=gutenprint
 pkgname=('gutenprint' 'foomatic-db-gutenprint-ppds')
-pkgver=5.3.3
-pkgrel=2
+pkgver=5.3.4
+pkgrel=1
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
 source=(https://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.xz)
 options=('!emptydirs')
-sha1sums=('edfab4bafe8e6420c7c321915eeb2dd16e899c59')
+sha1sums=('46167d00c2a4fb07c3fd3d62c80cd3fa004629f0')
 
 prepare(){
   cd "${pkgbase}"-${pkgver}
@@ -39,7 +39,8 @@
   # enable translated cups ppds grows size 9,5MB -> 156MB
   # simplified cups ppds (yes, no, only) - only offer basic paper sizes, not 
all options 
   # 4,3MB (only), 17MB (both) -> translated 41MB simpl., 165MB, 231MB both
-   
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (12 files)

2020-12-08 Thread Ike Devolder via arch-commits
Date: Wednesday, December 9, 2020 @ 07:03:39
  Author: idevolder
Revision: 772324

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 772323, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
(from rev 772323, opera-ffmpeg-codecs/trunk/chromium-73-gcc-0.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
(from rev 772323, opera-ffmpeg-codecs/trunk/chromium-73-gcc-2.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
(from rev 772323, opera-ffmpeg-codecs/trunk/chromium-73-gcc-3.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 772323, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 772323, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch

+
 PKGBUILD   |  128 +-
 chromium-73-gcc-0.patch|  216 +++
 chromium-73-gcc-2.patch|  102 +++---
 chromium-73-gcc-3.patch|  138 +--
 chromium-FORTIFY_SOURCE-r2.patch   |   60 
 chromium-last-commit-position-r1.patch |   52 +++
 6 files changed, 348 insertions(+), 348 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 07:03:32 UTC (rev 772323)
+++ PKGBUILD2020-12-09 07:03:39 UTC (rev 772324)
@@ -1,64 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=86.0.4240.198
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2' 'python'
-  'xdg-utils' 'gn'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('179f43b1444b805b8939098c71d542276985d65ef03bd1bf2303b21bf26b431e790a42310b2749c1901f0f8514e9ccadb776b7d39b7833a8154624557fbcf423')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Force script incompatible with Python 3 to use /usr/bin/python2
-  sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
-
-  # Make xcbgen available to ui/gfx/x/gen_xproto.py running under Python 2
-  ln -s /usr/lib/python3.*/site-packages/xcbgen "$srcdir/"
-
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python2 tools/clang/scripts/update.py
-
-  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$PATH"
-
-  # ui/gfx/x/gen_xproto.py needs xcbgen
-  export PYTHONPATH=$srcdir
-
-  # error while loading shared libraries: libtinfo.so.5: cannot open shared 
object file: No such file or directory
-  ln -s /usr/lib/libtinfo.so.6 \
-third_party/llvm-build/Release+Asserts/lib/libtinfo.so.5
-
-  export CC="clang"
-  export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_platform_hevc=true enable_platform_ac3_eac3_audio=true 
enable_platform_mpeg_h_audio=true enable_platform_dolby_vision=true 
enable_mse_mpeg2ts_stream_parser=true use_gnome_keyring=false use_sysroot=false 
use_gold=false linux_use_bundled_binutils=false treat_warnings_as_errors=false 
enable_nacl=false enable_nacl_nonsfi=false clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=true"
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 772323, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 07:03:39 UTC (rev 772324)
@@ -0,0 +1,64 @@
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=86.0.4240.198
+pkgrel=3
+pkgdesc="additional support for proprietary codecs for 

[arch-commits] Commit in opera-ffmpeg-codecs/trunk (PKGBUILD)

2020-12-08 Thread Ike Devolder via arch-commits
Date: Wednesday, December 9, 2020 @ 07:03:32
  Author: idevolder
Revision: 772323

upgpkg: opera-ffmpeg-codecs 86.0.4240.198-3

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 07:02:23 UTC (rev 772322)
+++ PKGBUILD2020-12-09 07:03:32 UTC (rev 772323)
@@ -3,7 +3,7 @@
 
 pkgname=opera-ffmpeg-codecs
 pkgver=86.0.4240.198
-pkgrel=1
+pkgrel=3
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
 url="https://ffmpeg.org/;


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2020-12-08 Thread Ike Devolder via arch-commits
Date: Wednesday, December 9, 2020 @ 07:02:23
  Author: idevolder
Revision: 772322

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 772321, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 772321, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 772321, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 772321, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 772321, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 772321, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 772321, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  186 +--
 default   |8 
 eula.html | 2372 
 opera |   26 
 opera.install |   78 -
 privacy.html  | 2758 
 terms.html| 2538 +--
 7 files changed, 3983 insertions(+), 3983 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 772321:772322 to see the changes.


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

2020-12-08 Thread Ike Devolder via arch-commits
Date: Wednesday, December 9, 2020 @ 07:02:13
  Author: idevolder
Revision: 772321

upgpkg: opera 72.0.3815.400-3

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 06:36:41 UTC (rev 772320)
+++ PKGBUILD2020-12-09 07:02:13 UTC (rev 772321)
@@ -10,7 +10,7 @@
 
 pkgname=opera
 pkgver=72.0.3815.400
-pkgrel=1
+pkgrel=3
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
 options=(!strip !zipman)


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

2020-12-08 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 9, 2020 @ 06:36:41
  Author: eschwartz
Revision: 772320

archrelease: copy trunk to community-any

Added:
  python-u-msgpack/repos/community-any/PKGBUILD
(from rev 772319, python-u-msgpack/trunk/PKGBUILD)
Deleted:
  python-u-msgpack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 06:36:21 UTC (rev 772319)
+++ PKGBUILD2020-12-09 06:36:41 UTC (rev 772320)
@@ -1,49 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=u-msgpack-python
-pkgbase='python-u-msgpack'
-pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.7.0
-pkgrel=3
-arch=('any')
-url="https://github.com/vsergeev/${_pkgname};
-license=('MIT')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('996e4c4454771f0ff0fd2a7566b1a159d305d3611cd755addf444e3533e2bc54')
-b2sums=('f4e4447635fc20ef5246bbc90ee9cc0b93eaa9d13a0384423145531bb8bbb21dc9d1ddadc075a4a5e456dd8cc758fed3add4b2b43f83c0115c78a0095030ff70')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-pytest
-pytest2
-}
-
-package_python-u-msgpack() {
-pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
-depends=('python')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-u-msgpack() {
-pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
-depends=('python2')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-u-msgpack/repos/community-any/PKGBUILD (from rev 772319, 
python-u-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 06:36:41 UTC (rev 772320)
@@ -0,0 +1,49 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=u-msgpack-python
+pkgbase='python-u-msgpack'
+pkgname=('python-u-msgpack' 'python2-u-msgpack')
+pkgver=2.7.1
+pkgrel=1
+arch=('any')
+url="https://github.com/vsergeev/${_pkgname};
+license=('MIT')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b7e7d433cab77171a4c752875d91836f3040306bab5063fb6dbe11f64ea69551')
+b2sums=('10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+pytest
+pytest2
+}
+
+package_python-u-msgpack() {
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
+depends=('python')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-u-msgpack() {
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
+depends=('python2')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-08 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 9, 2020 @ 06:36:21
  Author: eschwartz
Revision: 772319

upgpkg: python-u-msgpack 2.7.1-1: upstream release

Modified:
  python-u-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 05:47:18 UTC (rev 772318)
+++ PKGBUILD2020-12-09 06:36:21 UTC (rev 772319)
@@ -3,8 +3,8 @@
 _pkgname=u-msgpack-python
 pkgbase='python-u-msgpack'
 pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.7.0
-pkgrel=3
+pkgver=2.7.1
+pkgrel=1
 arch=('any')
 url="https://github.com/vsergeev/${_pkgname};
 license=('MIT')
@@ -11,8 +11,8 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('996e4c4454771f0ff0fd2a7566b1a159d305d3611cd755addf444e3533e2bc54')
-b2sums=('f4e4447635fc20ef5246bbc90ee9cc0b93eaa9d13a0384423145531bb8bbb21dc9d1ddadc075a4a5e456dd8cc758fed3add4b2b43f83c0115c78a0095030ff70')
+sha256sums=('b7e7d433cab77171a4c752875d91836f3040306bab5063fb6dbe11f64ea69551')
+b2sums=('10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2020-12-08 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 9, 2020 @ 05:47:18
  Author: eschwartz
Revision: 772318

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
(from rev 772317, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 772317, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 772317, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.diff
(from rev 772317, cinnamon/trunk/set_wheel.diff)
Deleted:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.diff

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   76 ++--
 PKGBUILD|  170 
--
 default-theme.patch |   50 +-
 set_wheel.diff  |  110 +++---
 4 files changed, 200 insertions(+), 206 deletions(-)

Deleted: 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2020-12-09 05:46:50 UTC (rev 772317)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2020-12-09 05:47:18 UTC (rev 772318)
@@ -1,38 +0,0 @@
-From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 20 Mar 2018 14:11:02 -0400
-Subject: [PATCH] cinnamon-settings: don't rely on the presence of
- cinnamon-control-center
-
-The existence of the cinnamon-control-center binary does not even tell
-us what control center libraries are available. So instead, do the same
-thing we did for cinnamon-settings modules, and check if the library
-exists.

- files/usr/bin/cinnamon-settings | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
-index 9fbdbecd2..98ca454a5 100755
 a/files/usr/bin/cinnamon-settings
-+++ b/files/usr/bin/cinnamon-settings
-@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
- import getopt
- import os
- import sys
-+import sysconfig
- 
- def usage():
- print("""Usage:
-@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
--elif os.path.exists("/usr/bin/cinnamon-control-center"):
-+elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif os.path.exists("/usr/bin/gnome-control-center"):
- print ("Unknown module %s, calling gnome-control-center" % module)
--- 
-2.22.0
-

Copied: 
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 (from rev 772317, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2020-12-09 05:47:18 UTC (rev 772318)
@@ -0,0 +1,38 @@
+From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index 9fbdbecd2..98ca454a5 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
+ import getopt
+ import os
+ import sys
++import sysconfig
+ 
+ def usage():
+ print("""Usage:
+@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
+ 

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

2020-12-08 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 9, 2020 @ 05:46:50
  Author: eschwartz
Revision: 772317

upgpkg: cinnamon 4.8.2-1: upstream release

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 05:01:40 UTC (rev 772316)
+++ PKGBUILD2020-12-09 05:46:50 UTC (rev 772317)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=4.8.0
+pkgver=4.8.2
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
@@ -25,17 +25,14 @@
 makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/commit/244fe7893d11ec92b507090eb0b40dc9679c6639.patch"
 "0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
 "set_wheel.diff"
 "default-theme.patch")
-sha512sums=('bd8c17c853454a1a7b9c92f93510dd69794ebbd8b5655d282cc69b240e7f23c403ed1fc13234cbb9ddb2dfea7fada277feeab90468cb6deee5b52e545f819bec'
-
'ebaf67f40f9539f12e001d2bab8133120e66233bba7e7cb495a627dd105683678ead694181b8cb71d7cbbe9d1b10bd4c63c1d11c15f0f70544dec5b79ce5ff17'
+sha512sums=('90a59f6fa2979e0a83852e01cbacd8330baf630c57aa55615dfba9b0119a1f6e6bb00b27a52d13b3fda7049a9f5e8b7d4edbb94b28f2f1615f7ffdbbd12672d4'
 
'77c2229d350bb1445375d206af769f1dde9329ce3575e40e9c1d5fea3ec0f49c0a7ef36d78caf895d9224147947bd102bab924b5579dc8dc5f8d3269e0c76374'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'ee7dedd59ea370cf81d75def49060f9a29b22e7b025ca7d5db87a0102d50f138c79aa562b0d36a748c4b1c59a37f600ba1f60ff6caf303cf5b6fc4d110d051b4')
-b2sums=('e0981f8234a65f841b1e9ce37b800679d639a52d245afa66df475509e7ed11148176fee14a33bcc53576f24f162cbc84baf0a24d4d333cc49af569917b99ca9e'
-
'0cd7ca8d5d5ca90aacd95b627eda194f14ab1f1b3494d90da063140acd6b986d8676462bf5e0c3a3695160867bd5788d91cbbe1f4c045a49b869237d2c35f960'
+b2sums=('293e3005caef55d281e43d81dbe4aa928807a4469aa6a472e0ce11150ded5ba9c21d52e569b7d882f49f0a6e41adbd9f0035f6976abcae45d238f4c867b1'
 
'1d873efa0d17e358f834c4374f39bbf3f74340849f9c28a0950c0a064772083798aba3435e564acdf43a94665389917788e295073d4a65cc18600d71b7a9f008'
 
'3becf1f40068fc629109e6e7d464c3c484296afacc9ab6328b2ccbb3c9735bcbfa9550f9f73b430ede178ae668e37c660ce322b5b4d1873526de3d3d41185160'
 
'86c3a29acd132ca321f08fd81dd5a45707accdc035b2aeec95bf358b29072ff1eedb77b2566cf48d7253d1d791599f0f44938c4600761d711cb18b59019f1c62')
@@ -43,9 +40,6 @@
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
 
-# fix meson porting bug: https://github.com/linuxmint/cinnamon/pull/9725
-patch -p1 -i ../244fe7893d11ec92b507090eb0b40dc9679c6639.patch
-
 # Check for the cc-panel module path, not for the irrelevant binary
 # https://github.com/linuxmint/cinnamon/pull/7382
 patch --no-backup-if-mismatch -p1 -i 
../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:15:56
  Author: anatolik
Revision: 403177

Add dependency reported by namcap

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 05:13:11 UTC (rev 403176)
+++ PKGBUILD2020-12-09 05:15:56 UTC (rev 403177)
@@ -204,7 +204,7 @@
 
 package_qemu-guest-agent() {
   pkgdesc="QEMU Guest Agent"
-  depends=(gcc-libs glib2 libudev.so)
+  depends=(gcc-libs glib2 libudev.so liburing)
   install=qemu-guest-agent.install
 
   install -D build-full/qga/qemu-ga "$pkgdir/usr/bin/qemu-ga"


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:13:11
  Author: anatolik
Revision: 403176

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 403175, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 403175, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 403175, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-guest-agent.service
(from rev 403175, qemu/trunk/qemu-guest-agent.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 403175, qemu/trunk/qemu.install)

--+
 65-kvm.rules |1 
 PKGBUILD |  215 +
 qemu-guest-agent.install |6 +
 qemu-guest-agent.service |9 +
 qemu.install |8 +
 5 files changed, 239 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 403175, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2020-12-09 05:13:11 UTC (rev 403176)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 403175, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-09 05:13:11 UTC (rev 403176)
@@ -0,0 +1,215 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing ndctl dtc)
+depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-guest-agent.service
+65-kvm.rules)
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl jack"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  ninja
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip !emptydirs)
+
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+
+  # remove extra arch
+  

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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:12:04
  Author: anatolik
Revision: 403175

qemu was incorrectly pushed to comuunity-testing

Deleted:
  qemu/repos/community-testing-x86_64/


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:08:16
  Author: anatolik
Revision: 403174

archrelease: copy trunk to community-testing-x86_64

Added:
  qemu/repos/community-testing-x86_64/
  qemu/repos/community-testing-x86_64/65-kvm.rules
(from rev 403173, qemu/trunk/65-kvm.rules)
  qemu/repos/community-testing-x86_64/PKGBUILD
(from rev 403173, qemu/trunk/PKGBUILD)
  qemu/repos/community-testing-x86_64/qemu-guest-agent.install
(from rev 403173, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/community-testing-x86_64/qemu-guest-agent.service
(from rev 403173, qemu/trunk/qemu-guest-agent.service)
  qemu/repos/community-testing-x86_64/qemu.install
(from rev 403173, qemu/trunk/qemu.install)

--+
 65-kvm.rules |1 
 PKGBUILD |  215 +
 qemu-guest-agent.install |6 +
 qemu-guest-agent.service |9 +
 qemu.install |8 +
 5 files changed, 239 insertions(+)

Copied: qemu/repos/community-testing-x86_64/65-kvm.rules (from rev 403173, 
qemu/trunk/65-kvm.rules)
===
--- community-testing-x86_64/65-kvm.rules   (rev 0)
+++ community-testing-x86_64/65-kvm.rules   2020-12-09 05:08:16 UTC (rev 
403174)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/community-testing-x86_64/PKGBUILD (from rev 403173, 
qemu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-09 05:08:16 UTC (rev 403174)
@@ -0,0 +1,215 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing ndctl dtc)
+depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-guest-agent.service
+65-kvm.rules)
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl jack"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  ninja
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip !emptydirs)
+
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s 

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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 05:07:42
  Author: anatolik
Revision: 403173

upgpkg: qemu 5.2.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 02:48:40 UTC (rev 403172)
+++ PKGBUILD2020-12-09 05:07:42 UTC (rev 403173)
@@ -5,20 +5,20 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.2.0
+pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
 _headlessdeps=(seabios gnutls libpng libaio numactl libnfs
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
-   libssh zstd liburing)
+   libssh zstd liburing ndctl dtc)
 depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
-makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs)
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
 qemu-guest-agent.service
 65-kvm.rules)
-sha512sums=('e213edb71d93d5167ddce7546220ecb7b52a7778586a4f476f65bd1e510c9cfc6d1876238a7b501d9cc3fd31cc2ae4b7fb9e753bc3f12cc17cd16dfce2a96ba3'
+sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
 'SKIP'
 
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
 
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
@@ -64,7 +64,7 @@
 --enable-xfsctl \
 "${@:2}"
 
-  make
+  ninja
 )
 
 package_qemu() {
@@ -92,7 +92,7 @@
   install=qemu.install
   options=(!strip !emptydirs)
 
-  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+  DESTDIR="$pkgdir" ninja -C build-$1 install "${@:2}"
 
   # systemd stuff
   install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
@@ -207,7 +207,7 @@
   depends=(gcc-libs glib2 libudev.so)
   install=qemu-guest-agent.install
 
-  install -D build-full/qemu-ga "$pkgdir/usr/bin/qemu-ga"
+  install -D build-full/qga/qemu-ga "$pkgdir/usr/bin/qemu-ga"
   install -Dm644 qemu-guest-agent.service 
"$pkgdir/usr/lib/systemd/system/qemu-guest-agent.service"
   install -Dm755 "$srcdir/qemu-$pkgver/scripts/qemu-guest-agent/fsfreeze-hook" 
"$pkgdir/etc/qemu/fsfreeze-hook"
 }


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

2020-12-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, December 9, 2020 @ 05:01:40
  Author: sangy
Revision: 772316

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 772315, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.clusters
(from rev 772315, netbeans/trunk/netbeans.clusters)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.clusters

---+
 PKGBUILD  |  202 ++--
 netbeans.clusters |   88 +++---
 2 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 05:01:16 UTC (rev 772315)
+++ PKGBUILD2020-12-09 05:01:40 UTC (rev 772316)
@@ -1,101 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=12.1
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='https://netbeans.apache.org/'
-license=('Apache')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('ttf-font' 'which')
-makedepends=('ant' 'java-environment=8' 'php' 'groovy' 'imagemagick')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-
-# you can figure out what's the best urlbase in case you want to override it 
by going to:
-# 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
-urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
-   "netbeans.clusters")
-
-sha256sums=('f59dd9ab4544a6e31f89c5b674ffba06d916711041281476334d88b2755470cd'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
-
-validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

-  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

-  "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan 

-  "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda 

-  "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith 

-  "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja 

-  "8FE1C26F15E0320E740BAED84A2601CEDA9382F3" # Eric Barboni 
(Signing Key) 
-)
-
-build() {
-  # full cluster configuration is not available at this time
-  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
-  ant -quiet -Dcluster.config=full
-  #ant -quiet
-}
-
-# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
-# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-# check() {
-#   cd "${srcdir}"
-#   ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-# }
-
-package() {
-  depends+=('java-environment>=9')
-
-  # install launcher script
-  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-  # Resources for platform config
-  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
-
-  local built=$(find nbbuild/${pkgname}/ -name "nb.cluster.*.built" | cut -d 
'.' -f 3)
-  for plugin in $built
-  do
-if [ -d "nbbuild/${pkgname}/${plugin}" ]
-then
-cp -r "nbbuild/${pkgname}/${plugin}" "${pkgdir}/usr/lib/${pkgname}"
-fi
-  done
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-
-  # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
-  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
-
-  # Desktop shortcut and icon
-  # FIXME: unfortunately, we need to convert the high-res ico file to the 
-  # target png, as the current one is quite blurry and low-res...
-  convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png"
-  install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-  # I'm leaving these as they seem to be necessary for building native
-  # executables (see bug #66706). I'd like to ideally build them with our 
-  # CFLAGS, but alas...
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  # rm -rf 

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

2020-12-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, December 9, 2020 @ 05:01:16
  Author: sangy
Revision: 772315

upgpkg: netbeans 12.2-1

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 02:51:32 UTC (rev 772314)
+++ PKGBUILD2020-12-09 05:01:16 UTC (rev 772315)
@@ -4,7 +4,7 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=12.1
+pkgver=12.2
 pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
@@ -24,7 +24,7 @@
 
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
"netbeans.clusters")
 
-sha256sums=('f59dd9ab4544a6e31f89c5b674ffba06d916711041281476334d88b2755470cd'
+sha256sums=('815d4c00b485ededb3129035f4ef1129a9410ab40b5f1fabbe60ea4b3bc2686c'
 'SKIP'
 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 


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

2020-12-08 Thread Jan Steffens via arch-commits
Date: Wednesday, December 9, 2020 @ 02:51:32
  Author: heftig
Revision: 772314

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 772313, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 02:51:19 UTC (rev 772313)
+++ PKGBUILD2020-12-09 02:51:32 UTC (rev 772314)
@@ -1,31 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.13.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-url="https://www.jruby.org/;
-arch=(any)
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('99df4eb89f88c7582bfe7c313daec7b4')
-sha1sums=('876bee4475c1d22b1acd437fcdf7f38b682f0e60')
-sha256sums=('73a8c241a162e644c87e864c3485c55adedeb82a6fd80fa3cb538fdacda7af58')
-
-prepare() {
-  cd jruby-$pkgver
-  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-  chmod -cR g-w .
-}
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
-  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
-  ln -srt "$pkgdir/usr/bin" \
-"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 772313, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 02:51:32 UTC (rev 772314)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.14.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+url="https://www.jruby.org/;
+arch=(any)
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
+md5sums=('421c5b8146701177a738a0a691190018')
+sha1sums=('7946d572d3c04cf4457566b9a58688410e468da5')
+sha256sums=('32e73b2551f01e459ece84f732bcbf80712c3b71b6df7dbd063354b4d277e0b5')
+
+prepare() {
+  cd jruby-$pkgver
+  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+  chmod -cR g-w .
+}
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
+  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
+  ln -srt "$pkgdir/usr/bin" \
+"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
+}


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

2020-12-08 Thread Jan Steffens via arch-commits
Date: Wednesday, December 9, 2020 @ 02:51:19
  Author: heftig
Revision: 772313

9.2.14.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:35:25 UTC (rev 772312)
+++ PKGBUILD2020-12-09 02:51:19 UTC (rev 772313)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.13.0
+pkgver=9.2.14.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 url="https://www.jruby.org/;
@@ -10,9 +10,9 @@
 license=(EPL GPL2 LGPL2.1 custom)
 options=(!strip)
 
source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('99df4eb89f88c7582bfe7c313daec7b4')
-sha1sums=('876bee4475c1d22b1acd437fcdf7f38b682f0e60')
-sha256sums=('73a8c241a162e644c87e864c3485c55adedeb82a6fd80fa3cb538fdacda7af58')
+md5sums=('421c5b8146701177a738a0a691190018')
+sha1sums=('7946d572d3c04cf4457566b9a58688410e468da5')
+sha256sums=('32e73b2551f01e459ece84f732bcbf80712c3b71b6df7dbd063354b4d277e0b5')
 
 prepare() {
   cd jruby-$pkgver


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 02:48:40
  Author: anatolik
Revision: 403172

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/
  spice/repos/testing-x86_64/PKGBUILD
(from rev 403171, spice/trunk/PKGBUILD)

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

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 403171, 
spice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-09 02:48:40 UTC (rev 403172)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.3
+pkgrel=3
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4')
+makedepends=('meson' 'spice-protocol' 'libcacard')
+checkdepends=('gdk-pixbuf2' 'glib-networking')
+provides=('libspice-server.so')
+source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sign})
+sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
+'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

+
+prepare() {
+  sed -i "s/if not version_info.contains('git')/if version_info.length() >= 
4/" $pkgname-$pkgver/server/meson.build
+}
+
+build() {
+  arch-meson "$pkgname-$pkgver" build -D gstreamer=no
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 02:48:20
  Author: anatolik
Revision: 403171

upgpkg: spice 0.14.3-3: FS#68061: apply an upstream fix to correct version 
reporting

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:35:25 UTC (rev 403170)
+++ PKGBUILD2020-12-09 02:48:20 UTC (rev 403171)
@@ -3,7 +3,7 @@
 
 pkgname=spice
 pkgver=0.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org;
@@ -17,6 +17,10 @@
 'SKIP')
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

 
+prepare() {
+  sed -i "s/if not version_info.contains('git')/if version_info.length() >= 
4/" $pkgname-$pkgver/server/meson.build
+}
+
 build() {
   arch-meson "$pkgname-$pkgver" build -D gstreamer=no
   ninja -C build


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:22:34
  Author: felixonmars
Revision: 772300

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 772299, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 772299, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:22:34 UTC (rev 772300)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=160
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+uusi $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${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 \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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 $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || echo 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:22:21
  Author: felixonmars
Revision: 772299

upgpkg: postgrest 7.0.1-160: rebuild with deferred-folds 0.9.14

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:19:09 UTC (rev 772298)
+++ PKGBUILD2020-12-08 22:22:21 UTC (rev 772299)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=159
+pkgrel=160
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:19:09
  Author: felixonmars
Revision: 772298

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 772297, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
772297, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:19:09 UTC (rev 772298)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2
+pkgrel=95
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5609f05134a259826e17a7391d3324f1d2b474cd83082e4f67175086da1e481a1a75b336932a97371b32e7427e869498bb87af3f7c6246225698e8ceef1aa372')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+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 haskell-hasql-pool/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:18:55
  Author: felixonmars
Revision: 772297

upgpkg: haskell-hasql-pool 0.5.2-95: rebuild with deferred-folds 0.9.14

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:17:59 UTC (rev 772296)
+++ PKGBUILD2020-12-08 22:18:55 UTC (rev 772297)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=94
+pkgrel=95
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


[arch-commits] Commit in dns-over-https/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 22:17:59
  Author: foxboron
Revision: 772296

archrelease: copy trunk to community-x86_64

Added:
  dns-over-https/repos/community-x86_64/PKGBUILD
(from rev 772295, dns-over-https/trunk/PKGBUILD)
Deleted:
  dns-over-https/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 22:17:52 UTC (rev 772295)
+++ PKGBUILD2020-12-08 22:17:59 UTC (rev 772296)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Sherlock Holo 
-# Contributor: Ariel AxionL 
-
-pkgname=dns-over-https
-pkgver=2.2.3
-pkgrel=1
-pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
-url="https://github.com/m13253/dns-over-https;
-arch=('x86_64')
-license=('MIT')
-backup=('etc/dns-over-https/doh-client.conf'
-'etc/dns-over-https/doh-server.conf')
-provides=('dns-over-https-client' 'dns-over-https-server')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz;)
-sha256sums=('aad7e28919365eff125b756e825698ecccfb4e15cdc7db9ee00923ffab425daa')
-
-prepare(){
-  cd "$pkgname-$pkgver"
-  sed -i 's/\/local//g' systemd/doh-{client,server}.service
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -v -o client ./doh-client
-  go build -v -o server ./doh-server
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  go test -v ./...
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 client "$pkgdir"/usr/bin/doh-client
-  install -Dm644 doh-client/doh-client.conf 
"$pkgdir"/etc/dns-over-https/doh-client.conf
-  install -Dm644 systemd/doh-client.service 
"$pkgdir"/usr/lib/systemd/system/doh-client.service
-  install -Dm755 NetworkManager/dispatcher.d/doh-client 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-client
-
-  install -Dm755 server "$pkgdir"/usr/bin/doh-server
-  install -Dm644 doh-server/doh-server.conf 
"$pkgdir"/etc/dns-over-https/doh-server.conf
-  install -Dm644 systemd/doh-server.service 
"$pkgdir"/usr/lib/systemd/system/doh-server.service
-  install -Dm755 NetworkManager/dispatcher.d/doh-server 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-server
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dns-over-https/repos/community-x86_64/PKGBUILD (from rev 772295, 
dns-over-https/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 22:17:59 UTC (rev 772296)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Sherlock Holo 
+# Contributor: Ariel AxionL 
+
+pkgname=dns-over-https
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
+url="https://github.com/m13253/dns-over-https;
+arch=('x86_64')
+license=('MIT')
+backup=('etc/dns-over-https/doh-client.conf'
+'etc/dns-over-https/doh-server.conf')
+provides=('dns-over-https-client' 'dns-over-https-server')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz;)
+sha256sums=('59f651da7353745c4d95160b705c4d4f8381483ad39bba49c484bd085fdc0e2a')
+
+prepare(){
+  cd "$pkgname-$pkgver"
+  sed -i 's/\/local//g' systemd/doh-{client,server}.service
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -v -o client ./doh-client
+  go build -v -o server ./doh-server
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  go test -v ./...
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 client "$pkgdir"/usr/bin/doh-client
+  install -Dm644 doh-client/doh-client.conf 
"$pkgdir"/etc/dns-over-https/doh-client.conf
+  install -Dm644 systemd/doh-client.service 
"$pkgdir"/usr/lib/systemd/system/doh-client.service
+  install -Dm755 NetworkManager/dispatcher.d/doh-client 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-client
+
+  install -Dm755 server "$pkgdir"/usr/bin/doh-server
+  install -Dm644 doh-server/doh-server.conf 
"$pkgdir"/etc/dns-over-https/doh-server.conf
+  install -Dm644 systemd/doh-server.service 
"$pkgdir"/usr/lib/systemd/system/doh-server.service
+  install -Dm755 NetworkManager/dispatcher.d/doh-server 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-server
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in dns-over-https/trunk (PKGBUILD)

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 22:17:52
  Author: foxboron
Revision: 772295

upgpkg: dns-over-https 2.2.4-1

Modified:
  dns-over-https/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:17:51 UTC (rev 772294)
+++ PKGBUILD2020-12-08 22:17:52 UTC (rev 772295)
@@ -4,7 +4,7 @@
 # Contributor: Ariel AxionL 
 
 pkgname=dns-over-https
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
 url="https://github.com/m13253/dns-over-https;
@@ -15,7 +15,7 @@
 provides=('dns-over-https-client' 'dns-over-https-server')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz;)
-sha256sums=('aad7e28919365eff125b756e825698ecccfb4e15cdc7db9ee00923ffab425daa')
+sha256sums=('59f651da7353745c4d95160b705c4d4f8381483ad39bba49c484bd085fdc0e2a')
 
 prepare(){
   cd "$pkgname-$pkgver"


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:17:51
  Author: felixonmars
Revision: 772294

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 772293, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 772293, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:17:51 UTC (rev 772294)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.0.1
+pkgrel=116
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fe02484c8ae0f6a6b64f399a2061138f9a9390cb19693df9592fb58c07c7330f819b1181f973b4e6bf6b800d57ecb80dc901900e5d3ad1eb4c801bb3cf2f45c5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+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 $MAKEFLAGS
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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 haskell-hasql-transaction/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:17:37
  Author: felixonmars
Revision: 772293

upgpkg: haskell-hasql-transaction 1.0.0.1-116: rebuild with deferred-folds 
0.9.14

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:17:06 UTC (rev 772292)
+++ PKGBUILD2020-12-08 22:17:37 UTC (rev 772293)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.1
-pkgrel=115
+pkgrel=116
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:17:06
  Author: felixonmars
Revision: 772292

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 22:16:49 UTC (rev 772291)
+++ PKGBUILD2020-12-08 22:17:06 UTC (rev 772292)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 772291, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 22:17:06 UTC (rev 772292)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('8182226e8b044571c19c081f93e7bda99c90ed0d7ccc6da9f75761abc22b34c7c9e3fc0d9e6f8034e40e25dd0992c86edabba380676dea16e7e748087465d952')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:16:49
  Author: felixonmars
Revision: 772291

upgpkg: python-faker 5.0.1-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:16:29 UTC (rev 772290)
+++ PKGBUILD2020-12-08 22:16:49 UTC (rev 772291)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9')
+sha512sums=('8182226e8b044571c19c081f93e7bda99c90ed0d7ccc6da9f75761abc22b34c7c9e3fc0d9e6f8034e40e25dd0992c86edabba380676dea16e7e748087465d952')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 22:16:29
  Author: foxboron
Revision: 772290

archrelease: copy trunk to community-x86_64

Added:
  python-m2crypto/repos/community-x86_64/LICENSE
(from rev 772289, python-m2crypto/trunk/LICENSE)
  python-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 772289, python-m2crypto/trunk/PKGBUILD)
Deleted:
  python-m2crypto/repos/community-x86_64/LICENSE
  python-m2crypto/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   52 -
 PKGBUILD |   96 ++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-12-08 22:16:23 UTC (rev 772289)
+++ LICENSE 2020-12-08 22:16:29 UTC (rev 772290)
@@ -1,26 +0,0 @@
-Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
-
-Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
-All rights reserved.
-
-Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
-All rights reserved.
-
-Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation.
-
-THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-m2crypto/repos/community-x86_64/LICENSE (from rev 772289, 
python-m2crypto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-12-08 22:16:29 UTC (rev 772290)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 22:16:23 UTC (rev 772289)
+++ PKGBUILD2020-12-08 22:16:29 UTC (rev 772290)
@@ -1,48 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgbase=python-m2crypto
-pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.36.0
-pkgrel=3
-pkgdesc="A crypto and SSL toolkit for Python"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/M2Crypto;
-license=('BSD')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
- 'swig')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz;
-"LICENSE")
-sha256sums=('18e23c5a4d5962a5bd44feba00a521f662c4f7a391b27b8464df095494f21eda'
-'4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
-
-prepare() {
-  mv m2crypto-${pkgver}-* m2crypto-${pkgver}
-  cp -a m2crypto-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/m2crypto-$pkgver-py2"
-  python2 setup.py build
-
-  cd "$srcdir/m2crypto-$pkgver"
-  python 

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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:16:23
  Author: felixonmars
Revision: 772289

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 772287, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:16:23 UTC (rev 772289)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.4.2
+pkgrel=73
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('86330d4fa35431c4982206a2694a4b8fd3f55c0a2ffa9753a73692b662f280e90d2b677b052c99c6732eea9ffbf9b7cedf1ee4ade31081c0bb26f5b5219118a6')
+
+prepare() {
+cd $_hkgname-$pkgver
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+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 $MAKEFLAGS
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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 python-m2crypto/trunk (PKGBUILD)

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 22:16:20
  Author: foxboron
Revision: 772288

upgpkg: python-m2crypto 0.37.1-1

Modified:
  python-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:16:08 UTC (rev 772287)
+++ PKGBUILD2020-12-08 22:16:20 UTC (rev 772288)
@@ -5,8 +5,8 @@
 
 pkgbase=python-m2crypto
 pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.36.0
-pkgrel=3
+pkgver=0.37.1
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/M2Crypto;
@@ -16,7 +16,7 @@
  'swig')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz;
 "LICENSE")
-sha256sums=('18e23c5a4d5962a5bd44feba00a521f662c4f7a391b27b8464df095494f21eda'
+sha256sums=('bf6156ea3b094a36d9f14985e44695146808eeb4299d50a2f80c942ae1c2cccf'
 '4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
 
 prepare() {


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:16:08
  Author: felixonmars
Revision: 772287

upgpkg: haskell-hasql 1.4.4.2-73: rebuild with deferred-folds 0.9.14

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:15:25 UTC (rev 772286)
+++ PKGBUILD2020-12-08 22:16:08 UTC (rev 772287)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.4.2
-pkgrel=72
+pkgrel=73
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:15:25
  Author: felixonmars
Revision: 772286

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 772285, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 772285, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 772285, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 772285, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 772285, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 772285, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 772285, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-12-08 22:14:49 UTC (rev 772285)
+++ LICENSE 2020-12-08 22:15:25 UTC (rev 772286)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 772285, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-12-08 22:15:25 UTC (rev 772286)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 22:14:49 UTC (rev 772285)
+++ PKGBUILD2020-12-08 22:15:25 UTC (rev 772286)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.269
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'

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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:14:49
  Author: felixonmars
Revision: 772285

upgpkg: jenkins 2.270-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:14:27 UTC (rev 772284)
+++ PKGBUILD2020-12-08 22:14:49 UTC (rev 772285)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.269
+pkgver=2.270
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('6a2c9b687f45e45d6ef32d9e822bcacb37158988e7ab2b52f91ee813f0610a460ad2b05cee792093d93c2398088b31493b776fa190bb38ca5f53c1fe4bb84df4'
+sha512sums=('486db0115c27a5adf5b40a03dc0cab8758c3355818b06fa1011fb30c907eb321fb51f37f841d04b932014f365ac2b6eb671255b7b2a28ca7ec7f1851f6901559'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:14:27
  Author: felixonmars
Revision: 772284

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 22:14:24 UTC (rev 772283)
+++ PKGBUILD2020-12-08 22:14:27 UTC (rev 772284)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-path
-pkgver=15.0.0
-pkgrel=3
-pkgdesc='A module wrapper for os.path'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/path'
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-mypy')
-replaces=('python-path.py')
-conflicts=('python-path.py')
-provides=('python-path.py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz;
-
$pkgname-fix-pytest.patch::https://github.com/jaraco/path/commit/8117892ea5da.patch)
-sha512sums=('3d499cf9a02381bd4f1aa4c515b91163881b928a2cdd19c6644239061c104bed22244f39a3a19d8376c296488bd6155d61308d33ddbc8a5a98e1d0d66d2515b5'
-
'bfed90a657aa2a85eb03f88ae1bfb28a0322bcb30a87431ce30b31849ce938eb0bb98565d49aa07c8ccddb100e8d7dadd81e730da546649a87449508768aca9c')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd path-$pkgver
-  sed -n '/--- a\/pytest.ini/,/junit_family/p' ../$pkgname-fix-pytest.patch |
-patch -Np1
-}
-
-build() {
-  cd path-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd path-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd path-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-path/repos/community-any/PKGBUILD (from rev 772282, 
python-path/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 22:14:27 UTC (rev 772284)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-path
+pkgver=15.0.1
+pkgrel=1
+pkgdesc='A module wrapper for os.path'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/path'
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-mypy')
+replaces=('python-path.py')
+conflicts=('python-path.py')
+provides=('python-path.py')
+source=("https://github.com/jaraco/path/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('ba2909aa6d8e4f25c14831a28eff1e5e54427dd3904983b9c1d688a59975e95666d35b269589fbb06c3b95ca7f9b0ad868ddce5037da7427decfae3118628052')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd path-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd path-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd path-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:14:24
  Author: felixonmars
Revision: 772283

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 772282, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
772282, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:14:24 UTC (rev 772283)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.6.1
+pkgrel=112
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c98381114426ca93b4f4bf6899265a0c62ee683080acf3896e6f6592cefc4a2df00460908755a55be8b33af7840ccd378e48c52f4379f8dd4bc3411928c5c067')
+
+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 $MAKEFLAGS
+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 python-path/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:14:12
  Author: felixonmars
Revision: 772282

upgpkg: python-path 15.0.1-1

Modified:
  python-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:14:10 UTC (rev 772281)
+++ PKGBUILD2020-12-08 22:14:12 UTC (rev 772282)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-path
-pkgver=15.0.0
-pkgrel=3
+pkgver=15.0.1
+pkgrel=1
 pkgdesc='A module wrapper for os.path'
 arch=('any')
 license=('MIT')
@@ -13,19 +13,11 @@
 replaces=('python-path.py')
 conflicts=('python-path.py')
 provides=('python-path.py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz;
-
$pkgname-fix-pytest.patch::https://github.com/jaraco/path/commit/8117892ea5da.patch)
-sha512sums=('3d499cf9a02381bd4f1aa4c515b91163881b928a2cdd19c6644239061c104bed22244f39a3a19d8376c296488bd6155d61308d33ddbc8a5a98e1d0d66d2515b5'
-
'bfed90a657aa2a85eb03f88ae1bfb28a0322bcb30a87431ce30b31849ce938eb0bb98565d49aa07c8ccddb100e8d7dadd81e730da546649a87449508768aca9c')
+source=("https://github.com/jaraco/path/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('ba2909aa6d8e4f25c14831a28eff1e5e54427dd3904983b9c1d688a59975e95666d35b269589fbb06c3b95ca7f9b0ad868ddce5037da7427decfae3118628052')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  cd path-$pkgver
-  sed -n '/--- a\/pytest.ini/,/junit_family/p' ../$pkgname-fix-pytest.patch |
-patch -Np1
-}
-
 build() {
   cd path-$pkgver
   python setup.py build


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:14:10
  Author: felixonmars
Revision: 772281

upgpkg: haskell-text-builder 0.6.6.1-112: rebuild with deferred-folds 0.9.14

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:13:16 UTC (rev 772280)
+++ PKGBUILD2020-12-08 22:14:10 UTC (rev 772281)
@@ -3,7 +3,7 @@
 _hkgname=text-builder
 pkgname=haskell-text-builder
 pkgver=0.6.6.1
-pkgrel=111
+pkgrel=112
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder;
 license=('MIT')


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:13:16
  Author: felixonmars
Revision: 772280

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 772278, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 22:13:12 UTC (rev 772279)
+++ PKGBUILD2020-12-08 22:13:16 UTC (rev 772280)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=10.2.2
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c721353d44eee316ab543457080d0761df76ad3df377cec6222c5fd30a4c0dd76ff7d72543ffc74ec97b60340f1fa48baf863adf5fb9f8715d0e4c26bd86')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 772278, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 22:13:16 UTC (rev 772280)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=10.2.3
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('14e9fa8e0b5a4ae5f951045dda6645e74b736372d60fe8eea56c0412797610f2b22564d4b6f2c88a92ac0484d79e23e348e362665e4dbb5494a0a57bb353c7d0')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:13:12
  Author: felixonmars
Revision: 772279

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deferred-folds/repos/community-staging-x86_64/
  haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD
(from rev 772278, haskell-deferred-folds/trunk/PKGBUILD)

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

Copied: haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD (from 
rev 772278, haskell-deferred-folds/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:13:12 UTC (rev 772279)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deferred-folds
+pkgname=haskell-deferred-folds
+pkgver=0.9.14
+pkgrel=1
+pkgdesc="Abstractions over deferred folds"
+url="https://github.com/metrix-ai/deferred-folds;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-foldl' 'haskell-hashable' 'haskell-primitive'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a56d4123b495d9c69b4210c640a817fde5d095fb062c8643d3a4f04d98a053d2493a9bd73683ecafe2d18922930b63c82c62ce1649c00e0b797593f4fa6bfa54')
+
+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 $MAKEFLAGS
+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 npm-check-updates/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:13:00
  Author: felixonmars
Revision: 772278

upgpkg: npm-check-updates 10.2.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:12:57 UTC (rev 772277)
+++ PKGBUILD2020-12-08 22:13:00 UTC (rev 772278)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=10.2.2
+pkgver=10.2.3
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c721353d44eee316ab543457080d0761df76ad3df377cec6222c5fd30a4c0dd76ff7d72543ffc74ec97b60340f1fa48baf863adf5fb9f8715d0e4c26bd86')
+sha512sums=('14e9fa8e0b5a4ae5f951045dda6645e74b736372d60fe8eea56c0412797610f2b22564d4b6f2c88a92ac0484d79e23e348e362665e4dbb5494a0a57bb353c7d0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:12:57
  Author: felixonmars
Revision: 772277

upgpkg: haskell-deferred-folds 0.9.14-1: rebuild with deferred-folds 0.9.14

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:10:44 UTC (rev 772276)
+++ PKGBUILD2020-12-08 22:12:57 UTC (rev 772277)
@@ -2,8 +2,8 @@
 
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
-pkgver=0.9.13
-pkgrel=3
+pkgver=0.9.14
+pkgrel=1
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds;
 license=('MIT')
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('688aa78ed06c8d0a588e96ab1c947b53a9a82e914eb50ed2cf4191902a2975430a2479571bc802c18e306ac114f75b856651dca195cf90d029a83e077f31cc81')
+sha512sums=('a56d4123b495d9c69b4210c640a817fde5d095fb062c8643d3a4f04d98a053d2493a9bd73683ecafe2d18922930b63c82c62ce1649c00e0b797593f4fa6bfa54')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:04:23
  Author: felixonmars
Revision: 772274

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-websockets/repos/community-staging-x86_64/
  haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD
(from rev 772273, haskell-wai-websockets/trunk/PKGBUILD)

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

Copied: haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD (from 
rev 772273, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:04:23 UTC (rev 772274)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.2
+pkgrel=192
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-http-types' 
'haskell-network' 'haskell-wai'
+ 'haskell-websockets')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c3415d1a36ca2f063fb1ae0ff7d3d9d271d8ff2c6099a754baed45f1c36f24cf1fa346e8e6403499cbeb329bcdf89326a9ed95f8e60111b4a879f5e51967ecc0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+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 $_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 haskell-wai-websockets/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:04:09
  Author: felixonmars
Revision: 772273

upgpkg: haskell-wai-websockets 3.0.1.2-192: rebuild with websockets 0.12.7.2

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:03:22 UTC (rev 772272)
+++ PKGBUILD2020-12-08 22:04:09 UTC (rev 772273)
@@ -4,7 +4,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.2
-pkgrel=191
+pkgrel=192
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:03:22
  Author: felixonmars
Revision: 772272

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
772271, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 22:03:22 UTC (rev 772272)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.12.7.2
+pkgrel=1
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-case-insensitive' 'haskell-clock' 'haskell-entropy' 
'haskell-network'
+ 'haskell-random' 'haskell-sha' 'haskell-streaming-commons')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('35f52a85cbbd57bc5302a7396711ad1f405a96481bc326754986edb581466849d052e1e2da9f473880cf59d07a4fa576ae2995fb83f754b8ef368ee616fda29e')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -d bytestring-builder $_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 \
+-f-Example
+runhaskell Setup build $MAKEFLAGS
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 22:03:07
  Author: felixonmars
Revision: 772271

upgpkg: haskell-websockets 0.12.7.2-1: rebuild with websockets 0.12.7.2

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 21:53:10 UTC (rev 772270)
+++ PKGBUILD2020-12-08 22:03:07 UTC (rev 772271)
@@ -3,8 +3,8 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.12.7.1
-pkgrel=42
+pkgver=0.12.7.2
+pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,14 +12,14 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
  'haskell-case-insensitive' 'haskell-clock' 'haskell-entropy' 
'haskell-network'
  'haskell-random' 'haskell-sha' 'haskell-streaming-commons')
-makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('911464ee2726cd2b328b9793aa09d64ec0d342fdc25d05e244717256ea42deb08bc9ee181677939fccf67489caff50c5867c5f0a83e25cfd82a0027f85ad5e54')
+sha512sums=('35f52a85cbbd57bc5302a7396711ad1f405a96481bc326754986edb581466849d052e1e2da9f473880cf59d07a4fa576ae2995fb83f754b8ef368ee616fda29e')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d;s/< *2.14/<3/;s/< *1.2/<2/' 
$_hkgname.cabal
+uusi -d bytestring-builder $_hkgname.cabal
 }
 
 build() {


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

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 21:52:14
  Author: foxboron
Revision: 772206

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 772202, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 21:52:13 UTC (rev 772205)
+++ PKGBUILD2020-12-08 21:52:14 UTC (rev 772206)
@@ -1,58 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Runge 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon containers-common device-mapper iptables libseccomp
-runc slirp4netns libsystemd fuse-overlayfs)
-makedepends=(btrfs-progs go go-md2man git gpgme systemd)
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  export BUILDTAGS='seccomp varlink systemd'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  cd libpod
-  go generate ./pkg/varlink/...
-  make EXTRA_LDFLAGS='-s -w -linkmode=external'
-}
-
-package_podman() {
-  depends+=('libgpgme.so')
-  optdepends+=('podman-docker: for Docker-compatible CLI'
-  'btrfs-progs: support btrfs backend devices'
-  'catatonit: --init flag support'
-  'crun: support for unified cgroupsv2')
-
-  cd libpod
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
-  # remove man pages provided by containers-common
-  rm -rvf "${pkgdir}/usr/share/man/man5"
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 772202, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 21:52:14 UTC (rev 772206)
@@ -0,0 +1,58 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon containers-common device-mapper iptables libseccomp
+runc slirp4netns libsystemd fuse-overlayfs)
+makedepends=(btrfs-progs go go-md2man git gpgme systemd)
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  cd libpod
+  go generate ./pkg/varlink/...
+  make EXTRA_LDFLAGS='-s -w -linkmode=external'
+}
+
+package_podman() {
+  depends+=('libgpgme.so')
+  optdepends+=('podman-docker: for Docker-compatible CLI'
+  'btrfs-progs: support btrfs backend devices'
+  'catatonit: --init flag support'
+  'crun: support for unified cgroupsv2')
+
+  cd libpod
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
+  # remove man pages provided by containers-common
+  rm -rvf "${pkgdir}/usr/share/man/man5"
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 21:52:05
  Author: foxboron
Revision: 772195

upgpkg: podman 2.2.1-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 21:52:04 UTC (rev 772194)
+++ PKGBUILD2020-12-08 21:52:05 UTC (rev 772195)
@@ -4,7 +4,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)


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

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 21:47:54
  Author: foxboron
Revision: 772057

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 21:47:45 UTC (rev 772056)
+++ PKGBUILD2020-12-08 21:47:54 UTC (rev 772057)
@@ -1,62 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'python-fsspec: needed for handling files aside from local and 
HTTP'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 772056, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 21:47:54 UTC (rev 772057)
@@ -0,0 +1,62 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Morten Linderud 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community 

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

2020-12-08 Thread Morten Linderud via arch-commits
Date: Tuesday, December 8, 2020 @ 21:47:45
  Author: foxboron
Revision: 772056

upgpkg: python-pandas 1.1.5-1

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 21:47:14 UTC (rev 772055)
+++ PKGBUILD2020-12-08 21:47:45 UTC (rev 772056)
@@ -13,7 +13,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -47,7 +47,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6')
+sha256sums=('f10fc41ee3c75a474d3bdf68d396f10782d013d7f67db99c0efbfd0acb99701b')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


[arch-commits] Commit in vivaldi-ffmpeg-codecs/repos/community-x86_64 (2 files)

2020-12-08 Thread Ike Devolder via arch-commits
Date: Tuesday, December 8, 2020 @ 21:47:14
  Author: idevolder
Revision: 772055

archrelease: copy trunk to community-x86_64

Added:
  vivaldi-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 772054, vivaldi-ffmpeg-codecs/trunk/PKGBUILD)
Deleted:
  vivaldi-ffmpeg-codecs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 21:47:09 UTC (rev 772054)
+++ PKGBUILD2020-12-08 21:47:14 UTC (rev 772055)
@@ -1,65 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=vivaldi-ffmpeg-codecs
-pkgver=86.0.4240.198
-_vivaldi_major_version=3.4
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for vivaldi"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2' 'python'
-  'xdg-utils' 'gn'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('179f43b1444b805b8939098c71d542276985d65ef03bd1bf2303b21bf26b431e790a42310b2749c1901f0f8514e9ccadb776b7d39b7833a8154624557fbcf423')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Force script incompatible with Python 3 to use /usr/bin/python2
-  sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
-
-  # Make xcbgen available to ui/gfx/x/gen_xproto.py running under Python 2
-  ln -s /usr/lib/python3.*/site-packages/xcbgen "$srcdir/"
-
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python2 tools/clang/scripts/update.py
-
-  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$PATH"
-
-  # ui/gfx/x/gen_xproto.py needs xcbgen
-  export PYTHONPATH=$srcdir
-
-  # error while loading shared libraries: libtinfo.so.5: cannot open shared 
object file: No such file or directory
-  ln -s /usr/lib/libtinfo.so.6 \
-third_party/llvm-build/Release+Asserts/lib/libtinfo.so.5
-
-  export CC="clang"
-  export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_platform_hevc=true enable_platform_ac3_eac3_audio=true 
enable_platform_mpeg_h_audio=true enable_platform_dolby_vision=true 
enable_mse_mpeg2ts_stream_parser=true use_gnome_keyring=false use_sysroot=false 
use_gold=false linux_use_bundled_binutils=false treat_warnings_as_errors=false 
enable_nacl=false enable_nacl_nonsfi=false clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=true"
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-   install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/opt/vivaldi/libffmpeg.so.$_vivaldi_major_version"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vivaldi-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 772054, 
vivaldi-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 21:47:14 UTC (rev 772055)
@@ -0,0 +1,65 @@
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=vivaldi-ffmpeg-codecs
+pkgver=87.0.4280.88
+_vivaldi_major_version=3.5
+pkgrel=2
+pkgdesc="additional support for proprietary codecs for vivaldi"
+arch=('x86_64')
+url="https://ffmpeg.org/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=(
+  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2' 'python'
+  'xdg-utils' 'gn'
+)
+options=('!strip')
+source=(
+  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
+)
+sha512sums=('ac3903b598bd69f4ee3065845eac3c85cb5524715b9ce629c9c2bd017f2ebd168b7ee8111bccc2e6b6cfd12ad07add834cb2cd3bf0e27a8a5076bb7842fca897')
+
+prepare() {
+  cd "$srcdir/chromium-$pkgver"
+
+  # Force script incompatible with Python 3 to use /usr/bin/python2
+  sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
+
+  # Make xcbgen available to ui/gfx/x/gen_xproto.py running under Python 2
+  ln -s /usr/lib/python3.*/site-packages/xcbgen "$srcdir/"
+
+}
+
+build() {
+  cd "$srcdir/chromium-$pkgver"
+
+  python2 tools/clang/scripts/update.py
+
+  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$PATH"
+
+  # ui/gfx/x/gen_xproto.py needs xcbgen
+  export PYTHONPATH=$srcdir
+
+  # error while loading shared libraries: libtinfo.so.5: cannot open shared 
object file: No such file or directory
+  ln -s /usr/lib/libtinfo.so.6 \
+third_party/llvm-build/Release+Asserts/lib/libtinfo.so.5
+
+  export CC="clang"
+  export CXX="clang++"
+
+  local args="ffmpeg_branding=\"ChromeOS\" 

[arch-commits] Commit in vivaldi-ffmpeg-codecs/trunk (PKGBUILD)

2020-12-08 Thread Ike Devolder via arch-commits
Date: Tuesday, December 8, 2020 @ 21:47:09
  Author: idevolder
Revision: 772054

upgpkg: vivaldi-ffmpeg-codecs 87.0.4280.88-2

Modified:
  vivaldi-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 21:46:15 UTC (rev 772053)
+++ PKGBUILD2020-12-08 21:47:09 UTC (rev 772054)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=vivaldi-ffmpeg-codecs
-pkgver=86.0.4240.198
-_vivaldi_major_version=3.4
-pkgrel=1
+pkgver=87.0.4280.88
+_vivaldi_major_version=3.5
+pkgrel=2
 pkgdesc="additional support for proprietary codecs for vivaldi"
 arch=('x86_64')
 url="https://ffmpeg.org/;
@@ -18,7 +18,7 @@
 source=(
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
 )
-sha512sums=('179f43b1444b805b8939098c71d542276985d65ef03bd1bf2303b21bf26b431e790a42310b2749c1901f0f8514e9ccadb776b7d39b7833a8154624557fbcf423')
+sha512sums=('ac3903b598bd69f4ee3065845eac3c85cb5524715b9ce629c9c2bd017f2ebd168b7ee8111bccc2e6b6cfd12ad07add834cb2cd3bf0e27a8a5076bb7842fca897')
 
 prepare() {
   cd "$srcdir/chromium-$pkgver"


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

2020-12-08 Thread Ike Devolder via arch-commits
Date: Tuesday, December 8, 2020 @ 21:46:09
  Author: idevolder
Revision: 772052

upgpkg: vivaldi 3.5.2115.73-3

Modified:
  vivaldi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:49:52 UTC (rev 772051)
+++ PKGBUILD2020-12-08 21:46:09 UTC (rev 772052)
@@ -2,9 +2,9 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=3.4.2066.106-1
-pkgver=3.4.2066.106
-pkgrel=1
+_rpmversion=3.5.2115.73-1
+pkgver=3.5.2115.73
+pkgrel=3
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
 options=(!strip !zipman)
@@ -18,7 +18,7 @@
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
 'eula.txt')
-sha512sums=('65b53d5e240fbdcff4adb7803a83cbc1d3c1fc2001842946f4312c7061c17db69f11d80360164182e3c78109f30408245a161854b464d4c0666eb7c3fffd468d'
+sha512sums=('ea1fe07051de22d4a2bfc60ed20b807a2e980c70103174aa3e3964b7532e0eca32d3de7d10b3a8c95daab8637a8fe0ff660af94d6c1638dc2e466412585c3d29'
 
'7cbfc3258a92ee05eeb67c5b65a92aab27f34146fd097007de5eb8e2703610c03bfa52f7ee1d6055735f927b4dcc919a79b7caf6fb5a5a9596cac11cc083e874')
 
 package() {


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

2020-12-08 Thread Ike Devolder via arch-commits
Date: Tuesday, December 8, 2020 @ 21:46:15
  Author: idevolder
Revision: 772053

archrelease: copy trunk to community-x86_64

Added:
  vivaldi/repos/community-x86_64/PKGBUILD
(from rev 772052, vivaldi/trunk/PKGBUILD)
  vivaldi/repos/community-x86_64/eula.txt
(from rev 772052, vivaldi/trunk/eula.txt)
Deleted:
  vivaldi/repos/community-x86_64/PKGBUILD
  vivaldi/repos/community-x86_64/eula.txt

--+
 PKGBUILD |   94 ++---
 eula.txt |  192 ++---
 2 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 21:46:09 UTC (rev 772052)
+++ PKGBUILD2020-12-08 21:46:15 UTC (rev 772053)
@@ -1,47 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: TZ86
-
-pkgname=vivaldi
-_rpmversion=3.4.2066.106-1
-pkgver=3.4.2066.106
-pkgrel=1
-pkgdesc='An advanced browser made with the power user in mind.'
-url="https://vivaldi.com;
-options=(!strip !zipman)
-license=('custom')
-arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
-'pepper-flash: flash support'
-'libnotify: native notifications'
-)
-source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
-'eula.txt')
-sha512sums=('65b53d5e240fbdcff4adb7803a83cbc1d3c1fc2001842946f4312c7061c17db69f11d80360164182e3c78109f30408245a161854b464d4c0666eb7c3fffd468d'
-
'7cbfc3258a92ee05eeb67c5b65a92aab27f34146fd097007de5eb8e2703610c03bfa52f7ee1d6055735f927b4dcc919a79b7caf6fb5a5a9596cac11cc083e874')
-
-package() {
-cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
-
-# suid sandbox
-chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
-
-# make /usr/bin/vivaldi-stable available
-binf="$pkgdir/usr/bin/vivaldi-stable"
-if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
-install -dm755 "$pkgdir/usr/bin"
-ln -s /opt/vivaldi/vivaldi "$binf"
-fi
-
-# install icons
-for res in 16 22 24 32 48 64 128 256; do
-install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
-"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
-done
-
-# license
-install -Dm644 "$srcdir/eula.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/eula.txt"
-}
-

Copied: vivaldi/repos/community-x86_64/PKGBUILD (from rev 772052, 
vivaldi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 21:46:15 UTC (rev 772053)
@@ -0,0 +1,47 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: TZ86
+
+pkgname=vivaldi
+_rpmversion=3.5.2115.73-1
+pkgver=3.5.2115.73
+pkgrel=3
+pkgdesc='An advanced browser made with the power user in mind.'
+url="https://vivaldi.com;
+options=(!strip !zipman)
+license=('custom')
+arch=('x86_64')
+depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
+'pepper-flash: flash support'
+'libnotify: native notifications'
+)
+source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
+'eula.txt')
+sha512sums=('ea1fe07051de22d4a2bfc60ed20b807a2e980c70103174aa3e3964b7532e0eca32d3de7d10b3a8c95daab8637a8fe0ff660af94d6c1638dc2e466412585c3d29'
+
'7cbfc3258a92ee05eeb67c5b65a92aab27f34146fd097007de5eb8e2703610c03bfa52f7ee1d6055735f927b4dcc919a79b7caf6fb5a5a9596cac11cc083e874')
+
+package() {
+cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
+
+# suid sandbox
+chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
+
+# make /usr/bin/vivaldi-stable available
+binf="$pkgdir/usr/bin/vivaldi-stable"
+if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
+install -dm755 "$pkgdir/usr/bin"
+ln -s /opt/vivaldi/vivaldi "$binf"
+fi
+
+# install icons
+for res in 16 22 24 32 48 64 128 256; do
+install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
+"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
+done
+
+# license
+install -Dm644 "$srcdir/eula.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/eula.txt"
+}
+

Deleted: eula.txt
===
--- eula.txt2020-12-08 21:46:09 UTC (rev 772052)
+++ eula.txt2020-12-08 21:46:15 UTC (rev 772053)
@@ -1,96 +0,0 @@
-Vivaldi End User License Agreement
-
-Read the end user license agreement for Vivaldi Browser and find out how to get
-in touch if you have any questions about regarding our EULA.
-
-Last updated: November 18, 2016
-
-1. This End User License 

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

2020-12-08 Thread Jan Steffens via arch-commits
Date: Tuesday, December 8, 2020 @ 20:43:07
  Author: heftig
Revision: 403164

archrelease: copy trunk to extra-x86_64

Added:
  sbc/repos/extra-x86_64/PKGBUILD
(from rev 403163, sbc/trunk/PKGBUILD)
Deleted:
  sbc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 20:42:10 UTC (rev 403163)
+++ PKGBUILD2020-12-08 20:43:07 UTC (rev 403164)
@@ -1,23 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=sbc
-pkgver=1.4
-pkgrel=2
-pkgdesc="Bluetooth Subband Codec (SBC) library"
-url="http://www.bluez.org/;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(glibc)
-source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-sha512sums=('f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sbc/repos/extra-x86_64/PKGBUILD (from rev 403163, sbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 20:43:07 UTC (rev 403164)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=sbc
+pkgver=1.5
+pkgrel=1
+pkgdesc="Bluetooth Subband Codec (SBC) library"
+url="http://www.bluez.org/;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(glibc)
+makedepends=(git)
+_commit=b2c20a3ecf5ed00f63c94077a9762b505935ede9  # tags/1.5^0
+source=("git+https://git.kernel.org/pub/scm/bluetooth/sbc.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-12-08 Thread Jan Steffens via arch-commits
Date: Tuesday, December 8, 2020 @ 20:42:10
  Author: heftig
Revision: 403163

1.5-1

Modified:
  sbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 20:16:24 UTC (rev 403162)
+++ PKGBUILD2020-12-08 20:42:10 UTC (rev 403163)
@@ -1,23 +1,40 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=sbc
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc="Bluetooth Subband Codec (SBC) library"
 url="http://www.bluez.org/;
 arch=(x86_64)
 license=(GPL LGPL)
 depends=(glibc)
-source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-sha512sums=('f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f')
+makedepends=(git)
+_commit=b2c20a3ecf5ed00f63c94077a9762b505935ede9  # tags/1.5^0
+source=("git+https://git.kernel.org/pub/scm/bluetooth/sbc.git#commit=$_commit;)
+sha512sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --disable-static --disable-tester
   make
 }
 
+check() {
+  cd $pkgname
+  make check
+}
+
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2020-12-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 8, 2020 @ 20:16:24
  Author: arojas
Revision: 403162

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 403161, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 20:16:12 UTC (rev 403161)
+++ PKGBUILD2020-12-08 20:16:24 UTC (rev 403162)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.6.0
-pkgrel=2
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-optdepends=('python-pycodestyle: for Python style checking')
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
-sha256sums=('cb7163c1b72390c647bb9c0892abc84007699d447f303b4652cdd9cdb0036d52'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-build() {
-  cmake -B build -S kdev-python-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 403161, 
kdevelop-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 20:16:24 UTC (rev 403162)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.6.1
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+optdepends=('python-pycodestyle: for Python style checking')
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha256sums=('00d5db9596b7db9a6dd109fd3605dc155ac849b1b88328e038d4cf7b7fd575f3'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  'C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C') # Milian Wolff 

+
+build() {
+  cmake -B build -S kdev-python-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 8, 2020 @ 20:16:12
  Author: arojas
Revision: 403161

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 403160, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 20:16:00 UTC (rev 403160)
+++ PKGBUILD2020-12-08 20:16:12 UTC (rev 403161)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('39ec342aeb43bf1482c327575e0f810339d309bffbfaa8260ec912a8e3fc4a2b'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-build() {
-  cmake -B build -S kdev-php-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 403160, 
kdevelop-php/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 20:16:12 UTC (rev 403161)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.6.1
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha256sums=('702f12a1ad0caadd020ac30294b70ec6426e7961ac439d270f3010748b3f7a5a'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  'C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C') # Milian Wolff 

+
+build() {
+  cmake -B build -S kdev-php-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 8, 2020 @ 20:16:00
  Author: arojas
Revision: 403160

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 403159, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 20:10:37 UTC (rev 403159)
+++ PKGBUILD2020-12-08 20:16:00 UTC (rev 403160)
@@ -1,53 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.6.0
-_clangver=11.0.0
-pkgrel=4
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
- kcmutils threadweaver knewstuff)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'meson: meson integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'astyle: astyle plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler'
-'clazy: clazy analyzer plugin')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- 
kdevelop-gdb10.patch::"https://invent.kde.org/kdevelop/kdevelop/-/commit/8831937f.patch;)
-sha256sums=('38adc7d4c4cf2f0fb4191650001e979b5e1b5a3476db28737020baf2fb56f532'
-'SKIP'
-'14368ecd9e941e8abea21b63b45d269675906d9639fb90dfc710eb9db67fcb8f')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kdevelop-gdb10.patch # Support GDB 10
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 403159, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 20:16:00 UTC (rev 403160)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.6.1
+_clangver=11.0.0
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e4488522275ebef9d68eebb68523a99e1c58d35e8d75127f7d749784c2e370a'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  

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

2020-12-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 8, 2020 @ 20:10:37
  Author: arojas
Revision: 403159

Update to 5.6.1

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD

+
 -php/trunk/PKGBUILD|7 ---
 -python/trunk/PKGBUILD |9 +
 trunk/PKGBUILD |   19 +++
 3 files changed, 16 insertions(+), 19 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-12-08 19:50:45 UTC (rev 403158)
+++ trunk/PKGBUILD  2020-12-08 20:10:37 UTC (rev 403159)
@@ -3,9 +3,9 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.6.0
+pkgver=5.6.1
 _clangver=11.0.0
-pkgrel=4
+pkgrel=1
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -28,20 +28,15 @@
 'clazy: clazy analyzer plugin')
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- 
kdevelop-gdb10.patch::"https://invent.kde.org/kdevelop/kdevelop/-/commit/8831937f.patch;)
-sha256sums=('38adc7d4c4cf2f0fb4191650001e979b5e1b5a3476db28737020baf2fb56f532'
-'SKIP'
-'14368ecd9e941e8abea21b63b45d269675906d9639fb90dfc710eb9db67fcb8f')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e4488522275ebef9d68eebb68523a99e1c58d35e8d75127f7d749784c2e370a'
+'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

   'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  'C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C') # Milian Wolff 

 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kdevelop-gdb10.patch # Support GDB 10
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF

Modified: -php/trunk/PKGBUILD
===
--- -php/trunk/PKGBUILD 2020-12-08 19:50:45 UTC (rev 403158)
+++ -php/trunk/PKGBUILD 2020-12-08 20:10:37 UTC (rev 403159)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -11,12 +11,13 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('39ec342aeb43bf1482c327575e0f810339d309bffbfaa8260ec912a8e3fc4a2b'
+sha256sums=('702f12a1ad0caadd020ac30294b70ec6426e7961ac439d270f3010748b3f7a5a'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

   'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  'C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C') # Milian Wolff 

 
 build() {
   cmake -B build -S kdev-php-$pkgver \

Modified: -python/trunk/PKGBUILD
===
--- -python/trunk/PKGBUILD  2020-12-08 19:50:45 UTC (rev 403158)
+++ -python/trunk/PKGBUILD  2020-12-08 20:10:37 UTC (rev 403159)
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.6.0
-pkgrel=2
+pkgver=5.6.1
+pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(x86_64)
 url="http://www.kdevelop.org/;
@@ -12,12 +12,13 @@
 makedepends=(extra-cmake-modules)
 optdepends=('python-pycodestyle: for Python style checking')
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
-sha256sums=('cb7163c1b72390c647bb9c0892abc84007699d447f303b4652cdd9cdb0036d52'
+sha256sums=('00d5db9596b7db9a6dd109fd3605dc155ac849b1b88328e038d4cf7b7fd575f3'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

   'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  

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

2020-12-08 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, December 8, 2020 @ 19:47:52
  Author: grazzolini
Revision: 403156

archrelease: copy trunk to staging-x86_64

Added:
  bash/repos/staging-x86_64/
  bash/repos/staging-x86_64/PKGBUILD
(from rev 403155, bash/trunk/PKGBUILD)
  bash/repos/staging-x86_64/dot.bash_logout
(from rev 403155, bash/trunk/dot.bash_logout)
  bash/repos/staging-x86_64/dot.bash_profile
(from rev 403155, bash/trunk/dot.bash_profile)
  bash/repos/staging-x86_64/dot.bashrc
(from rev 403155, bash/trunk/dot.bashrc)
  bash/repos/staging-x86_64/system.bash_logout
(from rev 403155, bash/trunk/system.bash_logout)
  bash/repos/staging-x86_64/system.bashrc
(from rev 403155, bash/trunk/system.bashrc)

+
 PKGBUILD   |   89 +++
 dot.bash_logout|3 +
 dot.bash_profile   |5 ++
 dot.bashrc |9 +
 system.bash_logout |3 +
 system.bashrc  |   22 
 6 files changed, 131 insertions(+)

Copied: bash/repos/staging-x86_64/PKGBUILD (from rev 403155, 
bash/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-08 19:47:52 UTC (rev 403156)
@@ -0,0 +1,89 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Aaron Griffin 
+
+pkgname=bash
+_basever=5.1
+_patchlevel=0
+pkgver=${_basever}.${_patchlevel}
+pkgrel=2
+pkgdesc='The GNU Bourne Again shell'
+arch=(x86_64)
+license=(GPL)
+url='https://www.gnu.org/software/bash/bash.html'
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=(readline libreadline.so glibc ncurses)
+optdepends=('bash-completion: for tab completion')
+provides=('sh')
+source=(https://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+  for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
https://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
"%03d" $_p){,.sig})
+  done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+
+  for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
+echo "applying patch bash${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../bash${_basever//.}-$(printf "%03d" $_p)
+  done
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/bin\"\'
+   -DSTANDARD_UTILS_PATH=\'\"/usr/bin\"\'
+   -DSYS_BASHRC=\'\"/etc/bash.bashrc\"\'
+   -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\'
+   -DNON_INTERACTIVE_LOGIN_SHELLS)
+  export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
+
+  ./configure \
+--prefix=/usr \
+--with-curses \
+--enable-readline \
+--without-bash-malloc \
+--with-installed-readline
+  make
+}
+
+check() {
+  make -C $pkgname-$_basever check
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  ln -s bash "$pkgdir/usr/bin/sh"
+
+  # system-wide configuration files
+  install -Dm644 system.bashrc "$pkgdir/etc/bash.bashrc"
+  install -Dm644 system.bash_logout "$pkgdir/etc/bash.bash_logout"
+
+  # user configuration file skeletons
+  install -dm755 "$pkgdir/etc/skel/"
+  install -m644 dot.bashrc "$pkgdir/etc/skel/.bashrc"
+  install -m644 dot.bash_profile "$pkgdir/etc/skel/.bash_profile"
+  install -m644 dot.bash_logout "$pkgdir/etc/skel/.bash_logout"
+}
+
+sha256sums=('cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa'
+'SKIP'
+'3e22bf86ae6708df7a6bceb88c67a00118275f9c0b5268f453dd388af7c43b53'
+'e149407c2bee17779caec70a7edd3dd172e7e4347429b80cb4d55bcec9c2'
+'4330edf340394d0dae50afb04ac2a621f106fe67fb634ec81c4bfb98be2a1eb5'
+'5fdc20c44bc9058f728d1327f4dbb5598fec4d948dd5265211598667f9f0'
+'025bccfb374a3edce0ff8154d990689f30976b78f7a932dc9a6fcef81821811e')
+
+# vim: ts=2 sw=2 et:

Copied: bash/repos/staging-x86_64/dot.bash_logout (from rev 403155, 
bash/trunk/dot.bash_logout)
===
--- staging-x86_64/dot.bash_logout  (rev 0)
+++ staging-x86_64/dot.bash_logout  2020-12-08 19:47:52 UTC (rev 403156)
@@ -0,0 +1,3 @@
+#
+# ~/.bash_logout
+#

Copied: bash/repos/staging-x86_64/dot.bash_profile (from rev 403155, 
bash/trunk/dot.bash_profile)
===
--- staging-x86_64/dot.bash_profile (rev 0)
+++ staging-x86_64/dot.bash_profile 2020-12-08 19:47:52 UTC (rev 403156)
@@ -0,0 +1,5 @@
+#
+# ~/.bash_profile

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

2020-12-08 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, December 8, 2020 @ 19:47:00
  Author: grazzolini
Revision: 403155

upgpkg: bash 5.1.0-2

Readline 8.1

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:46:57 UTC (rev 403154)
+++ PKGBUILD2020-12-08 19:47:00 UTC (rev 403155)
@@ -8,7 +8,7 @@
 _basever=5.1
 _patchlevel=0
 pkgver=${_basever}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Bourne Again shell'
 arch=(x86_64)
 license=(GPL)


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:45:52
  Author: felixonmars
Revision: 772050

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 772049, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 772049, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:45:52 UTC (rev 772050)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20201127
+pkgrel=11
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-restricted' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:45:42
  Author: felixonmars
Revision: 772049

upgpkg: git-annex 8.20201127-11: rebuild with strict 0.4.0.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:42:34 UTC (rev 772048)
+++ PKGBUILD2020-12-08 19:45:42 UTC (rev 772049)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20201127
-pkgrel=10
+pkgrel=11
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:40:58
  Author: felixonmars
Revision: 772047

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 772046, haskell-fdo-notify/trunk/PKGBUILD)

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
772046, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:40:58 UTC (rev 772047)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=370
+pkgdesc="Desktop Notifications client"
+url="https://bitbucket.org/taejo/fdo-notify/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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 $_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 haskell-fdo-notify/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:40:48
  Author: felixonmars
Revision: 772046

upgpkg: haskell-fdo-notify 0.3.1-370: rebuild with strict 0.4.0.1

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:40:02 UTC (rev 772045)
+++ PKGBUILD2020-12-08 19:40:48 UTC (rev 772046)
@@ -4,7 +4,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=369
+pkgrel=370
 pkgdesc="Desktop Notifications client"
 url="https://bitbucket.org/taejo/fdo-notify/;
 license=("BSD")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:39:52
  Author: felixonmars
Revision: 772044

upgpkg: xmobar 0.36-46: rebuild with strict 0.4.0.1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:38:04 UTC (rev 772043)
+++ PKGBUILD2020-12-08 19:39:52 UTC (rev 772044)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.36
-pkgrel=45
+pkgrel=46
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:40:02
  Author: felixonmars
Revision: 772045

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 772044, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 772044, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:40:02 UTC (rev 772045)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.36
+pkgrel=46
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 
'haskell-netlink'
+ 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-http-client-tls' 'haskell-alsa-core' 
'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('15abb262187448cd71f93e67f04ab40989f541dd02f968924521f99727cd75cb92d650d495fc40ad4bed97fa552185daca7801aa2d5079aa47a39dce9b4ea4f7')
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  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 xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/xmobar.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/xmobar.sh"
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:38:04
  Author: felixonmars
Revision: 772043

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dbus-hslogger/repos/community-staging-x86_64/
  haskell-dbus-hslogger/repos/community-staging-x86_64/PKGBUILD
(from rev 772042, haskell-dbus-hslogger/trunk/PKGBUILD)

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

Copied: haskell-dbus-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
772042, haskell-dbus-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:38:04 UTC (rev 772043)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dbus-hslogger
+pkgname=haskell-dbus-hslogger
+pkgver=0.1.0.1
+pkgrel=118
+pkgdesc="Expose a dbus server to control hslogger"
+url="https://github.com/IvanMalison/dbus-hslogger;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dbus' 'haskell-hslogger' 
'haskell-optparse-applicative')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('34d3d2f9f99f99671bb3cf11eefa0f347918b4cfb69d2188be985e5abf2867d1b33b6473bb8e311f67426778f2611e008a78e99bd2d2e1f5a2c25b7ab5568d1f')
+
+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 $MAKEFLAGS
+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 haskell-dbus-hslogger/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:37:54
  Author: felixonmars
Revision: 772042

upgpkg: haskell-dbus-hslogger 0.1.0.1-118: rebuild with strict 0.4.0.1

Modified:
  haskell-dbus-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:37:01 UTC (rev 772041)
+++ PKGBUILD2020-12-08 19:37:54 UTC (rev 772042)
@@ -3,7 +3,7 @@
 _hkgname=dbus-hslogger
 pkgname=haskell-dbus-hslogger
 pkgver=0.1.0.1
-pkgrel=117
+pkgrel=118
 pkgdesc="Expose a dbus server to control hslogger"
 url="https://github.com/IvanMalison/dbus-hslogger;
 license=('BSD')


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:37:01
  Author: felixonmars
Revision: 772041

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 772040, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:37:01 UTC (rev 772041)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.2.16
+pkgrel=66
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-lens'
+ 'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+checkdepends=('dbus')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fbcddba41d5a6ea3c93841f56b80c43e968758eb8979412cd15a3e6f384bb042a025dc4850dc2e584b459b0c7b99db791d1a9b17090108c004f657f7e125e441')
+
+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 $MAKEFLAGS
+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 || : # 
https://github.com/rblaze/haskell-dbus/issues/51
+}
+
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:36:51
  Author: felixonmars
Revision: 772040

upgpkg: haskell-dbus 1.2.16-66: rebuild with strict 0.4.0.1

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:35:18 UTC (rev 772039)
+++ PKGBUILD2020-12-08 19:36:51 UTC (rev 772040)
@@ -4,7 +4,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.2.16
-pkgrel=65
+pkgrel=66
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/;
 license=("GPL3")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:35:18
  Author: felixonmars
Revision: 772039

archrelease: copy trunk to community-staging-x86_64

Added:
  arch-hs/repos/community-staging-x86_64/
  arch-hs/repos/community-staging-x86_64/PKGBUILD
(from rev 772038, arch-hs/trunk/PKGBUILD)

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

Copied: arch-hs/repos/community-staging-x86_64/PKGBUILD (from rev 772038, 
arch-hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:35:18 UTC (rev 772039)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+pkgname=arch-hs
+pkgver=0.5.0.0
+pkgrel=5
+pkgdesc="Distribute hackage packages to archlinux"
+arch=('x86_64')
+url="https://github.com/berberman/arch-hs;
+license=('MIT')
+depends=('ghc-libs' 'pacman' 'haskell-aeson' 'haskell-req' 
'haskell-hackage-db' 'haskell-megaparsec'
+ 'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 
'haskell-conduit-extra'
+ 'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-polysemy' 'haskell-colourista' 
'haskell-optparse-applicative')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('870e7438b37397880334b638671b0bef58ec9254938e71a0972aa54a49bca16f666c498ecce26066c75dbde2dd509a120023b338b03aa0136c12204823390dc7')
+
+_gen_comp(){
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--zsh-completion-script  "/usr/bin/arch-hs${1}" > zsh${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--fish-completion-script "/usr/bin/arch-hs${1}" > fish${1}
+}
+
+_install_comp(){
+  install -D -m644 bash${1} 
"$pkgdir/usr/share/bash-completion/completions/arch-hs${1}"
+  install -D -m644 zsh${1}  "$pkgdir/usr/share/zsh/site-functions/_arch-hs${1}"
+  install -D -m644 bash${1} 
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -falpm
+
+  runhaskell Setup build $MAKEFLAGS
+  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
+  
+  _gen_comp
+  _gen_comp "-diff"
+  _gen_comp "-submit"
+}
+
+package() {
+  cd $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_comp
+  _install_comp "-diff"
+  _install_comp "-submit"
+} 


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:35:08
  Author: felixonmars
Revision: 772038

upgpkg: arch-hs 0.5.0.0-5: rebuild with strict 0.4.0.1

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:33:09 UTC (rev 772037)
+++ PKGBUILD2020-12-08 19:35:08 UTC (rev 772038)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.5.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:33:09
  Author: felixonmars
Revision: 772037

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-algebraic-graphs/repos/community-staging-x86_64/
  haskell-algebraic-graphs/repos/community-staging-x86_64/PKGBUILD
(from rev 772036, haskell-algebraic-graphs/trunk/PKGBUILD)

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

Copied: haskell-algebraic-graphs/repos/community-staging-x86_64/PKGBUILD (from 
rev 772036, haskell-algebraic-graphs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:33:09 UTC (rev 772037)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=algebraic-graphs
+pkgname=haskell-algebraic-graphs
+pkgver=0.5
+pkgrel=25
+pkgdesc="A library for algebraic graph construction and transformation"
+url="https://github.com/snowleopard/alga;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-extra' 'haskell-inspection-testing' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('89b9fecf8245476ec823355125fcb95decf41fd9784e807d7bd0d09f0a79c50b')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i 's/< *2.14/<3/' $_hkgname.cabal
+  sed -i '/instance Arbitrary a => Arbitrary (Tree a) where/,+13d' 
test/Algebra/Graph/Test/Arbitrary.hs
+}
+
+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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  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 haskell-algebraic-graphs/trunk (PKGBUILD)

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:32:58
  Author: felixonmars
Revision: 772036

upgpkg: haskell-algebraic-graphs 0.5-25: rebuild with strict 0.4.0.1

Modified:
  haskell-algebraic-graphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:27:35 UTC (rev 772035)
+++ PKGBUILD2020-12-08 19:32:58 UTC (rev 772036)
@@ -3,7 +3,7 @@
 _hkgname=algebraic-graphs
 pkgname=haskell-algebraic-graphs
 pkgver=0.5
-pkgrel=24
+pkgrel=25
 pkgdesc="A library for algebraic graph construction and transformation"
 url="https://github.com/snowleopard/alga;
 license=('MIT')


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

2020-12-08 Thread Jonathan Steel via arch-commits
Date: Tuesday, December 8, 2020 @ 19:27:35
  Author: jsteel
Revision: 772035

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:27:29 UTC (rev 772034)
+++ PKGBUILD2020-12-08 19:27:35 UTC (rev 772035)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.16.13
-pkgrel=3
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('ed7f58fe7529e6ec34f1a3d8d173fce532fe4ee7185657b1dc41186eb42a506d55f2803f69ea0b6ae216a6590f33ad15fff0c31975a6002566b54d7b187d5edc')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 772034, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 19:27:35 UTC (rev 772035)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.16.31
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('d26e7c2061eea2d60d7d4b3a6fa22769945ea05bd51eae7f1c02e745d4b0a4fb47d6b90b7d9b1196fec4d558cba0b1c25dd4b8106a2fe700a2c0c55453ceef35')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-12-08 Thread Jonathan Steel via arch-commits
Date: Tuesday, December 8, 2020 @ 19:27:29
  Author: jsteel
Revision: 772034

upgpkg: python-boto3 1.16.31-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:27:23 UTC (rev 772033)
+++ PKGBUILD2020-12-08 19:27:29 UTC (rev 772034)
@@ -3,8 +3,8 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.16.13
-pkgrel=3
+pkgver=1.16.31
+pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
 license=('Apache')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('ed7f58fe7529e6ec34f1a3d8d173fce532fe4ee7185657b1dc41186eb42a506d55f2803f69ea0b6ae216a6590f33ad15fff0c31975a6002566b54d7b187d5edc')
+sha512sums=('d26e7c2061eea2d60d7d4b3a6fa22769945ea05bd51eae7f1c02e745d4b0a4fb47d6b90b7d9b1196fec4d558cba0b1c25dd4b8106a2fe700a2c0c55453ceef35')
 
 build() {
   cd boto3-$pkgver


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

2020-12-08 Thread Jonathan Steel via arch-commits
Date: Tuesday, December 8, 2020 @ 19:27:23
  Author: jsteel
Revision: 772033

archrelease: copy trunk to community-any

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

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

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

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


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

2020-12-08 Thread Jonathan Steel via arch-commits
Date: Tuesday, December 8, 2020 @ 19:27:17
  Author: jsteel
Revision: 772032

upgpkg: aws-cli 1.18.191-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:27:02 UTC (rev 772031)
+++ PKGBUILD2020-12-08 19:27:17 UTC (rev 772032)
@@ -3,8 +3,8 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.18.173
-pkgrel=2
+pkgver=1.18.191
+pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
 url="https://github.com/aws/aws-cli;
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e6d768804f01f7dcba33f45b20c5de01')
+md5sums=('3bbde2903232adaa299de00fe198210f')
 
 build() {
   cd $pkgname-$pkgver


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

2020-12-08 Thread Jonathan Steel via arch-commits
Date: Tuesday, December 8, 2020 @ 19:27:02
  Author: jsteel
Revision: 772031

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:26:52 UTC (rev 772030)
+++ PKGBUILD2020-12-08 19:27:02 UTC (rev 772031)
@@ -1,27 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.19.13
-pkgrel=3
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('463e88d9bc36e0b295b5331fb420248a')
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

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


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

2020-12-08 Thread Jonathan Steel via arch-commits
Date: Tuesday, December 8, 2020 @ 19:26:52
  Author: jsteel
Revision: 772030

upgpkg: python-botocore 1.19.31-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:25:57 UTC (rev 772029)
+++ PKGBUILD2020-12-08 19:26:52 UTC (rev 772030)
@@ -4,8 +4,8 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.19.13
-pkgrel=3
+pkgver=1.19.31
+pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
 url="https://github.com/boto/botocore;
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('463e88d9bc36e0b295b5331fb420248a')
+md5sums=('44ad2e9d7e789a21f324c1ed3e3e3730')
 
 build() {
   cd botocore-$pkgver


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:25:57
  Author: felixonmars
Revision: 772029

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 772028, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 772028, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:25:57 UTC (rev 772029)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.18
+pkgrel=96
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a5f636513f89574e9fca721d9afdb35e56908ed56b31e292e874125ce997cd76fb2a035037564deb217cc62952d45a6f75adf1e60a9009b3106e23c919cf93cd')
+
+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 \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:25:47
  Author: felixonmars
Revision: 772028

upgpkg: hoogle 5.0.18-96: rebuild with strict 0.4.0.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:24:14 UTC (rev 772027)
+++ PKGBUILD2020-12-08 19:25:47 UTC (rev 772028)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.18
-pkgrel=95
+pkgrel=96
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:24:14
  Author: felixonmars
Revision: 772027

archrelease: copy trunk to community-staging-x86_64

Added:
  cgrep/repos/community-staging-x86_64/
  cgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 772026, cgrep/trunk/PKGBUILD)

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

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 772026, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:24:14 UTC (rev 772027)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.32
+pkgrel=104
+pkgdesc="A context-aware grep for source codes"
+url="https://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-cmdargs'
+ 'haskell-dlist' 'haskell-either' 'haskell-extra' 'haskell-regex-base'
+ 'haskell-regex-pcre' 'haskell-regex-posix' 'haskell-safe' 
'haskell-split'
+ 'haskell-stringsearch' 'haskell-unix-compat' 'haskell-unicode-show'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('401ca49fbd2903b810c1873a3c52c3863a42b431d1a905a781636386c3ac0aac4e2ed9934fb24f1e9996629a2b578483a7c3a7a8a4d61ecb7ac7cfc9152f43ba')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --prefix=/usr --ghc-option='-pie' \
+   --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+}


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:24:04
  Author: felixonmars
Revision: 772026

upgpkg: cgrep 6.6.32-104: rebuild with strict 0.4.0.1

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:22:53 UTC (rev 772025)
+++ PKGBUILD2020-12-08 19:24:04 UTC (rev 772026)
@@ -3,7 +3,7 @@
 
 pkgname=cgrep
 pkgver=6.6.32
-pkgrel=103
+pkgrel=104
 pkgdesc="A context-aware grep for source codes"
 url="https://awgn.github.io/cgrep/;
 license=("GPL2")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:22:53
  Author: felixonmars
Revision: 772025

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 772024, cryptol/trunk/PKGBUILD)
  cryptol/repos/community-staging-x86_64/sbv-8.8.patch
(from rev 772024, cryptol/trunk/sbv-8.8.patch)

---+
 PKGBUILD  |   48 ++
 sbv-8.8.patch |  101 
 2 files changed, 149 insertions(+)

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 772024, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:22:53 UTC (rev 772025)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.10.0
+pkgrel=8
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-async' 'haskell-base-compat' 
'haskell-bv-sized'
+ 'haskell-cryptohash-sha1' 'haskell-exceptions' 'haskell-gitrev' 
'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-libbf' 'haskell-memotrie' 
'haskell-monad-control'
+ 'haskell-monadlib' 'haskell-parameterized-utils' 'haskell-panic' 
'haskell-random'
+ 'haskell-sbv' 'haskell-simple-smt' 'haskell-strict' 
'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-what4' 'haskell-ansi-terminal' 
'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+sbv-8.8.patch)
+sha512sums=('efb5f048a23de2040716d210b3d59071744d97989920266206590320585850a84de989851ed94687995874d74a3e6986d2e735e636aaa9f70f8949604ab62904'
+
'da4ac99c538a935eed9efd98dd6c57f24ad12d8effe328a814661ed02395445d28c8b4f43b48492171dc0bd65c6568fe7641de94e32765d51ab208a38f09d2d2')
+
+prepare() {
+patch -d $pkgname-$pkgver -p1 < sbv-8.8.patch
+}
+
+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 \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+}

Copied: cryptol/repos/community-staging-x86_64/sbv-8.8.patch (from rev 772024, 
cryptol/trunk/sbv-8.8.patch)
===
--- community-staging-x86_64/sbv-8.8.patch  (rev 0)
+++ community-staging-x86_64/sbv-8.8.patch  2020-12-08 19:22:53 UTC (rev 
772025)
@@ -0,0 +1,101 @@
+diff --git a/cryptol.cabal b/cryptol.cabal
+index 24eb2929..e65d3ed7 100644
+--- a/cryptol.cabal
 b/cryptol.cabal
+@@ -65,7 +65,7 @@ library
+pretty>= 1.1,
+process   >= 1.2,
+random>= 1.0.1,
+-   sbv   >= 8.6 && < 8.8,
++   sbv   >= 8.6 && < 8.10,
+simple-smt>= 0.7.1,
+stm   >= 2.4,
+strict,
+diff --git a/src/Cryptol/Backend/SBV.hs b/src/Cryptol/Backend/SBV.hs
+index 6a4d8b00..50e4e087 100644
+--- a/src/Cryptol/Backend/SBV.hs
 b/src/Cryptol/Backend/SBV.hs
+@@ -6,6 +6,7 @@
+ -- Stability   :  provisional
+ -- Portability :  portable
+ 
++{-# LANGUAGE CPP #-}
+ {-# LANGUAGE DeriveFunctor #-}
+ {-# LANGUAGE FlexibleInstances #-}
+ {-# LANGUAGE GeneralizedNewtypeDeriving #-}
+@@ -73,17 +74,24 @@ unpackSBV x = [ svTestBit x i | i <- reverse [0 .. 
intSizeOf x - 1] ]
+ literalSWord :: Int -> Integer -> SWord SBV
+ literalSWord w i = svInteger (KBounded False w) i
+ 
++svMkSymVar_ :: Maybe Quantifier -> Kind -> Maybe String -> SBV.State -> IO 
SVal
++#if MIN_VERSION_sbv(8,8,0)
++svMkSymVar_ a b c = svMkSymVar (SBV.NonQueryVar a) b c
++#else
++svMkSymVar_ a b c = svMkSymVar a b c
++#endif
++
+ freshBV_ :: SBV -> Int -> IO (SWord SBV)
+ 

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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:22:41
  Author: felixonmars
Revision: 772024

upgpkg: cryptol 2.10.0-8: rebuild with strict 0.4.0.1

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:19:35 UTC (rev 772023)
+++ PKGBUILD2020-12-08 19:22:41 UTC (rev 772024)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.10.0
-pkgrel=7
+pkgrel=8
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:19:35
  Author: ffy00
Revision: 772023

archrelease: copy trunk to community-x86_64

Added:
  verilator/repos/community-x86_64/PKGBUILD
(from rev 772022, verilator/trunk/PKGBUILD)
Deleted:
  verilator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:19:30 UTC (rev 772022)
+++ PKGBUILD2020-12-08 19:19:35 UTC (rev 772023)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Jeffrey Tolar 
-
-pkgname=verilator
-pkgver=4.102
-pkgrel=1
-pkgdesc='The fastest free Verilog HDL simulator'
-url='https://www.veripool.org/projects/verilator/wiki/Intro'
-arch=('x86_64')
-license=('LGPL')
-depends=('perl')
-makedepends=('gcc')
-source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
-sha512sums=('e0030b3b0172c404f2ad5c6c5888c2c23bf17b3f54cc5830449325f6a61fedebc742f9241281c82ee85e8bb2582269c21a81af4fa30d035af01d7394062fad43')
-
-build() {
-  cd verilator-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd verilator-$pkgver
-
-  make install DESTDIR="$pkgdir"
-}

Copied: verilator/repos/community-x86_64/PKGBUILD (from rev 772022, 
verilator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 19:19:35 UTC (rev 772023)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Jeffrey Tolar 
+
+pkgname=verilator
+pkgver=4.106
+pkgrel=1
+pkgdesc='The fastest free Verilog HDL simulator'
+url='https://www.veripool.org/projects/verilator/wiki/Intro'
+arch=('x86_64')
+license=('LGPL')
+depends=('perl')
+makedepends=('gcc')
+source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
+sha512sums=('003663961bbbe6d043b5fbdcee324c7a80c79e04c0c3fb51219b8246f0af00570d2bc4ee5371be01df86c051917ef51f26fc8cad235f0523b9bb0871f7b5431d')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}


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

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:19:30
  Author: ffy00
Revision: 772022

upgpkg: verilator 4.106-1

Modified:
  verilator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:19:09 UTC (rev 772021)
+++ PKGBUILD2020-12-08 19:19:30 UTC (rev 772022)
@@ -3,7 +3,7 @@
 # Contributor: Jeffrey Tolar 
 
 pkgname=verilator
-pkgver=4.102
+pkgver=4.106
 pkgrel=1
 pkgdesc='The fastest free Verilog HDL simulator'
 url='https://www.veripool.org/projects/verilator/wiki/Intro'
@@ -12,7 +12,7 @@
 depends=('perl')
 makedepends=('gcc')
 source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz;)
-sha512sums=('e0030b3b0172c404f2ad5c6c5888c2c23bf17b3f54cc5830449325f6a61fedebc742f9241281c82ee85e8bb2582269c21a81af4fa30d035af01d7394062fad43')
+sha512sums=('003663961bbbe6d043b5fbdcee324c7a80c79e04c0c3fb51219b8246f0af00570d2bc4ee5371be01df86c051917ef51f26fc8cad235f0523b9bb0871f7b5431d')
 
 build() {
   cd verilator-$pkgver


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:18:59
  Author: felixonmars
Revision: 772020

upgpkg: haskell-sbv 8.9-17: rebuild with strict 0.4.0.1

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:13:34 UTC (rev 772019)
+++ PKGBUILD2020-12-08 19:18:59 UTC (rev 772020)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.9
-pkgrel=16
+pkgrel=17
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")


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

2020-12-08 Thread Felix Yan via arch-commits
Date: Tuesday, December 8, 2020 @ 19:19:09
  Author: felixonmars
Revision: 772021

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 772020, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-08 19:19:09 UTC (rev 772021)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.9
+pkgrel=17
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' 
'haskell-random'
+ 'haskell-syb' 'haskell-uniplate')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+checkdepends=('abc' 'cvc4' 'yices' 'z3')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('be90cce34973bc22fa2e9d6b95ea949b3ba53124ee666845587970003a3b194351f48bdd275dc691a288d79f09647fbf08893d53112519b376de4f157d43ece1')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Remove SMT solvers not in the repos
+sed -i 's/, boolector//;s/, mathSAT//;s/, dReal//' 
SBVTestSuite/SBVConnectionTest.hs
+}
+
+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 $MAKEFLAGS
+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 flashplugin/repos/extra-x86_64 (4 files)

2020-12-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, December 8, 2020 @ 19:16:05
  Author: foutrelis
Revision: 403152

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  106 +-
 flashplugin.install |   24 +--
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:15:59 UTC (rev 403151)
+++ PKGBUILD2020-12-08 19:16:05 UTC (rev 403152)
@@ -1,53 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.453
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-install=flashplugin.install
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('587fe7027ef410e6833a9428b61ea28d4047bce6e8ed4bff3127cb9e08723e37'
-'cab3d2b3a02b1348d991259a7602ffb1d12ec1912984a68bcab0f7ccdf27a9f7')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 403151, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 19:16:05 UTC (rev 403152)
@@ -0,0 +1,53 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.465
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+install=flashplugin.install
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('a90f2edb98231896331c61a81017f390e180015f90193865e3295319cf636c35'
+'99fcc780897be55bac7d11c0204ba7a3d5e7dc1f1aed75d5e7b5ad28c0b2ff5d')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: flashplugin.install
===
--- flashplugin.install 2020-12-08 19:15:59 UTC (rev 403151)
+++ flashplugin.install 2020-12-08 19:16:05 UTC (rev 403152)
@@ -1,12 +0,0 @@

[arch-commits] Commit in flashplugin/trunk (PKGBUILD flashplugin.install)

2020-12-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, December 8, 2020 @ 19:15:59
  Author: foutrelis
Revision: 403151

upgpkg: flashplugin 32.0.0.465-1: new upstream release

Show end-of-life notice again.

Modified:
  flashplugin/trunk/PKGBUILD
  flashplugin/trunk/flashplugin.install

-+
 PKGBUILD|6 +++---
 flashplugin.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 17:51:01 UTC (rev 403150)
+++ PKGBUILD2020-12-08 19:15:59 UTC (rev 403151)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.453
+pkgver=32.0.0.465
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -14,8 +14,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('587fe7027ef410e6833a9428b61ea28d4047bce6e8ed4bff3127cb9e08723e37'
-'cab3d2b3a02b1348d991259a7602ffb1d12ec1912984a68bcab0f7ccdf27a9f7')
+sha256sums=('a90f2edb98231896331c61a81017f390e180015f90193865e3295319cf636c35'
+'99fcc780897be55bac7d11c0204ba7a3d5e7dc1f1aed75d5e7b5ad28c0b2ff5d')
 
 prepare() {
   local _dir

Modified: flashplugin.install
===
--- flashplugin.install 2020-12-08 17:51:01 UTC (rev 403150)
+++ flashplugin.install 2020-12-08 19:15:59 UTC (rev 403151)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  if (( $(vercmp $2 32.0.0.433-1) < 0 )); then
+  if (( $(vercmp $2 32.0.0.465-1) < 0 )); then
 post_install
   fi
 }


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

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:13:34
  Author: ffy00
Revision: 772019

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:13:31 UTC (rev 772018)
+++ PKGBUILD2020-12-08 19:13:34 UTC (rev 772019)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=edalize
-pkgname=python-$_pkgname
-pkgver=0.2.2
-pkgrel=4
-pkgdesc='An abstraction library for interfacing EDA tools'
-arch=('any')
-url='https://github.com/olofk/edalize'
-license=('BSD')
-depends=('python' 'python-jinja')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('48b2642ff9a072ec33ed907fd82fa63c33f7e7deeaf442972a2b0fcd10fa05715f189e213a80ef75176d87574c2ad660c5af0df5b90d8245416ae3ed29b44d18')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  rm tests/test_spyglass.py
-
-  sed -i '/pytest/d' setup.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=. pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-edalize/repos/community-any/PKGBUILD (from rev 772018, 
python-edalize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 19:13:34 UTC (rev 772019)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=edalize
+pkgname=python-$_pkgname
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='An abstraction library for interfacing EDA tools'
+arch=('any')
+url='https://github.com/olofk/edalize'
+license=('BSD')
+depends=('python' 'python-jinja')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('1c07b8edba66d174eb49f6098e4f1811ffcaeda7b46a9773e31103649f6e5aa2dc31df3a7ea0f128fdd35aa2e42e547ecbdd057cde6c7e7653b6d94357d61ce9')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  rm tests/test_spyglass.py
+
+  sed -i '/pytest/d' setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=. pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:13:31
  Author: ffy00
Revision: 772018

upgpkg: python-edalize 0.2.3-1

Modified:
  python-edalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 19:12:00 UTC (rev 772017)
+++ PKGBUILD2020-12-08 19:13:31 UTC (rev 772018)
@@ -2,8 +2,8 @@
 
 _pkgname=edalize
 pkgname=python-$_pkgname
-pkgver=0.2.2
-pkgrel=4
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='An abstraction library for interfacing EDA tools'
 arch=('any')
 url='https://github.com/olofk/edalize'
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('48b2642ff9a072ec33ed907fd82fa63c33f7e7deeaf442972a2b0fcd10fa05715f189e213a80ef75176d87574c2ad660c5af0df5b90d8245416ae3ed29b44d18')
+sha512sums=('1c07b8edba66d174eb49f6098e4f1811ffcaeda7b46a9773e31103649f6e5aa2dc31df3a7ea0f128fdd35aa2e42e547ecbdd057cde6c7e7653b6d94357d61ce9')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-12-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 8, 2020 @ 19:12:00
  Author: ffy00
Revision: 772017

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 19:11:57 UTC (rev 772016)
+++ PKGBUILD2020-12-08 19:12:00 UTC (rev 772017)
@@ -1,28 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=libusb1
-pkgname=python-$_pkgname
-pkgver=1.8
-pkgrel=3
-pkgdesc='Python ctype-based wrapper around libusb1'
-arch=('any')
-url='https://github.com/vpelletier/python-libusb1'
-license=('LGPL2.1')
-depends=('python' 'libusb')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('2ab63ac4ce571812e5d1b15aff33728a19427051577c53b6eac6d53d53445be25a8abbd79ac71e4362405e31f0c76fc7b5f6fdc893debd5aa9de319e83d57664')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-libusb1/repos/community-any/PKGBUILD (from rev 772016, 
python-libusb1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 19:12:00 UTC (rev 772017)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=libusb1
+pkgname=python-$_pkgname
+pkgver=1.9
+pkgrel=1
+pkgdesc='Python ctype-based wrapper around libusb1'
+arch=('any')
+url='https://github.com/vpelletier/python-libusb1'
+license=('LGPL2.1')
+depends=('python' 'libusb')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('683b02101afbb8cc8df619b238f0949138aaf8a7f374686d1efc49033bc63b79037b9e2d056eb9280b6cdc9d04526ae20f5578444d7d3a38a268e587bb6533b7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   3   4   5   >