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

2020-03-25 Thread Eli Schwartz via arch-commits
Date: Thursday, March 26, 2020 @ 01:17:29
  Author: eschwartz
Revision: 604406

wireless_tools is very old, mozilla uses networkmanager for a long time now

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-26 00:14:38 UTC (rev 604405)
+++ PKGBUILD2020-03-26 01:17:29 UTC (rev 604406)
@@ -7,11 +7,12 @@
 arch=('x86_64')
 license=('MPL')
 depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 
'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  
'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'python2' 'yasm' 'wireless_tools' 'mesa' 
'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
+makedepends=('unzip' 'zip' 'python2' 'yasm' 'mesa' 'autoconf2.13' 'imake' 
'python3' 'gst-plugins-base')
 optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
 'gst-plugins-bad: aac, vp8 and opus decoding'
 'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
+'gst-plugins-ugly: h.264 decoding'
+'networkmanager: Location detection via available WiFi networks')
 url="https://www.seamonkey-project.org/";
 
source=("https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
 mozconfig


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Thursday, March 26, 2020 @ 00:14:38
  Author: heftig
Revision: 604405

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-26 00:14:17 UTC (rev 604404)
+++ PKGBUILD2020-03-26 00:14:38 UTC (rev 604405)
@@ -1,32 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.10.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=('e6ce97eae6e35b622c1b572f9297705b')
-sha1sums=('cfc16bb51e34c9c65d7585f85705b1c6a062dee3')
-sha256sums=('9199707712c683c525252ccb1de5cb8e75f53b790c5b57a18f6367039ec79553')
-
-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}
-  ln -srt "$pkgdir/usr/share/licenses/$pkgname" \
-"$pkgdir/opt/jruby/COPYING"
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 604404, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-26 00:14:38 UTC (rev 604405)
@@ -0,0 +1,32 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.11.1
+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=('687586132f7b649b1bdd7b823577c9d8')
+sha1sums=('cceb81635fe3cd39f895c7632428e94b503e8e3d')
+sha256sums=('f10449c82567133908e5e1ac076438307a7f0916f617f40fa314b78873a195dc')
+
+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}
+  ln -srt "$pkgdir/usr/share/licenses/$pkgname" \
+"$pkgdir/opt/jruby/COPYING"
+}


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Thursday, March 26, 2020 @ 00:14:17
  Author: heftig
Revision: 604404

9.2.11.1-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 22:38:53 UTC (rev 604403)
+++ PKGBUILD2020-03-26 00:14:17 UTC (rev 604404)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.10.0
+pkgver=9.2.11.1
 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=('e6ce97eae6e35b622c1b572f9297705b')
-sha1sums=('cfc16bb51e34c9c65d7585f85705b1c6a062dee3')
-sha256sums=('9199707712c683c525252ccb1de5cb8e75f53b790c5b57a18f6367039ec79553')
+md5sums=('687586132f7b649b1bdd7b823577c9d8')
+sha1sums=('cceb81635fe3cd39f895c7632428e94b503e8e3d')
+sha256sums=('f10449c82567133908e5e1ac076438307a7f0916f617f40fa314b78873a195dc')
 
 prepare() {
   cd jruby-$pkgver


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 23:15:42
  Author: heftig
Revision: 378501

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 378499, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 23:15:40 UTC (rev 378500)
+++ PKGBUILD2020-03-25 23:15:42 UTC (rev 378501)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.48.1
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=bca593bf3c434270e41d11b1edd266ff61bebf4f  # tags/0.48.1^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git cherry-pick --no-commit a54e4d89 # 
https://gitlab.gnome.org/GNOME/vala/issues/847
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 378499, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 23:15:42 UTC (rev 378501)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.48.2
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=9e0ed97536dbbd48dc35146289e570bef5589260  # tags/0.48.2^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gnome-remote-desktop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 23:15:40
  Author: heftig
Revision: 378500

archrelease: copy trunk to extra-x86_64

Added:
  gnome-remote-desktop/repos/extra-x86_64/PKGBUILD
(from rev 378499, gnome-remote-desktop/trunk/PKGBUILD)
Deleted:
  gnome-remote-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 23:14:32 UTC (rev 378499)
+++ PKGBUILD2020-03-25 23:15:40 UTC (rev 378500)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-remote-desktop
-pkgver=0.1.7
-pkgrel=2
-pkgdesc="GNOME Remote Desktop server"
-url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libpipewire02 systemd libvncserver libsecret libnotify dconf)
-makedepends=(git meson)
-groups=(gnome)
-_commit=400f790f082dc54bf03d27cf64fcf94b0a1424c9  # tags/0.1.7^0
-source=("git+https://gitlab.gnome.org/jadahl/gnome-remote-desktop.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-remote-desktop/repos/extra-x86_64/PKGBUILD (from rev 378499, 
gnome-remote-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 23:15:40 UTC (rev 378500)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-remote-desktop
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="GNOME Remote Desktop server"
+url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 pipewire systemd libvncserver libsecret libnotify dconf)
+makedepends=(git meson)
+checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter)
+groups=(gnome)
+_commit=3141a7efec1529f06e2bcc64b68d8bad02d9a4c1  # tags/0.1.8^0
+source=("git+https://gitlab.gnome.org/jadahl/gnome-remote-desktop.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Disable the Xvfb abstract socket which leaks out of our containers
+  sed -i 's|-noreset|& -nolisten local|' tests/vnc-test-runner.sh
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/src}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  pipewire &
+  trap "kill $!; wait" EXIT
+
+  meson test -C build --print-errorlogs
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-remote-desktop/trunk (PKGBUILD)

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 23:14:32
  Author: heftig
Revision: 378499

0.1.8-1

Modified:
  gnome-remote-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 22:49:17 UTC (rev 378498)
+++ PKGBUILD2020-03-25 23:14:32 UTC (rev 378499)
@@ -1,16 +1,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-remote-desktop
-pkgver=0.1.7
-pkgrel=2
+pkgver=0.1.8
+pkgrel=1
 pkgdesc="GNOME Remote Desktop server"
 url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
 arch=(x86_64)
 license=(GPL2)
-depends=(glib2 libpipewire02 systemd libvncserver libsecret libnotify dconf)
+depends=(glib2 pipewire systemd libvncserver libsecret libnotify dconf)
 makedepends=(git meson)
+checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter)
 groups=(gnome)
-_commit=400f790f082dc54bf03d27cf64fcf94b0a1424c9  # tags/0.1.7^0
+_commit=3141a7efec1529f06e2bcc64b68d8bad02d9a4c1  # tags/0.1.8^0
 
source=("git+https://gitlab.gnome.org/jadahl/gnome-remote-desktop.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -21,6 +22,9 @@
 
 prepare() {
   cd $pkgname
+
+  # Disable the Xvfb abstract socket which leaks out of our containers
+  sed -i 's|-noreset|& -nolisten local|' tests/vnc-test-runner.sh
 }
 
 build() {
@@ -28,10 +32,17 @@
   ninja -C build
 }
 
-check() {
-  meson test -C build
-}
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/src}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
 
+  pipewire &
+  trap "kill $!; wait" EXIT
+
+  meson test -C build --print-errorlogs
+)
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 22:49:17
  Author: heftig
Revision: 378498

0.48.2-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 21:30:08 UTC (rev 378497)
+++ PKGBUILD2020-03-25 22:49:17 UTC (rev 378498)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.48.1
+pkgver=0.48.2
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -15,7 +15,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=bca593bf3c434270e41d11b1edd266ff61bebf4f  # tags/0.48.1^0
+_commit=9e0ed97536dbbd48dc35146289e570bef5589260  # tags/0.48.2^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -26,9 +26,6 @@
 
 prepare() {
   cd $pkgname
-
-  git cherry-pick --no-commit a54e4d89 # 
https://gitlab.gnome.org/GNOME/vala/issues/847
-
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:38:53
  Author: ffy00
Revision: 604403

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD
(from rev 604402, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 22:38:23 UTC (rev 604402)
+++ PKGBUILD2020-03-25 22:38:53 UTC (rev 604403)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=sphinxcontrib-mermaid
-pkgname=sphinx-$_pkgname
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Mermaid diagrams in yours sphinx powered docs'
-arch=('any')
-url='https://github.com/mgaitan/sphinxcontrib-mermaid'
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools' "$pkgname")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-
-  cd docs
-
-  make html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD (from rev 
604402, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 22:38:53 UTC (rev 604403)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:38:15
  Author: ffy00
Revision: 604401

upgpkg: python-nmigen 0.2-1

Added:
  python-nmigen/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 22:38:15 UTC (rev 604401)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=nmigen
+pkgname=python-$_pkgname
+pkgver=0.2
+pkgrel=1
+pkgdesc='A refreshed Python toolbox for building complex digital hardware'
+arch=('any')
+url='https://github.com/nmigen/nmigen'
+license=('BSD')
+depends=('python')
+optdepends=('python-pyvcd: for nmigen.pysim'
+'python-jinja: for nmigen.build')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('0fa6de5ae445a7f9f9d1e1703d9a1f3b9e7b5842a3e46f92454bc4493e780d24051159ddaf4528fa061c135670e587fee2eb8ba565602fd0d2ab94f3493dc147')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:38:23
  Author: ffy00
Revision: 604402

archrelease: copy trunk to community-any

Added:
  python-nmigen/repos/community-any/
  python-nmigen/repos/community-any/PKGBUILD
(from rev 604401, python-nmigen/trunk/PKGBUILD)

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

Copied: python-nmigen/repos/community-any/PKGBUILD (from rev 604401, 
python-nmigen/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-25 22:38:23 UTC (rev 604402)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=nmigen
+pkgname=python-$_pkgname
+pkgver=0.2
+pkgrel=1
+pkgdesc='A refreshed Python toolbox for building complex digital hardware'
+arch=('any')
+url='https://github.com/nmigen/nmigen'
+license=('BSD')
+depends=('python')
+optdepends=('python-pyvcd: for nmigen.pysim'
+'python-jinja: for nmigen.build')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('0fa6de5ae445a7f9f9d1e1703d9a1f3b9e7b5842a3e46f92454bc4493e780d24051159ddaf4528fa061c135670e587fee2eb8ba565602fd0d2ab94f3493dc147')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:10:07
  Author: ffy00
Revision: 604399

archrelease: copy trunk to community-any

Added:
  python-migen/repos/community-any/
  python-migen/repos/community-any/PKGBUILD
(from rev 604398, python-migen/trunk/PKGBUILD)

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

Copied: python-migen/repos/community-any/PKGBUILD (from rev 604398, 
python-migen/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-25 22:10:07 UTC (rev 604399)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=migen
+pkgname=python-$_pkgname
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='A Python toolbox for building complex digital hardware'
+arch=('any')
+url='https://github.com/m-labs/migen'
+license=('BSD')
+depends=('python-colorama')
+makedepends=('python-setuptools')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('9ff39f9f9b7e99b7d933e39091eb7e98c413ec3e60b98722d813df30fe95484470a1a027ac08bdf065bf688f4bb53af2c4618d3bbc0f1086adab33e149dca98f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+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-nmigen python-nmigen/repos python-nmigen/trunk)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:10:43
  Author: ffy00
Revision: 604400

add root structure

Added:
  python-nmigen/
  python-nmigen/repos/
  python-nmigen/trunk/


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:09:58
  Author: ffy00
Revision: 604398

upgpkg: python-migen 0.9.2-1

Added:
  python-migen/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 22:09:58 UTC (rev 604398)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=migen
+pkgname=python-$_pkgname
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='A Python toolbox for building complex digital hardware'
+arch=('any')
+url='https://github.com/m-labs/migen'
+license=('BSD')
+depends=('python-colorama')
+makedepends=('python-setuptools')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('9ff39f9f9b7e99b7d933e39091eb7e98c413ec3e60b98722d813df30fe95484470a1a027ac08bdf065bf688f4bb53af2c4618d3bbc0f1086adab33e149dca98f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+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-migen python-migen/repos python-migen/trunk)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:06:32
  Author: ffy00
Revision: 604397

add root structure

Added:
  python-migen/
  python-migen/repos/
  python-migen/trunk/


[arch-commits] Commit in (migen migen/repos migen/trunk)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 22:02:55
  Author: ffy00
Revision: 604396

add root structure

Added:
  migen/
  migen/repos/
  migen/trunk/


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 21:49:49
  Author: ffy00
Revision: 604395

archrelease: copy trunk to community-any

Added:
  python-pyvcd/repos/community-any/
  python-pyvcd/repos/community-any/PKGBUILD
(from rev 604394, python-pyvcd/trunk/PKGBUILD)

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

Copied: python-pyvcd/repos/community-any/PKGBUILD (from rev 604394, 
python-pyvcd/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-25 21:49:49 UTC (rev 604395)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pyvcd
+pkgname=python-$_pkgname
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Python package for writing Value Change Dump (VCD) files'
+arch=('any')
+url='https://github.com/SanDisk-Open-Source/pyvcd'
+license=('MIT')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('9940647df4e3d18dca5a84b36a6262f7578f6b4d563d09dce841fde225b3351c8f48ca62ac44a64a4d73e8ccf2375f41697d890d008e3771cc129618b958')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 21:49:36
  Author: ffy00
Revision: 604394

upgpkg: python-pyvcd 0.1.7-1

Added:
  python-pyvcd/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 21:49:36 UTC (rev 604394)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pyvcd
+pkgname=python-$_pkgname
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Python package for writing Value Change Dump (VCD) files'
+arch=('any')
+url='https://github.com/SanDisk-Open-Source/pyvcd'
+license=('MIT')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('9940647df4e3d18dca5a84b36a6262f7578f6b4d563d09dce841fde225b3351c8f48ca62ac44a64a4d73e8ccf2375f41697d890d008e3771cc129618b958')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python-pyvcd python-pyvcd/repos python-pyvcd/trunk)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 21:44:58
  Author: ffy00
Revision: 604393

add root structure

Added:
  python-pyvcd/
  python-pyvcd/repos/
  python-pyvcd/trunk/


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

2020-03-25 Thread Jonas Witschel via arch-commits
Date: Wednesday, March 25, 2020 @ 21:34:08
  Author: diabonas
Revision: 604392

archrelease: copy trunk to community-x86_64

Added:
  texworks/repos/community-x86_64/PKGBUILD
(from rev 604391, texworks/trunk/PKGBUILD)
Deleted:
  
texworks/repos/community-x86_64/Disable-mouse-tracking-for-CompletingEdit.patch
  texworks/repos/community-x86_64/PKGBUILD

-+
 Disable-mouse-tracking-for-CompletingEdit.patch |   29 ---
 PKGBUILD|   88 ++
 2 files changed, 41 insertions(+), 76 deletions(-)

Deleted: Disable-mouse-tracking-for-CompletingEdit.patch
===
--- Disable-mouse-tracking-for-CompletingEdit.patch 2020-03-25 21:33:59 UTC 
(rev 604391)
+++ Disable-mouse-tracking-for-CompletingEdit.patch 2020-03-25 21:34:08 UTC 
(rev 604392)
@@ -1,29 +0,0 @@
-From 61a7daa00a824a165eeccf0bf3bbdd5ade0f3911 Mon Sep 17 00:00:00 2001
-From: Jonas Witschel 
-Date: Thu, 19 Dec 2019 13:24:22 +0100
-Subject: [PATCH] Disable mouse tracking for CompletingEdit
-
-This is a temporary workaround for a regression in Qt 5.14.0, see
-https://github.com/TeXworks/texworks/issues/883 and
-https://bugreports.qt.io/browse/QTBUG-80831.

- src/CompletingEdit.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/CompletingEdit.cpp b/src/CompletingEdit.cpp
-index a3089dbd..e6c16213 100644
 a/src/CompletingEdit.cpp
-+++ b/src/CompletingEdit.cpp
-@@ -103,6 +103,9 @@ CompletingEdit::CompletingEdit(QWidget *parent /* = 
nullptr */)
-   updateLineNumberAreaWidth(0);
-   updateColors();
-   TWUtils::installCustomShortcuts(this);
-+
-+  // Workaround for Qt 5.14, see 
https://bugreports.qt.io/browse/QTBUG-80831
-+  setMouseTracking(false);
- }
- 
- void CompletingEdit::prefixLines(const QString &prefix)
--- 
-2.25.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 21:33:59 UTC (rev 604391)
+++ PKGBUILD2020-03-25 21:34:08 UTC (rev 604392)
@@ -1,47 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=texworks
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
-arch=('x86_64')
-url='https://www.tug.org/texworks/'
-license=('GPL')
-depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-script')
-makedepends=('cmake' 'lua' 'python' 'qt5-tools')
-checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb')
-optdepends=('gsfonts: correctly display PDF files without embedded fonts'
-'lua: Lua scripts support'
-'poppler-data: correctly display certain CJK documents'
-'python: Python scripts support'
-'texlive-core: typeset TeX documents')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz";
-'Disable-mouse-tracking-for-CompletingEdit.patch')
-sha512sums=('8fa3e16e6ee19d46dba30707e7a83340c1d68f6cb855cc2838c5c168dc580f8973cb7438bdfce93e51962653694d369c51d7a82a07ad6bcf5eb89030fa3640ea'
-
'd151dff96a7c7b280235b5d533c4e0874c600ef4eae9119dd5a841aaf3853a4c22163da5d8719e4adc3f83b51ba08c829e8adff054b1356cee81296832f9a988')
-
-prepare() {
-   mkdir build
-
-   # Temporary workaround for https://bugreports.qt.io/browse/QTBUG-80831
-   cd "texworks-release-$pkgver"
-   patch --strip=1 
--input="$srcdir/Disable-mouse-tracking-for-CompletingEdit.patch"
-}
-
-build() {
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DTW_BUILD_ID='Arch Linux' \
- -DWITH_PYTHON=ON \
- "$srcdir/texworks-release-$pkgver"
-   make
-}
-
-check() {
-   cd build
-   xvfb-run ctest --output-on-failure
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: texworks/repos/community-x86_64/PKGBUILD (from rev 604391, 
texworks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 21:34:08 UTC (rev 604392)
@@ -0,0 +1,41 @@
+# Maintainer: Jonas Witschel 
+pkgname=texworks
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
+arch=('x86_64')
+url='https://www.tug.org/texworks/'
+license=('GPL')
+depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-script')
+makedepends=('cmake' 'lua' 'python' 'qt5-tools')
+checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb')
+optdepends=('gsfonts: correctly display PDF files without embedded fonts'
+'lua: Lua scripts support'
+'poppler-data: correctly display certain CJK documents'
+'python: Python scripts support'
+'texlive-core: typeset TeX documents')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz";)
+sha512sums=('d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b49

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

2020-03-25 Thread Jonas Witschel via arch-commits
Date: Wednesday, March 25, 2020 @ 21:33:59
  Author: diabonas
Revision: 604391

upgpkg: texworks 0.6.5-1: upstream release

The text selection issue in Qt 5.14 has been solved upstream in a slightly
different way, cf. upstream commit 2d0d4d5915d64e7b287f733bd809c30c27ef5e1e.

Modified:
  texworks/trunk/PKGBUILD
Deleted:
  texworks/trunk/Disable-mouse-tracking-for-CompletingEdit.patch

-+
 Disable-mouse-tracking-for-CompletingEdit.patch |   29 --
 PKGBUILD|   12 ++---
 2 files changed, 3 insertions(+), 38 deletions(-)

Deleted: Disable-mouse-tracking-for-CompletingEdit.patch
===
--- Disable-mouse-tracking-for-CompletingEdit.patch 2020-03-25 21:29:10 UTC 
(rev 604390)
+++ Disable-mouse-tracking-for-CompletingEdit.patch 2020-03-25 21:33:59 UTC 
(rev 604391)
@@ -1,29 +0,0 @@
-From 61a7daa00a824a165eeccf0bf3bbdd5ade0f3911 Mon Sep 17 00:00:00 2001
-From: Jonas Witschel 
-Date: Thu, 19 Dec 2019 13:24:22 +0100
-Subject: [PATCH] Disable mouse tracking for CompletingEdit
-
-This is a temporary workaround for a regression in Qt 5.14.0, see
-https://github.com/TeXworks/texworks/issues/883 and
-https://bugreports.qt.io/browse/QTBUG-80831.

- src/CompletingEdit.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/CompletingEdit.cpp b/src/CompletingEdit.cpp
-index a3089dbd..e6c16213 100644
 a/src/CompletingEdit.cpp
-+++ b/src/CompletingEdit.cpp
-@@ -103,6 +103,9 @@ CompletingEdit::CompletingEdit(QWidget *parent /* = 
nullptr */)
-   updateLineNumberAreaWidth(0);
-   updateColors();
-   TWUtils::installCustomShortcuts(this);
-+
-+  // Workaround for Qt 5.14, see 
https://bugreports.qt.io/browse/QTBUG-80831
-+  setMouseTracking(false);
- }
- 
- void CompletingEdit::prefixLines(const QString &prefix)
--- 
-2.25.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 21:29:10 UTC (rev 604390)
+++ PKGBUILD2020-03-25 21:33:59 UTC (rev 604391)
@@ -1,6 +1,6 @@
 # Maintainer: Jonas Witschel 
 pkgname=texworks
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
 arch=('x86_64')
@@ -14,17 +14,11 @@
 'poppler-data: correctly display certain CJK documents'
 'python: Python scripts support'
 'texlive-core: typeset TeX documents')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz";
-'Disable-mouse-tracking-for-CompletingEdit.patch')
-sha512sums=('8fa3e16e6ee19d46dba30707e7a83340c1d68f6cb855cc2838c5c168dc580f8973cb7438bdfce93e51962653694d369c51d7a82a07ad6bcf5eb89030fa3640ea'
-
'd151dff96a7c7b280235b5d533c4e0874c600ef4eae9119dd5a841aaf3853a4c22163da5d8719e4adc3f83b51ba08c829e8adff054b1356cee81296832f9a988')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz";)
+sha512sums=('d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b492e32b8d6f109d1bda9388424af6218866d84a8c296c9bc2ef644cf2fac0d4b24939e')
 
 prepare() {
mkdir build
-
-   # Temporary workaround for https://bugreports.qt.io/browse/QTBUG-80831
-   cd "texworks-release-$pkgver"
-   patch --strip=1 
--input="$srcdir/Disable-mouse-tracking-for-CompletingEdit.patch"
 }
 
 build() {


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 21:30:08
  Author: heftig
Revision: 378497

archrelease: copy trunk to extra-x86_64

Added:
  libwnck3/repos/extra-x86_64/PKGBUILD
(from rev 378496, libwnck3/trunk/PKGBUILD)
Deleted:
  libwnck3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 21:29:57 UTC (rev 378496)
+++ PKGBUILD2020-03-25 21:30:08 UTC (rev 378497)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=libwnck3
-pkgver=3.32.0
-pkgrel=3
-pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, 
etc.)"
-url="https://gitlab.gnome.org/GNOME/libwnck";
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 startup-notification libxres)
-makedepends=(gobject-introspection gtk-doc git meson)
-_commit=d3a714db6af5c1a146effb8d8f827b8973bbb91c  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-cd libwnck
-git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-cd libwnck
-
-# Fix startup-notification use
-git cherry-pick -n 0d9ff7db63af568feef8e8c566e249058ccfcb4e
-
-# Fix gettext
-git cherry-pick -n a5c0a3353bf015e4ba88f7ba4eef41a4610aa3d7
-}
-
-build() {
-arch-meson libwnck build -D gtk_doc=true
-ninja -C build
-}
-
-check() {
-meson test -C build --print-errorlogs
-}
-
-package() {
-DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=4 et:

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 378496, 
libwnck3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 21:30:08 UTC (rev 378497)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=libwnck3
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, 
etc.)"
+url="https://gitlab.gnome.org/GNOME/libwnck";
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 startup-notification libxres)
+makedepends=(gobject-introspection gtk-doc git meson)
+_commit=3c469a0d7e58e36106eea7600ae2f6fd8aaed232  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+cd libwnck
+git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+cd libwnck
+}
+
+build() {
+arch-meson libwnck build -D gtk_doc=true
+ninja -C build
+}
+
+check() {
+meson test -C build --print-errorlogs
+}
+
+package() {
+DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=4 et:


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 21:29:57
  Author: heftig
Revision: 378496

3.36.0-1

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 21:21:25 UTC (rev 378495)
+++ PKGBUILD2020-03-25 21:29:57 UTC (rev 378496)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=libwnck3
-pkgver=3.32.0
-pkgrel=3
+pkgver=3.36.0
+pkgrel=1
 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, 
etc.)"
 url="https://gitlab.gnome.org/GNOME/libwnck";
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gtk3 startup-notification libxres)
 makedepends=(gobject-introspection gtk-doc git meson)
-_commit=d3a714db6af5c1a146effb8d8f827b8973bbb91c  # tags/3.32.0^0
+_commit=3c469a0d7e58e36106eea7600ae2f6fd8aaed232  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -21,12 +21,6 @@
 
 prepare() {
 cd libwnck
-
-# Fix startup-notification use
-git cherry-pick -n 0d9ff7db63af568feef8e8c566e249058ccfcb4e
-
-# Fix gettext
-git cherry-pick -n a5c0a3353bf015e4ba88f7ba4eef41a4610aa3d7
 }
 
 build() {


[arch-commits] Commit in (nmigen nmigen/repos nmigen/trunk)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 21:29:10
  Author: ffy00
Revision: 604390

add root structure

Added:
  nmigen/
  nmigen/repos/
  nmigen/trunk/


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 21:21:25
  Author: felixonmars
Revision: 378495

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 378494, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  170 ++---
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 21:21:15 UTC (rev 378494)
+++ PKGBUILD2020-03-25 21:21:25 UTC (rev 378495)
@@ -1,85 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=46.1.2
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/";
-depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
-makedepends=('git')
-checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
-  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('c6359f5176eeb9d1b39d1e78f684312b372df64989d2f69a63148e27f7eb5f2c276d0359054fa315d77574567e7acfc6204e007a5b839336848bc1d559df7542')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Fix for flake8
-  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  python -m pytest
-)}
-
-package() {
-  cd setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 378494, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 21:21:25 UTC (rev 378495)
@@ -0,0 +1,85 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=46.1.3
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/";
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
+  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
+provides=('python-distribute')
+replaces=('python-distribute')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
+sha512sums=('863dfde80d522c899102a51500b2ade49a6f

[arch-commits] Commit in qt5-ukui-platformtheme/repos/community-x86_64 (2 files)

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 21:21:27
  Author: felixonmars
Revision: 604389

archrelease: copy trunk to community-x86_64

Added:
  qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD
(from rev 604388, qt5-ukui-platformtheme/trunk/PKGBUILD)
Deleted:
  qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 21:21:17 UTC (rev 604388)
+++ PKGBUILD2020-03-25 21:21:27 UTC (rev 604389)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=qt5-ukui-platformtheme
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Lightdm greeter for UKUI"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/qt5-ukui-platformtheme";
-groups=('ukui')
-depends=('dconf' 'gsettings-qt' 'kwindowsystem')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver-mentors.tar.gz";)
-sha512sums=('0ca9604594068f88d5b36987cdbdba75ea829bebaf5571097f57de5f09ad823eba333f365e7ae88ed941fc18494661f362fd27f02cd37d2ee46fe1301e07492b')
-
-build() {
-  cd qt5-ukui-platformtheme-$pkgver-mentors
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5-ukui-platformtheme-$pkgver-mentors
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD (from rev 
604388, qt5-ukui-platformtheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 21:21:27 UTC (rev 604389)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=qt5-ukui-platformtheme
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Lightdm greeter for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/qt5-ukui-platformtheme";
+groups=('ukui')
+depends=('dconf' 'gsettings-qt' 'kwindowsystem')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver.tar.gz";)
+sha512sums=('89ec85203500c244ee1b39c61a93eba2e0c693e9f4a90d084db83894acb2230399bff815beea30935ce743a49b9adf3cac5faa92eb9da73d913fb57e30ab01fd')
+
+build() {
+  cd qt5-ukui-platformtheme-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5-ukui-platformtheme-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 21:21:15
  Author: felixonmars
Revision: 378494

upgpkg: python-setuptools 1:46.1.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 19:30:09 UTC (rev 378493)
+++ PKGBUILD2020-03-25 21:21:15 UTC (rev 378494)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.1.2
+pkgver=46.1.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('c6359f5176eeb9d1b39d1e78f684312b372df64989d2f69a63148e27f7eb5f2c276d0359054fa315d77574567e7acfc6204e007a5b839336848bc1d559df7542')
+sha512sums=('863dfde80d522c899102a51500b2ade49a6f80a7c41715dbcec7ed92681e24ad044bffb04c2c6673ccdc9865ad9749911fd0d598a1651a2d3ef0625b19425f55')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


[arch-commits] Commit in qt5-ukui-platformtheme/trunk (PKGBUILD)

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 21:21:17
  Author: felixonmars
Revision: 604388

upgpkg: qt5-ukui-platformtheme 1.0.0-1

Modified:
  qt5-ukui-platformtheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 20:59:08 UTC (rev 604387)
+++ PKGBUILD2020-03-25 21:21:17 UTC (rev 604388)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=qt5-ukui-platformtheme
-pkgver=0.9.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Lightdm greeter for UKUI"
 arch=('x86_64')
@@ -10,16 +10,16 @@
 groups=('ukui')
 depends=('dconf' 'gsettings-qt' 'kwindowsystem')
 makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver-mentors.tar.gz";)
-sha512sums=('0ca9604594068f88d5b36987cdbdba75ea829bebaf5571097f57de5f09ad823eba333f365e7ae88ed941fc18494661f362fd27f02cd37d2ee46fe1301e07492b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver.tar.gz";)
+sha512sums=('89ec85203500c244ee1b39c61a93eba2e0c693e9f4a90d084db83894acb2230399bff815beea30935ce743a49b9adf3cac5faa92eb9da73d913fb57e30ab01fd')
 
 build() {
-  cd qt5-ukui-platformtheme-$pkgver-mentors
+  cd qt5-ukui-platformtheme-$pkgver
   qmake-qt5 PREFIX=/usr
   make
 }
 
 package() {
-  cd qt5-ukui-platformtheme-$pkgver-mentors
+  cd qt5-ukui-platformtheme-$pkgver
   make INSTALL_ROOT="$pkgdir" install
 }


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 20:58:23
  Author: felixonmars
Revision: 604384

upgpkg: tamarin-prover 1.4.1-309: rebuild with binary-instances 1.0.0.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 20:56:42 UTC (rev 604383)
+++ PKGBUILD2020-03-25 20:58:23 UTC (rev 604384)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=308
+pkgrel=309
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io";
 license=("GPL")


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 20:58:31
  Author: felixonmars
Revision: 604385

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 604384, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
604384, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 20:58:31 UTC (rev 604385)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=309
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-instances' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz";)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 20:56:42
  Author: felixonmars
Revision: 604383

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-binary-instances/repos/community-staging-x86_64/
  haskell-binary-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 604382, haskell-binary-instances/trunk/PKGBUILD)

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

Copied: haskell-binary-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 604382, haskell-binary-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 20:56:42 UTC (rev 604383)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=binary-instances
+pkgname=haskell-binary-instances
+pkgver=1.0.0.1
+pkgrel=1
+pkgdesc="Orphan instances for binary"
+url="https://github.com/phadej/binary-instances";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-binary-orphans' 
'haskell-case-insensitive'
+ 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 
'haskell-text-binary'
+ 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-vector-binary-instances')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8933f2eab4a23460bd9be7547f229416adccb3e82ec452f75567fa5b5cb6babe4b7f243fbf3799099647bc4f890eaa1acc962128caa8caafc3ff724867585e3d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 20:56:33
  Author: felixonmars
Revision: 604382

upgpkg: haskell-binary-instances 1.0.0.1-1: rebuild with binary-instances 
1.0.0.1

Modified:
  haskell-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 20:49:42 UTC (rev 604381)
+++ PKGBUILD2020-03-25 20:56:33 UTC (rev 604382)
@@ -2,8 +2,8 @@
 
 _hkgname=binary-instances
 pkgname=haskell-binary-instances
-pkgver=1
-pkgrel=10
+pkgver=1.0.0.1
+pkgrel=1
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-instances";
 license=('BSD')
@@ -15,13 +15,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ab14191bc09811337cc07e37179143069bf08a30271c71b148bf1faf7ec2e9033e28c23ed7f2929c916edcc62221828d9b0b282d7005cd954d3548b55c37c66b')
+sha512sums=('8933f2eab4a23460bd9be7547f229416adccb3e82ec452f75567fa5b5cb6babe4b7f243fbf3799099647bc4f890eaa1acc962128caa8caafc3ff724867585e3d')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e 's/< *4/<5/' -e 's/< *0/<1/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-03-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, March 25, 2020 @ 20:49:42
  Author: jlichtblau
Revision: 604381

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 604380, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 20:49:33 UTC (rev 604380)
+++ PKGBUILD2020-03-25 20:49:42 UTC (rev 604381)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.68.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('02543aae9a2236048d3e5b829396b5aa3b8b315d13e1f3fa3d4b4ed86f30098bdc2bb9f1b0a6a8081219f67aae6434fa0e6c67f6c26ec4dc7b8c888a3832f932')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 604380, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 20:49:42 UTC (rev 604381)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.68.3
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('31df8d69fe21c52b6d0676c62c81d07bad45660d985d9942aaef15242eae747f12eaf5c78ca11ee92a354c110aacaa2e3bab816455ca5bafc9ea4d2f10cf058f')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-03-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, March 25, 2020 @ 20:49:33
  Author: jlichtblau
Revision: 604380

upgpkg: hugo 0.68.3-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 20:17:52 UTC (rev 604379)
+++ PKGBUILD2020-03-25 20:49:33 UTC (rev 604380)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.68.2
+pkgver=0.68.3
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('02543aae9a2236048d3e5b829396b5aa3b8b315d13e1f3fa3d4b4ed86f30098bdc2bb9f1b0a6a8081219f67aae6434fa0e6c67f6c26ec4dc7b8c888a3832f932')
+sha512sums=('31df8d69fe21c52b6d0676c62c81d07bad45660d985d9942aaef15242eae747f12eaf5c78ca11ee92a354c110aacaa2e3bab816455ca5bafc9ea4d2f10cf058f')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-03-25 Thread Kyle Keen via arch-commits
Date: Wednesday, March 25, 2020 @ 20:17:52
  Author: kkeen
Revision: 604379

archrelease: copy trunk to community-x86_64

Added:
  bsdiff/repos/community-x86_64/Makefile.patch
(from rev 604378, bsdiff/trunk/Makefile.patch)
  bsdiff/repos/community-x86_64/PKGBUILD
(from rev 604378, bsdiff/trunk/PKGBUILD)
Deleted:
  bsdiff/repos/community-x86_64/Makefile.patch
  bsdiff/repos/community-x86_64/PKGBUILD

+
 Makefile.patch |   50 -
 PKGBUILD   |   67 ---
 2 files changed, 60 insertions(+), 57 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2020-03-25 20:17:39 UTC (rev 604378)
+++ Makefile.patch  2020-03-25 20:17:52 UTC (rev 604379)
@@ -1,25 +0,0 @@
 Makefile.old   2005-08-17 00:14:10.0 +0200
-+++ Makefile   2007-09-15 12:32:07.0 +0200
-@@ -1,15 +1,16 @@
- CFLAGS+=  -O3 -lbz2
- 
- PREFIX?=  /usr/local
--INSTALL_PROGRAM   ?=  ${INSTALL} -c -s -m 555
--INSTALL_MAN   ?=  ${INSTALL} -c -m 444
-+INSTALL   =   /bin/install
-+INSTALL_PROGRAM   ?=  ${INSTALL} -D -m755
-+INSTALL_MAN   ?=  ${INSTALL} -D -m644
- 
- all:  bsdiff bspatch
- bsdiff:   bsdiff.c
- bspatch:  bspatch.c
- 
- install:
--  ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
--.ifndef WITHOUT_MAN
--  ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
--.endif
-+  ${INSTALL_PROGRAM} bsdiff ${PREFIX}/bin/bsdiff
-+  ${INSTALL_PROGRAM} bspatch ${PREFIX}/bin/bspatch
-+  ${INSTALL_MAN} bsdiff.1 ${PREFIX}/share/man/man1/bsdiff.1
-+  ${INSTALL_MAN} bspatch.1 ${PREFIX}/share/man/man1/bspatch.1

Copied: bsdiff/repos/community-x86_64/Makefile.patch (from rev 604378, 
bsdiff/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2020-03-25 20:17:52 UTC (rev 604379)
@@ -0,0 +1,25 @@
+--- Makefile.old   2005-08-17 00:14:10.0 +0200
 Makefile   2007-09-15 12:32:07.0 +0200
+@@ -1,15 +1,16 @@
+ CFLAGS+=  -O3 -lbz2
+ 
+ PREFIX?=  /usr/local
+-INSTALL_PROGRAM   ?=  ${INSTALL} -c -s -m 555
+-INSTALL_MAN   ?=  ${INSTALL} -c -m 444
++INSTALL   =   /bin/install
++INSTALL_PROGRAM   ?=  ${INSTALL} -D -m755
++INSTALL_MAN   ?=  ${INSTALL} -D -m644
+ 
+ all:  bsdiff bspatch
+ bsdiff:   bsdiff.c
+ bspatch:  bspatch.c
+ 
+ install:
+-  ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
+-.ifndef WITHOUT_MAN
+-  ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
+-.endif
++  ${INSTALL_PROGRAM} bsdiff ${PREFIX}/bin/bsdiff
++  ${INSTALL_PROGRAM} bspatch ${PREFIX}/bin/bspatch
++  ${INSTALL_MAN} bsdiff.1 ${PREFIX}/share/man/man1/bsdiff.1
++  ${INSTALL_MAN} bspatch.1 ${PREFIX}/share/man/man1/bspatch.1

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 20:17:39 UTC (rev 604378)
+++ PKGBUILD2020-03-25 20:17:52 UTC (rev 604379)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bsdiff
-pkgver=4.3
-pkgrel=9
-pkgdesc="bsdiff and bspatch are tools for building and applying patches to 
binary files."
-url="http://www.daemonology.net/bsdiff/";
-license=('BSD')
-arch=('x86_64')
-depends=('bzip2')
-source=("http://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-   Makefile.patch)
-md5sums=('e6d812394f0e0ecc8d5df255aa1db22a'
- 'f176d14d39c5784a2c824f6797544f4b')
-
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  patch -p0 < ../Makefile.patch
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make PREFIX="$pkgdir/usr" install
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 26 bsdiff.c >"$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: bsdiff/repos/community-x86_64/PKGBUILD (from rev 604378, 
bsdiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 20:17:52 UTC (rev 604379)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=bsdiff
+pkgver=4.3
+pkgrel=10
+pkgdesc="bsdiff and bspatch are tools for building and applying patches to 
binary files."
+url="https://www.daemonology.net/bsdiff/";
+license=('BSD')
+arch=('x86_64')
+depends=('bzip2')
+source=("https://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+   Makefile.patch
+"https://security.freebsd.org/patches/SA-16:25/bspatch.patch";)
+md5sums=('e6d812394f0e0ecc8d5df255aa1db22a'
+ 'f176d14d39c5784a2c824f6797544f4b'
+ '30e8ec771baea61bd9c25adb385b06fc')
+
+prepare() {
+  cd "$srcdir

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

2020-03-25 Thread Kyle Keen via arch-commits
Date: Wednesday, March 25, 2020 @ 20:17:39
  Author: kkeen
Revision: 604378

upgpkg: bsdiff 4.3-10 FS#65971

Modified:
  bsdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 19:51:13 UTC (rev 604377)
+++ PKGBUILD2020-03-25 20:17:39 UTC (rev 604378)
@@ -2,7 +2,7 @@
 
 pkgname=bsdiff
 pkgver=4.3
-pkgrel=9
+pkgrel=10
 pkgdesc="bsdiff and bspatch are tools for building and applying patches to 
binary files."
 url="https://www.daemonology.net/bsdiff/";
 license=('BSD')
@@ -9,13 +9,17 @@
 arch=('x86_64')
 depends=('bzip2')
 source=("https://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-   Makefile.patch)
+   Makefile.patch
+"https://security.freebsd.org/patches/SA-16:25/bspatch.patch";)
 md5sums=('e6d812394f0e0ecc8d5df255aa1db22a'
- 'f176d14d39c5784a2c824f6797544f4b')
+ 'f176d14d39c5784a2c824f6797544f4b'
+ '30e8ec771baea61bd9c25adb385b06fc')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
   patch -p0 < ../Makefile.patch
+  sed -i 's|usr.bin/bsdiff/bspatch/||' ../bspatch.patch
+  patch -p0 < ../bspatch.patch
 }
 
 build() {


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

2020-03-25 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 25, 2020 @ 19:51:05
  Author: jelle
Revision: 604376

upgpkg: python-bleach 3.1.3-1

Upstream update

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:56 UTC (rev 604375)
+++ PKGBUILD2020-03-25 19:51:05 UTC (rev 604376)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=python-bleach
-pkgver=3.1.1
+pkgver=3.1.3
 pkgrel=1
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
@@ -13,17 +13,10 @@
  'python-setuptools')
 checkdepends=('python-pytest')
 
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz
-pytest5.patch)
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
 
-sha256sums=('aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48'
-'a1d3dea566e7c56540b83bcd006c730f6c71fe531570fa2c5cccf0a917070bc6')
+sha256sums=('f8dfd8a7e26443e986c4e44df31870da8e906ea61096af06ba5d5cc2d519842a')
 
-prepare() {
-   # https://github.com/mozilla/bleach/pull/483
-   patch -Np1 -d bleach-$pkgver 

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

2020-03-25 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 25, 2020 @ 19:51:13
  Author: jelle
Revision: 604377

archrelease: copy trunk to community-any

Added:
  python-bleach/repos/community-any/PKGBUILD
(from rev 604376, python-bleach/trunk/PKGBUILD)
  python-bleach/repos/community-any/pytest5.patch
(from rev 604376, python-bleach/trunk/pytest5.patch)
Deleted:
  python-bleach/repos/community-any/PKGBUILD
  python-bleach/repos/community-any/pytest5.patch

---+
 PKGBUILD  |   75 +---
 pytest5.patch |   46 +-
 2 files changed, 57 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:51:05 UTC (rev 604376)
+++ PKGBUILD2020-03-25 19:51:13 UTC (rev 604377)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=python-bleach
-pkgver=3.1.1
-pkgrel=1
-
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="https://pypi.org/project/bleach/";
-arch=('any')
-license=('Apache')
-depends=('python-webencodings')
-makedepends=('python'
- 'python-setuptools')
-checkdepends=('python-pytest')
-
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz
-pytest5.patch)
-
-sha256sums=('aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48'
-'a1d3dea566e7c56540b83bcd006c730f6c71fe531570fa2c5cccf0a917070bc6')
-
-prepare() {
-   # https://github.com/mozilla/bleach/pull/483
-   patch -Np1 -d bleach-$pkgver 
+
+pkgname=python-bleach
+pkgver=3.1.3
+pkgrel=1
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="https://pypi.org/project/bleach/";
+arch=('any')
+license=('Apache')
+depends=('python-webencodings')
+makedepends=('python'
+ 'python-setuptools')
+checkdepends=('python-pytest')
+
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
+
+sha256sums=('f8dfd8a7e26443e986c4e44df31870da8e906ea61096af06ba5d5cc2d519842a')
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+}
+
+# Upstream broke the test suite.
+#check() {
+#  cd "$srcdir"/bleach-$pkgver
+#  python -m pytest
+#}
+
+package() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: pytest5.patch
===
--- pytest5.patch   2020-03-25 19:51:05 UTC (rev 604376)
+++ pytest5.patch   2020-03-25 19:51:13 UTC (rev 604377)
@@ -1,23 +0,0 @@
-From 9201b4708a90dc1f841285c6ec47814f6ed17495 Mon Sep 17 00:00:00 2001
-From: Emin Mastizada 
-Date: Wed, 16 Oct 2019 17:47:27 +0300
-Subject: [PATCH] Support pytest5 syntax for tests
-
-diff --git a/tests/test_clean.py b/tests/test_clean.py
-index e306cc5..d041ffa 100644
 a/tests/test_clean.py
-+++ b/tests/test_clean.py
-@@ -24,11 +24,11 @@ def test_only_text_is_cleaned():
- 
- with pytest.raises(TypeError) as e:
- clean(some_type)
--assert "argument cannot be of 'type' type" in str(e)
-+assert "argument cannot be of 'type' type" in str(e.value)
- 
- with pytest.raises(TypeError) as e:
- clean(no_type)
--assert "NoneType" in str(e)
-+assert "NoneType" in str(e.value)
- 
- 
- def test_empty():

Copied: python-bleach/repos/community-any/pytest5.patch (from rev 604376, 
python-bleach/trunk/pytest5.patch)
===
--- pytest5.patch   (rev 0)
+++ pytest5.patch   2020-03-25 19:51:13 UTC (rev 604377)
@@ -0,0 +1,23 @@
+From 9201b4708a90dc1f841285c6ec47814f6ed17495 Mon Sep 17 00:00:00 2001
+From: Emin Mastizada 
+Date: Wed, 16 Oct 2019 17:47:27 +0300
+Subject: [PATCH] Support pytest5 syntax for tests
+
+diff --git a/tests/test_clean.py b/tests/test_clean.py
+index e306cc5..d041ffa 100644
+--- a/tests/test_clean.py
 b/tests/test_clean.py
+@@ -24,11 +24,11 @@ def test_only_text_is_cleaned():
+ 
+ with pytest.raises(TypeError) as e:
+ clean(some_type)
+-assert "argument cannot be of 'type' type" in str(e)
++assert "argument cannot be of 'type' type" in str(e.value)
+ 
+ with pytest.raises(TypeError) as e:
+ clean(no_type)
+-assert "NoneType" in str(e)
++assert "NoneType" in str(e.value)
+ 
+ 
+ def test_empty():


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

2020-03-25 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 25, 2020 @ 19:30:09
  Author: jelle
Revision: 378493

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:30:02 UTC (rev 378492)
+++ PKGBUILD2020-03-25 19:30:09 UTC (rev 378493)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.16.0
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5649b33a752eb231f86649a4781af2a532d7df5afb212bf0e6ec57fd1826cbbc'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 378492, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 19:30:09 UTC (rev 378493)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.17.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('b5e508f1c747aaf50dd90a48e5e2a3117fec2e9702d0b1c7f97408b87a073009'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=

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

2020-03-25 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 25, 2020 @ 19:30:02
  Author: jelle
Revision: 378492

upgpkg: prometheus 2.17.0-1

Upstream update

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:59 UTC (rev 378491)
+++ PKGBUILD2020-03-25 19:30:02 UTC (rev 378492)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.16.0
-pkgrel=2
+pkgver=2.17.0
+pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
 url='https://prometheus.io'
@@ -18,7 +18,7 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('5649b33a752eb231f86649a4781af2a532d7df5afb212bf0e6ec57fd1826cbbc'
+sha256sums=('b5e508f1c747aaf50dd90a48e5e2a3117fec2e9702d0b1c7f97408b87a073009'
 '7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:49
  Author: heftig
Revision: 604369

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:48 UTC (rev 604368)
+++ PKGBUILD2020-03-25 19:22:49 UTC (rev 604369)
@@ -1,37 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.048.00
-pkgrel=21
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
-
-build() {
-   cd "$pkgname-$pkgver"
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/src/linux M="$PWD/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   depends=('glibc' 'linux')
-
-   local extradir=/usr/lib/modules/$(
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.00
+pkgrel=22
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:57
  Author: heftig
Revision: 378490

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/PKGBUILD
(from rev 378488, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 378489, linux/trunk/config)
Deleted:
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/config

--+
 PKGBUILD |  402 -
 config   |21360 ++---
 2 files changed, 10881 insertions(+), 10881 deletions(-)

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


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (4 files)

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:59
  Author: heftig
Revision: 378491

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 378489, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 378490, linux-zen/trunk/config)
Deleted:
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config

--+
 PKGBUILD |  402 -
 config   |21420 ++---
 2 files changed, 10911 insertions(+), 10911 deletions(-)

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


[arch-commits] Commit in virtualbox-modules-arch/repos/community-testing-x86_64 (2 files)

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:56
  Author: heftig
Revision: 604375

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 604369, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:56 UTC (rev 604374)
+++ PKGBUILD2020-03-25 19:22:56 UTC (rev 604375)
@@ -1,58 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.1.4
-pkgrel=10
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms=$pkgver"
- "virtualbox-guest-dkms=$pkgver")
-
-build() {
-_kernver=$(
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.1.4
+pkgrel=11
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver"
+ "virtualbox-guest-dkms=$pkgver")
+
+build() {
+_kernver=$(

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:52
  Author: heftig
Revision: 604371

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 604366, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 604366, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 604366, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 604366, ndiswrapper-arch/trunk/kernel-5.5.patch)
Deleted:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch

--+
 PKGBUILD |   84 +++---
 kernel-5.3.patch |  138 +-
 kernel-5.4.patch |   44 
 kernel-5.5.patch |  144 ++---
 4 files changed, 205 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:51 UTC (rev 604370)
+++ PKGBUILD2020-03-25 19:22:52 UTC (rev 604371)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgname=ndiswrapper-arch
-pkgver=1.62
-pkgrel=40
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ndiswrapper/";
-license=('GPL')
-makedepends=('linux-headers')
-provides=('NDISWRAPPER-MODULE')
-replaces=('ndiswrapper-module')
-source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz";
-'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch')
-sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
-
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
-
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
-
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
-}
-
-build() {
-  _kernver="$(
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=41
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/";
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz";
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
-   info->count = 0;
- #ifdef CONFIG_SMP
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
-   cpumask_setall(&info->cpus_allowed);
-+#else
-+  cpumask_setall(&info->cpus_mask);
-+#endif
- #endif
-   }
-   } while (0);
-diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
-index 3c4c6ff..8a71ae3 100644
 a/ndiswrapper/driver/ntoskernel.h
-+++ b/ndiswrapper/driver/ntoskernel.h
-@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
- #endif /* CONFIG_SMP */
- 
- #ifndef tsk_cpus_allowed
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
- #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
-+#else
-+#define tsk_cpu

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:55
  Author: heftig
Revision: 604373

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:53 UTC (rev 604372)
+++ PKGBUILD2020-03-25 19:22:55 UTC (rev 604373)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.43
-pkgrel=188
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=189
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:54
  Author: heftig
Revision: 378489

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 378488, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:46 UTC (rev 378488)
+++ PKGBUILD2020-03-25 19:22:54 UTC (rev 378489)
@@ -1,77 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=440.64
-pkgrel=7
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/";
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
-sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=440.64
+pkgrel=8
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
+sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:56
  Author: heftig
Revision: 604374

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:55 UTC (rev 604373)
+++ PKGBUILD2020-03-25 19:22:56 UTC (rev 604374)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-pkgrel=300
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch";
-license=('GPL')
-makedepends=('linux-headers')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make KDIR=/usr/src/linux
-}
-
-package_bbswitch() {
-  depends=('linux')
-
-  cd ${pkgbase}-${pkgver}
-  _extradir="/usr/lib/modules/$(
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=301
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

[arch-commits] Commit in deepin-anything-arch/repos/community-testing-x86_64 (2 files)

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:53
  Author: heftig
Revision: 604372

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 604366, deepin-anything-arch/trunk/PKGBUILD)
Deleted:
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:52 UTC (rev 604371)
+++ PKGBUILD2020-03-25 19:22:53 UTC (rev 604372)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.1
-pkgrel=61
-pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything";
-license=('GPL3')
-makedepends=('linux-headers')
-provides=('DEEPIN-ANYTHING-MODULE')
-replaces=('deepin-anything-module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";)
-sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
-
-build() {
-  cd deepin-anything-$pkgver
-  make -C kernelmod kdir=/usr/src/linux
-}
-
-package() {
-  depends=('linux')
-
-  cd deepin-anything-$pkgver
-  local extradir=/usr/lib/modules/$(
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=62
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

[arch-commits] Commit in (gx)

2020-03-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:32
  Author: demize
Revision: 604366

Dropping gx to AUR

Deleted:
  gx/


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:51
  Author: heftig
Revision: 604370

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 604366, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 604366, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 604366, vhba-module/trunk/dkms.conf)
Deleted:
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/dkms.conf

---+
 60-vhba.rules |2 -
 PKGBUILD  |  106 
 dkms.conf |   18 -
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: 60-vhba.rules
===
--- 60-vhba.rules   2020-03-25 19:22:49 UTC (rev 604369)
+++ 60-vhba.rules   2020-03-25 19:22:51 UTC (rev 604370)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
604366, vhba-module/trunk/60-vhba.rules)
===
--- 60-vhba.rules   (rev 0)
+++ 60-vhba.rules   2020-03-25 19:22:51 UTC (rev 604370)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:49 UTC (rev 604369)
+++ PKGBUILD2020-03-25 19:22:51 UTC (rev 604370)
@@ -1,53 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20200106
-pkgrel=24
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/";
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
-60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=25
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

[arch-commits] Commit in broadcom-wl/repos/community-testing-x86_64 (2 files)

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:48
  Author: heftig
Revision: 604368

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 604366, broadcom-wl/trunk/PKGBUILD)
Deleted:
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:47 UTC (rev 604367)
+++ PKGBUILD2020-03-25 19:22:48 UTC (rev 604368)
@@ -1,41 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_module=broadcom-wl
-_kernelname=  # Build against stock -ARCH kernel
-#_kernelname=-custom  # Build against kernel with a different name
-pkgname=${_module}${_kernelname}
-pkgver=6.30.223.271
-pkgrel=181
-pkgdesc='Broadcom 802.11 Linux STA wireless driver'
-arch=('x86_64')
-url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
-license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
-
-build() {
-_kernver=$(
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=182
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:47
  Author: heftig
Revision: 604367

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:22:32 UTC (rev 604366)
+++ PKGBUILD2020-03-25 19:22:47 UTC (rev 604367)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=299
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=300
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 19:22:46
  Author: heftig
Revision: 378488

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-arch/repos/testing-x86_64/PKGBUILD
(from rev 378487, wireguard-arch/trunk/PKGBUILD)
Deleted:
  wireguard-arch/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 17:52:17 UTC (rev 378487)
+++ PKGBUILD2020-03-25 19:22:46 UTC (rev 378488)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-arch
-pkgver=0.0.20200318
-pkgrel=4
-pkgdesc='Wireguard module for Arch Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver=$(
+
+pkgname=wireguard-arch
+pkgver=0.0.20200318
+pkgrel=5
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2020-03-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, March 25, 2020 @ 19:21:40
  Author: demize
Revision: 604365

db-remove: gx removed by demize

Deleted:
  gx/repos/community-x86_64/


[arch-commits] Commit in (gx-go)

2020-03-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, March 25, 2020 @ 19:19:42
  Author: demize
Revision: 604364

Drop gx-go to AUR

Deleted:
  gx-go/


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

2020-03-25 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 25, 2020 @ 19:08:03
  Author: polyzen
Revision: 604362

Add check()

Source from GitHub until the next release which will distribute the
tests and examples on PyPI.

Modified:
  rstcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 18:36:33 UTC (rev 604361)
+++ PKGBUILD2020-03-25 19:08:03 UTC (rev 604362)
@@ -8,9 +8,10 @@
 url=https://github.com/myint/rstcheck
 license=('MIT')
 depends=('python-docutils' 'python-setuptools')
+checkdepends=('python-sphinx')
 optdepends=('python-sphinx: Sphinx support')
-source=("https://files.pythonhosted.org/packages/source/r/rstcheck/rstcheck-$pkgver.tar.gz";)
-sha512sums=('d390565c59466e1047fb41491eb5a2261fec91848806e04137bcc6053759fc87c8e4c72721d39b35c959b0baddaf90f2c8459213cec76b82be9b78bdd44076c5')
+source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
+sha512sums=('07431d6c4789e4c005c4bf4be66f627c390f57e56f25b4f3db8b392bc7b904ca93c3e26145ab344e9b78109d2054e5f36167ab40b1ab023f08c85d6ec12cafbc')
 
 build() {
   cd rstcheck-$pkgver
@@ -17,6 +18,11 @@
   python setup.py build
 }
 
+check() {
+ cd rstcheck-$pkgver
+ ./test_rstcheck.py
+}
+
 package() {
   cd rstcheck-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2020-03-25 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 25, 2020 @ 19:08:25
  Author: polyzen
Revision: 604363

archrelease: copy trunk to community-any

Added:
  rstcheck/repos/community-any/PKGBUILD
(from rev 604362, rstcheck/trunk/PKGBUILD)
Deleted:
  rstcheck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:08:03 UTC (rev 604362)
+++ PKGBUILD2020-03-25 19:08:25 UTC (rev 604363)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=rstcheck
-pkgver=3.3.1
-pkgrel=3
-pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
-arch=('any')
-url=https://github.com/myint/rstcheck
-license=('MIT')
-depends=('python-docutils' 'python-setuptools')
-optdepends=('python-sphinx: Sphinx support')
-source=("https://files.pythonhosted.org/packages/source/r/rstcheck/rstcheck-$pkgver.tar.gz";)
-sha512sums=('d390565c59466e1047fb41491eb5a2261fec91848806e04137bcc6053759fc87c8e4c72721d39b35c959b0baddaf90f2c8459213cec76b82be9b78bdd44076c5')
-
-build() {
-  cd rstcheck-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd rstcheck-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/rstcheck LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rstcheck/repos/community-any/PKGBUILD (from rev 604362, 
rstcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 19:08:25 UTC (rev 604363)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=rstcheck
+pkgver=3.3.1
+pkgrel=3
+pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
+arch=('any')
+url=https://github.com/myint/rstcheck
+license=('MIT')
+depends=('python-docutils' 'python-setuptools')
+checkdepends=('python-sphinx')
+optdepends=('python-sphinx: Sphinx support')
+source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
+sha512sums=('07431d6c4789e4c005c4bf4be66f627c390f57e56f25b4f3db8b392bc7b904ca93c3e26145ab344e9b78109d2054e5f36167ab40b1ab023f08c85d6ec12cafbc')
+
+build() {
+  cd rstcheck-$pkgver
+  python setup.py build
+}
+
+check() {
+ cd rstcheck-$pkgver
+ ./test_rstcheck.py
+}
+
+package() {
+  cd rstcheck-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/rstcheck LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 18:36:17
  Author: felixonmars
Revision: 604360

revert: incompatbible with singletons

Modified:
  haskell-th-desugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 17:58:11 UTC (rev 604359)
+++ PKGBUILD2020-03-25 18:36:17 UTC (rev 604360)
@@ -2,8 +2,8 @@
 
 _hkgname=th-desugar
 pkgname=haskell-th-desugar
-pkgver=1.11
-pkgrel=1
+pkgver=1.10
+pkgrel=13
 pkgdesc="Functions to desugar Template Haskell"
 url="https://github.com/goldfirere/th-desugar";
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-th-lift' 'haskell-th-orphans' 'haskell-transformers-compat')
 makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('30aaa03cf93858f043b46692564cb0d5855b2368bc464b4c95c9d389a40da71c45fc9dc91e7d601a0d3ed8b007361024f6b32c92b8609103f3b353d19c4ce37a')
+sha512sums=('d7aafa153362ce7de632e8b3d290612bd1a58a09efec31e184094dcc92fb8ce62949a717bcbc8b98f011bc73665deb0aac4bd6889a629e736b9263d46b7f3ed8')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:58:11
  Author: felixonmars
Revision: 604359

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 604358, 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-03-25 17:58:02 UTC (rev 604358)
+++ PKGBUILD2020-03-25 17:58:11 UTC (rev 604359)
@@ -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=4.0.5
-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=('74eda3784983d4301affc34ac5002e855b080836162932f591992f505c9136984ae0d88b9351c0ec99399827e5d8bdb153917188684dab9be06258afbbeda48f')
-
-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 604358, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:58:11 UTC (rev 604359)
@@ -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=4.0.6
+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=('d4548f17f2196b6ccb5767728b3ddbe0d4d99be7b52d872279d652147b0fcb9d1a678af57b2cc6558387c42550b4f6bfb8a1feec36959fbc977a2a49c74e9fc6')
+
+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 npm-check-updates/trunk (PKGBUILD)

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:58:02
  Author: felixonmars
Revision: 604358

upgpkg: npm-check-updates 4.0.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 17:56:13 UTC (rev 604357)
+++ PKGBUILD2020-03-25 17:58:02 UTC (rev 604358)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=4.0.5
+pkgver=4.0.6
 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=('74eda3784983d4301affc34ac5002e855b080836162932f591992f505c9136984ae0d88b9351c0ec99399827e5d8bdb153917188684dab9be06258afbbeda48f')
+sha512sums=('d4548f17f2196b6ccb5767728b3ddbe0d4d99be7b52d872279d652147b0fcb9d1a678af57b2cc6558387c42550b4f6bfb8a1feec36959fbc977a2a49c74e9fc6')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:56:13
  Author: felixonmars
Revision: 604357

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-th-desugar/repos/community-staging-x86_64/
  haskell-th-desugar/repos/community-staging-x86_64/PKGBUILD
(from rev 604356, haskell-th-desugar/trunk/PKGBUILD)

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

Copied: haskell-th-desugar/repos/community-staging-x86_64/PKGBUILD (from rev 
604356, haskell-th-desugar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 17:56:13 UTC (rev 604357)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=th-desugar
+pkgname=haskell-th-desugar
+pkgver=1.11
+pkgrel=1
+pkgdesc="Functions to desugar Template Haskell"
+url="https://github.com/goldfirere/th-desugar";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ordered-containers' 'haskell-syb' 
'haskell-th-abstraction'
+ 'haskell-th-lift' 'haskell-th-orphans' 'haskell-transformers-compat')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('30aaa03cf93858f043b46692564cb0d5855b2368bc464b4c95c9d389a40da71c45fc9dc91e7d601a0d3ed8b007361024f6b32c92b8609103f3b353d19c4ce37a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/fail/d' -e '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:56:04
  Author: felixonmars
Revision: 604356

upgpkg: haskell-th-desugar 1.11-1: rebuild with th-desugar 1.11

Modified:
  haskell-th-desugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 17:39:21 UTC (rev 604355)
+++ PKGBUILD2020-03-25 17:56:04 UTC (rev 604356)
@@ -2,8 +2,8 @@
 
 _hkgname=th-desugar
 pkgname=haskell-th-desugar
-pkgver=1.10
-pkgrel=13
+pkgver=1.11
+pkgrel=1
 pkgdesc="Functions to desugar Template Haskell"
 url="https://github.com/goldfirere/th-desugar";
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-th-lift' 'haskell-th-orphans' 'haskell-transformers-compat')
 makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d7aafa153362ce7de632e8b3d290612bd1a58a09efec31e184094dcc92fb8ce62949a717bcbc8b98f011bc73665deb0aac4bd6889a629e736b9263d46b7f3ed8')
+sha512sums=('30aaa03cf93858f043b46692564cb0d5855b2368bc464b4c95c9d389a40da71c45fc9dc91e7d601a0d3ed8b007361024f6b32c92b8609103f3b353d19c4ce37a')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:52:09
  Author: felixonmars
Revision: 378486

upgpkg: python-setuptools 1:46.1.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:48 UTC (rev 378485)
+++ PKGBUILD2020-03-25 17:52:09 UTC (rev 378486)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.1.1
+pkgver=46.1.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('5a8ab2726f3ef8c96057bf43b394ad9a0fee4418de11b7574b7a056ad882da0d5a48ef1f427b823a5f9931992887de6f34a004913e973bb1fcd0c4da71026c90')
+sha512sums=('c6359f5176eeb9d1b39d1e78f684312b372df64989d2f69a63148e27f7eb5f2c276d0359054fa315d77574567e7acfc6204e007a5b839336848bc1d559df7542')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:52:17
  Author: felixonmars
Revision: 378487

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 378486, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  170 ++---
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 17:52:09 UTC (rev 378486)
+++ PKGBUILD2020-03-25 17:52:17 UTC (rev 378487)
@@ -1,85 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=46.1.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/";
-depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
-makedepends=('git')
-checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
-  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('5a8ab2726f3ef8c96057bf43b394ad9a0fee4418de11b7574b7a056ad882da0d5a48ef1f427b823a5f9931992887de6f34a004913e973bb1fcd0c4da71026c90')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Fix for flake8
-  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  python -m pytest
-)}
-
-package() {
-  cd setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 378486, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:52:17 UTC (rev 378487)
@@ -0,0 +1,85 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=46.1.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/";
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
+  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
+provides=('python-distribute')
+replaces=('python-distribute')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
+sha512sums=('c6359f5176eeb9d1b39d1e78f684312b372d

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

2020-03-25 Thread Levente Polyak via arch-commits
Date: Wednesday, March 25, 2020 @ 17:38:38
  Author: anthraxx
Revision: 604353

archrelease: copy trunk to community-x86_64

Added:
  alicloud-vault/repos/community-x86_64/
  alicloud-vault/repos/community-x86_64/PKGBUILD
(from rev 604352, alicloud-vault/trunk/PKGBUILD)

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

Copied: alicloud-vault/repos/community-x86_64/PKGBUILD (from rev 604352, 
alicloud-vault/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-03-25 17:38:38 UTC (rev 604353)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=alicloud-vault
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Vault for securely storing and accessing Alibaba Cloud credentials in 
development environments'
+url='https://github.com/arafato/alicloud-vault'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('865e7cb1e61d97bef8b0239e4528f4faceed005904805fa015c1a8952764dd4f43798a700f9cda3972a3a3b7fc4334527ddb80089f20a0312ac040ae1c08f440')
+b2sums=('09e0c7febd26ddc8c453c489a017ebb77541f380dfd7f3742718e03710b08ea5ca9f0c6be710ea8023162f9d4ef2473f3308a1de80af9a36feaf0be8c0fed776')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-ldflags="-extldflags ${LDFLAGS} -X main.Version=${pkgver} -s -w" \
+-o "./${pkgname}" .
+  go clean --modcache
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  go test ./...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-25 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 25, 2020 @ 17:39:21
  Author: polyzen
Revision: 604355

archrelease: copy trunk to community-any

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

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

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

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


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

2020-03-25 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 25, 2020 @ 17:38:59
  Author: polyzen
Revision: 604354

upgpkg: youtube-dl 2020.03.24-1

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 17:38:38 UTC (rev 604353)
+++ PKGBUILD2020-03-25 17:38:59 UTC (rev 604354)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.03.08
+pkgver=2020.03.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,8 +14,8 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
-source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('76114c82015386eda24fe110e2c24a35f0551ce298b915e1c48c2acb495073f5'
+source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('45a398a41e4a06862413d9c8d57e6c1fa0e60660c6f69df928b64f3595568416'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


[arch-commits] Commit in (4 files)

2020-03-25 Thread Levente Polyak via arch-commits
Date: Wednesday, March 25, 2020 @ 17:38:29
  Author: anthraxx
Revision: 604352

addpkg: alicloud-vault 1.2.0-1

Added:
  alicloud-vault/
  alicloud-vault/repos/
  alicloud-vault/trunk/
  alicloud-vault/trunk/PKGBUILD

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

Added: alicloud-vault/trunk/PKGBUILD
===
--- alicloud-vault/trunk/PKGBUILD   (rev 0)
+++ alicloud-vault/trunk/PKGBUILD   2020-03-25 17:38:29 UTC (rev 604352)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=alicloud-vault
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Vault for securely storing and accessing Alibaba Cloud credentials in 
development environments'
+url='https://github.com/arafato/alicloud-vault'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('865e7cb1e61d97bef8b0239e4528f4faceed005904805fa015c1a8952764dd4f43798a700f9cda3972a3a3b7fc4334527ddb80089f20a0312ac040ae1c08f440')
+b2sums=('09e0c7febd26ddc8c453c489a017ebb77541f380dfd7f3742718e03710b08ea5ca9f0c6be710ea8023162f9d4ef2473f3308a1de80af9a36feaf0be8c0fed776')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-ldflags="-extldflags ${LDFLAGS} -X main.Version=${pkgver} -s -w" \
+-o "./${pkgname}" .
+  go clean --modcache
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  go test ./...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 17:10:17
  Author: ffy00
Revision: 604351

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD
(from rev 604350, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 17:08:56 UTC (rev 604350)
+++ PKGBUILD2020-03-25 17:10:17 UTC (rev 604351)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=sphinxcontrib-mermaid
-pkgname=sphinx-$_pkgname
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Mermaid diagrams in yours sphinx powered docs'
-arch=('any')
-url='https://github.com/mgaitan/sphinxcontrib-mermaid'
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools' "$pkgname")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-
-  cd docs
-
-  make html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD (from rev 
604350, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:10:17 UTC (rev 604351)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 17:08:29
  Author: ffy00
Revision: 604349

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD
(from rev 604348, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 17:07:40 UTC (rev 604348)
+++ PKGBUILD2020-03-25 17:08:29 UTC (rev 604349)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=sphinxcontrib-mermaid
-pkgname=sphinx-$_pkgname
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Mermaid diagrams in yours sphinx powered docs'
-arch=('any')
-url='https://github.com/mgaitan/sphinxcontrib-mermaid'
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools' "$pkgname")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-
-  cd docs
-
-  make html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD (from rev 
604348, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:08:29 UTC (rev 604349)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 17:08:56
  Author: ffy00
Revision: 604350

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD
(from rev 604349, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 17:08:29 UTC (rev 604349)
+++ PKGBUILD2020-03-25 17:08:56 UTC (rev 604350)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=sphinxcontrib-mermaid
-pkgname=sphinx-$_pkgname
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Mermaid diagrams in yours sphinx powered docs'
-arch=('any')
-url='https://github.com/mgaitan/sphinxcontrib-mermaid'
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools' "$pkgname")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-
-  cd docs
-
-  make html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD (from rev 
604349, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:08:56 UTC (rev 604350)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 17:07:40
  Author: ffy00
Revision: 604348

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD
(from rev 604347, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 17:02:15 UTC (rev 604347)
+++ PKGBUILD2020-03-25 17:07:40 UTC (rev 604348)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=sphinxcontrib-mermaid
-pkgname=sphinx-$_pkgname
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Mermaid diagrams in yours sphinx powered docs'
-arch=('any')
-url='https://github.com/mgaitan/sphinxcontrib-mermaid'
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools' "$pkgname")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-
-  cd docs
-
-  make html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD (from rev 
604347, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:07:40 UTC (rev 604348)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinxcontrib-mermaid/repos (2 files)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 17:02:15
  Author: ffy00
Revision: 604347

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-mermaid/repos/community-any/
  python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD
(from rev 604346, python-sphinxcontrib-mermaid/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-mermaid/repos/community-any/PKGBUILD (from rev 
604346, python-sphinxcontrib-mermaid/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-25 17:02:15 UTC (rev 604347)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 17:02:06
  Author: ffy00
Revision: 604346

upgpkg: sphinx-sphinxcontrib-mermaid 0.3.1-1

Added:
  python-sphinxcontrib-mermaid/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 17:02:06 UTC (rev 604346)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinxcontrib-mermaid
+pkgname=sphinx-$_pkgname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Mermaid diagrams in yours sphinx powered docs'
+arch=('any')
+url='https://github.com/mgaitan/sphinxcontrib-mermaid'
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools' "$pkgname")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed9da58bfeff1dace9bcf6fe58355a84419d72304a5e3232939517a41a764e2e8587a8e281da06075d2719c5d709474ca74f7c7cf498360d88c55d613e58a303')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  cd docs
+
+  make html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/_build/html 
"$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-03-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 25, 2020 @ 16:54:59
  Author: ffy00
Revision: 604345

add root structure

Added:
  python-sphinxcontrib-mermaid/
  python-sphinxcontrib-mermaid/repos/
  python-sphinxcontrib-mermaid/trunk/


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:47
  Author: heftig
Revision: 604343

1.62-41: linux 5.5.13.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:44 UTC (rev 604342)
+++ PKGBUILD2020-03-25 16:47:47 UTC (rev 604343)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=40
+pkgrel=41
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/";


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:51
  Author: heftig
Revision: 604344

5.0.1-62: linux 5.5.13.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:47 UTC (rev 604343)
+++ PKGBUILD2020-03-25 16:47:51 UTC (rev 604344)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=61
+pkgrel=62
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:39
  Author: heftig
Revision: 604339

0.8-301: linux 5.5.13.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:37 UTC (rev 604338)
+++ PKGBUILD2020-03-25 16:47:39 UTC (rev 604339)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=300
+pkgrel=301
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:40
  Author: heftig
Revision: 604340

8.048.00-22: linux 5.5.13.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:39 UTC (rev 604339)
+++ PKGBUILD2020-03-25 16:47:40 UTC (rev 604340)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.00
-pkgrel=21
+pkgrel=22
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:45
  Author: heftig
Revision: 378484

440.64-8: linux 5.5.13.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:44:43 UTC (rev 378483)
+++ PKGBUILD2020-03-25 16:47:45 UTC (rev 378484)
@@ -5,7 +5,7 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=440.64
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:48
  Author: heftig
Revision: 378485

0.0.20200318-5: linux 5.5.13.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:45 UTC (rev 378484)
+++ PKGBUILD2020-03-25 16:47:48 UTC (rev 378485)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20200318
-pkgrel=4
+pkgrel=5
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:42
  Author: heftig
Revision: 604341

20200106-25: linux 5.5.13.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:40 UTC (rev 604340)
+++ PKGBUILD2020-03-25 16:47:42 UTC (rev 604341)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=24
+pkgrel=25
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:37
  Author: heftig
Revision: 604338

6.1.4-11: linux 5.5.13.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:36 UTC (rev 604337)
+++ PKGBUILD2020-03-25 16:47:37 UTC (rev 604338)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.1.4
-pkgrel=10
+pkgrel=11
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:36
  Author: heftig
Revision: 604337

6.30.223.271-182: linux 5.5.13.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:34 UTC (rev 604336)
+++ PKGBUILD2020-03-25 16:47:36 UTC (rev 604337)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=181
+pkgrel=182
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:34
  Author: heftig
Revision: 604336

0.43-189: linux 5.5.13.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:54:12 UTC (rev 604335)
+++ PKGBUILD2020-03-25 16:47:34 UTC (rev 604336)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=188
+pkgrel=189
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:47:44
  Author: heftig
Revision: 604342

1.1.0-300: linux 5.5.13.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:42 UTC (rev 604341)
+++ PKGBUILD2020-03-25 16:47:44 UTC (rev 604342)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=299
+pkgrel=300
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:44:43
  Author: heftig
Revision: 378483

5.5.13.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:29:45 UTC (rev 378482)
+++ PKGBUILD2020-03-25 16:44:43 UTC (rev 378483)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.5.12.arch1
+pkgver=5.5.13.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-03-25 Thread Jan Steffens via arch-commits
Date: Wednesday, March 25, 2020 @ 16:29:45
  Author: heftig
Revision: 378482

5.5.13.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:55:55 UTC (rev 378481)
+++ PKGBUILD2020-03-25 16:29:45 UTC (rev 378482)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.5.12.zen1
+pkgver=5.5.13.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-03-25 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 25, 2020 @ 15:55:51
  Author: foutrelis
Revision: 378480

upgpkg: thunar 1.8.14-1: new upstream release

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 13:57:20 UTC (rev 378479)
+++ PKGBUILD2020-03-25 15:55:51 UTC (rev 378480)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.8.13
+pkgver=1.8.14
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5b4ad0e54667e751621199d751d9d5f5286f28f7b639decd66911f628572ea8a')
+sha256sums=('8ac57b1f5842d5bd348bbb6dac4714f5ad1f22de651d8ec6a7099ceb19fa219f')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-03-25 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 25, 2020 @ 15:55:55
  Author: foutrelis
Revision: 378481

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 378480, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 15:55:51 UTC (rev 378480)
+++ PKGBUILD2020-03-25 15:55:55 UTC (rev 378481)
@@ -1,48 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.8.13
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/start";
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5b4ad0e54667e751621199d751d9d5f5286f28f7b639decd66911f628572ea8a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 378480, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 15:55:55 UTC (rev 378481)
@@ -0,0 +1,48 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.8.14
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start";
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8ac57b1f5842d5bd348bbb6dac4714f5ad1f22de651d8ec6a7099ceb19fa219f')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-25 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 25, 2020 @ 15:54:12
  Author: foutrelis
Revision: 604335

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 604334, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 15:54:07 UTC (rev 604334)
+++ PKGBUILD2020-03-25 15:54:12 UTC (rev 604335)
@@ -1,78 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.3.7
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="https://shorewall.org/";
-license=('GPL')
-source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
-
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('1d2f412d2189b01742d8837baa3a9de27ab84ab657eace34840312fb7ca3b4a7'
-'SKIP'
-'a74379e0ddabe263a12945cdfc21f615930a5f258b55efb2b9a50fb035e84d87'
-'SKIP'
-'9c713ecb67603bd1b46648e31ff3f9e8a7af40187b4853feb6170738b1fd613a'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 604334, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 15:54:12 UTC (rev 604335)
@@ -0,0 +1,78 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.4
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="https://shorewall.org/";
+license=('GPL')
+source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
+
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('fd53cc2db7f879c4e22c430ce146125ec81d373485f1ea6dfef90ee28a07104d'
+'SKIP'
+'3da28c71b8c5fe9935cfb8eacb260fdf31d57f5ebf6ba8f3e87956e56d3e5cc9'
+'SKIP'
+'792290534e7599214f3707d7c6dc3fb6ade0a3ed360ead05a2d599eeace11671'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-core}; do
+  

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

2020-03-25 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 25, 2020 @ 15:54:07
  Author: foutrelis
Revision: 604334

upgpkg: shorewall 5.2.4-1: new upstream release

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:51:33 UTC (rev 604333)
+++ PKGBUILD2020-03-25 15:54:07 UTC (rev 604334)
@@ -4,7 +4,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.3.7
+pkgver=5.2.4
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -14,11 +14,11 @@
 
source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
 
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('1d2f412d2189b01742d8837baa3a9de27ab84ab657eace34840312fb7ca3b4a7'
+sha256sums=('fd53cc2db7f879c4e22c430ce146125ec81d373485f1ea6dfef90ee28a07104d'
 'SKIP'
-'a74379e0ddabe263a12945cdfc21f615930a5f258b55efb2b9a50fb035e84d87'
+'3da28c71b8c5fe9935cfb8eacb260fdf31d57f5ebf6ba8f3e87956e56d3e5cc9'
 'SKIP'
-'9c713ecb67603bd1b46648e31ff3f9e8a7af40187b4853feb6170738b1fd613a'
+'792290534e7599214f3707d7c6dc3fb6ade0a3ed360ead05a2d599eeace11671'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:14:19
  Author: felixonmars
Revision: 604248

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 604247, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 15:14:19 UTC (rev 604248)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.33
+pkgrel=19
+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-alsa-core' 'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3a85a7c68d905dc88e181a921299d30adbb300f190a91e93d83b4fdf7a4f78f0646ec976bc405c0a82ca5547f159e5d64073d28a6a36ed83f5c831c1919c44b9')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+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
+}
+
+check() {
+  cd xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  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 xmobar/trunk (PKGBUILD)

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:14:12
  Author: felixonmars
Revision: 604247

upgpkg: xmobar 0.33-19: rebuild with asn1-types 0.3.4

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:12:58 UTC (rev 604246)
+++ PKGBUILD2020-03-25 15:14:12 UTC (rev 604247)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.33
-pkgrel=18
+pkgrel=19
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:12:50
  Author: felixonmars
Revision: 604245

upgpkg: taskell 1.9.2.0-62: rebuild with asn1-types 0.3.4

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:11:47 UTC (rev 604244)
+++ PKGBUILD2020-03-25 15:12:50 UTC (rev 604245)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.2.0
-pkgrel=61
+pkgrel=62
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:12:58
  Author: felixonmars
Revision: 604246

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 604245, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 604245, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 15:12:58 UTC (rev 604246)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname";
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('4c55922ad9f6c529a8c8ca73602b9f42fa3cda4945fe8edaa554909334445e089db0b7a5ba7f6804bdf618274543fd6598d19802907a0ae661571ed48366376b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/== *0.50/==0.52/' -e 's/== *5.26/==5.28/' -e 's/< *4/<5/' -e 
's/< *2/<3/' -e 's/< *1/<2/' $pkgname.cabal
+}
+
+build() {
+  cd $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=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:11:47
  Author: felixonmars
Revision: 604244

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 604243, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
604243, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 15:11:47 UTC (rev 604244)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=308
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-instances' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz";)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:11:38
  Author: felixonmars
Revision: 604243

upgpkg: tamarin-prover 1.4.1-308: rebuild with asn1-types 0.3.4

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:10:19 UTC (rev 604242)
+++ PKGBUILD2020-03-25 15:11:38 UTC (rev 604243)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=307
+pkgrel=308
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io";
 license=("GPL")


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:10:19
  Author: felixonmars
Revision: 604242

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   79 
 stack.install |4 ++
 2 files changed, 83 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 604241, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-25 15:10:19 UTC (rev 604242)
@@ -0,0 +1,79 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.1.3.20200310
+_commit=95aaf2bc2c969622679c2a8233e7bb637e43210d
+pkgrel=29
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-terminal-size' 'haskell-text-metrics' 
'haskell-th-reify-many'
+ 'haskell-tls' 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  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 $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  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
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 604241, 
stack/trunk/stack.install)
=

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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 15:10:09
  Author: felixonmars
Revision: 604241

upgpkg: stack 2.1.3.20200310-29: rebuild with asn1-types 0.3.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 15:05:58 UTC (rev 604240)
+++ PKGBUILD2020-03-25 15:10:09 UTC (rev 604241)
@@ -4,7 +4,7 @@
 pkgname=stack
 pkgver=2.1.3.20200310
 _commit=95aaf2bc2c969622679c2a8233e7bb637e43210d
-pkgrel=28
+pkgrel=29
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


  1   2   3   4   >