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

2020-04-28 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 29, 2020 @ 05:34:19
  Author: bisson
Revision: 381813

archrelease: copy trunk to extra-x86_64

Added:
  chromaprint/repos/extra-x86_64/PKGBUILD
(from rev 381812, chromaprint/trunk/PKGBUILD)
Deleted:
  chromaprint/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 05:34:00 UTC (rev 381812)
+++ PKGBUILD2020-04-29 05:34:19 UTC (rev 381813)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann 
-# Maintainer: Gaetan Bisson 
-
-pkgname=chromaprint
-pkgver=1.4.3
-pkgrel=2
-pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
-url='https://acoustid.org/chromaprint'
-arch=('x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake' 'git')
-source=("https://github.com/acoustid/chromaprint/releases/download/v${pkgver}/chromaprint-${pkgver}.tar.gz;)
-sha256sums=('ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82')
-
-#_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2
-#source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit;)
-
-build() {
-   cd "${srcdir}/${pkgname}-v${pkgver}"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_TOOLS=ON \
-   .
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-v${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: chromaprint/repos/extra-x86_64/PKGBUILD (from rev 381812, 
chromaprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 05:34:19 UTC (rev 381813)
@@ -0,0 +1,32 @@
+# Contributor: Wieland Hoffmann 
+# Maintainer: Gaetan Bisson 
+
+pkgname=chromaprint
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='https://acoustid.org/chromaprint'
+arch=('x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake' 'git')
+source=("https://github.com/acoustid/chromaprint/releases/download/v${pkgver}/chromaprint-${pkgver}.tar.gz;)
+sha256sums=('573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a')
+
+#_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2
+#source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit;)
+
+build() {
+   cd "${srcdir}/${pkgname}-v${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_TOOLS=ON \
+   .
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-v${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-04-28 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 29, 2020 @ 05:34:00
  Author: bisson
Revision: 381812

upstream update

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 01:59:51 UTC (rev 381811)
+++ PKGBUILD2020-04-29 05:34:00 UTC (rev 381812)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=chromaprint
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='https://acoustid.org/chromaprint'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('ffmpeg')
 makedepends=('cmake' 'git')
 
source=("https://github.com/acoustid/chromaprint/releases/download/v${pkgver}/chromaprint-${pkgver}.tar.gz;)
-sha256sums=('ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82')
+sha256sums=('573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a')
 
 #_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2
 #source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit;)


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:59:51
  Author: heftig
Revision: 381811

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:59:38 UTC (rev 381810)
+++ PKGBUILD2020-04-29 01:59:51 UTC (rev 381811)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.36.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://gitlab.gnome.org/GNOME/gnome-desktop;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap
- systemd-libs)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-checkdepends=(xorg-server-xvfb)
-provides=(libgnome-desktop-3.so)
-_commit=8154dd2e0dd3eb84c6802a3836447bd0d9aa7fe6  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gnome_distributor="Arch Linux®" \
--D gtk_doc=true \
--D date_in_gnome_version=false
-  ninja -C build
-}
-
-check() {
-  # tests broken: missing locale he_IL.UTF-8
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 381810, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:59:51 UTC (rev 381811)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.36.2
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap
+ systemd-libs)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+checkdepends=(xorg-server-xvfb)
+provides=(libgnome-desktop-3.so)
+_commit=01964b9b0e01d05c1570fbfc63d9ba583605a70c  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gnome_distributor="Arch Linux®" \
+-D gtk_doc=true \
+-D date_in_gnome_version=false
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:59:38
  Author: heftig
Revision: 381810

3.36.2-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 01:45:34 UTC (rev 381809)
+++ PKGBUILD2020-04-29 01:59:38 UTC (rev 381810)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
 checkdepends=(xorg-server-xvfb)
 provides=(libgnome-desktop-3.so)
-_commit=8154dd2e0dd3eb84c6802a3836447bd0d9aa7fe6  # tags/3.36.1^0
+_commit=01964b9b0e01d05c1570fbfc63d9ba583605a70c  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -36,10 +36,9 @@
 }
 
 check() {
-  # tests broken: missing locale he_IL.UTF-8
   dbus-run-session xvfb-run \
 -s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs || :
+meson test -C build --print-errorlogs
 }
 
 package() {


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:45:32
  Author: heftig
Revision: 381808

archrelease: copy trunk to extra-x86_64

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

+
 PKGBUILD   |  114 +++
 mutter.install |   14 +++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:43:30 UTC (rev 381807)
+++ PKGBUILD2020-04-29 01:45:32 UTC (rev 381808)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://gitlab.gnome.org/GNOME/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
- startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
-checkdepends=(xorg-server-xvfb)
-provides=(libmutter-6.so)
-groups=(gnome)
-install=mutter.install
-_commit=52e5d6fc948ecd7d78c3bddf2cff13eb3c386f4c  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
-  LDFLAGS+=" -Wl,-Bsymbolic-functions"
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--D xwayland_initfd=disabled \
--D installed_tests=false
-  ninja -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  # Stacking test flaky
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
-meson test -C build --print-errorlogs || :
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: mutter/repos/extra-x86_64/PKGBUILD (from rev 381807, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:45:32 UTC (rev 381808)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.36.1+54+gb80b465a6
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
+ startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
+ gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
+checkdepends=(xorg-server-xvfb)
+provides=(libmutter-6.so)
+groups=(gnome)
+install=mutter.install
+_commit=b80b465a653db0b04de7b0e384760333a39cf6bf  # gnome-3-36
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D xwayland_initfd=disabled \
+-D installed_tests=false
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  # Stacking test flaky
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: mutter.install
===
--- mutter.install  2020-04-29 01:43:30 UTC (rev 381807)
+++ mutter.install  2020-04-29 01:45:32 UTC (rev 381808)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/mutter
-}
-
-post_upgrade() {
-  post_install
-}

Copied: mutter/repos/extra-x86_64/mutter.install (from rev 381807, 
mutter/trunk/mutter.install)
===
--- mutter.install  (rev 0)
+++ mutter.install  2020-04-29 01:45:32 

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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:45:34
  Author: heftig
Revision: 381809

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 381807, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 381807, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

-+
 PKGBUILD|   98 +-
 gnome-shell.install |   14 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:45:32 UTC (rev 381808)
+++ PKGBUILD2020-04-29 01:45:34 UTC (rev 381809)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm 
libsecret
- mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc asciidoc bash-completion)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-install=gnome-shell.install
-_commit=8fda054dc53e558efa3a6a1e1d75b84bd01c51ee  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  depends+=(libmutter-6.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 381807, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:45:34 UTC (rev 381809)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm 
libsecret
+ mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc asciidoc bash-completion)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+install=gnome-shell.install
+_commit=e57a4e09377e0cab301700398ff1a7131bd9803b  # gnome-3-36
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  depends+=(libmutter-6.so)
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: gnome-shell.install
===
--- gnome-shell.install 2020-04-29 01:45:32 UTC (rev 381808)
+++ gnome-shell.install 2020-04-29 01:45:34 UTC (rev 381809)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/gnome-shell
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-shell/repos/extra-x86_64/gnome-shell.install (from rev 381807, 
gnome-shell/trunk/gnome-shell.install)
===
--- gnome-shell.install (rev 0)
+++ gnome-shell.install 2020-04-29 01:45:34 UTC (rev 381809)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:43:22
  Author: heftig
Revision: 381806

3.36.1+54+gb80b465a6-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 01:27:49 UTC (rev 381805)
+++ PKGBUILD2020-04-29 01:43:22 UTC (rev 381806)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.36.1
+pkgver=3.36.1+54+gb80b465a6
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -17,7 +17,7 @@
 provides=(libmutter-6.so)
 groups=(gnome)
 install=mutter.install
-_commit=52e5d6fc948ecd7d78c3bddf2cff13eb3c386f4c  # tags/3.36.1^0
+_commit=b80b465a653db0b04de7b0e384760333a39cf6bf  # gnome-3-36
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:43:30
  Author: heftig
Revision: 381807

3.36.1+51+ge57a4e093-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 01:43:22 UTC (rev 381806)
+++ PKGBUILD2020-04-29 01:43:30 UTC (rev 381807)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:27:49
  Author: heftig
Revision: 381805

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 381804, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:16:00 UTC (rev 381804)
+++ PKGBUILD2020-04-29 01:27:49 UTC (rev 381805)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.64.1
-pkgrel=2
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=0b0af102f6f28a8f7cbfa401ed6a9e1c528bb784  # tags/1.64.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 381804, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:27:49 UTC (rev 381805)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.2
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=85f1c7d1fd9ec984742af7e193e42eb643476607  # tags/1.64.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:16:01
  Author: heftig
Revision: 622168

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 622167, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:12:35 UTC (rev 622167)
+++ PKGBUILD2020-04-29 01:16:01 UTC (rev 622168)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://gitlab.gnome.org/GNOME/simple-scan;
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome)
-depends=(sane dconf gtk3 colord-sane libgusb)
-makedepends=(yelp-tools meson vala git)
-_commit=f2f427fb39a634476e953525fb1048cf266e6c87  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/simple-scan.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 --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 622167, 
simple-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:16:01 UTC (rev 622168)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://gitlab.gnome.org/GNOME/simple-scan;
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord-sane libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=2bf599f7a7f0930d30039c240dd0887dbbc578b7  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.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 --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:16:00
  Author: heftig
Revision: 381804

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 381803, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 381803, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  222 +++---
 arch-fonts.diff |  214 ++--
 2 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:15:40 UTC (rev 381803)
+++ PKGBUILD2020-04-29 01:16:00 UTC (rev 381804)
@@ -1,111 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.11.9
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('f089cb7f3b69bec87164fb5f4e374bc2fc092305c52fb3977911ca2916161c04'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-
-# Use correct options for inkscape<1.0
-  sed -e 's|--export-file|--export-png|' -i 
"$pkgdir"/etc/ImageMagick-6/delegates.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 381803, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:16:00 UTC (rev 381804)
@@ -0,0 +1,111 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.11.10
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm 

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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:15:40
  Author: heftig
Revision: 381803

6.9.11.10-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 22:34:43 UTC (rev 381802)
+++ PKGBUILD2020-04-29 01:15:40 UTC (rev 381803)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.11.9
+pkgver=6.9.11.10
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('f089cb7f3b69bec87164fb5f4e374bc2fc092305c52fb3977911ca2916161c04'
+sha256sums=('ea0a48ae4a9fbc9a6808d4726b6e6563c1859237d6ce968fc087530320ea3a33'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:12:35
  Author: heftig
Revision: 622167

3.36.2-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 01:01:03 UTC (rev 622166)
+++ PKGBUILD2020-04-29 01:12:35 UTC (rev 622167)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://gitlab.gnome.org/GNOME/simple-scan;
@@ -13,7 +13,7 @@
 groups=(gnome)
 depends=(sane dconf gtk3 colord-sane libgusb)
 makedepends=(yelp-tools meson vala git)
-_commit=f2f427fb39a634476e953525fb1048cf266e6c87  # tags/3.36.1^0
+_commit=2bf599f7a7f0930d30039c240dd0887dbbc578b7  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 01:01:03
  Author: ffy00
Revision: 622166

archrelease: copy trunk to community-any

Added:
  pyannotate/repos/community-any/
  pyannotate/repos/community-any/PKGBUILD
(from rev 622165, pyannotate/trunk/PKGBUILD)

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

Copied: pyannotate/repos/community-any/PKGBUILD (from rev 622165, 
pyannotate/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-29 01:01:03 UTC (rev 622166)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 01:00:27
  Author: ffy00
Revision: 622164

add root structure

Added:
  pyannotate/
  pyannotate/repos/
  pyannotate/trunk/


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 01:00:56
  Author: ffy00
Revision: 622165

upgpkg: pyannotate 1.2.0-2

Added:
  pyannotate/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:00:56 UTC (rev 622165)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:59:51
  Author: ffy00
Revision: 622162

upgpkg: pyannotate 1.2.0-2

Modified:
  python-pyannotate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 00:59:02 UTC (rev 622161)
+++ PKGBUILD2020-04-29 00:59:51 UTC (rev 622162)
@@ -2,7 +2,7 @@
 
 pkgname=pyannotate
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Auto-generate PEP-484 annotations'
 arch=('any')
 url='https://github.com/dropbox/pyannotate'


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:59:55
  Author: ffy00
Revision: 622163

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 00:59:51 UTC (rev 622162)
+++ PKGBUILD2020-04-29 00:59:55 UTC (rev 622163)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=pyannotate
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Auto-generate PEP-484 annotations'
-arch=('any')
-url='https://github.com/dropbox/pyannotate'
-license=('Apache')
-depends=('python-mypy_extensions' 'python-six')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  python setup.py pytest
-#}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyannotate/repos/community-any/PKGBUILD (from rev 622162, 
python-pyannotate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:59:55 UTC (rev 622163)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:59:02
  Author: ffy00
Revision: 622161

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 00:57:33 UTC (rev 622160)
+++ PKGBUILD2020-04-29 00:59:02 UTC (rev 622161)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=pyannotate
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Auto-generate PEP-484 annotations'
-arch=('any')
-url='https://github.com/dropbox/pyannotate'
-license=('Apache')
-depends=('python-mypy_extensions' 'python-six')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  python setup.py pytest
-#}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyannotate/repos/community-any/PKGBUILD (from rev 622160, 
python-pyannotate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:59:02 UTC (rev 622161)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:57:33
  Author: ffy00
Revision: 622160

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 00:57:07 UTC (rev 622159)
+++ PKGBUILD2020-04-29 00:57:33 UTC (rev 622160)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=pyannotate
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Auto-generate PEP-484 annotations'
-arch=('any')
-url='https://github.com/dropbox/pyannotate'
-license=('Apache')
-depends=('python-mypy_extensions' 'python-six')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  python setup.py pytest
-#}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyannotate/repos/community-any/PKGBUILD (from rev 622159, 
python-pyannotate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:57:33 UTC (rev 622160)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:56:13
  Author: ffy00
Revision: 622157

upgpkg: pyannotate 1.2.0-1

Added:
  python-pyannotate/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:56:13 UTC (rev 622157)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:57:07
  Author: ffy00
Revision: 622159

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 00:56:17 UTC (rev 622158)
+++ PKGBUILD2020-04-29 00:57:07 UTC (rev 622159)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=pyannotate
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Auto-generate PEP-484 annotations'
-arch=('any')
-url='https://github.com/dropbox/pyannotate'
-license=('Apache')
-depends=('python-mypy_extensions' 'python-six')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  python setup.py pytest
-#}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyannotate/repos/community-any/PKGBUILD (from rev 622158, 
python-pyannotate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:57:07 UTC (rev 622159)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:56:17
  Author: ffy00
Revision: 622158

archrelease: copy trunk to community-any

Added:
  python-pyannotate/repos/community-any/
  python-pyannotate/repos/community-any/PKGBUILD
(from rev 622157, python-pyannotate/trunk/PKGBUILD)

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

Copied: python-pyannotate/repos/community-any/PKGBUILD (from rev 622157, 
python-pyannotate/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-29 00:56:17 UTC (rev 622158)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=pyannotate
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Auto-generate PEP-484 annotations'
+arch=('any')
+url='https://github.com/dropbox/pyannotate'
+license=('Apache')
+depends=('python-mypy_extensions' 'python-six')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python setup.py pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:53:13
  Author: ffy00
Revision: 622156

archrelease: copy trunk to community-any

Added:
  monkeytype/repos/community-any/
  monkeytype/repos/community-any/PKGBUILD
(from rev 622155, monkeytype/trunk/PKGBUILD)

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

Copied: monkeytype/repos/community-any/PKGBUILD (from rev 622155, 
monkeytype/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-29 00:53:13 UTC (rev 622156)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=MonkeyType
+pkgname=monkeytype
+pkgver=20.4.2
+pkgrel=1
+pkgdesc='A system for Python that generates static type annotations by 
collecting runtime types'
+arch=('any')
+url='https://github.com/instagram/MonkeyType'
+license=('BSD')
+depends=('python-mypy_extensions' 'python-libcst')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-django')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('911f34b8c67f53a7684bdadf83655793516c89960f4bbf18e7454faa87e08df0cfb8189bfc15682ac34648f01cbab53ebbbac5dd8c2dc2ce878d1e1a5cbb0383')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:53:01
  Author: ffy00
Revision: 622155

upgpkg: monkeytype 20.4.2-1

Added:
  monkeytype/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:53:01 UTC (rev 622155)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=MonkeyType
+pkgname=monkeytype
+pkgver=20.4.2
+pkgrel=1
+pkgdesc='A system for Python that generates static type annotations by 
collecting runtime types'
+arch=('any')
+url='https://github.com/instagram/MonkeyType'
+license=('BSD')
+depends=('python-mypy_extensions' 'python-libcst')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-django')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('911f34b8c67f53a7684bdadf83655793516c89960f4bbf18e7454faa87e08df0cfb8189bfc15682ac34648f01cbab53ebbbac5dd8c2dc2ce878d1e1a5cbb0383')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:43:25
  Author: ffy00
Revision: 622154

add root structure

Added:
  python-pyannotate/
  python-pyannotate/repos/
  python-pyannotate/trunk/


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:39:52
  Author: ffy00
Revision: 622153

archrelease: copy trunk to community-any

Added:
  python-libcst/repos/community-any/
  python-libcst/repos/community-any/PKGBUILD
(from rev 622152, python-libcst/trunk/PKGBUILD)

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

Copied: python-libcst/repos/community-any/PKGBUILD (from rev 622152, 
python-libcst/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-29 00:39:52 UTC (rev 622153)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=LibCST
+pkgname=python-libcst
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
+arch=('any')
+url='https://github.com/Instagram/LibCST'
+license=('MIT')
+depends=('python-typing_extensions' 'python-typing_inspect' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-isort')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9e68bf141fc798fa2b97712e0ed30ad91b609369d783d487a84781eac48c747caa325cf31351b2173d08da5fb027356fd19b063ed43ca6225a38e071f0208496')
+
+prepare() {
+  rm 
$_pkgname-$pkgver/libcst/{tests/test_fuzz.py,codegen/tests/test_codegen_clean.py}
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:39:47
  Author: ffy00
Revision: 622152

upgpkg: python-libcst 0.3.4-1

Added:
  python-libcst/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:39:47 UTC (rev 622152)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=LibCST
+pkgname=python-libcst
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
+arch=('any')
+url='https://github.com/Instagram/LibCST'
+license=('MIT')
+depends=('python-typing_extensions' 'python-typing_inspect' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-isort')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9e68bf141fc798fa2b97712e0ed30ad91b609369d783d487a84781eac48c747caa325cf31351b2173d08da5fb027356fd19b063ed43ca6225a38e071f0208496')
+
+prepare() {
+  rm 
$_pkgname-$pkgver/libcst/{tests/test_fuzz.py,codegen/tests/test_codegen_clean.py}
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:27:25
  Author: ffy00
Revision: 622151

add root structure

Added:
  python-hypothesmith/
  python-hypothesmith/repos/
  python-hypothesmith/trunk/


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:22:00
  Author: ffy00
Revision: 622149

upgpkg: python-typing_inspect 0.5.0-1

Added:
  python-typing_inspect/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 00:22:00 UTC (rev 622149)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=typing_inspect
+pkgname=python-$_pkgname
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Runtime inspection utilities for Python typing module'
+arch=('any')
+url='https://github.com/ilevkivskyi/typing_inspect'
+license=('MIT')
+depends=('python-mypy_extensions' 'python-typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('246a793f0f6d13273d4cb882bf92aabdb9c4bfed02c30d25783e595164023a996124dcc28df00837e9224f18c47180d69b60c702bea38e2d7f17ebe230d24f08')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:22:12
  Author: ffy00
Revision: 622150

archrelease: copy trunk to community-any

Added:
  python-typing_inspect/repos/community-any/
  python-typing_inspect/repos/community-any/PKGBUILD
(from rev 622149, python-typing_inspect/trunk/PKGBUILD)

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

Copied: python-typing_inspect/repos/community-any/PKGBUILD (from rev 622149, 
python-typing_inspect/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-29 00:22:12 UTC (rev 622150)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=typing_inspect
+pkgname=python-$_pkgname
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Runtime inspection utilities for Python typing module'
+arch=('any')
+url='https://github.com/ilevkivskyi/typing_inspect'
+license=('MIT')
+depends=('python-mypy_extensions' 'python-typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('246a793f0f6d13273d4cb882bf92aabdb9c4bfed02c30d25783e595164023a996124dcc28df00837e9224f18c47180d69b60c702bea38e2d7f17ebe230d24f08')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:15:59
  Author: ffy00
Revision: 622148

add root structure

Added:
  python-typing_inspect/
  python-typing_inspect/repos/
  python-typing_inspect/trunk/


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:11:56
  Author: ffy00
Revision: 622147

add root structure

Added:
  python-libcst/
  python-libcst/repos/
  python-libcst/trunk/


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

2020-04-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 29, 2020 @ 00:09:15
  Author: ffy00
Revision: 622146

add root structure

Added:
  monkeytype/
  monkeytype/repos/
  monkeytype/trunk/


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

2020-04-28 Thread Alexander Rødseth via arch-commits
Date: Tuesday, April 28, 2020 @ 22:37:24
  Author: arodseth
Revision: 622144

archrelease: copy trunk to community-x86_64

Added:
  distcc/repos/community-x86_64/PKGBUILD
(from rev 622143, distcc/trunk/PKGBUILD)
  distcc/repos/community-x86_64/distccd.conf.d
(from rev 622143, distcc/trunk/distccd.conf.d)
  distcc/repos/community-x86_64/distccd.service
(from rev 622143, distcc/trunk/distccd.service)
Deleted:
  distcc/repos/community-x86_64/PKGBUILD
  distcc/repos/community-x86_64/distccd.conf.d
  distcc/repos/community-x86_64/distccd.service

-+
 PKGBUILD|  155 +++---
 distccd.conf.d  |   18 +++---
 distccd.service |   24 
 3 files changed, 100 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 22:37:14 UTC (rev 622143)
+++ PKGBUILD2020-04-28 22:37:24 UTC (rev 622144)
@@ -1,76 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Judd Vinet 
-# Contributor: Giovanni Scafora 
-# Contributor: John 
-
-pkgname=distcc
-pkgver=3.3.3
-pkgrel=4
-pkgdesc='Distributed compilation service for C, C++ and Objective-C'
-arch=(x86_64)
-url='http://distcc.org'
-license=(GPL)
-depends=(avahi popt python)
-makedepends=(git gtk2 setconf)
-optdepends=('gtk2: for distccmon-gnome')
-backup=('etc/conf.d/distccd'
-'etc/distcc/hosts')
-source=("git+https://github.com/distcc/distcc#tag=v$pkgver;
-'distccd.conf.d'
-'distccd.service')
-sha256sums=('SKIP'
-'43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
-'6d46844f0bebd56541e1a233f9f02a51cc17885120e832bfb37711217403d32f')
-prepare() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
-  sed -i 's/ install-gnome-data//g' Makefile.in
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
---prefix=/usr \
---enable-rfc2553 \
---mandir=/usr/share/man \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-gtk
-  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
-}
-
-package() {
-  make -C "$pkgname" \
-DESTDIR="$pkgdir" \
-INCLUDESERVER_PYTHON=/usr/bin/python \
-install
-
-  # Configuration
-  install -Dm644 distccd.conf.d "$pkgdir/etc/conf.d/distccd"
-  install -Dm644 distccd.service \
-"$pkgdir/usr/lib/systemd/system/distccd.service"
-
-  # Desktop shortcut
-  install -Dm644 "$pkgname/gnome/distccmon-gnome-icon.png" \
-"$pkgdir/usr/share/pixmaps/distccmon-gnome-icon.png"
-  install -Dm644 "$pkgname/gnome/distccmon-gnome.desktop" \
-"$pkgdir/usr/share/applications/distccmon-gnome.desktop"
-
-  # Symlinks
-  _targets=(c++ c89 c99 cc clang clang++ cpp g++ gcc x86_64-pc-linux-gnu-g++
-x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc-9.2.0)
-  install -d "$pkgdir/usr/lib/$pkgname/bin"
-  for bin in "${_targets[@]}"; do
-# For whitelist since version 3.3, see FS#57978
-ln -sf "../../bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin"
-# Needed for makepkg to work
-ln -sf "../../../bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin"
-  done
-}
-
-# getver: distcc.org
-# vim: ts=2 sw=2 et:

Copied: distcc/repos/community-x86_64/PKGBUILD (from rev 622143, 
distcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 22:37:24 UTC (rev 622144)
@@ -0,0 +1,79 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Judd Vinet 
+# Contributor: Giovanni Scafora 
+# Contributor: John 
+
+pkgname=distcc
+pkgver=3.3.3
+pkgrel=5
+pkgdesc='Distributed compilation service for C, C++ and Objective-C'
+arch=(x86_64)
+url='https://github.com/distcc/distcc'
+license=(GPL)
+depends=(avahi popt python)
+makedepends=(git gtk2 setconf)
+optdepends=('gtk2: for distccmon-gnome')
+backup=('etc/conf.d/distccd'
+'etc/distcc/hosts')
+source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: 
v3.3.3
+'distccd.conf.d'
+'distccd.service')
+sha256sums=('SKIP'
+'43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
+'6d46844f0bebd56541e1a233f9f02a51cc17885120e832bfb37711217403d32f')
+prepare() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
+  sed -i 's/ install-gnome-data//g' Makefile.in
+
+  # FS#66418, support Python 3.9
+  find . -name "*.py" -type f -exec sed -i 
's/time.clock()/time.perf_counter()/g' {} \;
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+--prefix=/usr \
+--enable-rfc2553 \
+--mandir=/usr/share/man \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-gtk
+  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
+}
+
+package() {
+  make -C "$pkgname" \
+DESTDIR="$pkgdir" \
+

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

2020-04-28 Thread Alexander Rødseth via arch-commits
Date: Tuesday, April 28, 2020 @ 22:37:14
  Author: arodseth
Revision: 622143

FS#66418

Modified:
  distcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 22:22:22 UTC (rev 622142)
+++ PKGBUILD2020-04-28 22:37:14 UTC (rev 622143)
@@ -6,10 +6,10 @@
 
 pkgname=distcc
 pkgver=3.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Distributed compilation service for C, C++ and Objective-C'
 arch=(x86_64)
-url='http://distcc.org'
+url='https://github.com/distcc/distcc'
 license=(GPL)
 depends=(avahi popt python)
 makedepends=(git gtk2 setconf)
@@ -16,7 +16,7 @@
 optdepends=('gtk2: for distccmon-gnome')
 backup=('etc/conf.d/distccd'
 'etc/distcc/hosts')
-source=("git+https://github.com/distcc/distcc#tag=v$pkgver;
+source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: 
v3.3.3
 'distccd.conf.d'
 'distccd.service')
 sha256sums=('SKIP'
@@ -28,6 +28,9 @@
   ./autogen.sh
   setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
   sed -i 's/ install-gnome-data//g' Makefile.in
+
+  # FS#66418, support Python 3.9
+  find . -name "*.py" -type f -exec sed -i 
's/time.clock()/time.perf_counter()/g' {} \;
 }
 
 build() {


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

2020-04-28 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 28, 2020 @ 22:34:14
  Author: anatolik
Revision: 381801

upgpkg: qemu 5.0.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 17:52:19 UTC (rev 381800)
+++ PKGBUILD2020-04-28 22:34:14 UTC (rev 381801)
@@ -5,8 +5,8 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=4.2.0
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
@@ -18,7 +18,7 @@
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
 qemu-ga.service
 65-kvm.rules)
-sha512sums=('2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56'
+sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
 'SKIP'
 
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
 
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
@@ -42,7 +42,6 @@
 
   _build headless \
 --audio-drv-list= \
---disable-bluez \
 --disable-sdl \
 --disable-gtk \
 --disable-vte \


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

2020-04-28 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 28, 2020 @ 22:34:43
  Author: anatolik
Revision: 381802

archrelease: copy trunk to testing-x86_64

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

-+
 65-kvm.rules|1 
 PKGBUILD|  217 ++
 qemu-ga.service |9 ++
 qemu.install|8 +
 4 files changed, 235 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 381801, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2020-04-28 22:34:43 UTC (rev 381802)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 381801, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-28 22:34:43 UTC (rev 381802)
@@ -0,0 +1,217 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.0.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh)
+depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules)
+sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-jemalloc \
+--enable-slirp=system \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+  tidy_strip
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+  tidy_strip
+
+  # remove extra arch
+  for _bin in qemu-*; do
+[[ -f $_bin ]] || continue
+
+case ${_bin#qemu-} in
+  # guest agent
+  

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

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 22:22:18
  Author: anthraxx
Revision: 622141

upgpkg: smplayer 20.4.2-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 22:19:46 UTC (rev 622140)
+++ PKGBUILD2020-04-28 22:22:18 UTC (rev 622141)
@@ -5,13 +5,13 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=19.10.2
+pkgver=20.4.2
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='https://www.smplayer.info/'
 arch=('x86_64')
 license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
+depends=('glibc' 'qt5-script' 'qt5-base' 'mpv' 'libx11' 'zlib' 'gcc-libs' 
'hicolor-icon-theme')
 makedepends=('qt5-tools')
 optdepends=('smplayer-themes: icon themes collection'
 'smplayer-skins: skin themes collection'
@@ -19,8 +19,8 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('37ed9f9a051077b9bc1a68f06fd4ad37fdac2802f62c28fd177e91d97d094c44')
-sha512sums=('46327a1f988cfe8fe4e04f456057c2395f5ad011513988c1ffecf5c91cf2fdedbe8095cfba15f0f61c3e1cabc7f34b78d676bce430a79fcf542d74e14a33ec62')
+sha512sums=('03404c2e7ba00d257ab2db82fe837eb4ab314c2b32a262ad18e75b245d43f812533f7e4609a6fe335c5c2e370cfb5fac8f0b3b8917c33a22c5b84f0074039156')
+b2sums=('fe5f3ce279be478f93a71c521070e2564df331c56c6ac9410e0707101b7e662a16cbe65b439a194d253d3c4f49ce8e735eb19ad9a195e0e1f5d42461d3162925')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 22:22:22
  Author: anthraxx
Revision: 622142

archrelease: copy trunk to community-x86_64

Added:
  smplayer/repos/community-x86_64/PKGBUILD
(from rev 622141, smplayer/trunk/PKGBUILD)
Deleted:
  smplayer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 22:22:18 UTC (rev 622141)
+++ PKGBUILD2020-04-28 22:22:22 UTC (rev 622142)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=19.10.2
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='https://www.smplayer.info/'
-arch=('x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('37ed9f9a051077b9bc1a68f06fd4ad37fdac2802f62c28fd177e91d97d094c44')
-sha512sums=('46327a1f988cfe8fe4e04f456057c2395f5ad011513988c1ffecf5c91cf2fdedbe8095cfba15f0f61c3e1cabc7f34b78d676bce430a79fcf542d74e14a33ec62')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # make build reproducible, we compress ourselves
-  sed '/gzip -9/d' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
-CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-x86_64/PKGBUILD (from rev 622141, 
smplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 22:22:22 UTC (rev 622142)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=20.4.2
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='https://www.smplayer.info/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'qt5-script' 'qt5-base' 'mpv' 'libx11' 'zlib' 'gcc-libs' 
'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('03404c2e7ba00d257ab2db82fe837eb4ab314c2b32a262ad18e75b245d43f812533f7e4609a6fe335c5c2e370cfb5fac8f0b3b8917c33a22c5b84f0074039156')
+b2sums=('fe5f3ce279be478f93a71c521070e2564df331c56c6ac9410e0707101b7e662a16cbe65b439a194d253d3c4f49ce8e735eb19ad9a195e0e1f5d42461d3162925')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # make build reproducible, we compress ourselves
+  sed '/gzip -9/d' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
+CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 22:19:40
  Author: dvzrv
Revision: 622139

upgpkg: nfoview 1.28-1: Upgrading to 1.28.

Modified:
  nfoview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 22:10:46 UTC (rev 622138)
+++ PKGBUILD2020-04-28 22:19:40 UTC (rev 622139)
@@ -4,7 +4,7 @@
 # Contributor: VuDu 
 
 pkgname=nfoview
-pkgver=1.27.1
+pkgver=1.28
 pkgrel=1
 pkgdesc="Simple NFO file viewer in GTK+ 3"
 arch=('any')
@@ -31,7 +31,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  xvfb-run py.test -vvv "${pkgname}"
+  xvfb-run pytest -v "${pkgname}"
 }
 
 package() {


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 22:19:46
  Author: dvzrv
Revision: 622140

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 622139, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 622139, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/x-nfo.desktop

---+
 PKGBUILD  |  102 
 x-nfo.desktop |   14 +++
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 22:19:40 UTC (rev 622139)
+++ PKGBUILD2020-04-28 22:19:46 UTC (rev 622140)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Wes Brewer 
-# Contributor: VuDu 
-
-pkgname=nfoview
-pkgver=1.27.1
-pkgrel=1
-pkgdesc="Simple NFO file viewer in GTK+ 3"
-arch=('any')
-url="https://otsaloma.io/nfoview/;
-license=('GPL3')
-depends=('gtk3' 'python-gobject')
-checkdepends=('python-pytest' 'xorg-server-xvfb')
-makedepends=('git' 'python-setuptools')
-optdepends=('terminus-font: recommended font')
-source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed;
-'x-nfo.desktop')
-sha512sums=('SKIP'
-
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
-validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 

-
-prepare() {
-  mv -v "${pkgname}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run py.test -vvv "${pkgname}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}/"
-  # docs
-  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  install -vDm 644 "${srcdir}/x-nfo.desktop" \
--t "${pkgdir}/usr/share/mimelnk/text/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 622139, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 22:19:46 UTC (rev 622140)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Wes Brewer 
+# Contributor: VuDu 
+
+pkgname=nfoview
+pkgver=1.28
+pkgrel=1
+pkgdesc="Simple NFO file viewer in GTK+ 3"
+arch=('any')
+url="https://otsaloma.io/nfoview/;
+license=('GPL3')
+depends=('gtk3' 'python-gobject')
+checkdepends=('python-pytest' 'xorg-server-xvfb')
+makedepends=('git' 'python-setuptools')
+optdepends=('terminus-font: recommended font')
+source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed;
+'x-nfo.desktop')
+sha512sums=('SKIP'
+
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
+validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 

+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run pytest -v "${pkgname}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}/"
+  # docs
+  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  install -vDm 644 "${srcdir}/x-nfo.desktop" \
+-t "${pkgdir}/usr/share/mimelnk/text/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2020-04-28 22:19:40 UTC (rev 622139)
+++ x-nfo.desktop   2020-04-28 22:19:46 UTC (rev 622140)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 622139, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2020-04-28 22:19:46 UTC (rev 622140)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 22:10:46
  Author: dvzrv
Revision: 622138

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 22:10:38 UTC (rev 622137)
+++ PKGBUILD2020-04-28 22:10:46 UTC (rev 622138)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: eolianoe 
-
-_name=atomicwrites
-pkgbase=python-atomicwrites
-pkgname=('python-atomicwrites' 'python2-atomicwrites')
-pkgver=1.3.0
-pkgrel=3
-pkgdesc="Atomic file writes on POSIX"
-arch=('any')
-url="https://github.com/untitaker/python-atomicwrites;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('9b619b622f4509c2a41ad340f91bd6e74f238cf9a35f4662fa70f1f957a78069cb89f9bf16f8da70a597bc43a0c6c4fdea6afd0d157364a53a2fa5d8f4272a61')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-  py.test2
-}
-
-package_python-atomicwrites() {
-  depends=('python')
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-atomicwrites() {
-  depends=('python2')
-  cd "${_name}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-

Copied: python-atomicwrites/repos/community-any/PKGBUILD (from rev 622137, 
python-atomicwrites/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 22:10:46 UTC (rev 622138)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: eolianoe 
+
+_name=atomicwrites
+pkgbase=python-atomicwrites
+pkgname=('python-atomicwrites' 'python2-atomicwrites')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Atomic file writes on POSIX"
+arch=('any')
+url="https://github.com/untitaker/python-atomicwrites;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('493fd15174880917650643db1fe85e2703add730189c23fcff11ceb87175f546b9251050ade506d0b48300e0f2a39ee5a4dcd4da8cb3e27680fd05553d6662cb')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+  pytest2 -v
+}
+
+package_python-atomicwrites() {
+  depends=('python')
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-atomicwrites() {
+  depends=('python2')
+  cd "${_name}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 22:10:38
  Author: dvzrv
Revision: 622137

upgpkg: python-atomicwrites 1.4.0-1: Upgrading to 1.4.0.

Running pytest with verbose flag.
Updating maintainer info.

Modified:
  python-atomicwrites/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 22:07:16 UTC (rev 622136)
+++ PKGBUILD2020-04-28 22:10:38 UTC (rev 622137)
@@ -1,11 +1,11 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: eolianoe 
 
 _name=atomicwrites
 pkgbase=python-atomicwrites
 pkgname=('python-atomicwrites' 'python2-atomicwrites')
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Atomic file writes on POSIX"
 arch=('any')
 url="https://github.com/untitaker/python-atomicwrites;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('9b619b622f4509c2a41ad340f91bd6e74f238cf9a35f4662fa70f1f957a78069cb89f9bf16f8da70a597bc43a0c6c4fdea6afd0d157364a53a2fa5d8f4272a61')
+sha512sums=('493fd15174880917650643db1fe85e2703add730189c23fcff11ceb87175f546b9251050ade506d0b48300e0f2a39ee5a4dcd4da8cb3e27680fd05553d6662cb')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -23,9 +23,9 @@
 
 check() {
   cd "${_name}-${pkgver}"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-  py.test2
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+  pytest2 -v
 }
 
 package_python-atomicwrites() {
@@ -49,4 +49,3 @@
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-


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

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 22:07:11
  Author: anthraxx
Revision: 622135

upgpkg: python-eventlet 0.25.1-4

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 21:58:46 UTC (rev 622134)
+++ PKGBUILD2020-04-28 22:07:11 UTC (rev 622135)
@@ -1,56 +1,44 @@
 # Maintainer: Levente Polyak 
 
-pkgbase=python-eventlet
-pkgname=('python-eventlet' 'python2-eventlet')
+pkgname=python-eventlet
 _pyname=eventlet
 pkgver=0.25.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Highly concurrent networking library'
 url='https://eventlet.net'
 arch=('any')
 license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python-monotonic' 'python-dnspython'
- 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-monotonic' 'python2-dnspython' 'python2-subprocess32')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
-  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq')
+depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
+optdepends=(
+  'python-psycopg2: non-blocking PostgreSQL support'
+  'python-pyopenssl: non-blocking SSL support'
+  'python-httplib2: non-blocking HTTP support'
+  'python-pyzmq: non-blocking ZeroMQ support'
+  'python-dnspython: non-blocking DNS support'
+)
 options=('!makeflags')
 
source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
 
sha512sums=('ed3c1bfc17039c17730d4a8bb8ae3a3604b0210f3e6c326764fce748d7466a090b270c5dbc713aaf023681f33a80967adbe83f6280b61f5661a309a0bd43249a')
+b2sums=('55d776fff0bcf7bc82914b8e096b39c3ca5c34915ed20ec4fa1e6450c69184137a4cc09c62e1406f23e640c862f2cc3177b3ba7ef37f3ae8a5ebd3caa2a7')
 
 prepare() {
   sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
 }
 
 build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C doc text
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C doc text
-  )
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  make -C doc text
 }
 
 check() {
-  (cd ${_pyname}-${pkgver}
-nosetests -sv tests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2 -sv tests
-  )
+  cd ${_pyname}-${pkgver}
+  nosetests -sv tests
 }
 
-package_python-eventlet() {
-  depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
-  optdepends=('python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support')
-
+package() {
   cd ${_pyname}-${pkgver}
   python setup.py install --prefix=/usr --root="${pkgdir}" -O1
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
@@ -59,20 +47,4 @@
   cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
-package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet' 'python2-monotonic' 
'python2-dnspython' 'python2-subprocess32')
-  optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
-  'python2-pyopenssl: non-blocking SSL support'
-  'python2-httplib2: non-blocking HTTP support'
-  'python2-pyzmq: non-blocking ZeroMQ support'
-  'python2-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
 # vim: ts=2 sw=2 et:


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

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 22:07:16
  Author: anthraxx
Revision: 622136

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 22:07:11 UTC (rev 622135)
+++ PKGBUILD2020-04-28 22:07:16 UTC (rev 622136)
@@ -1,78 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-eventlet
-pkgname=('python-eventlet' 'python2-eventlet')
-_pyname=eventlet
-pkgver=0.25.1
-pkgrel=3
-pkgdesc='Highly concurrent networking library'
-url='https://eventlet.net'
-arch=('any')
-license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python-monotonic' 'python-dnspython'
- 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-monotonic' 'python2-dnspython' 'python2-subprocess32')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
-  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq')
-options=('!makeflags')
-source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('ed3c1bfc17039c17730d4a8bb8ae3a3604b0210f3e6c326764fce748d7466a090b270c5dbc713aaf023681f33a80967adbe83f6280b61f5661a309a0bd43249a')
-
-prepare() {
-  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C doc text
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C doc text
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-nosetests -sv tests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2 -sv tests
-  )
-}
-
-package_python-eventlet() {
-  depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
-  optdepends=('python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet' 'python2-monotonic' 
'python2-dnspython' 'python2-subprocess32')
-  optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
-  'python2-pyopenssl: non-blocking SSL support'
-  'python2-httplib2: non-blocking HTTP support'
-  'python2-pyzmq: non-blocking ZeroMQ support'
-  'python2-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 622135, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 22:07:16 UTC (rev 622136)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-eventlet
+_pyname=eventlet
+pkgver=0.25.1
+pkgrel=4
+pkgdesc='Highly concurrent networking library'
+url='https://eventlet.net'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
+optdepends=(
+  'python-psycopg2: non-blocking PostgreSQL support'
+  'python-pyopenssl: non-blocking SSL support'
+  'python-httplib2: non-blocking HTTP support'
+  'python-pyzmq: non-blocking ZeroMQ support'
+  'python-dnspython: non-blocking DNS support'
+)
+options=('!makeflags')
+source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)

[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 21:58:40
  Author: dvzrv
Revision: 622133

upgpkg: nextcloud-app-news 14.1.6-1: Upgrading to 14.1.6.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 21:26:12 UTC (rev 622132)
+++ PKGBUILD2020-04-28 21:58:40 UTC (rev 622133)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=14.1.4
+pkgver=14.1.6
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('436e3262547034bf8bce723b26bc0106ad986ce3530c57b770d1eced0db252a943079b2a47f7cc38e759e8d34f3bb28660627446532f6224fe6908d0cf5ea780')
+sha512sums=('c2c5bb117a5f98cb899fa497a7a25b3d2e3b234672ed0cbda9c7f7c29847a1682ce25431b78253137e624d581419fcabff2dc77db577274e24a0d731d6033c83')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 21:58:46
  Author: dvzrv
Revision: 622134

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 622133, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 21:58:40 UTC (rev 622133)
+++ PKGBUILD2020-04-28 21:58:46 UTC (rev 622134)
@@ -1,19 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=14.1.4
-pkgrel=1
-pkgdesc="An RSS/Atom feed aggregator"
-arch=('any')
-url="https://github.com/nextcloud/news;
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('436e3262547034bf8bce723b26bc0106ad986ce3530c57b770d1eced0db252a943079b2a47f7cc38e759e8d34f3bb28660627446532f6224fe6908d0cf5ea780')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 622133, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 21:58:46 UTC (rev 622134)
@@ -0,0 +1,19 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=14.1.6
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news;
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
+sha512sums=('c2c5bb117a5f98cb899fa497a7a25b3d2e3b234672ed0cbda9c7f7c29847a1682ce25431b78253137e624d581419fcabff2dc77db577274e24a0d731d6033c83')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


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

2020-04-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 28, 2020 @ 21:25:39
  Author: arojas
Revision: 622131

Update to 0.8.2

Modified:
  python-igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 21:22:51 UTC (rev 622130)
+++ PKGBUILD2020-04-28 21:25:39 UTC (rev 622131)
@@ -2,7 +2,7 @@
 # Contributor: Lukasz Pozarlik 
 
 pkgname=python-igraph
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 url="https://igraph.org/python/;
 license=(GPL)
@@ -11,7 +11,7 @@
 depends=(igraph python-texttable)
 makedepends=(python-setuptools)
 
source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('780fe30d2413fd1123215d7ef53b9d00abe47ae91912b188b5a5ed1aad528174')
+sha256sums=('4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72')
 
 build() {
   cd $pkgbase-$pkgver


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

2020-04-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 28, 2020 @ 21:26:12
  Author: arojas
Revision: 622132

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 21:25:39 UTC (rev 622131)
+++ PKGBUILD2020-04-28 21:26:12 UTC (rev 622132)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.8.1
-pkgrel=1
-url="https://igraph.org/python/;
-license=(GPL)
-arch=(x86_64)
-pkgdesc="Python bindings for the igraph library"
-depends=(igraph python-texttable)
-makedepends=(python-setuptools)
-source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('780fe30d2413fd1123215d7ef53b9d00abe47ae91912b188b5a5ed1aad528174')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 622131, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 21:26:12 UTC (rev 622132)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.8.2
+pkgrel=1
+url="https://igraph.org/python/;
+license=(GPL)
+arch=(x86_64)
+pkgdesc="Python bindings for the igraph library"
+depends=(igraph python-texttable)
+makedepends=(python-setuptools)
+source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-04-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 28, 2020 @ 21:22:51
  Author: arojas
Revision: 622130

archrelease: copy trunk to community-staging-x86_64

Added:
  igraph/repos/community-staging-x86_64/PKGBUILD
(from rev 622129, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 21:22:28 UTC (rev 622129)
+++ PKGBUILD2020-04-28 21:22:51 UTC (rev 622130)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fazlul Shahriar 
-# Contributor: Denis Zawada 
-
-pkgname=igraph
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(x86_64)
-url="https://igraph.org/c/;
-license=(GPL2)
-depends=(glpk arpack libxml2)
-source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('266e1bf9e81305b368fbaa2218a8416c51ae85ea164e3657c574dc3898ca7b71')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --with-external-blas \
-   --with-external-lapack \
-   --with-external-arpack \
-   --with-external-glpk
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: igraph/repos/community-staging-x86_64/PKGBUILD (from rev 622129, 
igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 21:22:51 UTC (rev 622130)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="https://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack libxml2)
+source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('718a471e7b8cbf02e3e8006153b7be6a22f85bb804283763a0016280e8a60e95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --with-external-blas \
+   --with-external-lapack \
+   --with-external-arpack \
+   --with-external-glpk
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 28, 2020 @ 21:22:28
  Author: arojas
Revision: 622129

ICU 67.1 rebuild

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 21:20:53 UTC (rev 622128)
+++ PKGBUILD2020-04-28 21:22:28 UTC (rev 622129)
@@ -4,7 +4,7 @@
 
 pkgname=igraph
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(x86_64)
 url="https://igraph.org/c/;


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

2020-04-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 28, 2020 @ 21:20:53
  Author: arojas
Revision: 622128

archrelease: copy trunk to community-x86_64

Added:
  igraph/repos/community-x86_64/PKGBUILD
(from rev 622127, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 21:20:17 UTC (rev 622127)
+++ PKGBUILD2020-04-28 21:20:53 UTC (rev 622128)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fazlul Shahriar 
-# Contributor: Denis Zawada 
-
-pkgname=igraph
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(x86_64)
-url="https://igraph.org/c/;
-license=(GPL2)
-depends=(glpk arpack libxml2)
-source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('266e1bf9e81305b368fbaa2218a8416c51ae85ea164e3657c574dc3898ca7b71')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --with-external-blas \
-   --with-external-lapack \
-   --with-external-arpack \
-   --with-external-glpk
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 622127, 
igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 21:20:53 UTC (rev 622128)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="https://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack libxml2)
+source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('718a471e7b8cbf02e3e8006153b7be6a22f85bb804283763a0016280e8a60e95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --with-external-blas \
+   --with-external-lapack \
+   --with-external-arpack \
+   --with-external-glpk
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 28, 2020 @ 21:20:17
  Author: arojas
Revision: 622127

Update to 0.8.2

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:46:20 UTC (rev 622126)
+++ PKGBUILD2020-04-28 21:20:17 UTC (rev 622127)
@@ -3,8 +3,8 @@
 # Contributor: Denis Zawada 
 
 pkgname=igraph
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(x86_64)
 url="https://igraph.org/c/;
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(glpk arpack libxml2)
 
source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('266e1bf9e81305b368fbaa2218a8416c51ae85ea164e3657c574dc3898ca7b71')
+sha256sums=('718a471e7b8cbf02e3e8006153b7be6a22f85bb804283763a0016280e8a60e95')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:46:20
  Author: wild
Revision: 622126

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 622125, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:46:14 UTC (rev 622125)
+++ PKGBUILD2020-04-28 20:46:20 UTC (rev 622126)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg optipng glibd)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
-sha256sums=('446dab57b69fe30de1753bacb3a79e15a1b79bf3e71c79dfc7aae0c400d965bb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 622125, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:46:20 UTC (rev 622126)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg optipng glibd)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('446dab57b69fe30de1753bacb3a79e15a1b79bf3e71c79dfc7aae0c400d965bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:46:14
  Author: wild
Revision: 622125

upgpkg: appstream-generator 0.8.1-3: Rebuilt against new ldc

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:55 UTC (rev 622124)
+++ PKGBUILD2020-04-28 20:46:14 UTC (rev 622125)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:08
  Author: wild
Revision: 622119

upgpkg: diet-ng 1.7.2-1: Updated to 1.7.2

Modified:
  diet-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:00 UTC (rev 622118)
+++ PKGBUILD2020-04-28 20:45:08 UTC (rev 622119)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=diet-ng
-pkgver=1.6.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('liblphobos')
 makedepends=('meson' 'ldc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6e71411c07d787cff8f09a7cda2e232058aecaa12ff0d3bc2b8b56f9dd5abacadc67f604d2c609fbe75d9b64ee820cc78036331223a962306e332e0427a46ba6')
+sha512sums=('e1d39790d9803c704c6a9069bf4a365d3fbafc0d0eed68fa5dac85f86e1b69e84146357d961ef5d3ce88230838d31dc081a692d72f77de1d1325e38f1186d474')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:55
  Author: wild
Revision: 622124

archrelease: copy trunk to community-x86_64

Added:
  d-containers/repos/community-x86_64/PKGBUILD
(from rev 622123, d-containers/trunk/PKGBUILD)
Deleted:
  d-containers/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:48 UTC (rev 622123)
+++ PKGBUILD2020-04-28 20:45:55 UTC (rev 622124)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-containers
-_pkgname=containers
-_pkgver=0.8.0-alpha.19
-pkgver=${_pkgver/-/}
-pkgrel=3
-pkgdesc='Containers for D backed by std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/containers'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'd-stdx-allocator')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha512sums=('ef415e2bf7829e05c458cee0e41b6fc5768805a8dee332fb6a01a72e1e723f240f183cd1fd5ed74848cc4ea860b0746dca1c5dee13d37f819f0025da99098c4a')
-
-build() {
-  mkdir -p $_pkgname-$_pkgver/build
-  cd $_pkgname-$_pkgver/build
-
-  # Force build with LDC
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$_pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$_pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-containers/repos/community-x86_64/PKGBUILD (from rev 622123, 
d-containers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:45:55 UTC (rev 622124)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-containers
+_pkgname=containers
+_pkgver=0.8.0-alpha.19
+pkgver=${_pkgver/-/}
+pkgrel=4
+pkgdesc='Containers for D backed by std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/containers'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('meson' 'ldc' 'd-stdx-allocator')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
+sha512sums=('ef415e2bf7829e05c458cee0e41b6fc5768805a8dee332fb6a01a72e1e723f240f183cd1fd5ed74848cc4ea860b0746dca1c5dee13d37f819f0025da99098c4a')
+
+build() {
+  mkdir -p $_pkgname-$_pkgver/build
+  cd $_pkgname-$_pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$_pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$_pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:16
  Author: wild
Revision: 622120

archrelease: copy trunk to community-x86_64

Added:
  diet-ng/repos/community-x86_64/PKGBUILD
(from rev 622119, diet-ng/trunk/PKGBUILD)
Deleted:
  diet-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:08 UTC (rev 622119)
+++ PKGBUILD2020-04-28 20:45:16 UTC (rev 622120)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=diet-ng
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
-arch=('x86_64')
-url='https://github.com/rejectedsoftware/diet-ng'
-license=('MIT')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6e71411c07d787cff8f09a7cda2e232058aecaa12ff0d3bc2b8b56f9dd5abacadc67f604d2c609fbe75d9b64ee820cc78036331223a962306e332e0427a46ba6')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: diet-ng/repos/community-x86_64/PKGBUILD (from rev 622119, 
diet-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:45:16 UTC (rev 622120)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=diet-ng
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('e1d39790d9803c704c6a9069bf4a365d3fbafc0d0eed68fa5dac85f86e1b69e84146357d961ef5d3ce88230838d31dc081a692d72f77de1d1325e38f1186d474')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:36
  Author: wild
Revision: 622122

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 622121, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:30 UTC (rev 622121)
+++ PKGBUILD2020-04-28 20:45:36 UTC (rev 622122)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=3
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 622121, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:45:36 UTC (rev 622122)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=4
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:30
  Author: wild
Revision: 622121

upgpkg: vibe-d 0.8.6-4: Rebuilt against new ldc

Modified:
  vibe-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:16 UTC (rev 622120)
+++ PKGBUILD2020-04-28 20:45:30 UTC (rev 622121)
@@ -3,7 +3,7 @@
 pkgname=vibe-d
 _pkgname=vibe.d
 pkgver=0.8.6
-pkgrel=3
+pkgrel=4
 pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
 arch=('x86_64')
 url='https://vibed.org'


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:48
  Author: wild
Revision: 622123

upgpkg: d-containers 0.8.0alpha.19-4: Rebuilt against new ldc

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:36 UTC (rev 622122)
+++ PKGBUILD2020-04-28 20:45:48 UTC (rev 622123)
@@ -4,7 +4,7 @@
 _pkgname=containers
 _pkgver=0.8.0-alpha.19
 pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=4
 pkgdesc='Containers for D backed by std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/containers'


[arch-commits] Commit in d-mir-core/trunk (PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:44:18
  Author: wild
Revision: 622114

upgpkg: d-mir-core 1.1.3-1: Updated to 1.1.3

Modified:
  d-mir-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:44:02 UTC (rev 622113)
+++ PKGBUILD2020-04-28 20:44:18 UTC (rev 622114)
@@ -2,7 +2,7 @@
 
 _pkgname=mir-core
 pkgname=d-$_pkgname
-pkgver=1.1.0
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='Base software building blocks and conventions for libmir'
 arch=('x86_64')
@@ -11,15 +11,13 @@
 depends=('liblphobos')
 makedepends=('meson' 'ldc')
 source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('86695f0c5be38027d12bfc619e51bc091b7e2357f871a428ad4ad9060f80d8e4e44613303103e3753ab6178330ac9ea126dd86ffb19e3b6f3ea97cba8f12eb3a')
+sha512sums=('a610e826371484b212f5d7c85a8354c39357d178b142806649b9297121b231021737168cac6ea30ad0ecbbcb25d1545504b4c6ce060dddbecdb83c65000e5895')
 
 prepare() {
   cd $_pkgname-$pkgver
 
   # Fix version in buildfile
-  sed -i "s/1.0.2/$pkgver/" meson.build
-  # Fix soname
-  sed -i "s/dc.get_id() == 'llvm'/false/" meson.build
+  sed -i "s/1.1.1/$pkgver/" meson.build
 }
 
 build() {


[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:44:42
  Author: wild
Revision: 622116

upgpkg: d-stdx-allocator 3.0.2-10: Rebuilt against new ldc

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:44:25 UTC (rev 622115)
+++ PKGBUILD2020-04-28 20:44:42 UTC (rev 622116)
@@ -3,7 +3,7 @@
 pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
 pkgver=3.0.2
-pkgrel=9
+pkgrel=10
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'


[arch-commits] Commit in d-stdx-allocator/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:44:49
  Author: wild
Revision: 622117

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
(from rev 622116, d-stdx-allocator/trunk/PKGBUILD)
Deleted:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:44:42 UTC (rev 622116)
+++ PKGBUILD2020-04-28 20:44:49 UTC (rev 622117)
@@ -1,46 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-stdx-allocator
-_pkgname=stdx-allocator
-pkgver=3.0.2
-pkgrel=9
-pkgdesc='Extracted std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/stdx-allocator'
-license=('Boost')
-depends=('liblphobos' 'd-mir-core')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-
"add-dependency.patch::https://github.com/dlang-community/stdx-allocator/commit/676b4c782ba9c484864075508c27ef44399396f7.patch;)
-sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be'
-
'13d52d3bb4d90e7b5fb3163f1761c20a57a59be1306ac665fea0eb9331864821d77e790f8ca6027b1936a6930085d2ccca7a1d49d4bd139a939e2c58f03bd47a')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 < ../add-dependency.patch
-}
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-stdx-allocator/repos/community-x86_64/PKGBUILD (from rev 622116, 
d-stdx-allocator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:44:49 UTC (rev 622117)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-stdx-allocator
+_pkgname=stdx-allocator
+pkgver=3.0.2
+pkgrel=10
+pkgdesc='Extracted std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/stdx-allocator'
+license=('Boost')
+depends=('liblphobos' 'd-mir-core')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"add-dependency.patch::https://github.com/dlang-community/stdx-allocator/commit/676b4c782ba9c484864075508c27ef44399396f7.patch;)
+sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be'
+
'13d52d3bb4d90e7b5fb3163f1761c20a57a59be1306ac665fea0eb9331864821d77e790f8ca6027b1936a6930085d2ccca7a1d49d4bd139a939e2c58f03bd47a')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < ../add-dependency.patch
+}
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in d-mir-core/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:44:25
  Author: wild
Revision: 622115

archrelease: copy trunk to community-x86_64

Added:
  d-mir-core/repos/community-x86_64/PKGBUILD
(from rev 622114, d-mir-core/trunk/PKGBUILD)
Deleted:
  d-mir-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:44:18 UTC (rev 622114)
+++ PKGBUILD2020-04-28 20:44:25 UTC (rev 622115)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=mir-core
-pkgname=d-$_pkgname
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Base software building blocks and conventions for libmir'
-arch=('x86_64')
-url='https://github.com/libmir/mir-core'
-license=('custom:BSL')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('86695f0c5be38027d12bfc619e51bc091b7e2357f871a428ad4ad9060f80d8e4e44613303103e3753ab6178330ac9ea126dd86ffb19e3b6f3ea97cba8f12eb3a')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Fix version in buildfile
-  sed -i "s/1.0.2/$pkgver/" meson.build
-  # Fix soname
-  sed -i "s/dc.get_id() == 'llvm'/false/" meson.build
-}
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: d-mir-core/repos/community-x86_64/PKGBUILD (from rev 622114, 
d-mir-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:44:25 UTC (rev 622115)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=mir-core
+pkgname=d-$_pkgname
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Base software building blocks and conventions for libmir'
+arch=('x86_64')
+url='https://github.com/libmir/mir-core'
+license=('custom:BSL')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('a610e826371484b212f5d7c85a8354c39357d178b142806649b9297121b231021737168cac6ea30ad0ecbbcb25d1545504b4c6ce060dddbecdb83c65000e5895')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Fix version in buildfile
+  sed -i "s/1.1.1/$pkgver/" meson.build
+}
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:43:37
  Author: wild
Revision: 622111

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 622110, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:43:30 UTC (rev 622110)
+++ PKGBUILD2020-04-28 20:43:37 UTC (rev 622111)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Create D bindings from GObject introspection files'
-arch=('x86_64')
-url='https://github.com/gtkd-developers/gir-to-d'
-license=('LGPL3')
-depends=('gcc-libs' 'liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced41477d1bcf5aad1cbe2bc15049f1ec52666c16a9da')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 622110, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:43:37 UTC (rev 622111)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.21.0
+pkgrel=2
+pkgdesc='Create D bindings from GObject introspection files'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/gir-to-d'
+license=('LGPL3')
+depends=('gcc-libs' 'liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced41477d1bcf5aad1cbe2bc15049f1ec52666c16a9da')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:44:02
  Author: wild
Revision: 622113

archrelease: copy trunk to community-x86_64

Added:
  glibd/repos/community-x86_64/PKGBUILD
(from rev 622112, glibd/trunk/PKGBUILD)
Deleted:
  glibd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:43:55 UTC (rev 622112)
+++ PKGBUILD2020-04-28 20:44:02 UTC (rev 622113)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Antonio Rojas 
-
-pkgname=glibd
-_pkgname=GlibD
-pkgver=2.1.0
-pkgrel=7
-pkgdesc='D bindings for the GLib C Utility Library'
-arch=('x86_64')
-url='https://github.com/gtkd-developers/GlibD'
-license=('LGPL3')
-depends=('glib2' 'liblphobos')
-makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('2e00933e666f213ef5e38d3df5695966a76cdac067603e39d09f7ac8a5a4cab48ea498044de1d9daa2920609b7f8d6d5c090a666a6507a563bb896be2cc8c32f')
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  # Force build with LDC
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: glibd/repos/community-x86_64/PKGBUILD (from rev 622112, 
glibd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:44:02 UTC (rev 622113)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Antonio Rojas 
+
+pkgname=glibd
+_pkgname=GlibD
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='D bindings for the GLib C Utility Library'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/GlibD'
+license=('LGPL3')
+depends=('glib2' 'liblphobos')
+makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c39af9a13fb3cb352e726f61e2a79e659ec18a0fefb7aaaefd9c6341cb8f4288c9072ed20e237d0723b2c2dbb08aec725c396e981ea5957532d5ba80704cfb28')
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:43:30
  Author: wild
Revision: 622110

upgpkg: gir-to-d 0.21.0-2: Rebuilt against new ldc

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:43:03 UTC (rev 622109)
+++ PKGBUILD2020-04-28 20:43:30 UTC (rev 622110)
@@ -2,7 +2,7 @@
 
 pkgname=gir-to-d
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Create D bindings from GObject introspection files'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/gir-to-d'


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:43:55
  Author: wild
Revision: 622112

upgpkg: glibd 2.2.0-1: Updated to 2.2.0

Modified:
  glibd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:43:37 UTC (rev 622111)
+++ PKGBUILD2020-04-28 20:43:55 UTC (rev 622112)
@@ -3,8 +3,8 @@
 
 pkgname=glibd
 _pkgname=GlibD
-pkgver=2.1.0
-pkgrel=7
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='D bindings for the GLib C Utility Library'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/GlibD'
@@ -12,7 +12,7 @@
 depends=('glib2' 'liblphobos')
 makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('2e00933e666f213ef5e38d3df5695966a76cdac067603e39d09f7ac8a5a4cab48ea498044de1d9daa2920609b7f8d6d5c090a666a6507a563bb896be2cc8c32f')
+sha512sums=('c39af9a13fb3cb352e726f61e2a79e659ec18a0fefb7aaaefd9c6341cb8f4288c9072ed20e237d0723b2c2dbb08aec725c396e981ea5957532d5ba80704cfb28')
 
 build() {
   mkdir -p $_pkgname-$pkgver/build


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:42:57
  Author: wild
Revision: 622108

upgpkg: mustache-d 0.1.4-4: Rebuilt against new ldc

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:42:45 UTC (rev 622107)
+++ PKGBUILD2020-04-28 20:42:57 UTC (rev 622108)
@@ -2,7 +2,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:42:45
  Author: wild
Revision: 622107

archrelease: copy trunk to community-x86_64

Added:
  tilix/repos/community-x86_64/PKGBUILD
(from rev 622106, tilix/trunk/PKGBUILD)
Deleted:
  tilix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:42:39 UTC (rev 622106)
+++ PKGBUILD2020-04-28 20:42:45 UTC (rev 622107)
@@ -1,46 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: dsboger 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=tilix
-pkgver=1.9.3
-pkgrel=7
-pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
-arch=('x86_64')
-url="https://github.com/gnunn1/tilix;
-license=('MPL')
-depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('ldc' 'po4a')
-optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
-'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-
"Avoid_calling_values_on_a_shared_object.patch::https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3.patch;)
-sha256sums=('f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de'
-'29bbdb44fa026af00d82230376a0c18e4947d7c7cfbe1838a6cbb81733f6ba0a')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# Fixes compilation: 
https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3
-patch -p1 < "$srcdir"/Avoid_calling_values_on_a_shared_object.patch
-
-./autogen.sh
-}
-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
---prefix=/usr \
-PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
-DC='ldmd' \
-DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}
-

Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 622106, 
tilix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:42:45 UTC (rev 622107)
@@ -0,0 +1,46 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: dsboger 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=tilix
+pkgver=1.9.3
+pkgrel=8
+pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
+arch=('x86_64')
+url="https://github.com/gnunn1/tilix;
+license=('MPL')
+depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('ldc' 'po4a')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+
"Avoid_calling_values_on_a_shared_object.patch::https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3.patch;)
+sha256sums=('f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de'
+'29bbdb44fa026af00d82230376a0c18e4947d7c7cfbe1838a6cbb81733f6ba0a')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# Fixes compilation: 
https://github.com/gnunn1/tilix/commit/ce11b0bd936fe8fee9c5ac7025ea5864b99ed7d3
+patch -p1 < "$srcdir"/Avoid_calling_values_on_a_shared_object.patch
+
+./autogen.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+--prefix=/usr \
+PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
+DC='ldmd' \
+DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}
+


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:42:39
  Author: wild
Revision: 622106

upgpkg: tilix 1.9.3-8: Rebuilt against new ldc

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:41:57 UTC (rev 622105)
+++ PKGBUILD2020-04-28 20:42:39 UTC (rev 622106)
@@ -5,7 +5,7 @@
 
 pkgname=tilix
 pkgver=1.9.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix;


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:43:03
  Author: wild
Revision: 622109

archrelease: copy trunk to community-x86_64

Added:
  mustache-d/repos/community-x86_64/PKGBUILD
(from rev 622108, mustache-d/trunk/PKGBUILD)
Deleted:
  mustache-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:42:57 UTC (rev 622108)
+++ PKGBUILD2020-04-28 20:43:03 UTC (rev 622109)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mustache-d
-pkgver=0.1.4
-pkgrel=3
-pkgdesc='Moustache template engine for D'
-arch=('x86_64')
-url='https://github.com/repeatedly/mustache-d'
-license=('Boost')
-makedepends=('meson' 'ldc' 'liblphobos')
-source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
-sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  # Build with LDC
-  export DC=ldc
-
-  arch-meson ../$pkgname-$pkgver
-
-  ninja
-}
-
-package() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: mustache-d/repos/community-x86_64/PKGBUILD (from rev 622108, 
mustache-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:43:03 UTC (rev 622109)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mustache-d
+pkgver=0.1.4
+pkgrel=4
+pkgdesc='Moustache template engine for D'
+arch=('x86_64')
+url='https://github.com/repeatedly/mustache-d'
+license=('Boost')
+makedepends=('meson' 'ldc' 'liblphobos')
+source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
+sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  # Build with LDC
+  export DC=ldc
+
+  arch-meson ../$pkgname-$pkgver
+
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:40:47
  Author: wild
Revision: 622101

archrelease: copy trunk to community-x86_64

Added:
  dfmt/repos/community-x86_64/PKGBUILD
(from rev 622100, dfmt/trunk/PKGBUILD)
Deleted:
  dfmt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:40:39 UTC (rev 622100)
+++ PKGBUILD2020-04-28 20:40:47 UTC (rev 622101)
@@ -1,53 +0,0 @@
-# Maintainer: Dan Printzell 
-
-pkgname=('dfmt')
-pkgver=0.11.0
-pkgrel=2
-_pkgcommit=a4d4d94a50a19b903408825055427c44996811a0
-pkgdesc="Dfmt is a formatter for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/dfmt;
-license=("custom")
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/sociomantic-tsunami/makd;
-   "git+https://github.com/sociomantic-tsunami/beaver;
-   "git+https://github.com/dlang-community/stdx-allocator;
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-   cd "$srcdir/dfmt"
-
-   git submodule init
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.makd.url "$srcdir/makd"
-   git config submodule.beaver.url "$srcdir/beaver"
-   git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-   git submodule update
-
-   _extraFlags="-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\""
-   sed -i "/LDC_FLAGS \:=/ a override LDC_FLAGS += $_extraFlags" makefile
-}
-
-build() {
-   cd "$srcdir/dfmt"
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
-
-   # license
-   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dfmt/repos/community-x86_64/PKGBUILD (from rev 622100, 
dfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:40:47 UTC (rev 622101)
@@ -0,0 +1,53 @@
+# Maintainer: Dan Printzell 
+
+pkgname=('dfmt')
+pkgver=0.12.0
+pkgrel=1
+_pkgcommit=09caf255e537ea832a87c9aeb7ec4ed38d751300
+pkgdesc="Dfmt is a formatter for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/dfmt;
+license=("custom")
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/sociomantic-tsunami/makd;
+   "git+https://github.com/sociomantic-tsunami/beaver;
+   "git+https://github.com/dlang-community/stdx-allocator;
+)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+   cd "$srcdir/dfmt"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.makd.url "$srcdir/makd"
+   git config submodule.beaver.url "$srcdir/beaver"
+   git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
+   git submodule update
+
+   _extraFlags="-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\""
+   sed -i "/LDC_FLAGS \:=/ a override LDC_FLAGS += $_extraFlags" makefile
+}
+
+build() {
+   cd "$srcdir/dfmt"
+   make ldc
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+   # license
+   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:41:57
  Author: wild
Revision: 622105

archrelease: copy trunk to community-x86_64

Added:
  gtkd/repos/community-x86_64/PKGBUILD
(from rev 622104, gtkd/trunk/PKGBUILD)
Deleted:
  gtkd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:41:51 UTC (rev 622104)
+++ PKGBUILD2020-04-28 20:41:57 UTC (rev 622105)
@@ -1,55 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Severen Redwood 
-# Contributor: Robert Welin 
-# Contributorr: dsboger 
-
-pkgname=gtkd
-pkgver=3.9.0
-pkgrel=6
-pkgdesc='D bindings for GTK+ and related libraries.'
-arch=('x86_64')
-url='https://gtkd.org'
-license=('LGPL')
-depends=('liblphobos' 'gtk3')
-makedepends=('ldc')
-optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
-source=("GtkD-$pkgver.tar.gz::https://github.com/gtkd-developers/GtkD/archive/v$pkgver.tar.gz;
-
'https://github.com/FFY00/GtkD/commit/5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch')
-sha512sums=('ea83322933958fa62883bc5f9d9c37fca78c369f6567b4fd62bd39d5d41b7caaab186752a836904b70c1dd70370d683bf35ae3e9201cac12410356ad4c020b90'
-
'6de0e734362f12036c54373b096806ef3aca073ec76c1e6d8245a4642a32a4c6ac4eb5a477055a15064176b61636069e74f2b83c968a87cfc3bcabbc943886c3')
-
-prepare() {
-cd GtkD-$pkgver
-
-# https://github.com/gtkd-developers/GtkD/pull/273
-# makefile: fix install path for pkconfig files
-patch -p1 < ../5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch
-}
-
-build() {
-cd GtkD-$pkgver
-
-make \
-   DC='ldc' \
-   LDFLAGS="-L=\"$LDFLAGS\"" \
-   libdir='lib/' \
-shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
-}
-
-check() {
-cd GtkD-$pkgver
-
-make LDFLAGS='' test
-}
-
-package() {
-cd GtkD-$pkgver
-
-make \
-   prefix='/usr' \
-   libdir='lib/' \
-   DESTDIR="$pkgdir" \
-   install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
-}
-

Copied: gtkd/repos/community-x86_64/PKGBUILD (from rev 622104, 
gtkd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:41:57 UTC (rev 622105)
@@ -0,0 +1,55 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Severen Redwood 
+# Contributor: Robert Welin 
+# Contributorr: dsboger 
+
+pkgname=gtkd
+pkgver=3.9.0
+pkgrel=7
+pkgdesc='D bindings for GTK+ and related libraries.'
+arch=('x86_64')
+url='https://gtkd.org'
+license=('LGPL')
+depends=('liblphobos' 'gtk3')
+makedepends=('ldc')
+optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
+source=("GtkD-$pkgver.tar.gz::https://github.com/gtkd-developers/GtkD/archive/v$pkgver.tar.gz;
+
'https://github.com/FFY00/GtkD/commit/5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch')
+sha512sums=('ea83322933958fa62883bc5f9d9c37fca78c369f6567b4fd62bd39d5d41b7caaab186752a836904b70c1dd70370d683bf35ae3e9201cac12410356ad4c020b90'
+
'6de0e734362f12036c54373b096806ef3aca073ec76c1e6d8245a4642a32a4c6ac4eb5a477055a15064176b61636069e74f2b83c968a87cfc3bcabbc943886c3')
+
+prepare() {
+cd GtkD-$pkgver
+
+# https://github.com/gtkd-developers/GtkD/pull/273
+# makefile: fix install path for pkconfig files
+patch -p1 < ../5a3aabfc7e253eef7ce727a47c3ea0801776a472.patch
+}
+
+build() {
+cd GtkD-$pkgver
+
+make \
+   DC='ldc' \
+   LDFLAGS="-L=\"$LDFLAGS\"" \
+   libdir='lib/' \
+shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
+}
+
+check() {
+cd GtkD-$pkgver
+
+make LDFLAGS='' test
+}
+
+package() {
+cd GtkD-$pkgver
+
+make \
+   prefix='/usr' \
+   libdir='lib/' \
+   DESTDIR="$pkgdir" \
+   install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
+}
+


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:41:51
  Author: wild
Revision: 622104

upgpkg: gtkd 3.9.0-7: Rebuilt against new ldc

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:41:27 UTC (rev 622103)
+++ PKGBUILD2020-04-28 20:41:51 UTC (rev 622104)
@@ -6,7 +6,7 @@
 
 pkgname=gtkd
 pkgver=3.9.0
-pkgrel=6
+pkgrel=7
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='https://gtkd.org'


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:41:20
  Author: wild
Revision: 622102

upgpkg: adrdox 2.1.0-1: Updated to 2.1.0

Modified:
  adrdox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:40:47 UTC (rev 622101)
+++ PKGBUILD2020-04-28 20:41:20 UTC (rev 622102)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=adrdox
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Documentation generator for D'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('liblphobos')
 makedepends=('ldc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('440f0b974986eaf03ddac6d89794dda761386c4a74f7e39022536b2168898717177048edb56c20340effa1629bbc8c823f8550446ee5881fe618e18ccefdc18d')
+sha512sums=('ddbfed5a43215b31e6a8cc7f6a24af8771ef7de14cfc10ac424f74e63eba692525736aa8f3164ada71ec9115a605afc30f8fd992d5f504ec24184792272c58e0')
 
 prepare() {
 cd $pkgname-$pkgver


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:41:27
  Author: wild
Revision: 622103

archrelease: copy trunk to community-x86_64

Added:
  adrdox/repos/community-x86_64/PKGBUILD
(from rev 622102, adrdox/trunk/PKGBUILD)
Deleted:
  adrdox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:41:20 UTC (rev 622102)
+++ PKGBUILD2020-04-28 20:41:27 UTC (rev 622103)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=adrdox
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Documentation generator for D'
-arch=('x86_64')
-url='https://github.com/adamdruppe/adrdox'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('440f0b974986eaf03ddac6d89794dda761386c4a74f7e39022536b2168898717177048edb56c20340effa1629bbc8c823f8550446ee5881fe618e18ccefdc18d')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -i "s/-g/-g -L=\"$LDFLAGS\"/g" Makefile
-}
-
-build() {
-cd $pkgname-$pkgver
-
-make ldc
-}
-
-package() {
-cd $pkgname-$pkgver
-
-install -Dm 755 $pkgname.main "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: adrdox/repos/community-x86_64/PKGBUILD (from rev 622102, 
adrdox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:41:27 UTC (rev 622103)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=adrdox
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Documentation generator for D'
+arch=('x86_64')
+url='https://github.com/adamdruppe/adrdox'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ddbfed5a43215b31e6a8cc7f6a24af8771ef7de14cfc10ac424f74e63eba692525736aa8f3164ada71ec9115a605afc30f8fd992d5f504ec24184792272c58e0')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i "s/-g/-g -L=\"$LDFLAGS\"/g" Makefile
+}
+
+build() {
+cd $pkgname-$pkgver
+
+make ldc
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -Dm 755 $pkgname.main "$pkgdir"/usr/bin/$pkgname
+}
+


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:40:10
  Author: wild
Revision: 622099

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/PKGBUILD
(from rev 622098, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:40:03 UTC (rev 622098)
+++ PKGBUILD2020-04-28 20:40:10 UTC (rev 622099)
@@ -1,40 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-
-pkgname=dub
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-groups=('dlang')
-makedepends=('ldc')
-depends=('liblphobos' 'curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('4ad750ab8b968005d1510f1ab6125d8167c67e1d2374b0f7df4d3624139430fedfa45d88b0ded64577981e0ffd863554eb4ee2b736eb22354d5ace4b0da589a8')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   echo Generating version file...
-   echo "module dub.version_;" > source/dub/version_.d
-   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
-
-   ldmd2 -ofbin/dub -release -O5 -version=DubUseCurl -Isource -L-lcurl 
-L="$LDFLAGS" -release -flto=full -linker=gold -link-defaultlib-shared=false 
-L--build-id @build-files.txt
-}
-
-package() {
-   # binaries
-   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
-   # license
-   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # bash, fish and zsh completion
-   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-   install -Dm644 "$pkgname-$pkgver/scripts/fish-completion/dub.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/dub.fish"
-   install -Dm644 "$pkgname-$pkgver/scripts/zsh-completion/_dub" 
"$pkgdir/usr/share/zsh/site-functions/_dub"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 622098, 
dub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:40:10 UTC (rev 622099)
@@ -0,0 +1,40 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=dub
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+groups=('dlang')
+makedepends=('ldc')
+depends=('liblphobos' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
+sha512sums=('9509c5272f72811ddedb840379dc474abc2328b1863464dcc1cba1c4a017f7409c206d38366e68c5e37c602a380c50189d5fe300664015d16e3629aa57e48afb')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   ldmd2 -ofbin/dub -release -O5 -version=DubUseCurl -Isource -L-lcurl 
-L="$LDFLAGS" -release -flto=full -linker=gold -link-defaultlib-shared=false 
-L--build-id @build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash, fish and zsh completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+   install -Dm644 "$pkgname-$pkgver/scripts/fish-completion/dub.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/dub.fish"
+   install -Dm644 "$pkgname-$pkgver/scripts/zsh-completion/_dub" 
"$pkgdir/usr/share/zsh/site-functions/_dub"
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:40:39
  Author: wild
Revision: 622100

upgpkg: dfmt 0.12.0-1: Updated to 0.12.0

Modified:
  dfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:40:10 UTC (rev 622099)
+++ PKGBUILD2020-04-28 20:40:39 UTC (rev 622100)
@@ -1,9 +1,9 @@
 # Maintainer: Dan Printzell 
 
 pkgname=('dfmt')
-pkgver=0.11.0
-pkgrel=2
-_pkgcommit=a4d4d94a50a19b903408825055427c44996811a0
+pkgver=0.12.0
+pkgrel=1
+_pkgcommit=09caf255e537ea832a87c9aeb7ec4ed38d751300
 pkgdesc="Dfmt is a formatter for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/dfmt;


[arch-commits] Commit in ir.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 20:39:20
  Author: dvzrv
Revision: 622097

archrelease: copy trunk to community-x86_64

Added:
  ir.lv2/repos/community-x86_64/PKGBUILD
(from rev 622096, ir.lv2/trunk/PKGBUILD)
Deleted:
  ir.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:39:14 UTC (rev 622096)
+++ PKGBUILD2020-04-28 20:39:20 UTC (rev 622097)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=ir.lv2
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="No-latency/low-latency, realtime, high performance signal convolver 
for reverb effects"
-arch=('x86_64')
-url="https://tomszilagyi.github.io/plugins/ir.lv2/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gtk2' 'libsamplerate' 'zita-convolver')
-makedepends=('lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ir.lv2/repos/community-x86_64/PKGBUILD (from rev 622096, 
ir.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:39:20 UTC (rev 622097)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+pkgname=ir.lv2
+pkgver=1.3.4
+pkgrel=2
+pkgdesc="No-latency/low-latency, realtime, high performance signal convolver 
for reverb effects"
+arch=('x86_64')
+url="https://tomszilagyi.github.io/plugins/ir.lv2/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc')
+makedepends=('glib2' 'gtk2' 'lv2' 'libsamplerate' 'libsndfile' 
'zita-convolver')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-1.3.4-lv2-1.18.0.patch::https://github.com/tomszilagyi/ir.lv2/pull/20/commits/001904135bafa8931e4cf67402e0fa332feb857d.patch;)
+sha512sums=('6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c'
+
'a1f4279df4ae916658249a4634b707f64982c0dc3baea7753e87f56bec3d4f26dd2bc4cf00db904ee054402a59986678478d810730b55bf50455749312af1b13')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "../${pkgname}-1.3.4-lv2-1.18.0.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -Mpack -I . "http://tomszilagyi.github.io/plugins/lv2/ir; || echo 
"Known to fail: https://github.com/tomszilagyi/ir.lv2/issues/21;
+}
+
+package() {
+  depends+=('libgdk-x11-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so'
+  'libgtk-x11-2.0.so' 'libsamplerate.so' 'libsndfile.so'
+  'libzita-convolver.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:39:14
  Author: wild
Revision: 622096

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 622095, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 622095, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 622095, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  271 +++---
 dmd-doc.desktop |   14 +-
 dmd.conf|   10 -
 3 files changed, 148 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:39:06 UTC (rev 622095)
+++ PKGBUILD2020-04-28 20:39:14 UTC (rev 622096)
@@ -1,135 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc='D programming language compiler and standard library'
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.091.0
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url='https://www.dlang.org'
-makedepends=('git' 'ldc')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-'dmd.conf'
-'dmd-doc.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'6e4bd4ee73a553921cdca7e3e21768b842b18186d07c0b4898fbd13a359875c0'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')
-validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-
-# Make sure the version is not -dirty
-sed -i "s/\.git/.nope/" "$srcdir"/dmd/src/build.d
-
-# Add $LDFLAGS and $CXXFLAGS to the compilation
-# '-link-defaultlib-shared=false' statically links dmd to liblphobos
-_dflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ -L=/g")
-sed -i "s/--called-from-make/& CXXFLAGS=\"$CXXFLAGS\" 
DFLAGS='-link-defaultlib-shared=false $(echo -ne $LDFLAGS | cut -d\" -f2 | tail 
-c+4 | sed "s/,/ -L=/g") -flto=full'/" "$srcdir"/dmd/src/posix.mak
-}
-
-build() {
-cd "$srcdir"/dmd
-make -f posix.mak BUILD=release ENABLE_RELEASE=1 PIC=1 ENABLE_LTO=1 
HOST_DMD=ldmd2
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-# This requires object.d to compile, thus need to be after druntime is 
built
-cd "$srcdir"/dmd
-make -C docs DMD=ldmd2
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp generated/docs/man/man1/dmd.1 "$pkgdir"/usr/share/man/man1/
-cp -r generated/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 "$srcdir"/dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p "$pkgdir"/usr/share/d/html
-cp -r 

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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:40:03
  Author: wild
Revision: 622098

upgpkg: dub 1.20.1-1: Updated to 1.20.1

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:39:20 UTC (rev 622097)
+++ PKGBUILD2020-04-28 20:40:03 UTC (rev 622098)
@@ -4,7 +4,7 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=dub
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('ldc')
 depends=('liblphobos' 'curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('4ad750ab8b968005d1510f1ab6125d8167c67e1d2374b0f7df4d3624139430fedfa45d88b0ded64577981e0ffd863554eb4ee2b736eb22354d5ace4b0da589a8')
+sha512sums=('9509c5272f72811ddedb840379dc474abc2328b1863464dcc1cba1c4a017f7409c206d38366e68c5e37c602a380c50189d5fe300664015d16e3629aa57e48afb')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in ir.lv2/trunk (PKGBUILD)

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 20:39:06
  Author: dvzrv
Revision: 622095

upgpkg: ir.lv2 1.3.4-2: Rebuilding for lv2 1.18.0 (with upstreamed patch).

Updating maintainer info.
Adding lv2lint (and upstream ticket about it failing.
Adding all sodeps in package() and the respective packages in makedepends.

Modified:
  ir.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:39:05 UTC (rev 622094)
+++ PKGBUILD2020-04-28 20:39:06 UTC (rev 622095)
@@ -1,23 +1,40 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=ir.lv2
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="No-latency/low-latency, realtime, high performance signal convolver 
for reverb effects"
 arch=('x86_64')
 url="https://tomszilagyi.github.io/plugins/ir.lv2/;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('gtk2' 'libsamplerate' 'zita-convolver')
-makedepends=('lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c')
+depends=('cairo' 'gcc-libs' 'glibc')
+makedepends=('glib2' 'gtk2' 'lv2' 'libsamplerate' 'libsndfile' 
'zita-convolver')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-1.3.4-lv2-1.18.0.patch::https://github.com/tomszilagyi/ir.lv2/pull/20/commits/001904135bafa8931e4cf67402e0fa332feb857d.patch;)
+sha512sums=('6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c'
+
'a1f4279df4ae916658249a4634b707f64982c0dc3baea7753e87f56bec3d4f26dd2bc4cf00db904ee054402a59986678478d810730b55bf50455749312af1b13')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "../${pkgname}-1.3.4-lv2-1.18.0.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -Mpack -I . "http://tomszilagyi.github.io/plugins/lv2/ir; || echo 
"Known to fail: https://github.com/tomszilagyi/ir.lv2/issues/21;
+}
+
 package() {
+  depends+=('libgdk-x11-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so'
+  'libgtk-x11-2.0.so' 'libsamplerate.so' 'libsndfile.so'
+  'libzita-convolver.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   install -vDm 644 {ChangeLog,README.md} \


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:39:05
  Author: wild
Revision: 622094

upgpkg: dmd 1:2.091.1-1: Updated to 2.091.1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:38:16 UTC (rev 622093)
+++ PKGBUILD2020-04-28 20:39:05 UTC (rev 622094)
@@ -5,13 +5,13 @@
 # Contributor: Chris Brannon 
 # Contributor: Andrea Scarpino 
 # Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
+# Contributor: Alexander Fehr 
+# Key from https://dlang.org/gpg_keys.html
+validpgpkeys=('F46A10D0AB44C3D15DD65797BCDD73FFC3EB6146') # Martin Nowak 

 noextract=("dmd.$pkgver.linux.tar.xz")
 
 prepare() {


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:38:16
  Author: wild
Revision: 622093

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 622092, dscanner/trunk/PKGBUILD)
Deleted:
  dscanner/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:38:09 UTC (rev 622092)
+++ PKGBUILD2020-04-28 20:38:16 UTC (rev 622093)
@@ -1,57 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=dscanner
-pkgver=0.8.0
-pkgrel=3
-_pkgcommit=19e9b9093a5fa33ace9ad9d3ac801a8090c18b2a
-pkgdesc="Swiss-army knife for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/D-Scanner;
-license=("custom")
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/burner/inifiled;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/economicmodeling/libddoc;
-"git+https://github.com/dlang-community/stdx-allocator;)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/D-Scanner"
-
-  git submodule init
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.inifiled.url "$srcdir/inifiled"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.libddoc.url "$srcdir/libddoc"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" makefile
-}
-
-build() {
-  cd "$srcdir/D-Scanner"
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/D-Scanner/bin/dscanner" "$pkgdir/usr/bin/dscanner"
-
-  # license
-  install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 622092, 
dscanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:38:16 UTC (rev 622093)
@@ -0,0 +1,57 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=dscanner
+pkgver=0.9.0
+pkgrel=1
+_pkgcommit=6d91031302fd611cbb3ce36f9b7499ddc3cd2ce7
+pkgdesc="Swiss-army knife for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/burner/inifiled;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/economicmodeling/libddoc;
+"git+https://github.com/dlang-community/stdx-allocator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "$srcdir/D-Scanner"
+
+  git submodule init
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.inifiled.url "$srcdir/inifiled"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  git config submodule.libddoc.url "$srcdir/libddoc"
+  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
+  git submodule update
+
+  # Only LDC have -O5
+  sed -i "s/-O5/-O5 -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"/g" makefile
+}
+
+build() {
+  cd "$srcdir/D-Scanner"
+  make ldc
+}
+
+package() {
+  # binaries
+  install -Dm755 "$srcdir/D-Scanner/bin/dscanner" "$pkgdir/usr/bin/dscanner"
+
+  # license
+  install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:38:09
  Author: wild
Revision: 622092

upgpkg: dscanner 0.9.0-1: Updated to 0.9.0

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:37:48 UTC (rev 622091)
+++ PKGBUILD2020-04-28 20:38:09 UTC (rev 622092)
@@ -2,9 +2,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=dscanner
-pkgver=0.8.0
-pkgrel=3
-_pkgcommit=19e9b9093a5fa33ace9ad9d3ac801a8090c18b2a
+pkgver=0.9.0
+pkgrel=1
+_pkgcommit=6d91031302fd611cbb3ce36f9b7499ddc3cd2ce7
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/D-Scanner;


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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:37:48
  Author: wild
Revision: 622091

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 622090, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/fix-llvm_prefetch-for-LLVM-10.patch
(from rev 622090, ldc/trunk/fix-llvm_prefetch-for-LLVM-10.patch)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/fix-llvm_prefetch-for-LLVM-10.patch

-+
 PKGBUILD|  221 --
 fix-llvm_prefetch-for-LLVM-10.patch |  110 
 2 files changed, 163 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:37:40 UTC (rev 622090)
+++ PKGBUILD2020-04-28 20:37:48 UTC (rev 622091)
@@ -1,113 +0,0 @@
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.20.1
-_pkgcommit=96437a25c28a2a6fbeb36dc6a46b600e56021051
-_dversion=2.090.1
-_clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
-epoch=2
-pkgrel=3
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"ldc-druntime::git+https://github.com/ldc-developers/druntime.git;
-"ldc-phobos::git+https://github.com/ldc-developers/phobos.git;
-"ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git;
-"fix-llvm_prefetch-for-LLVM-10.patch"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'f123e482402416d262739a21de4c156cc37912c0f796f9d2239607a173680e28')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/ldc-druntime"
-git config submodule.phobos.url "$srcdir/ldc-phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
-git submodule update
-
-# https://github.com/ldc-developers/ldc/issues/3397
-patch -Np1 -d runtime/druntime <../fix-llvm_prefetch-for-LLVM-10.patch
-
-# Set version used for path construction in getFullClangCompilerRTLibPath()
-sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DBUILD_LTO_LIBS=ON \
--DLDC_WITH_LLD=OFF \
--DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" 
\
--DADDITIONAL_DEFAULT_LDC_SWITCHES="\"-link-defaultlib-shared\"" \
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 622090, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:37:48 UTC (rev 622091)
@@ -0,0 +1,108 @@
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.21.0
+_pkgcommit=7022448f25113cfa5cc04124b6bcbb24547c7590
+_dversion=2.091.1
+_clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
+epoch=2

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

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:37:40
  Author: wild
Revision: 622090

upgpkg: ldc 2:1.21.0-1: Updated to 1.21.0

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:15:39 UTC (rev 622089)
+++ PKGBUILD2020-04-28 20:37:40 UTC (rev 622090)
@@ -4,12 +4,12 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.20.1
-_pkgcommit=96437a25c28a2a6fbeb36dc6a46b600e56021051
-_dversion=2.090.1
+pkgver=1.21.0
+_pkgcommit=7022448f25113cfa5cc04124b6bcbb24547c7590
+_dversion=2.091.1
 _clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-pkgrel=3
+pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;
@@ -21,14 +21,12 @@
 "ldc-druntime::git+https://github.com/ldc-developers/druntime.git;
 "ldc-phobos::git+https://github.com/ldc-developers/phobos.git;
 "ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git;
-"fix-llvm_prefetch-for-LLVM-10.patch"
 )
 
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'SKIP'
-'f123e482402416d262739a21de4c156cc37912c0f796f9d2239607a173680e28')
+'SKIP')
 
 prepare() {
 cd "$srcdir/ldc"
@@ -39,9 +37,6 @@
 git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
 git submodule update
 
-# https://github.com/ldc-developers/ldc/issues/3397
-patch -Np1 -d runtime/druntime <../fix-llvm_prefetch-for-LLVM-10.patch
-
 # Set version used for path construction in getFullClangCompilerRTLibPath()
 sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
 }


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 20:15:39
  Author: dvzrv
Revision: 622089

archrelease: copy trunk to community-x86_64

Added:
  artyfx/repos/community-x86_64/PKGBUILD
(from rev 622088, artyfx/trunk/PKGBUILD)
Deleted:
  artyfx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:15:29 UTC (rev 622088)
+++ PKGBUILD2020-04-28 20:15:39 UTC (rev 622089)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=artyfx
-pkgver=1.3
-pkgrel=2
-pkgdesc="A plugin bundle of artistic real-time audio effects"
-arch=('x86_64')
-url="http://openavproductions.com/artyfx/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'libsndfile')
-makedepends=('cmake' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
-sha512sums=('51931d0497c91150db738ffe7199e1cd3a86d43d34b371b9719b8d0b504bebf3b9cf14e20d299081b0482f51ef7a6e825e8bf0c832b0caf3bc4a8f8221990a97')
-
-prepare() {
-  mv -v "openAV-ArtyFX-release-${pkgver}" "${pkgname}-${pkgver}"
-  cd "$pkgname-$pkgver"
-  mkdir build
-}
-
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DAVTK_SNDFILE_SUPPORT=true \
-..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  # docs
-  install -vDm 644 ../{CHANGELOG,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: artyfx/repos/community-x86_64/PKGBUILD (from rev 622088, 
artyfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:15:39 UTC (rev 622089)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=artyfx
+pkgver=1.3
+pkgrel=3
+pkgdesc="A plugin bundle of artistic real-time audio effects"
+arch=('x86_64')
+url="http://openavproductions.com/artyfx/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('cmake' 'lv2' 'libsndfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;
+
"${pkgname}-1.3-lv2-1.18.0.patch::https://github.com/openAVproductions/openAV-ArtyFX/pull/41/commits/492587461b50d140455aa3c98d915eb8673bebf0.patch;
+
"${pkgname}-1.3-build_flags.patch::https://github.com/openAVproductions/openAV-ArtyFX/commit/5de759f3c3eae061b3b1223c22f94cd80deda233.patch;)
+sha512sums=('51931d0497c91150db738ffe7199e1cd3a86d43d34b371b9719b8d0b504bebf3b9cf14e20d299081b0482f51ef7a6e825e8bf0c832b0caf3bc4a8f8221990a97'
+
'e06c99b49dc77d7099794a257cb3161f57f4655adfd461f0ca487fae4653d69ddbecedb5b02ee81343dd8341517dfa25e56012a2744611d60f11b3c63672238a'
+
'27aa9e8ba0947f2d5acfb5d4d6f1a9e2e01da5c2cea1c7804164a14169dcf9293af994bb5316b910da2e0b2e9cb2a74039c4e4607909717951729171b8f34344')
+
+prepare() {
+  mv -v "openAV-ArtyFX-release-${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  # fixing build with lv2 >= 1.18.0
+  # https://github.com/openAVproductions/openAV-ArtyFX/issues/40
+  patch -Np1 -i "../${pkgname}-1.3-lv2-1.18.0.patch"
+  # fixing build flags
+  # https://github.com/openAVproductions/openAV-ArtyFX/issues/41
+  patch -Np1 -i "../${pkgname}-1.3-build_flags.patch"
+}
+
+build() {
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_GUI=ON \
+-DBUILD_SSE=ON \
+-Wno-dev \
+-Bbuild \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  # docs
+  install -vDm 644 {CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 20:15:29
  Author: dvzrv
Revision: 622088

upgpkg: artyfx 1.3-3: Rebuilding for lv2 1.18.0 (with upstreamed patch).

Updating maintainer info and improving cmake setup based on current guidelines.
Adding upstream patch for proper use of CFLAGS, CXXFLAGS and LDFLAGS.
Adding sodeps in package() and adding the respective packages to makedepends.

Modified:
  artyfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 20:00:48 UTC (rev 622087)
+++ PKGBUILD2020-04-28 20:15:29 UTC (rev 622088)
@@ -1,36 +1,51 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=artyfx
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A plugin bundle of artistic real-time audio effects"
 arch=('x86_64')
 url="http://openavproductions.com/artyfx/;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'libsndfile')
-makedepends=('cmake' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
-sha512sums=('51931d0497c91150db738ffe7199e1cd3a86d43d34b371b9719b8d0b504bebf3b9cf14e20d299081b0482f51ef7a6e825e8bf0c832b0caf3bc4a8f8221990a97')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('cmake' 'lv2' 'libsndfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;
+
"${pkgname}-1.3-lv2-1.18.0.patch::https://github.com/openAVproductions/openAV-ArtyFX/pull/41/commits/492587461b50d140455aa3c98d915eb8673bebf0.patch;
+
"${pkgname}-1.3-build_flags.patch::https://github.com/openAVproductions/openAV-ArtyFX/commit/5de759f3c3eae061b3b1223c22f94cd80deda233.patch;)
+sha512sums=('51931d0497c91150db738ffe7199e1cd3a86d43d34b371b9719b8d0b504bebf3b9cf14e20d299081b0482f51ef7a6e825e8bf0c832b0caf3bc4a8f8221990a97'
+
'e06c99b49dc77d7099794a257cb3161f57f4655adfd461f0ca487fae4653d69ddbecedb5b02ee81343dd8341517dfa25e56012a2744611d60f11b3c63672238a'
+
'27aa9e8ba0947f2d5acfb5d4d6f1a9e2e01da5c2cea1c7804164a14169dcf9293af994bb5316b910da2e0b2e9cb2a74039c4e4607909717951729171b8f34344')
 
 prepare() {
   mv -v "openAV-ArtyFX-release-${pkgver}" "${pkgname}-${pkgver}"
   cd "$pkgname-$pkgver"
-  mkdir build
+  # fixing build with lv2 >= 1.18.0
+  # https://github.com/openAVproductions/openAV-ArtyFX/issues/40
+  patch -Np1 -i "../${pkgname}-1.3-lv2-1.18.0.patch"
+  # fixing build flags
+  # https://github.com/openAVproductions/openAV-ArtyFX/issues/41
+  patch -Np1 -i "../${pkgname}-1.3-build_flags.patch"
 }
 
 build() {
-  cd "$pkgname-$pkgver/build"
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cd "$pkgname-$pkgver"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DAVTK_SNDFILE_SUPPORT=true \
-..
-  make
+-DBUILD_GUI=ON \
+-DBUILD_SSE=ON \
+-Wno-dev \
+-Bbuild \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
   # docs
-  install -vDm 644 ../{CHANGELOG,README.md} \
+  install -vDm 644 {CHANGELOG,README.md} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 20:00:33
  Author: dvzrv
Revision: 622086

upgpkg: infamousplugins 0.3.0-3: Rebuilding with improved cmake setup.

Adding all sodeps in package() and moving the respective packages to 
makedepends.

Modified:
  infamousplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 19:24:40 UTC (rev 622085)
+++ PKGBUILD2020-04-28 20:00:33 UTC (rev 622086)
@@ -3,14 +3,14 @@
 _name=infamousPlugins
 pkgname=infamousplugins
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of open-source LV2 plugins"
 arch=('x86_64')
 url="https://ssj71.github.io/infamousPlugins/;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'ntk' 'zita-resampler')
-makedepends=('cmake' 'lv2')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'fftw' 'lv2' 'ntk' 'zita-resampler')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;
 
"${pkgname}-0.3.0-lv2-1.18.0.patch::https://github.com/ssj71/infamousPlugins/pull/39/commits/06dd967b4736ea886dc1dc07f882cb1563961582.patch;)
 
sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb'
@@ -23,15 +23,19 @@
 }
 
 build() {
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
   cd "$pkgname-$pkgver"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--Bbuild\
+-Wno-dev \
+-Bbuild \
 -S .
   make VERBOSE=1 -C build
 }
 
 package() {
+  depends+=('libfftw3f.so' 'libntk.so' 'libzita-resampler.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install -C build
   install -vDm 644 {CHANGELOG,README} \


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 20:00:48
  Author: dvzrv
Revision: 622087

archrelease: copy trunk to community-x86_64

Added:
  infamousplugins/repos/community-x86_64/PKGBUILD
(from rev 622086, infamousplugins/trunk/PKGBUILD)
Deleted:
  infamousplugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:00:33 UTC (rev 622086)
+++ PKGBUILD2020-04-28 20:00:48 UTC (rev 622087)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-_name=infamousPlugins
-pkgname=infamousplugins
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="A collection of open-source LV2 plugins"
-arch=('x86_64')
-url="https://ssj71.github.io/infamousPlugins/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'ntk' 'zita-resampler')
-makedepends=('cmake' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;
-
"${pkgname}-0.3.0-lv2-1.18.0.patch::https://github.com/ssj71/infamousPlugins/pull/39/commits/06dd967b4736ea886dc1dc07f882cb1563961582.patch;)
-sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb'
-
'a61d53f51950b5c0e8ccc37734fee5cf96f6abb6c9bdbfa34e06bce3806aad94a896e152754ddc92d600691b1240f4ef5dcb5fec85552b9adf01de0c5eae1db1')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "../${pkgname}-0.3.0-lv2-1.18.0.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--Bbuild\
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install -C build
-  install -vDm 644 {CHANGELOG,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: infamousplugins/repos/community-x86_64/PKGBUILD (from rev 622086, 
infamousplugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:00:48 UTC (rev 622087)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=infamousPlugins
+pkgname=infamousplugins
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="A collection of open-source LV2 plugins"
+arch=('x86_64')
+url="https://ssj71.github.io/infamousPlugins/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'fftw' 'lv2' 'ntk' 'zita-resampler')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;
+
"${pkgname}-0.3.0-lv2-1.18.0.patch::https://github.com/ssj71/infamousPlugins/pull/39/commits/06dd967b4736ea886dc1dc07f882cb1563961582.patch;)
+sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb'
+
'a61d53f51950b5c0e8ccc37734fee5cf96f6abb6c9bdbfa34e06bce3806aad94a896e152754ddc92d600691b1240f4ef5dcb5fec85552b9adf01de0c5eae1db1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "../${pkgname}-0.3.0-lv2-1.18.0.patch"
+}
+
+build() {
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-Wno-dev \
+-Bbuild \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libfftw3f.so' 'libntk.so' 'libzita-resampler.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 {CHANGELOG,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-04-28 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 28, 2020 @ 19:24:40
  Author: svenstaro
Revision: 622085

archrelease: copy trunk to community-x86_64

Added:
  intel-mkl/repos/community-x86_64/PKGBUILD
(from rev 622084, intel-mkl/trunk/PKGBUILD)
  intel-mkl/repos/community-x86_64/intel-mkl.conf
(from rev 622084, intel-mkl/trunk/intel-mkl.conf)
  intel-mkl/repos/community-x86_64/intel-mkl.sh
(from rev 622084, intel-mkl/trunk/intel-mkl.sh)
Deleted:
  intel-mkl/repos/community-x86_64/PKGBUILD
  intel-mkl/repos/community-x86_64/intel-mkl.conf
  intel-mkl/repos/community-x86_64/intel-mkl.sh

+
 PKGBUILD   |  154 ++-
 intel-mkl.conf |4 -
 intel-mkl.sh   |2 
 3 files changed, 88 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 19:24:18 UTC (rev 622084)
+++ PKGBUILD2020-04-28 19:24:40 UTC (rev 622085)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Redistribution information:
-# https://software.intel.com/en-us/mkl
-# 
https://software.intel.com/en-us/articles/intel-math-kernel-library-license-faq
-pkgbase=intel-mkl
-pkgname=(intel-mkl intel-mkl-static)
-pkgver=2020.1.217
-_pkgver=${pkgver/%./-/}
-_weirdnum=16533
-pkgrel=3
-pkgdesc="Intel Math Kernel Library"
-arch=(x86_64)
-url="https://software.intel.com/en-us/mkl;
-license=("custom:ISSL")
-source=("http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/$_weirdnum/l_mkl_$pkgver.tgz;
-intel-mkl.sh
-intel-mkl.conf)
-options=(!strip staticlibs)
-sha512sums=('ad3993ba2005168eb273942109ceeffb392f86c083643db9a2e25c7a168ab77d3e2c985c9ebf7841ad8e27ba0e2c0cedace20860ba450d5bfcccd5be23dc62dd'
-
'1268685ff3ccd47733084dedcd4ea0d393f4ed3f6d00cd92125765ae5c8e14e7fe49b82692b3f667bfea931ad3c284a1c1c37235b474db09b5350c0046566c3c'
-
'c7181ee34a8225eefcd66f937e58b29184181c1caa1f24ce264b6fb4c0415fcde743aff3c1a2b165c2af1920dda6c50f5e470a94fe1e11ea61b4ceb9388c3ce4')
-
-prepare() {
-  cd l_mkl_$pkgver/rpm
-  for rpm in *.rpm; do
-bsdtar -xf $rpm
-  done
-}
-
-package_intel-mkl() {
-  cd l_mkl_$pkgver/rpm
-
-  # We'll ship the terrible mklvars.sh file because some users surely expect 
it.
-  # TODO: This is basically just hard-coded paths anyway. Just ship a static 
file.
-  # It's a terrible pkg-config replacement by Intel.
-  # install -Dm755 
opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/bin/mklvars.sh 
"${pkgdir}"/usr/bin/mklvars.sh
-  # sed -i "s||/opt/intel/mkl|g" "${pkgdir}"/usr/bin/mklvars.sh
-
-  mkdir -p "${pkgdir}/usr/bin"
-  install -Dm755 
opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/bin/mkl_link_tool 
"${pkgdir}"/opt/intel/mkl/bin/mkl_link_tool
-  ln -s /opt/intel/mkl/tools/mkl_link_tool "${pkgdir}"/usr/bin/mkl_link_tool
-
-  mkdir -p "${pkgdir}"/opt/intel/mkl/lib/intel64
-  ln -s intel64 "${pkgdir}"/opt/intel/mkl/lib/intel64_lin
-
-  # Sadly Intel seems to expect a certain structure for MKL
-  # See 
https://software.intel.com/en-us/mkl-linux-developer-guide-high-level-directory-structure
-  # We'll try to follow that as per upstream suggestion.
-  cp 
opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/lib/intel64_lin/*.so 
"${pkgdir}"/opt/intel/mkl/lib/intel64
-  cp 
opt/intel/compilers_and_libraries_${pkgver}/linux/compiler/lib/intel64_lin/*.so 
"${pkgdir}"/opt/intel/mkl/lib/intel64
-  cp -r opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/include 
"${pkgdir}"/opt/intel/mkl/include
-  install -Dm644 
opt/intel/compilers_and_libraries_${pkgver}/licensing/mkl/en/license.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install profile and ld.so.config files
-  # See 
https://software.intel.com/en-us/mkl-linux-developer-guide-scripts-to-set-environment-variables
-  install -Dm755 "${srcdir}/intel-mkl.sh" 
"${pkgdir}/etc/profile.d/intel-mkl.sh"
-  install -Dm644 "${srcdir}/intel-mkl.conf" 
"${pkgdir}/etc/ld.so.conf.d/intel-mkl.conf"
-}
-
-package_intel-mkl-static() {
-  pkgdesc="Intel Math Kernel Library (static libraries)"
-  depends=('intel-mkl')
-
-  cd l_mkl_$pkgver/rpm
-  mkdir -p "${pkgdir}"/opt/intel/mkl/lib/intel64
-  cp opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/lib/intel64_lin/*.a 
"${pkgdir}"/opt/intel/mkl/lib/intel64
-  cp 
opt/intel/compilers_and_libraries_${pkgver}/linux/compiler/lib/intel64_lin/*.a 
"${pkgdir}"/opt/intel/mkl/lib/intel64
-}
-# vim:set ts=2 sw=2 et:

Copied: intel-mkl/repos/community-x86_64/PKGBUILD (from rev 622084, 
intel-mkl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 19:24:40 UTC (rev 622085)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Redistribution information:
+# https://software.intel.com/en-us/mkl
+# 
https://software.intel.com/en-us/articles/intel-math-kernel-library-license-faq
+pkgbase=intel-mkl
+pkgname=(intel-mkl intel-mkl-static)

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

2020-04-28 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 28, 2020 @ 19:24:18
  Author: svenstaro
Revision: 622084

upgpkg: intel-mkl 2020.1.217-4: Broken symlink to mkl_link_tool and add 
pkg-config files

Modified:
  intel-mkl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 19:22:11 UTC (rev 622083)
+++ PKGBUILD2020-04-28 19:24:18 UTC (rev 622084)
@@ -7,9 +7,10 @@
 pkgver=2020.1.217
 _pkgver=${pkgver/%./-/}
 _weirdnum=16533
-pkgrel=3
+pkgrel=4
 pkgdesc="Intel Math Kernel Library"
 arch=(x86_64)
+depends=('gcc-libs')
 url="https://software.intel.com/en-us/mkl;
 license=("custom:ISSL")
 
source=("http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/$_weirdnum/l_mkl_$pkgver.tgz;
@@ -25,6 +26,12 @@
   for rpm in *.rpm; do
 bsdtar -xf $rpm
   done
+
+  sed -i \
+-e 's|^prefix=.*|prefix=/opt/intel/mkl|' \
+-e 's|${MKLROOT}|/opt/intel/mkl|' \
+-e 's|^omplibdir=.*|omplibdir=/opt/intel/mkl/lib/intel64|' \
+opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/bin/pkgconfig/*.pc
 }
 
 package_intel-mkl() {
@@ -38,8 +45,11 @@
 
   mkdir -p "${pkgdir}/usr/bin"
   install -Dm755 
opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/bin/mkl_link_tool 
"${pkgdir}"/opt/intel/mkl/bin/mkl_link_tool
-  ln -s /opt/intel/mkl/tools/mkl_link_tool "${pkgdir}"/usr/bin/mkl_link_tool
+  ln -s /opt/intel/mkl/bin/mkl_link_tool "${pkgdir}"/usr/bin/mkl_link_tool
 
+  mkdir -p "${pkgdir}/usr/lib/pkgconfig"
+  cp 
opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/bin/pkgconfig/mkl-dynamic*
 "${pkgdir}/usr/lib/pkgconfig/"
+
   mkdir -p "${pkgdir}"/opt/intel/mkl/lib/intel64
   ln -s intel64 "${pkgdir}"/opt/intel/mkl/lib/intel64_lin
 
@@ -62,8 +72,14 @@
   depends=('intel-mkl')
 
   cd l_mkl_$pkgver/rpm
+
+  mkdir -p "${pkgdir}/usr/lib/pkgconfig"
+  cp 
opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/bin/pkgconfig/mkl-static* 
"${pkgdir}/usr/lib/pkgconfig/"
+
   mkdir -p "${pkgdir}"/opt/intel/mkl/lib/intel64
   cp opt/intel/compilers_and_libraries_${pkgver}/linux/mkl/lib/intel64_lin/*.a 
"${pkgdir}"/opt/intel/mkl/lib/intel64
   cp 
opt/intel/compilers_and_libraries_${pkgver}/linux/compiler/lib/intel64_lin/*.a 
"${pkgdir}"/opt/intel/mkl/lib/intel64
+
+  chmod 644 "${pkgdir}"/opt/intel/mkl/lib/intel64/*.a
 }
 # vim:set ts=2 sw=2 et:


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 19:22:00
  Author: dvzrv
Revision: 622082

upgpkg: infamousplugins 0.3.0-2: Rebuilding for lv2 1.18.0 (with upstreamed 
patch).

Modified:
  infamousplugins/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 19:01:49 UTC (rev 622081)
+++ PKGBUILD2020-04-28 19:22:00 UTC (rev 622082)
@@ -1,8 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 _name=infamousPlugins
 pkgname=infamousplugins
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of open-source LV2 plugins"
 arch=('x86_64')
 url="https://ssj71.github.io/infamousPlugins/;
@@ -10,26 +11,29 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('fftw' 'ntk' 'zita-resampler')
 makedepends=('cmake' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;
+
"${pkgname}-0.3.0-lv2-1.18.0.patch::https://github.com/ssj71/infamousPlugins/pull/39/commits/06dd967b4736ea886dc1dc07f882cb1563961582.patch;)
+sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb'
+
'a61d53f51950b5c0e8ccc37734fee5cf96f6abb6c9bdbfa34e06bce3806aad94a896e152754ddc92d600691b1240f4ef5dcb5fec85552b9adf01de0c5eae1db1')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
-  mkdir -v build
+  patch -Np1 -i "../${pkgname}-0.3.0-lv2-1.18.0.patch"
 }
 
 build() {
-  cd "$pkgname-$pkgver/build"
+  cd "$pkgname-$pkgver"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
-..
-  make
+-Bbuild\
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 ../{CHANGELOG,README} \
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 {CHANGELOG,README} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 19:22:11
  Author: dvzrv
Revision: 622083

archrelease: copy trunk to community-x86_64

Added:
  infamousplugins/repos/community-x86_64/PKGBUILD
(from rev 622082, infamousplugins/trunk/PKGBUILD)
Deleted:
  infamousplugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 19:22:00 UTC (rev 622082)
+++ PKGBUILD2020-04-28 19:22:11 UTC (rev 622083)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-_name=infamousPlugins
-pkgname=infamousplugins
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="A collection of open-source LV2 plugins"
-arch=('x86_64')
-url="https://ssj71.github.io/infamousPlugins/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'ntk' 'zita-resampler')
-makedepends=('cmake' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  mkdir -v build
-}
-
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 ../{CHANGELOG,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: infamousplugins/repos/community-x86_64/PKGBUILD (from rev 622082, 
infamousplugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 19:22:11 UTC (rev 622083)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+_name=infamousPlugins
+pkgname=infamousplugins
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="A collection of open-source LV2 plugins"
+arch=('x86_64')
+url="https://ssj71.github.io/infamousPlugins/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'ntk' 'zita-resampler')
+makedepends=('cmake' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;
+
"${pkgname}-0.3.0-lv2-1.18.0.patch::https://github.com/ssj71/infamousPlugins/pull/39/commits/06dd967b4736ea886dc1dc07f882cb1563961582.patch;)
+sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb'
+
'a61d53f51950b5c0e8ccc37734fee5cf96f6abb6c9bdbfa34e06bce3806aad94a896e152754ddc92d600691b1240f4ef5dcb5fec85552b9adf01de0c5eae1db1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "../${pkgname}-0.3.0-lv2-1.18.0.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-Bbuild\
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 {CHANGELOG,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 19:01:49
  Author: anthraxx
Revision: 622081

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 19:01:34 UTC (rev 622080)
+++ PKGBUILD2020-04-28 19:01:49 UTC (rev 622081)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.18
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="https://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 622080, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 19:01:49 UTC (rev 622081)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.18
+pkgrel=2
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="https://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
+  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || echo "Tests failed"
+}
+
+build() {
+  cd "$srcdir"/bottle-$pkgver
+  python setup.py build
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 19:01:34
  Author: anthraxx
Revision: 622080

upgpkg: python-bottle 0.12.18-2: remove python2 checks to drop py2 libs

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 18:59:50 UTC (rev 622079)
+++ PKGBUILD2020-04-28 19:01:34 UTC (rev 622080)
@@ -6,7 +6,7 @@
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
 pkgver=0.12.18
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
 url="https://bottlepy.org;
@@ -13,10 +13,8 @@
 license=('MIT')
 options=(!emptydirs)
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
+checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
+  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
 
sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
 
@@ -28,10 +26,14 @@
 check() {
   cd "$srcdir"/bottle-$pkgver
   # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
+  python test/testall.py || echo "Tests failed"
+}
 
+build() {
+  cd "$srcdir"/bottle-$pkgver
+  python setup.py build
   cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
+  python2 setup.py build
 }
 
 package_python-bottle() {
@@ -38,7 +40,7 @@
   depends=('python')
 
   cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -46,8 +48,10 @@
   depends=('python2')
 
   cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir"/usr/bin/bottle.py{,2}
 }
+
+# vim: ts=2 sw=2 et:


  1   2   3   >