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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Tuesday, October 8, 2019 @ 04:23:36
  Author: heftig
Revision: 364122

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 04:23:25 UTC (rev 364121)
+++ PKGBUILD2019-10-08 04:23:36 UTC (rev 364122)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-2048
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Obtain the 2048 tile"
-url="https://wiki.gnome.org/Apps/2048;
-arch=(x86_64)
-license=(GPL3)
-depends=(clutter-gtk libgee libgnome-games-support)
-makedepends=(meson vala yelp-tools appstream-glib git)
-_commit=9db7ae4fc8f98d12866d34a5e4a9045256794d37  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.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: gnome-2048/repos/extra-x86_64/PKGBUILD (from rev 364121, 
gnome-2048/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 04:23:36 UTC (rev 364122)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-2048
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048;
+arch=(x86_64)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(meson vala yelp-tools appstream-glib git)
+_commit=58a343312205ea6e6a2d0b226c6a3772dd7f7daf  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.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 gnome-desktop/trunk (PKGBUILD)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Tuesday, October 8, 2019 @ 04:23:25
  Author: heftig
Revision: 364121

3.34.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 04:23:24 UTC (rev 364120)
+++ PKGBUILD2019-10-08 04:23:25 UTC (rev 364121)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -12,7 +12,7 @@
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
 makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
 checkdepends=(xorg-server-xvfb)
-_commit=fc5dba506df22b950d28c4841fcf723310977a25  # tags/3.34.0^0
+_commit=9e60723b69b7e715d56a82f7d65f016f300653c8  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Tuesday, October 8, 2019 @ 04:23:24
  Author: heftig
Revision: 364120

3.34.1-1

Modified:
  gnome-2048/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:38:40 UTC (rev 364119)
+++ PKGBUILD2019-10-08 04:23:24 UTC (rev 364120)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-2048
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048;
@@ -9,7 +9,7 @@
 license=(GPL3)
 depends=(clutter-gtk libgee libgnome-games-support)
 makedepends=(meson vala yelp-tools appstream-glib git)
-_commit=9db7ae4fc8f98d12866d34a5e4a9045256794d37  # tags/3.34.0^0
+_commit=58a343312205ea6e6a2d0b226c6a3772dd7f7daf  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Tuesday, October 8, 2019 @ 04:23:37
  Author: heftig
Revision: 364123

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 04:23:36 UTC (rev 364122)
+++ PKGBUILD2019-10-08 04:23:37 UTC (rev 364123)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.34.0
-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)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-checkdepends=(xorg-server-xvfb)
-_commit=fc5dba506df22b950d28c4841fcf723310977a25  # tags/3.34.0^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
-  ninja -C build
-}
-
-check() {
-  # tests broken: missing locale he_IL.UTF-8
-  xvfb-run meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 364121, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 04:23:37 UTC (rev 364123)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.34.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)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+checkdepends=(xorg-server-xvfb)
+_commit=9e60723b69b7e715d56a82f7d65f016f300653c8  # tags/3.34.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
+  ninja -C build
+}
+
+check() {
+  # tests broken: missing locale he_IL.UTF-8
+  xvfb-run meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-07 Thread Brett Cornwall via arch-commits
Date: Tuesday, October 8, 2019 @ 02:00:23
  Author: ainola
Revision: 514180

upgpkg: wlroots 0.8.1-1; enable rdp backend

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 01:49:02 UTC (rev 514179)
+++ PKGBUILD2019-10-08 02:00:23 UTC (rev 514180)
@@ -2,7 +2,7 @@
 # Contributor: Omar Pakker
 
 pkgname=wlroots
-pkgver=0.7.0
+pkgver=0.8.1
 pkgrel=1
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
@@ -9,6 +9,7 @@
 url='https://github.com/swaywm/wlroots'
 arch=('x86_64')
 depends=(
+'freerdp'
 'libinput'
 'libxkbcommon'
 'opengl-driver'
@@ -22,7 +23,7 @@
 
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
 
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
 )
-sha256sums=('e93091d49fc4a3dc1743eca7cdfa75584f2922f59036ba0a99194a9fc8b5e818'
+sha256sums=('202b86e0e21699b6660bbda56afc2e3358db7252f83ff69c89f01926b4900d98'
 'SKIP')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
@@ -30,6 +31,7 @@
 meson "$pkgname-$pkgver" build \
 --prefix=/usr \
 --buildtype=plain \
+-Dfreerdp=enabled \
 -Dlibcap=enabled \
 -Dlogind=enabled \
 -Dlogind-provider=systemd \


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

2019-10-07 Thread Brett Cornwall via arch-commits
Date: Tuesday, October 8, 2019 @ 02:00:35
  Author: ainola
Revision: 514181

archrelease: copy trunk to community-testing-x86_64

Added:
  wlroots/repos/community-testing-x86_64/
  wlroots/repos/community-testing-x86_64/PKGBUILD
(from rev 514180, wlroots/trunk/PKGBUILD)

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

Copied: wlroots/repos/community-testing-x86_64/PKGBUILD (from rev 514180, 
wlroots/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-08 02:00:35 UTC (rev 514181)
@@ -0,0 +1,49 @@
+# Maintainer: Ainola 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.8.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'freerdp'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=('meson' 'ninja' 'wayland-protocols')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('202b86e0e21699b6660bbda56afc2e3358db7252f83ff69c89f01926b4900d98'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dfreerdp=enabled \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 01:49:02
  Author: jleclanche
Revision: 514179

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 514178, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 514178, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 01:48:52 UTC (rev 514178)
+++ PKGBUILD2019-10-08 01:49:02 UTC (rev 514179)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 514178, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 01:49:02 UTC (rev 514179)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-10-08 01:48:52 UTC (rev 514178)
+++ xonsh.install   2019-10-08 01:49:02 UTC (rev 514179)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 514178, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-10-08 01:49:02 UTC (rev 514179)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


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

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 01:48:52
  Author: jleclanche
Revision: 514178

upgpkg: xonsh 0.9.12-1

Upstream release 0.9.12

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:38:48 UTC (rev 514177)
+++ PKGBUILD2019-10-08 01:48:52 UTC (rev 514178)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.11
+pkgver=0.9.12
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
+sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:38:48
  Author: jleclanche
Revision: 514177

archrelease: copy trunk to community-x86_64

Added:
  heimdall/repos/community-x86_64/
  heimdall/repos/community-x86_64/PKGBUILD
(from rev 514176, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-x86_64/heimdall.desktop
(from rev 514176, heimdall/trunk/heimdall.desktop)

--+
 PKGBUILD |   43 +++
 heimdall.desktop |9 +
 2 files changed, 52 insertions(+)

Copied: heimdall/repos/community-x86_64/PKGBUILD (from rev 514176, 
heimdall/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-07 23:38:48 UTC (rev 514177)
@@ -0,0 +1,43 @@
+# Maintainer: Jerome Leclanche 
+pkgname=heimdall
+_pkgname=Heimdall
+pkgver=1.4.2
+_pkgver=v$pkgver
+pkgrel=2
+pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S 
devices"
+arch=("x86_64")
+url="https://glassechidna.com.au/heimdall/;
+license=("MIT")
+depends=("qt5-base")
+makedepends=("cmake")
+optdepends=("android-udev: Udev rules to connect Android devices to your linux 
box")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/$_pkgname-$_pkgver.tar.gz;
+   "heimdall.desktop"
+)
+sha256sums=(
+   "9f14beaca4a0ee6459b972c30eec1baccbd057726caafe4cbba6c30e0d5e7d56"
+   "439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4"
+)
+
+build() {
+   cd "$srcdir/$_pkgname-$_pkgver"
+
+   cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+   make
+}
+
+package() {
+   cd "$srcdir/$_pkgname-$_pkgver"
+
+   # Install desktop file
+   install -m644 -D "$srcdir/heimdall.desktop" 
"$pkgdir/usr/share/applications/heimdall.desktop"
+
+   # Install license file
+   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # Install heimdall command line tool
+   install -d "$pkgdir"/usr/bin
+   install -Dm755 bin/* "$pkgdir"/usr/bin/
+   install -Dm644 heimdall/60-heimdall.rules 
"$pkgdir"/usr/lib/udev/rules.d/60-heimdall.rules
+}

Copied: heimdall/repos/community-x86_64/heimdall.desktop (from rev 514176, 
heimdall/trunk/heimdall.desktop)
===
--- community-x86_64/heimdall.desktop   (rev 0)
+++ community-x86_64/heimdall.desktop   2019-10-07 23:38:48 UTC (rev 514177)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;


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

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:38:40
  Author: jleclanche
Revision: 514176

upgpkg: heimdall 1.4.2-2

Upstream release 1.4.2

Modified:
  heimdall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:38:18 UTC (rev 514175)
+++ PKGBUILD2019-10-07 23:38:40 UTC (rev 514176)
@@ -1,6 +1,8 @@
 # Maintainer: Jerome Leclanche 
 pkgname=heimdall
+_pkgname=Heimdall
 pkgver=1.4.2
+_pkgver=v$pkgver
 pkgrel=2
 pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S 
devices"
 arch=("x86_64")
@@ -10,16 +12,16 @@
 makedepends=("cmake")
 optdepends=("android-udev: Udev rules to connect Android devices to your linux 
box")
 source=(
-   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/Heimdall-v$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/$_pkgname-$_pkgver.tar.gz;
"heimdall.desktop"
 )
 sha256sums=(
-   "589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8"
+   "9f14beaca4a0ee6459b972c30eec1baccbd057726caafe4cbba6c30e0d5e7d56"
"439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4"
 )
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$_pkgname-$_pkgver"
 
cmake . -DCMAKE_INSTALL_PREFIX="/usr"
make
@@ -26,7 +28,7 @@
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$_pkgname-$_pkgver"
 
# Install desktop file
install -m644 -D "$srcdir/heimdall.desktop" 
"$pkgdir/usr/share/applications/heimdall.desktop"


[arch-commits] Commit in (5 files)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:23:30
  Author: jleclanche
Revision: 514165

heimdall: Moved from AUR

Added:
  heimdall/
  heimdall/repos/
  heimdall/trunk/
  heimdall/trunk/PKGBUILD
  heimdall/trunk/heimdall.desktop

--+
 PKGBUILD |   41 +
 heimdall.desktop |9 +
 2 files changed, 50 insertions(+)

Added: heimdall/trunk/PKGBUILD
===
--- heimdall/trunk/PKGBUILD (rev 0)
+++ heimdall/trunk/PKGBUILD 2019-10-07 23:23:30 UTC (rev 514165)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche 
+pkgname=heimdall
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S 
devices"
+arch=("x86_64")
+url="https://glassechidna.com.au/heimdall/;
+license=("MIT")
+depends=("qt5-base")
+makedepends=("cmake")
+optdepends=("android-udev: Udev rules to connect Android devices to your linux 
box")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/Heimdall-v$pkgver.tar.gz;
+   "heimdall.desktop"
+)
+sha256sums=(
+   "589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8"
+   "439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # Install desktop file
+   install -m644 -D "$srcdir/heimdall.desktop" 
"$pkgdir/usr/share/applications/heimdall.desktop"
+
+   # Install license file
+   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # Install heimdall command line tool
+   install -d "$pkgdir"/usr/bin
+   install -Dm755 bin/* "$pkgdir"/usr/bin/
+   install -Dm644 heimdall/60-heimdall.rules 
"$pkgdir"/usr/lib/udev/rules.d/60-heimdall.rules
+}

Added: heimdall/trunk/heimdall.desktop
===
--- heimdall/trunk/heimdall.desktop (rev 0)
+++ heimdall/trunk/heimdall.desktop 2019-10-07 23:23:30 UTC (rev 514165)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;


[arch-commits] Commit in qt5-3d/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 23:10:27
  Author: svenstaro
Revision: 364114

archrelease: copy trunk to extra-x86_64

Added:
  qt5-3d/repos/extra-x86_64/PKGBUILD
(from rev 364113, qt5-3d/trunk/PKGBUILD)
Deleted:
  qt5-3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 23:10:21 UTC (rev 364113)
+++ PKGBUILD2019-10-07 23:10:27 UTC (rev 364114)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.13.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('092dc9a691eb784b30b1a48799c23578f0f17d892b1cbd25f18130c67f51a452')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/extra-x86_64/PKGBUILD (from rev 364113, 
qt5-3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 23:10:27 UTC (rev 364114)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.13.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('092dc9a691eb784b30b1a48799c23578f0f17d892b1cbd25f18130c67f51a452')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 23:09:37
  Author: svenstaro
Revision: 514161

upgpkg: pd-gem 0.94-2

assimp 5.0.0 rebuild

Modified:
  pd-gem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:08:44 UTC (rev 514160)
+++ PKGBUILD2019-10-07 23:09:37 UTC (rev 514161)
@@ -3,7 +3,7 @@
 _name=Gem
 pkgname=pd-gem
 pkgver=0.94
-pkgrel=1
+pkgrel=2
 pkgdesc="Graphics Environment for Multimedia"
 arch=('x86_64')
 url="https://github.com/umlaeute/Gem;


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 23:10:21
  Author: svenstaro
Revision: 364113

upgpkg: qt5-3d 5.13.1-2

assimp 5.0.0 rebuild

Modified:
  qt5-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:47:40 UTC (rev 364112)
+++ PKGBUILD2019-10-07 23:10:21 UTC (rev 364113)
@@ -4,7 +4,7 @@
 pkgname=qt5-3d
 _qtver=5.13.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 23:09:41
  Author: svenstaro
Revision: 514162

archrelease: copy trunk to community-staging-x86_64

Added:
  pd-gem/repos/community-staging-x86_64/
  pd-gem/repos/community-staging-x86_64/PKGBUILD
(from rev 514161, pd-gem/trunk/PKGBUILD)

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

Copied: pd-gem/repos/community-staging-x86_64/PKGBUILD (from rev 514161, 
pd-gem/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 23:09:41 UTC (rev 514162)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=Gem
+pkgname=pd-gem
+pkgver=0.94
+pkgrel=2
+pkgdesc="Graphics Environment for Multimedia"
+arch=('x86_64')
+url="https://github.com/umlaeute/Gem;
+license=('GPL2')
+groups=('pd-externals')
+# TODO: potentially add gmerlin, libmpeg3 and glewmx (if that's still a thing)
+depends=('assimp' 'ftgl' 'glew' 'libdv' 'libiec61883' 'libquicktime' 'pd'
+'sdl2' 'ttf-dejavu' 'zlib')
+makedepends=('imagemagick' 'libvncserver' 'vlc')
+optdepends=('vlc: video capture support'
+'libvncserver: video capture support'
+'imagemagick: image processing support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/umlaeute/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('356e4f2a27131f927cd5d20ba9010088cc22930f313f61f54dd107db041b6cb2042ab5d530bae069e3ccdccd0a8fed1152631c6f187f4f4602f37d763356d316')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --with-default-font=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 23:08:44
  Author: svenstaro
Revision: 514160

archrelease: copy trunk to community-staging-x86_64

Added:
  magnum-plugins/repos/community-staging-x86_64/
  magnum-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 514159, magnum-plugins/trunk/PKGBUILD)

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

Copied: magnum-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
514159, magnum-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 23:08:44 UTC (rev 514160)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: mosra 
+
+pkgname=magnum-plugins
+pkgver=2019.01
+pkgrel=2
+pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
+arch=(x86_64)
+url='https://magnum.graphics'
+license=(MIT)
+depends=(assimp devil faad2 freetype2 libjpeg libpng "magnum>=$pkgver")
+makedepends=(cmake git ninja)
+source=("git+https://github.com/mosra/magnum-plugins#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ASSIMPIMPORTER=ON \
+-DWITH_DDSIMPORTER=ON \
+-DWITH_DEVILIMAGEIMPORTER=ON \
+-DWITH_DRFLACAUDIOIMPORTER=ON \
+-DWITH_DRWAVAUDIOIMPORTER=ON \
+-DWITH_FAAD2AUDIOIMPORTER=ON \
+-DWITH_FREETYPEFONT=ON \
+-DWITH_JPEGIMAGECONVERTER=ON \
+-DWITH_JPEGIMPORTER=ON \
+-DWITH_MINIEXRIMAGECONVERTER=ON \
+-DWITH_PNGIMAGECONVERTER=ON \
+-DWITH_PNGIMPORTER=ON \
+-DWITH_OPENGEXIMPORTER=ON \
+-DWITH_STANFORDIMPORTER=ON \
+-DWITH_STBIMAGECONVERTER=ON \
+-DWITH_STBIMAGEIMPORTER=ON \
+-DWITH_STBTRUETYPEFONT=ON \
+-DWITH_STBVORBISAUDIOIMPORTER=ON \
+-DWITH_TINYGLTFIMPORTER=ON \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 $pkgname/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 23:08:39
  Author: svenstaro
Revision: 514159

upgpkg: magnum-plugins 2019.01-2

assimp 5.0.0 rebuild

Modified:
  magnum-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:06:59 UTC (rev 514158)
+++ PKGBUILD2019-10-07 23:08:39 UTC (rev 514159)
@@ -3,7 +3,7 @@
 
 pkgname=magnum-plugins
 pkgver=2019.01
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
 arch=(x86_64)
 url='https://magnum.graphics'


[arch-commits] Commit in ttf-roboto-mono/repos (community-any community-any/PKGBUILD)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:06:59
  Author: jleclanche
Revision: 514158

archrelease: copy trunk to community-any

Added:
  ttf-roboto-mono/repos/community-any/
  ttf-roboto-mono/repos/community-any/PKGBUILD
(from rev 514157, ttf-roboto-mono/trunk/PKGBUILD)

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

Copied: ttf-roboto-mono/repos/community-any/PKGBUILD (from rev 514157, 
ttf-roboto-mono/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-07 23:06:59 UTC (rev 514158)
@@ -0,0 +1,44 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=2.002
+pkgrel=2
+_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+depends=("fontconfig")
+source=(
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
+   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
+   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
+   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
+   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
+   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
+   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
+   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
+   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
+   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
+)
+
+package() {
+   install -d "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
+   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in ttf-roboto-mono/trunk (PKGBUILD)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:06:50
  Author: jleclanche
Revision: 514157

upgpkg: ttf-roboto-mono 2.002-2

Upstream release 2.002

Modified:
  ttf-roboto-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:59:26 UTC (rev 514156)
+++ PKGBUILD2019-10-07 23:06:50 UTC (rev 514157)
@@ -38,7 +38,7 @@
 
 package() {
install -d "$pkgdir/usr/share/fonts/TTF/"
-   install -m644 "$srcdir/*.ttf" "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:56:52
  Author: svenstaro
Revision: 514153

upgpkg: blender 17:2.80-5

openvdb 6.2.1 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:54:48 UTC (rev 514152)
+++ PKGBUILD2019-10-07 22:56:52 UTC (rev 514153)
@@ -16,7 +16,7 @@
 pkgname=blender
 pkgver=2.80
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:56:58
  Author: svenstaro
Revision: 514154

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 22:56:52 UTC (rev 514153)
+++ PKGBUILD2019-10-07 22:56:58 UTC (rev 514154)
@@ -1,83 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.80
-# _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
-
-pkgname=blender
-pkgver=2.80
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=4
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git submodule update
-
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"/build
-
-  cmake -GNinja -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DPYTHON_VERSION=3.7 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.7m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m
-  ninja
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  DESTDIR="${pkgdir}" ninja install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 514153, 
blender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 22:56:58 UTC (rev 514154)
@@ -0,0 +1,83 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.80
+# _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
+
+pkgname=blender
+pkgver=2.80
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
+pkgrel=5
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"

[arch-commits] Commit in (4 files)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 22:54:48
  Author: jleclanche
Revision: 514152

ttf-roboto-mono: Moved from AUR

Added:
  ttf-roboto-mono/
  ttf-roboto-mono/repos/
  ttf-roboto-mono/trunk/
  ttf-roboto-mono/trunk/PKGBUILD

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

Added: ttf-roboto-mono/trunk/PKGBUILD
===
--- ttf-roboto-mono/trunk/PKGBUILD  (rev 0)
+++ ttf-roboto-mono/trunk/PKGBUILD  2019-10-07 22:54:48 UTC (rev 514152)
@@ -0,0 +1,44 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=2.002
+pkgrel=2
+_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+depends=("fontconfig")
+source=(
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
+   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
+   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
+   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
+   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
+   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
+   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
+   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
+   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
+   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
+)
+
+package() {
+   install -d "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 "$srcdir/*.ttf" "$pkgdir/usr/share/fonts/TTF/"
+   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in gnome-shell/repos/testing-x86_64 (6 files)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 22:47:39
  Author: heftig
Revision: 364111

archrelease: copy trunk to testing-x86_64

Added:
  gnome-shell/repos/testing-x86_64/739.patch
(from rev 364110, gnome-shell/trunk/739.patch)
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 364110, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 364110, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/testing-x86_64/739.patch
  gnome-shell/repos/testing-x86_64/PKGBUILD
  gnome-shell/repos/testing-x86_64/gnome-shell.install

-+
 739.patch   |   70 +++
 PKGBUILD|  112 +-
 gnome-shell.install |   14 +++---
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: 739.patch
===
--- 739.patch   2019-10-07 22:47:25 UTC (rev 364110)
+++ 739.patch   2019-10-07 22:47:39 UTC (rev 364111)
@@ -1,35 +0,0 @@
-From 4411d9db6ee6112f987fac8469a2cc617f4f9b6c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
-Date: Fri, 20 Sep 2019 21:08:45 +0200
-Subject: [PATCH] shellDBus: Don't assume devices have a node
-
-Clutter.InputDevice.get_device_node() may return null. Handle that
-case when building the 'AcceleratorActivated' vardict parameter.
-
-https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641

- js/ui/shellDBus.js | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
-index e750c207f9..fca0b64255 100644
 a/js/ui/shellDBus.js
-+++ b/js/ui/shellDBus.js
-@@ -151,9 +151,13 @@ var GnomeShell = class {
- let connection = this._dbusImpl.get_connection();
- let info = this._dbusImpl.get_info();
- let params = { 'device-id': GLib.Variant.new('u', 
device.get_device_id()),
--   'device-node': GLib.Variant.new('s', 
device.get_device_node()),
-'timestamp': GLib.Variant.new('u', timestamp),
-'action-mode': GLib.Variant.new('u', Main.actionMode) 
};
-+
-+let deviceNode = device.get_device_node();
-+if (deviceNode)
-+params['device-node'] = GLib.Variant.new('s', deviceNode);
-+
- connection.emit_signal(destination,
-this._dbusImpl.get_object_path(),
-info ? info.name : null,
--- 
-2.22.0
-

Copied: gnome-shell/repos/testing-x86_64/739.patch (from rev 364110, 
gnome-shell/trunk/739.patch)
===
--- 739.patch   (rev 0)
+++ 739.patch   2019-10-07 22:47:39 UTC (rev 364111)
@@ -0,0 +1,35 @@
+From 4411d9db6ee6112f987fac8469a2cc617f4f9b6c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Fri, 20 Sep 2019 21:08:45 +0200
+Subject: [PATCH] shellDBus: Don't assume devices have a node
+
+Clutter.InputDevice.get_device_node() may return null. Handle that
+case when building the 'AcceleratorActivated' vardict parameter.
+
+https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641
+---
+ js/ui/shellDBus.js | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
+index e750c207f9..fca0b64255 100644
+--- a/js/ui/shellDBus.js
 b/js/ui/shellDBus.js
+@@ -151,9 +151,13 @@ var GnomeShell = class {
+ let connection = this._dbusImpl.get_connection();
+ let info = this._dbusImpl.get_info();
+ let params = { 'device-id': GLib.Variant.new('u', 
device.get_device_id()),
+-   'device-node': GLib.Variant.new('s', 
device.get_device_node()),
+'timestamp': GLib.Variant.new('u', timestamp),
+'action-mode': GLib.Variant.new('u', Main.actionMode) 
};
++
++let deviceNode = device.get_device_node();
++if (deviceNode)
++params['device-node'] = GLib.Variant.new('s', deviceNode);
++
+ connection.emit_signal(destination,
+this._dbusImpl.get_object_path(),
+info ? info.name : null,
+-- 
+2.22.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 22:47:25 UTC (rev 364110)
+++ PKGBUILD2019-10-07 22:47:39 UTC (rev 364111)
@@ -1,56 +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 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 

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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 22:47:40
  Author: heftig
Revision: 364112

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 22:47:39 UTC (rev 364111)
+++ PKGBUILD2019-10-07 22:47:40 UTC (rev 364112)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.34.0+66+gca318c152
-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)
-groups=(gnome)
-install=mutter.install
-_commit=ca318c1520de10353375900614e0e25c204f3313  # master
-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() {
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--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
-
-  # Unexpected passes in conform test
-  # Stacking test flaky
-  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build 
--print-errorlogs || :
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 364110, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 22:47:40 UTC (rev 364112)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.34.0+81+gd9597d214
+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)
+groups=(gnome)
+install=mutter.install
+_commit=d9597d2148d20c269ef8e1cd2280c34e9f108e27  # master
+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() {
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-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
+
+  # Unexpected passes in conform test
+  # Stacking test flaky
+  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build 
--print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: mutter.install
===
--- mutter.install  2019-10-07 22:47:39 UTC (rev 364111)
+++ mutter.install  2019-10-07 22:47:40 UTC (rev 364112)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/mutter
-}
-
-post_upgrade() {
-  post_install
-}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 364110, 
mutter/trunk/mutter.install)
===
--- mutter.install  (rev 0)
+++ mutter.install  2019-10-07 22:47:40 UTC (rev 364112)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/mutter
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 22:47:25
  Author: heftig
Revision: 364110

3.34.0+170+ge00878ab7-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:45:23 UTC (rev 364109)
+++ PKGBUILD2019-10-07 22:47:25 UTC (rev 364110)
@@ -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;
 739.patch)


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 22:45:23
  Author: heftig
Revision: 364109

3.34.0+81+gd9597d214-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:37:09 UTC (rev 364108)
+++ PKGBUILD2019-10-07 22:45:23 UTC (rev 364109)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.34.0+66+gca318c152
+pkgver=3.34.0+81+gd9597d214
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -16,7 +16,7 @@
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
 install=mutter.install
-_commit=ca318c1520de10353375900614e0e25c204f3313  # master
+_commit=d9597d2148d20c269ef8e1cd2280c34e9f108e27  # master
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:37:05
  Author: svenstaro
Revision: 364107

upgpkg: assimp 5.0.0-1

Modified:
  assimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:15:43 UTC (rev 364106)
+++ PKGBUILD2019-10-07 22:37:05 UTC (rev 364107)
@@ -1,8 +1,8 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: jepaan 
 
 pkgname=assimp
-pkgver=4.1.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Library to import various well-known 3D model formats in an uniform 
manner"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'boost')
 url='http://assimp.sourceforge.net/index.html'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-md5sums=('83b53a10c38d964bd1e69da0606e2727')
+md5sums=('f0807f7c9bb2fd7da3499ff52dacadd0')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:37:09
  Author: svenstaro
Revision: 364108

archrelease: copy trunk to staging-x86_64

Added:
  assimp/repos/staging-x86_64/
  assimp/repos/staging-x86_64/PKGBUILD
(from rev 364107, assimp/trunk/PKGBUILD)

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

Copied: assimp/repos/staging-x86_64/PKGBUILD (from rev 364107, 
assimp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-07 22:37:09 UTC (rev 364108)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Library to import various well-known 3D model formats in an uniform 
manner"
+arch=('x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url='http://assimp.sourceforge.net/index.html'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('f0807f7c9bb2fd7da3499ff52dacadd0')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:23:50
  Author: svenstaro
Revision: 514151

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 514150, blender/trunk/PKGBUILD)

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

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 514150, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 22:23:50 UTC (rev 514151)
@@ -0,0 +1,83 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.80
+# _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
+
+pkgname=blender
+pkgver=2.80
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
+pkgrel=4
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git")
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git submodule update
+
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"/build
+
+  cmake -GNinja -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DPYTHON_VERSION=3.7 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.7m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m
+  ninja
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  DESTDIR="${pkgdir}" ninja install
+  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
+}


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:23:46
  Author: svenstaro
Revision: 514150

upgpkg: blender 17:2.80-4

openvdb 6.2.1 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:22:24 UTC (rev 514149)
+++ PKGBUILD2019-10-07 22:23:46 UTC (rev 514150)
@@ -16,7 +16,7 @@
 pkgname=blender
 pkgver=2.80
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=3
+pkgrel=4
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:22:17
  Author: svenstaro
Revision: 514148

upgpkg: murmur 1.3.0-3

protobuf 3.10 rebuild

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:21:10 UTC (rev 514147)
+++ PKGBUILD2019-10-07 22:22:17 UTC (rev 514148)
@@ -6,7 +6,7 @@
 pkgver=1.3.0
 _pkgver=1.3.0
 __pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The voice chat application server for Mumble"
 arch=('x86_64')
 url="http://mumble.sourceforge.net;


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:22:24
  Author: svenstaro
Revision: 514149

archrelease: copy trunk to community-staging-x86_64

Added:
  murmur/repos/community-staging-x86_64/
  murmur/repos/community-staging-x86_64/PKGBUILD
(from rev 514148, murmur/trunk/PKGBUILD)
  murmur/repos/community-staging-x86_64/murmur.dbus.conf
(from rev 514148, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-staging-x86_64/murmur.install
(from rev 514148, murmur/trunk/murmur.install)
  murmur/repos/community-staging-x86_64/murmur.service
(from rev 514148, murmur/trunk/murmur.service)
  murmur/repos/community-staging-x86_64/murmur.sysusers
(from rev 514148, murmur/trunk/murmur.sysusers)

--+
 PKGBUILD |   59 +
 murmur.dbus.conf |   22 +++
 murmur.install   |6 +
 murmur.service   |   12 ++
 murmur.sysusers  |1 
 5 files changed, 100 insertions(+)

Copied: murmur/repos/community-staging-x86_64/PKGBUILD (from rev 514148, 
murmur/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 22:22:24 UTC (rev 514149)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Otto Allmendinger 
+# Contributor: Malte Rabenseifner 
+
+pkgname=murmur
+pkgver=1.3.0
+_pkgver=1.3.0
+__pkgver=1.3.0
+pkgrel=3
+pkgdesc="The voice chat application server for Mumble"
+arch=('x86_64')
+url="http://mumble.sourceforge.net;
+license=('BSD')
+depends=(qt5-base avahi lsb-release protobuf icu zeroc-ice grpc)
+makedepends=(boost python qt5-tools)
+backup=("etc/murmur.ini")
+install="murmur.install"
+source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig}
+"murmur.dbus.conf"
+"murmur.service"
+"murmur.sysusers")
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP'
+
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
+
'1773802b938ae2a80fa21e26cd33d162f00de00e074af9f1481f1c682ef32756ffdd2384a1d1f5a4202df55a982a80067efa78d7ad4e077bf5c7f7ccfc4399e4'
+
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+build() {
+  cd "${srcdir}"/mumble-$__pkgver
+
+  qmake-qt5 main.pro CONFIG+="no-client grpc"
+  make release
+}
+
+package() {
+  cd "${srcdir}"/mumble-$__pkgver
+
+  sed -e "1i; vi:ft=cfg" \
+-e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
+-e "s|;logfile=murmur.log|logfile=|" \
+-e "s|;uname=|uname=murmur|" \
+-i scripts/murmur.ini
+
+  install -dm755 -o 122 -g 122 "${pkgdir}"/var/db/murmur
+  install -Dm755 release/murmurd "${pkgdir}"/usr/bin/murmurd
+  install -Dm644 scripts/murmur.ini "${pkgdir}"/etc/murmur.ini
+  install -Dm644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
+  install -Dm644 README "${pkgdir}"/usr/share/doc/murmur/README
+  install -Dm644 man/murmurd.1 "${pkgdir}"/usr/share/man/man1/murmurd.1
+  install -Dm644 "${srcdir}"/murmur.service 
"${pkgdir}"/usr/lib/systemd/system/murmur.service
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/murmur.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
+
+  install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice
+  install -Dm644 src/murmur/MurmurRPC.proto 
${pkgdir}/usr/share/murmur/MurmurRPC.proto
+}
+
+# vim: sw=2:ts=2 et:

Copied: murmur/repos/community-staging-x86_64/murmur.dbus.conf (from rev 
514148, murmur/trunk/murmur.dbus.conf)
===
--- community-staging-x86_64/murmur.dbus.conf   (rev 0)
+++ community-staging-x86_64/murmur.dbus.conf   2019-10-07 22:22:24 UTC (rev 
514149)
@@ -0,0 +1,22 @@
+
+
+http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd;>
+
+
+  
+
+  
+  
+
+  
+
+  
+
+
+  
+

Copied: murmur/repos/community-staging-x86_64/murmur.install (from rev 514148, 
murmur/trunk/murmur.install)
===
--- community-staging-x86_64/murmur.install (rev 0)
+++ community-staging-x86_64/murmur.install 2019-10-07 22:22:24 UTC (rev 
514149)
@@ -0,0 +1,6 @@
+post_install() {
+echo "You might have to reload dbus before launching murmur:"
+echo "systemctl reload dbus"
+echo "Don't forget to set the superuser password:"
+echo "murmurd -ini /etc/murmur.ini -supw 

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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:21:05
  Author: svenstaro
Revision: 514146

upgpkg: mumble 1.3.0-4

protobuf 3.10 rebuild

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:11:51 UTC (rev 514145)
+++ PKGBUILD2019-10-07 22:21:05 UTC (rev 514146)
@@ -5,7 +5,7 @@
 
 pkgname=mumble
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:21:10
  Author: svenstaro
Revision: 514147

archrelease: copy trunk to community-staging-x86_64

Added:
  mumble/repos/community-staging-x86_64/
  mumble/repos/community-staging-x86_64/PKGBUILD
(from rev 514146, mumble/trunk/PKGBUILD)
  mumble/repos/community-staging-x86_64/mumble-protobuf-3.7.patch
(from rev 514146, mumble/trunk/mumble-protobuf-3.7.patch)

---+
 PKGBUILD  |   57 +++
 mumble-protobuf-3.7.patch |  800 
 2 files changed, 857 insertions(+)

Copied: mumble/repos/community-staging-x86_64/PKGBUILD (from rev 514146, 
mumble/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 22:21:10 UTC (rev 514147)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+pkgname=mumble
+pkgver=1.3.0
+pkgrel=4
+arch=('x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf 
libpulse opus
+ xdg-utils libspeechd libpng freetype2 fontconfig libxrender)
+makedepends=(boost mesa python qt5-tools)
+optdepends=('speech-dispatcher: Text-to-speech support'
+'espeak-ng: Text-to-speech support')
+url="https://www.mumble.info/;
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  qmake-qt5 main.pro \
+CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
+no-embed-qt-translations no-update packaged" \
+DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+INCLUDEPATH+="/usr/include/speech-dispatcher" \
+LIBS+="-lpng16 -lfreetype -lXrender -lfontconfig"
+  make release
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # bin stuff
+  install -m755 -D ./release/mumble "$pkgdir"/usr/bin/mumble
+  install -m755 -D ./scripts/mumble-overlay "$pkgdir"/usr/bin/mumble-overlay
+
+  # lib stuff
+  install -m755 -D ./release/libmumble.so.$pkgver 
"$pkgdir"/usr/lib/mumble/libmumble.so.$pkgver
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3
+  install -m755 -D ./release/plugins/liblink.so 
"$pkgdir"/usr/lib/mumble/liblink.so
+  install -m755 -D ./release/libcelt* "$pkgdir"/usr/lib/mumble/
+
+  # other stuff
+  install -m644 -D ./scripts/mumble.desktop 
"$pkgdir"/usr/share/applications/mumble.desktop
+  install -m755 -d "$pkgdir"/usr/share/man/man1
+  install -m644 -D ./man/mum* "$pkgdir"/usr/share/man/man1/
+  install -m644 -D ./icons/mumble.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/mumble.svg
+  install -m644 -D ./LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-staging-x86_64/mumble-protobuf-3.7.patch (from 
rev 514146, mumble/trunk/mumble-protobuf-3.7.patch)
===
--- community-staging-x86_64/mumble-protobuf-3.7.patch  
(rev 0)
+++ community-staging-x86_64/mumble-protobuf-3.7.patch  2019-10-07 22:21:10 UTC 
(rev 514147)
@@ -0,0 +1,800 @@
+diff --git a/src/mumble/ACLEditor.cpp b/src/mumble/ACLEditor.cpp
+index c938ffc1..e414d606 100644
+--- a/src/mumble/ACLEditor.cpp
 b/src/mumble/ACLEditor.cpp
+@@ -37,11 +37,13 @@
+ #include "Channel.h"
+ #include "ClientUser.h"
+ #include "Database.h"
+-#include "Global.h"
+ #include "Log.h"
+ #include "ServerHandler.h"
+ #include "User.h"
+ 
++ // We define a global macro called 'g'. This can lead to issues when 
included code uses 'g' as a type or parameter name (like protobuf 3.7 does). As 
such, for now, we have to make this our last include.
++#include "Global.h"
++
+ ACLGroup::ACLGroup(const QString ) : Group(NULL, name) {
+   bInherited = false;
+ }
+diff --git a/src/mumble/About.cpp b/src/mumble/About.cpp
+index 4d2cf158..dc214f17 100644
+--- a/src/mumble/About.cpp
 b/src/mumble/About.cpp
+@@ -32,10 +32,12 @@
+ 
+ #include "About.h"
+ 
+-#include "Global.h"
+ #include "MainWindow.h"
+ #include "licenses.h"
+ 
++// We define a global macro called 'g'. This can lead to issues when included 
code uses 'g' as a type or parameter name (like protobuf 3.7 does). As such, 
for now, we have to make this our last include.
++#include "Global.h"
++
+ 

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

2019-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 7, 2019 @ 22:15:27
  Author: bisson
Revision: 364105

kill the base group

Modified:
  jfsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:07:53 UTC (rev 364104)
+++ PKGBUILD2019-10-07 22:15:27 UTC (rev 364105)
@@ -16,8 +16,6 @@
 '15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3'
 'fd1a4e794a3bf2ebdb4b81f582e147655d70aadd59689aacea0ccc32c6381a28')
 
-groups=('base')
-
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../inttypes.patch


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

2019-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 7, 2019 @ 22:15:43
  Author: bisson
Revision: 364106

kill the base group

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:15:27 UTC (rev 364105)
+++ PKGBUILD2019-10-07 22:15:43 UTC (rev 364106)
@@ -17,7 +17,6 @@
 sha256sums=('95ba750d8ea8e519b5161f211096ed0c46f3f0273b03cfadb5edbeac57b31570'
 'SKIP')
 
-groups=('base')
 backup=('etc/mail.rc')
 replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
 provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:11:51
  Author: svenstaro
Revision: 514145

archrelease: copy trunk to community-staging-x86_64

Added:
  openvdb/repos/community-staging-x86_64/
  openvdb/repos/community-staging-x86_64/PKGBUILD
(from rev 514144, openvdb/trunk/PKGBUILD)
  openvdb/repos/community-staging-x86_64/boost-1.67.patch
(from rev 514144, openvdb/trunk/boost-1.67.patch)

--+
 PKGBUILD |   48 
 boost-1.67.patch |   11 +++
 2 files changed, 59 insertions(+)

Copied: openvdb/repos/community-staging-x86_64/PKGBUILD (from rev 514144, 
openvdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 22:11:51 UTC (rev 514145)
@@ -0,0 +1,48 @@
+# Maintainer : Sven-Hendrik Haase 
+
+pkgname=openvdb
+pkgver=6.2.1
+pkgrel=1
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('x86_64')
+license=('MPL')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 
'log4cplus' 'openexr')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
+optdepends=('glfw: for tools'
+'glu: for tools'
+'python-numpy: python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('f5d830880316b5ca3921c77c75f3a254aba47d144ac6c0223fc2732d99cbd6b7ffb7f27049f8ab3760ad77b3658fc08a82728325ba753bc29932aa46336457de')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
+
+  mkdir build
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"/build
+
+  cmake .. \
+-GNinja \
+-DUSE_NUMPY=ON \
+-DUSE_LOG4CPLUS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOPENVDB_BUILD_PYTHON_MODULE=ON \
+-DOPENVDB_BUILD_DOCS=ON \
+-DOPENVDB_BUILD_UNITTESTS=OFF \
+-DPython_LIBRARY=/usr/lib/libpython3.7m.so \
+
+  sed -i "s/isystem/I/g" build.ninja
+  ninja
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  DESTDIR="${pkgdir}" ninja install
+}
+
+# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-staging-x86_64/boost-1.67.patch (from rev 
514144, openvdb/trunk/boost-1.67.patch)
===
--- community-staging-x86_64/boost-1.67.patch   (rev 0)
+++ community-staging-x86_64/boost-1.67.patch   2019-10-07 22:11:51 UTC (rev 
514145)
@@ -0,0 +1,11 @@
+diff -upr openvdb-5.1.0.orig/openvdb/CMakeLists.txt 
openvdb-5.1.0/openvdb/CMakeLists.txt
+--- openvdb-5.1.0.orig/openvdb/CMakeLists.txt  2018-06-03 02:59:00.521389220 
+0300
 openvdb-5.1.0/openvdb/CMakeLists.txt   2018-06-03 03:07:55.094264747 
+0300
+@@ -275,6 +275,7 @@ IF (NOT WIN32)
+   TARGET_LINK_LIBRARIES ( vdb_view
+ openvdb_shared
+ ${Boost_THREAD_LIBRARY}
++${CMAKE_THREAD_LIBS_INIT}
+ ${OPENGL_gl_LIBRARY}
+ ${OPENGL_glu_LIBRARY}
+ ${COCOA_LIBRARY}


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

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:11:45
  Author: svenstaro
Revision: 514144

upgpkg: openvdb 6.2.1-1

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:28:24 UTC (rev 514143)
+++ PKGBUILD2019-10-07 22:11:45 UTC (rev 514144)
@@ -1,29 +1,24 @@
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.2.1
+pkgrel=1
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('x86_64')
 license=('MPL')
-depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 
'log4cplus' 'openexr')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
 optdepends=('glfw: for tools'
 'glu: for tools'
 'python-numpy: python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
-
https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/openvdb/pull/428.patch)
-sha512sums=('99ebbb50104ef87792ab73989e8714c4f283fb02d04c3033126b5f0d927ff7bbdebe35c8214ded841692941d8ed8ae551fd6d1bf90ad7dc07bedc3b38b9c4b38'
-
'2eba70b5dde0d9f319841963a93f74915ecc65a13629fec282a04ceb260f30dd475c43b445e7bb121dbc0381c638ddbae102775279aef46b80b1d3093497b916')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('f5d830880316b5ca3921c77c75f3a254aba47d144ac6c0223fc2732d99cbd6b7ffb7f27049f8ab3760ad77b3658fc08a82728325ba753bc29932aa46336457de')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s|DESTINATION docs|DESTINATION share/doc/$pkgname|" 
openvdb/CMakeLists.txt
   sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
 
-  patch -Np1 -i "$srcdir"/428.patch
-
   mkdir build
 }
 
@@ -30,34 +25,24 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"/build
 
-  export CXXFLAGS="${CXXFLAGS} -DPY_OPENVDB_USE_NUMPY"
   cmake .. \
--DBLOSC_LOCATION=/usr/ \
--DTBB_LOCATION=/usr/ \
--DUSE_GLFW3=ON \
--DGLFW3_LOCATION=/usr/ \
--DILMBASE_NAMESPACE_VERSIONING=OFF \
--DOPENEXR_NAMESPACE_VERSIONING=OFF \
--DILMBASE_LOCATION=/usr/ \
--DOPENEXR_LOCATION=/usr/ \
--DCPPUNIT_LOCATION=/usr/include/cppunit \
+-GNinja \
+-DUSE_NUMPY=ON \
+-DUSE_LOG4CPLUS=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
 -DOPENVDB_BUILD_UNITTESTS=OFF \
--DPYTHON_INCL_DIR=/usr/include/python3.7m \
--DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
--DPYTHON_LIB_DIR=/usr/lib \
 -DPython_LIBRARY=/usr/lib/libpython3.7m.so \
 
-  sed -i "s/isystem/I/g" $(find . -name flags.make)
-  make
+  sed -i "s/isystem/I/g" build.ninja
+  ninja
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja install
 }
 
 # vim:set sw=2 sts=2 et:


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 22:07:53
  Author: heftig
Revision: 364104

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 22:07:46 UTC (rev 364103)
+++ PKGBUILD2019-10-07 22:07:53 UTC (rev 364104)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-url="https://wiki.gnome.org/Apps/Nibbles;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=92b554b483742cfb8eab1e548d7c95893c44aebf  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.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: gnome-nibbles/repos/extra-x86_64/PKGBUILD (from rev 364103, 
gnome-nibbles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 22:07:53 UTC (rev 364104)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+url="https://wiki.gnome.org/Apps/Nibbles;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=b7926a2dc0d244e2fd7a3ab692bfa3c1371dec31  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.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 gnome-nibbles/trunk (PKGBUILD)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 22:07:46
  Author: heftig
Revision: 364103

3.34.1-1

Modified:
  gnome-nibbles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:49:10 UTC (rev 364102)
+++ PKGBUILD2019-10-07 22:07:46 UTC (rev 364103)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-nibbles
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Guide a worm around a maze"
 url="https://wiki.gnome.org/Apps/Nibbles;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
 groups=(gnome-extra)
-_commit=92b554b483742cfb8eab1e548d7c95893c44aebf  # tags/3.34.0^0
+_commit=b7926a2dc0d244e2fd7a3ab692bfa3c1371dec31  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:48:50
  Author: heftig
Revision: 364101

3.34.2-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:48:27 UTC (rev 364100)
+++ PKGBUILD2019-10-07 21:48:50 UTC (rev 364101)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala meson appstream-glib git)
-_commit=2592ecb7f3640e1700dfe7ed16dd2692376f6bc6  # tags/3.34.1^0
+_commit=c55cb4c5f49bdd56e3b16cfc56455d5aa6e3d461  # tags/3.34.2^0
 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:49:10
  Author: heftig
Revision: 364102

archrelease: copy trunk to extra-x86_64

Added:
  dconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 364101, dconf-editor/trunk/PKGBUILD)
Deleted:
  dconf-editor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:48:50 UTC (rev 364101)
+++ PKGBUILD2019-10-07 21:49:10 UTC (rev 364102)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/dconf;
-license=(GPL3)
-groups=(gnome-extra)
-depends=(gtk3 dconf)
-makedepends=(vala meson appstream-glib git)
-_commit=2592ecb7f3640e1700dfe7ed16dd2692376f6bc6  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-x86_64/PKGBUILD (from rev 364101, 
dconf-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:49:10 UTC (rev 364102)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.34.2
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/dconf;
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala meson appstream-glib git)
+_commit=c55cb4c5f49bdd56e3b16cfc56455d5aa6e3d461  # tags/3.34.2^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.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
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-07 Thread Christian Hesse via arch-commits
Date: Monday, October 7, 2019 @ 21:48:27
  Author: eworm
Revision: 364100

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 364099, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 364099, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   26 ++
 archlinux-keyring.install |   20 
 2 files changed, 46 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 364099, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-10-07 21:48:27 UTC (rev 364100)
@@ -0,0 +1,26 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+pkgver=20191007
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=(any)
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=(GPL)
+install=$pkgname.install
+source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('d0ad083182b221e54abe5c6cb62d0f8f27ef4b6f45ce4aa239f36c8234a0a4c4'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'E499C79F53C96A54E572FEE1C06086337C50773E')  # Jelle van der Waa 

+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
364099, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2019-10-07 21:48:27 UTC (rev 
364100)
@@ -0,0 +1,20 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of alad
+   # See https://bugs.archlinux.org/task/35478
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A \
+   2>/dev/null
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2019-10-07 Thread Christian Hesse via arch-commits
Date: Monday, October 7, 2019 @ 21:48:24
  Author: eworm
Revision: 364099

upgpkg: archlinux-keyring 20191007-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:14:37 UTC (rev 364098)
+++ PKGBUILD2019-10-07 21:48:24 UTC (rev 364099)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-pkgver=20190827
+pkgver=20191007
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL)
 install=$pkgname.install
 
source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('a911c0ca42dc3ce32455d3ed0b191a0bf0a7450d915016fb590972b68542afa1'
+sha256sums=('d0ad083182b221e54abe5c6cb62d0f8f27ef4b6f45ce4aa239f36c8234a0a4c4'
 'SKIP')
 validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

   'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 



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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 21:28:24
  Author: anthraxx
Revision: 514143

archrelease: copy trunk to community-x86_64

Added:
  libqb/repos/community-x86_64/PKGBUILD
(from rev 514142, libqb/trunk/PKGBUILD)
Deleted:
  libqb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:28:19 UTC (rev 514142)
+++ PKGBUILD2019-10-07 21:28:24 UTC (rev 514143)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcin Wieczorek 
-# Contributor: ovi chis 
-
-pkgname=libqb
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Library for providing high performance, reusable features for 
client-server architecture'
-url='https://github.com/ClusterLabs/libqb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=('doxygen' 'splint')
-checkdepends=('check')
-provides=('libqb.so')
-source=(https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('3f97fae57f526dea06530f8facb4bcb45b20a961f95ce75b4039d2978dd65288d8c14eb8d619617a89d0202fc7214157562adae06e8b7911264f2a2210b413e9'
-'SKIP')
-validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537') # Christine 
Caulfield (Chrissie at work) 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -C tests VERBOSE=1 check
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-fatal-warnings \
---disable-static \
---libdir=/usr/lib \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libqb/repos/community-x86_64/PKGBUILD (from rev 514142, 
libqb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:28:24 UTC (rev 514143)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcin Wieczorek 
+# Contributor: ovi chis 
+
+pkgname=libqb
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Library for providing high performance, reusable features for 
client-server architecture'
+url='https://github.com/ClusterLabs/libqb'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('doxygen' 'splint')
+checkdepends=('check')
+provides=('libqb.so')
+source=(https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('78d3e5a33edaf2f2eb26e51055f1836180d22273b23e2a53ce77a5193e368a0b3beaa2739f99450ec4e6c004f6ce8dabbee07120fd9003a99e9178c0c379483e'
+'SKIP')
+validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537') # Christine 
Caulfield (Chrissie at work) 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests VERBOSE=1 check
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-fatal-warnings \
+--disable-static \
+--libdir=/usr/lib \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 21:28:19
  Author: anthraxx
Revision: 514142

upgpkg: libqb 1.0.5-1

Modified:
  libqb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:14:28 UTC (rev 514141)
+++ PKGBUILD2019-10-07 21:28:19 UTC (rev 514142)
@@ -3,8 +3,8 @@
 # Contributor: ovi chis 
 
 pkgname=libqb
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc='Library for providing high performance, reusable features for 
client-server architecture'
 url='https://github.com/ClusterLabs/libqb'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('check')
 provides=('libqb.so')
 
source=(https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('3f97fae57f526dea06530f8facb4bcb45b20a961f95ce75b4039d2978dd65288d8c14eb8d619617a89d0202fc7214157562adae06e8b7911264f2a2210b413e9'
+sha512sums=('78d3e5a33edaf2f2eb26e51055f1836180d22273b23e2a53ce77a5193e368a0b3beaa2739f99450ec4e6c004f6ce8dabbee07120fd9003a99e9178c0c379483e'
 'SKIP')
 validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537') # Christine 
Caulfield (Chrissie at work) 
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:10:27
  Author: heftig
Revision: 364092

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:10:08 UTC (rev 364091)
+++ PKGBUILD2019-10-07 21:10:27 UTC (rev 364092)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(x86_64)
-license=(GPL)
-depends=('vte3>=0.52.0' gsettings-desktop-schemas)
-makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
- gnome-shell vala yelp-tools git)
-groups=(gnome)
-_commit=deb38d2dff498aa4f45d762f781ef70460938163  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --with-nautilus-extension
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 364091, 
gnome-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:10:27 UTC (rev 364092)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(x86_64)
+license=(GPL)
+depends=('vte3>=0.52.0' gsettings-desktop-schemas)
+makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
+ gnome-shell vala yelp-tools git)
+groups=(gnome)
+_commit=85112274d980dc2aaafc7897c783fad9a46650b4  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --with-nautilus-extension
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:10:29
  Author: heftig
Revision: 364094

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:10:28 UTC (rev 364093)
+++ PKGBUILD2019-10-07 21:10:29 UTC (rev 364094)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=c6186bf0f1e5a904b2d72e26bbe278a417269882  # tags/v3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;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: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 364091, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:10:29 UTC (rev 364094)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=6d4dcce79a551cc2eed62dcb3ea48950b7d34456  # tags/v3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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 evince/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:10:28
  Author: heftig
Revision: 364093

archrelease: copy trunk to extra-x86_64

Added:
  evince/repos/extra-x86_64/PKGBUILD
(from rev 364091, evince/trunk/PKGBUILD)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:10:27 UTC (rev 364092)
+++ PKGBUILD2019-10-07 21:10:28 UTC (rev 364093)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf 
libsecret libsynctex
- gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell)
-makedepends=(libnautilus-extension texlive-bin gobject-introspection 
docbook-xsl python gtk-doc git
- meson appstream-glib yelp-tools)
-optdepends=('texlive-bin: DVI support'
-'gvfs: bookmark support and session saving')
-groups=(gnome)
-_commit=6a53ff778b022536db45ac896a22f71e2757b0e7  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build -D ps=enabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 364091, 
evince/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:10:28 UTC (rev 364093)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf 
libsecret libsynctex
+ gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell)
+makedepends=(libnautilus-extension texlive-bin gobject-introspection 
docbook-xsl python gtk-doc git
+ meson appstream-glib yelp-tools)
+optdepends=('texlive-bin: DVI support'
+'gvfs: bookmark support and session saving')
+groups=(gnome)
+_commit=6f9b550f42ad236185d4bc650ffe6ade04fd09ab  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build -D ps=enabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:10:08
  Author: heftig
Revision: 364091

3.34.1-1

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:09:54 UTC (rev 364090)
+++ PKGBUILD2019-10-07 21:10:08 UTC (rev 364091)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evince
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince;
@@ -15,7 +15,7 @@
 optdepends=('texlive-bin: DVI support'
 'gvfs: bookmark support and session saving')
 groups=(gnome)
-_commit=6a53ff778b022536db45ac896a22f71e2757b0e7  # tags/3.34.0^0
+_commit=6f9b550f42ad236185d4bc650ffe6ade04fd09ab  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:24
  Author: heftig
Revision: 364087

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 364086, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fs62142.patch
(from rev 364086, nvidia/trunk/fs62142.patch)

---+
 PKGBUILD  |   85 
 fs62142.patch |   13 
 2 files changed, 98 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 364086, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-07 21:09:24 UTC (rev 364087)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=435.21
+_extramodules=extramodules-ARCH
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+fs62142.patch)
+sha512sums=('e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270'
+
'df949debf9fed92b3c58322c02685fb344bbfff2920557e7d55ed3f70559f48cd6199bc85e2af170b7e56797f3e9881a53eab8c411f21e75f5abec26eaa47752')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Fix https://bugs.archlinux.org/task/62142
+patch -Np1 -i ../fs62142.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fs62142.patch (from rev 364086, 
nvidia/trunk/fs62142.patch)
===
--- staging-x86_64/fs62142.patch(rev 0)
+++ staging-x86_64/fs62142.patch2019-10-07 21:09:24 UTC (rev 364087)
@@ -0,0 +1,13 @@
+diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+index 73cdeed..e691014 100644
+--- a/kernel/nvidia/nv-dma.c
 b/kernel/nvidia/nv-dma.c
+@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
+ #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
+ const struct dma_map_ops *ops = get_dma_ops(>dev->dev);
+ 
+-return (ops->map_resource != NULL);
++return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif


[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:26
  Author: heftig
Revision: 364088

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 364086, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 364086, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.1.patch
(from rev 364086, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.2.patch
(from rev 364086, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   87 ++
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 268 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 364086, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-07 21:09:26 UTC (rev 364088)
@@ -0,0 +1,87 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.129
+_extramodules=extramodules-ARCH
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 364086, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-10-07 21:09:26 UTC (rev 364088)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if 

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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:23
  Author: heftig
Revision: 514130

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 514121, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 514122, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 514123, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 514123, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 514126, ndiswrapper-arch/trunk/linux-5.0.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.3.patch
(from rev 514128, ndiswrapper-arch/trunk/linux-5.3.patch)

--+
 PKGBUILD |   45 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 linux-5.3.patch  |   69 ++
 6 files changed, 420 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
514121, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:23 UTC (rev 514130)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=69
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch' 'linux-5.3.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'4296e7488d8c0cd971d70a81c01f24ab8e01c8611934024e2438181f0fb7c39a2c8201d48ab04659af2a8897ae93fb0810332e89c2a09a8140e216aed56db34b'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.3.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 514122, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-10-07 21:09:23 UTC (rev 
514130)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, , ,
+  

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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:54
  Author: heftig
Revision: 364090

3.34.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:09:50 UTC (rev 364089)
+++ PKGBUILD2019-10-07 21:09:54 UTC (rev 364090)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=c6186bf0f1e5a904b2d72e26bbe278a417269882  # tags/v3.34.0^0
+_commit=6d4dcce79a551cc2eed62dcb3ea48950b7d34456  # tags/v3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:25
  Author: heftig
Revision: 514131

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 514128, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 514128, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:25 UTC (rev 514131)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=257
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


[arch-commits] Commit in vhba-module/repos (4 files)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:16
  Author: heftig
Revision: 514128

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 514121, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 514122, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 514122, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
514121, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-10-07 21:09:16 UTC (rev 
514128)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 514122, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:16 UTC (rev 514128)
@@ -0,0 +1,52 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190831
+pkgrel=12
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 514122, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-10-07 21:09:16 UTC (rev 514128)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:15
  Author: heftig
Revision: 514127

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 514121, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 514121, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:15 UTC (rev 514127)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.04
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
+
+build() {
+   KERNEL_VERSION=$(

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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:50
  Author: heftig
Revision: 364089

3.34.1-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:09:26 UTC (rev 364088)
+++ PKGBUILD2019-10-07 21:09:50 UTC (rev 364089)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
@@ -12,7 +12,7 @@
 makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
  gnome-shell vala yelp-tools git)
 groups=(gnome)
-_commit=deb38d2dff498aa4f45d762f781ef70460938163  # tags/3.34.0^0
+_commit=85112274d980dc2aaafc7897c783fad9a46650b4  # tags/3.34.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:11
  Author: heftig
Revision: 514122

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 514121, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 514121, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:11 UTC (rev 514122)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=145
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:13
  Author: heftig
Revision: 514123

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 514121, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 514121, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:13 UTC (rev 514123)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=138
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:14
  Author: heftig
Revision: 514125

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 514122, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
514122, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:14 UTC (rev 514125)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+_extramodules=extramodules-ARCH
+pkgrel=18
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:20
  Author: heftig
Revision: 514129

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 514127, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 514128, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 514127, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:20 UTC (rev 514129)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=252
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 514128, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-10-07 21:09:20 UTC (rev 514129)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:14
  Author: heftig
Revision: 514124

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 514121, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 514121, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:14 UTC (rev 514124)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.12
+pkgrel=12
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+ 'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:09:15
  Author: heftig
Revision: 514126

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
514121, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:09:15 UTC (rev 514126)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190913
+pkgrel=8
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:07:00
  Author: heftig
Revision: 364086

archrelease: copy trunk to extra-x86_64

Added:
  eog/repos/extra-x86_64/PKGBUILD
(from rev 364083, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:06:59 UTC (rev 364085)
+++ PKGBUILD2019-10-07 21:07:00 UTC (rev 364086)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-_commit=96a6a7e315489cbaae9e5637e55475351362bf0a  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 364083, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:07:00 UTC (rev 364086)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+_commit=8232be6ed017240fa247c85a005ffcb1cbac3b80  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:06:59
  Author: heftig
Revision: 364085

archrelease: copy trunk to extra-x86_64

Added:
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 364083, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:06:50 UTC (rev 364084)
+++ PKGBUILD2019-10-07 21:06:59 UTC (rev 364085)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.58.0
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(x86_64)
-license=(LGPL)
-options=(!emptydirs)
-depends=(gtk3 pcre2 gnutls fribidi)
-makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=0a0abd8ff68b521fabd7dfeca3ce00a382722fcf  # tags/0.58.0^0
-source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-}
-
-build() {
-  arch-meson vte build -D docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_vte3(){
-  depends+=(vte-common)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  mv "$pkgdir/etc/profile.d/vte.sh" "$srcdir"
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=(sh)
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 vte.sh
-}
-
-# vim:set sw=2 et:

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 364083, vte3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:06:59 UTC (rev 364085)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.58.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(x86_64)
+license=(LGPL)
+options=(!emptydirs)
+depends=(gtk3 pcre2 gnutls fribidi)
+makedepends=(gobject-introspection vala git gtk-doc gperf meson)
+_commit=5c9b5c546b197c68b0db3fa3909dcbb6b004d883  # tags/0.58.1^0
+source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+}
+
+build() {
+  arch-meson vte build -D docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_vte3(){
+  depends+=(vte-common)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  mv "$pkgdir/etc/profile.d/vte.sh" "$srcdir"
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  install -Dt "$pkgdir/etc/profile.d" -m644 vte.sh
+}
+
+# vim:set sw=2 et:


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:06:50
  Author: heftig
Revision: 364084

archrelease: copy trunk to extra-x86_64

Added:
  sysprof/repos/extra-x86_64/PKGBUILD
(from rev 364083, sysprof/trunk/PKGBUILD)
Deleted:
  sysprof/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:05:58 UTC (rev 364083)
+++ PKGBUILD2019-10-07 21:06:50 UTC (rev 364084)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Geoffroy Carrier 
-# Contributor: Eric Belanger 
-# Contributor: aeolist 
-# Contributor: Gabriel Rauter 
-
-pkgname=sysprof
-pkgver=3.34.0
-pkgrel=3
-pkgdesc="Kernel based performance profiler"
-url="https://wiki.gnome.org/Apps/Sysprof;
-license=(GPL)
-arch=(x86_64)
-depends=(gtk3 polkit libdazzle)
-makedepends=(yelp-tools git meson)
-groups=(gnome-extra)
-_commit=ee32407b28c163ba10778b279c6c13f0cd47214a  # tags/sysprof-3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  # Ensure static library is non-LTO compatible
-  CFLAGS+=" -ffat-lto-objects"
-
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Test needs sysprofd at system dbus
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: sysprof/repos/extra-x86_64/PKGBUILD (from rev 364083, 
sysprof/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:06:50 UTC (rev 364084)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Eric Belanger 
+# Contributor: aeolist 
+# Contributor: Gabriel Rauter 
+
+pkgname=sysprof
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Kernel based performance profiler"
+url="https://wiki.gnome.org/Apps/Sysprof;
+license=(GPL)
+arch=(x86_64)
+depends=(gtk3 polkit libdazzle)
+makedepends=(yelp-tools git meson)
+groups=(gnome-extra)
+_commit=15acfe0e3ae211258a65bf32521c5002f7e947bf  # tags/sysprof-3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  # Ensure static library is non-LTO compatible
+  CFLAGS+=" -ffat-lto-objects"
+
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Test needs sysprofd at system dbus
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 21:05:28
  Author: anthraxx
Revision: 514121

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 514120, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/sysusers.conf
(from rev 514120, powerdns/trunk/sysusers.conf)

---+
 PKGBUILD  |   78 
 sysusers.conf |1 
 2 files changed, 79 insertions(+)

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 514120, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:05:28 UTC (rev 514121)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.2.0
+pkgrel=6
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('ee67c132458e539d522aaa5835237dc64d92ad546f51e0ef86366964f7105631f2bd1e6c5d19d85466d95e1982f6410aeb14932c265fddfd301e403e76542624'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/sysusers.conf (from rev 514120, 
powerdns/trunk/sysusers.conf)
===
--- community-staging-x86_64/sysusers.conf  (rev 0)
+++ community-staging-x86_64/sysusers.conf  2019-10-07 21:05:28 UTC (rev 
514121)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 21:05:22
  Author: anthraxx
Revision: 514120

upgpkg: powerdns 4.2.0-6 protobuf 3.10 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:03:57 UTC (rev 514119)
+++ PKGBUILD2019-10-07 21:05:22 UTC (rev 514120)
@@ -7,7 +7,7 @@
 
 pkgname=powerdns
 pkgver=4.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:05:43
  Author: heftig
Revision: 364082

0.58.1-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:05:18 UTC (rev 364081)
+++ PKGBUILD2019-10-07 21:05:43 UTC (rev 364082)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.58.0
+pkgver=0.58.1
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 depends=(gtk3 pcre2 gnutls fribidi)
 makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=0a0abd8ff68b521fabd7dfeca3ce00a382722fcf  # tags/0.58.0^0
+_commit=5c9b5c546b197c68b0db3fa3909dcbb6b004d883  # tags/0.58.1^0
 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:05:58
  Author: heftig
Revision: 364083

3.34.1-1

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:05:43 UTC (rev 364082)
+++ PKGBUILD2019-10-07 21:05:58 UTC (rev 364083)
@@ -6,8 +6,8 @@
 # Contributor: Gabriel Rauter 
 
 pkgname=sysprof
-pkgver=3.34.0
-pkgrel=3
+pkgver=3.34.1
+pkgrel=1
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof;
 license=(GPL)
@@ -15,7 +15,7 @@
 depends=(gtk3 polkit libdazzle)
 makedepends=(yelp-tools git meson)
 groups=(gnome-extra)
-_commit=ee32407b28c163ba10778b279c6c13f0cd47214a  # tags/sysprof-3.34.0^0
+_commit=15acfe0e3ae211258a65bf32521c5002f7e947bf  # tags/sysprof-3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 21:05:18
  Author: heftig
Revision: 364081

3.34.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:57:31 UTC (rev 364080)
+++ PKGBUILD2019-10-07 21:05:18 UTC (rev 364081)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
-_commit=96a6a7e315489cbaae9e5637e55475351362bf0a  # tags/3.34.0^0
+_commit=8232be6ed017240fa247c85a005ffcb1cbac3b80  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-07 Thread Antonio Rojas via arch-commits
Date: Monday, October 7, 2019 @ 21:03:38
  Author: arojas
Revision: 514116

Fix pkgconfig (FS#61461)

Modified:
  libpgm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:57:03 UTC (rev 514115)
+++ PKGBUILD2019-10-07 21:03:38 UTC (rev 514116)
@@ -4,7 +4,7 @@
 
 pkgname=libpgm
 pkgver=5.2.122
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
 arch=('x86_64')
 url='https://www.freshports.org/net/openpgm/'
@@ -13,13 +13,16 @@
 makedepends=('python2')
 options=(!strip)
 #source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz;)
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz;
+
libpgm-fix-pkgconfig.patch::"https://github.com/steve-o/openpgm/commit/ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch;)
+sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c'
+'4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114')
 
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
   find . -type f -exec sed -i 's/python/python2/g' {} \+
+  patch -p3 -i "$srcdir"/libpgm-fix-pkgconfig.patch # Fix wrong include dir in 
pkgconfig file
 }
 
 build() {


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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 21:03:42
  Author: anthraxx
Revision: 514118

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns-recursor/repos/community-staging-x86_64/
  powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 514117, powerdns-recursor/trunk/PKGBUILD)

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

Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev 
514117, powerdns-recursor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-07 21:03:42 UTC (rev 514118)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.2.0
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('e4be63c1be70f0dfd7aab71f1184d5cc1d15e60e775451a96e8472db6fb3825762ebd6f51b593b167389868bbfde0538612b14a04c03f3f60a7e49f7882e78bf'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 21:03:39
  Author: anthraxx
Revision: 514117

upgpkg: powerdns-recursor 4.2.0-3 protobuf 3.10 rebuild

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:03:38 UTC (rev 514116)
+++ PKGBUILD2019-10-07 21:03:39 UTC (rev 514117)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns-recursor
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


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

2019-10-07 Thread Antonio Rojas via arch-commits
Date: Monday, October 7, 2019 @ 21:03:57
  Author: arojas
Revision: 514119

archrelease: copy trunk to community-x86_64

Added:
  libpgm/repos/community-x86_64/PKGBUILD
(from rev 514118, libpgm/trunk/PKGBUILD)
Deleted:
  libpgm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 21:03:42 UTC (rev 514118)
+++ PKGBUILD2019-10-07 21:03:57 UTC (rev 514119)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Lex Black 
-# Contributor: Vladimir Kirillov 
-
-pkgname=libpgm
-pkgver=5.2.122
-pkgrel=3
-pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
-arch=('x86_64')
-url='https://www.freshports.org/net/openpgm/'
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=('python2')
-options=(!strip)
-#source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz;)
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
-
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  find . -type f -exec sed -i 's/python/python2/g' {} \+
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  make prefix="$pkgdir/usr" install
-}

Copied: libpgm/repos/community-x86_64/PKGBUILD (from rev 514118, 
libpgm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 21:03:57 UTC (rev 514119)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: Lex Black 
+# Contributor: Vladimir Kirillov 
+
+pkgname=libpgm
+pkgver=5.2.122
+pkgrel=4
+pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
+arch=('x86_64')
+url='https://www.freshports.org/net/openpgm/'
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('python2')
+options=(!strip)
+#source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz;
+
libpgm-fix-pkgconfig.patch::"https://github.com/steve-o/openpgm/commit/ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch;)
+sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c'
+'4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114')
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  find . -type f -exec sed -i 's/python/python2/g' {} \+
+  patch -p3 -i "$srcdir"/libpgm-fix-pkgconfig.patch # Fix wrong include dir in 
pkgconfig file
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  make prefix="$pkgdir/usr" install
+}


[arch-commits] Commit in vlc/repos (4 files)

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 20:57:31
  Author: anthraxx
Revision: 364080

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 364079, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 364079, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 364079, vlc/trunk/update-vlc-plugin-cache.hook)

--+
 PKGBUILD |  244 +
 lua53_compat.patch   |   30 +
 update-vlc-plugin-cache.hook |   11 +
 3 files changed, 285 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 364079, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-07 20:57:31 UTC (rev 364080)
@@ -0,0 +1,244 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.8
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=2
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+# TODO: libplacebo 
https://github.com/haasn/libplacebo/commit/65ddefbadc3481a7835baa23701a7a2992ca2768
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' # 'libplacebo'
+ 'wayland-protocols' 'aribb24')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
+optdepends=('avahi: service discovery using bonjour protocol'
+'aom: AOM AV1 codec'
+'gst-plugins-base-libs: for libgst plugins'
+'dav1d: dav1d AV1 decoder'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'systemd-libs: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'gnu-free-fonts: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua-socket: http interface'
+'live-media: RTSP input'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'x264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext decoding'
+'libass: Subtitle support'
+'libkate: Kate codec'
+'libtiger: Tiger rendering for Kate streams'
+'sdl_image: SDL image support'
+'srt: SRT input/output plugin'
+'aalib: ASCII art video output'
+'libcaca: colored ASCII art video output'
+ 

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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:58
  Author: heftig
Revision: 364078

435.21-11: kernel 5.3.5.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:56 UTC (rev 364077)
+++ PKGBUILD2019-10-07 20:56:58 UTC (rev 364078)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=435.21
 _extramodules=extramodules-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 20:57:25
  Author: anthraxx
Revision: 364079

upgpkg: vlc 3.0.8-2 protobuf 3.10 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:58 UTC (rev 364078)
+++ PKGBUILD2019-10-07 20:57:25 UTC (rev 364079)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -49,7 +49,7 @@
 'systemd-libs: udev services discovery'
 'smbclient: SMB access plugin'
 'libcdio: audio CD playback'
-'ttf-freefont: subtitle font '
+'gnu-free-fonts: subtitle font '
 'ttf-dejavu: subtitle font'
 'libssh2: sftp access'
 'libnfs: NFS access'


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:56
  Author: heftig
Revision: 364077

390.129-11: kernel 5.3.5.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:49:02 UTC (rev 364076)
+++ PKGBUILD2019-10-07 20:56:56 UTC (rev 364077)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.129
 _extramodules=extramodules-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:57:03
  Author: heftig
Revision: 514115

5.0.1-18: kernel 5.3.5.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:57:02 UTC (rev 514114)
+++ PKGBUILD2019-10-07 20:57:03 UTC (rev 514115)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=5.0.1
 _extramodules=extramodules-ARCH
-pkgrel=17
+pkgrel=18
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:49
  Author: heftig
Revision: 514110

8.047.04-5: kernel 5.3.5.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:48 UTC (rev 514109)
+++ PKGBUILD2019-10-07 20:56:49 UTC (rev 514110)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.04
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:46
  Author: heftig
Revision: 514108

6.0.12-12: kernel 5.3.5.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:45 UTC (rev 514107)
+++ PKGBUILD2019-10-07 20:56:46 UTC (rev 514108)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.12
-pkgrel=11
+pkgrel=12
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:54
  Author: heftig
Revision: 514112

1.1.0-252: kernel 5.3.5.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:51 UTC (rev 514111)
+++ PKGBUILD2019-10-07 20:56:54 UTC (rev 514112)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=251
+pkgrel=252
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:57:00
  Author: heftig
Revision: 514113

1.61-69: kernel 5.3.5.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:54 UTC (rev 514112)
+++ PKGBUILD2019-10-07 20:57:00 UTC (rev 514113)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=68
+pkgrel=69
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:57:02
  Author: heftig
Revision: 514114

0.0.20190913-8: kernel 5.3.5.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:57:00 UTC (rev 514113)
+++ PKGBUILD2019-10-07 20:57:02 UTC (rev 514114)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190913
-pkgrel=7
+pkgrel=8
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:51
  Author: heftig
Revision: 514111

20190831-12: kernel 5.3.5.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:49 UTC (rev 514110)
+++ PKGBUILD2019-10-07 20:56:51 UTC (rev 514111)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190831
-pkgrel=11
+pkgrel=12
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:43
  Author: heftig
Revision: 514106

0.43-145: kernel 5.3.5.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:49:47 UTC (rev 514105)
+++ PKGBUILD2019-10-07 20:56:43 UTC (rev 514106)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=144
+pkgrel=145
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:45
  Author: heftig
Revision: 514107

6.30.223.271-138: kernel 5.3.5.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:43 UTC (rev 514106)
+++ PKGBUILD2019-10-07 20:56:45 UTC (rev 514107)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=137
+pkgrel=138
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 20:56:48
  Author: heftig
Revision: 514109

0.8-257: kernel 5.3.5.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:46 UTC (rev 514108)
+++ PKGBUILD2019-10-07 20:56:48 UTC (rev 514109)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=256
+pkgrel=257
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:49:43
  Author: felixonmars
Revision: 514104

upgpkg: python-pytest-cov 2.8.1-1

Modified:
  python-pytest-cov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:49:25 UTC (rev 514103)
+++ PKGBUILD2019-10-07 20:49:43 UTC (rev 514104)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
-pkgver=2.7.1
+pkgver=2.8.1
 pkgrel=1
 pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
   'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz;)
-sha512sums=('bb2bc5be49b3c2f56a36b6396d6b1a6734e86fb0bf1c2ef29bf8dbc95dcb9364c6deb1525529d46f4ec0ffa6899ef0e94b5f76e5ed892b0a092e69ad6c6e080e')
+sha512sums=('63e4180a5e64579c87aada2f5f3afb5bfe4c4d3f4d39d694abebb05c56761b758cb9a5ccc96569acea595b9333412f34be6b1a0e1cea8a9b580694bfa11df303')
 
 prepare() {
   cp -a pytest-cov-$pkgver{,-py2}


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:49:47
  Author: felixonmars
Revision: 514105

archrelease: copy trunk to community-any

Added:
  python-pytest-cov/repos/community-any/PKGBUILD
(from rev 514104, python-pytest-cov/trunk/PKGBUILD)
Deleted:
  python-pytest-cov/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 20:49:43 UTC (rev 514104)
+++ PKGBUILD2019-10-07 20:49:47 UTC (rev 514105)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sebastien LEDUC 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-pytest-cov
-pkgname=('python-pytest-cov' 'python2-pytest-cov')
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
-arch=('any')
-license=('MIT')
-url='https://github.com/schlamar/pytest-cov'
-makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
- 'python-pytest' 'python2-pytest')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
-  'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz;)
-sha512sums=('bb2bc5be49b3c2f56a36b6396d6b1a6734e86fb0bf1c2ef29bf8dbc95dcb9364c6deb1525529d46f4ec0ffa6899ef0e94b5f76e5ed892b0a092e69ad6c6e080e')
-
-prepare() {
-  cp -a pytest-cov-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-cov-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-cov-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-cov-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-cov-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-cov() {
-  depends=('python-pytest' 'python-coverage')
-
-  cd pytest-cov-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pytest-cov() {
-  depends=('python2-pytest' 'python2-coverage')
-
-  cd pytest-cov-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-cov/repos/community-any/PKGBUILD (from rev 514104, 
python-pytest-cov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 20:49:47 UTC (rev 514105)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Sebastien LEDUC 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-pytest-cov
+pkgname=('python-pytest-cov' 'python2-pytest-cov')
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
+arch=('any')
+license=('MIT')
+url='https://github.com/schlamar/pytest-cov'
+makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
+ 'python-pytest' 'python2-pytest')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
+  'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
+  'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz;)
+sha512sums=('63e4180a5e64579c87aada2f5f3afb5bfe4c4d3f4d39d694abebb05c56761b758cb9a5ccc96569acea595b9333412f34be6b1a0e1cea8a9b580694bfa11df303')
+
+prepare() {
+  cp -a pytest-cov-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-cov-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-cov-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-cov-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-cov-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-cov() {
+  depends=('python-pytest' 'python-coverage')
+
+  cd pytest-cov-$pkgver
+  

[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:49:02
  Author: felixonmars
Revision: 364076

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 364075, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 20:48:59 UTC (rev 364075)
+++ PKGBUILD2019-10-07 20:49:02 UTC (rev 364076)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.65
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('8ce6d4192411605f7416517384a544709ec596dcf5f627e2f1e2c59a9ca2d14de65bc680ea3bbbcc2f67bb536203ca458c5e916171fc7ebe3abfbe27948c3c31')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 364075, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 20:49:02 UTC (rev 364076)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.66
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('abeefcd87510c83374856c958178f94ce9c6bd5710adc4b3725d8bdcfa5a6a5441876f3bc0575eeba3eec233565276c2d314b24ce0875c0dd8a3beb98e9ac5c7')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/trunk (PKGBUILD)

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:48:59
  Author: felixonmars
Revision: 364075

upgpkg: perl-archive-zip 1.66-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:36:00 UTC (rev 364074)
+++ PKGBUILD2019-10-07 20:48:59 UTC (rev 364075)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=perl-archive-zip
-pkgver=1.65
+pkgver=1.66
 pkgrel=1
 pkgdesc="Provide a perl interface to ZIP archive files"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-mockmodule')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('8ce6d4192411605f7416517384a544709ec596dcf5f627e2f1e2c59a9ca2d14de65bc680ea3bbbcc2f67bb536203ca458c5e916171fc7ebe3abfbe27948c3c31')
+sha512sums=('abeefcd87510c83374856c958178f94ce9c6bd5710adc4b3725d8bdcfa5a6a5441876f3bc0575eeba3eec233565276c2d314b24ce0875c0dd8a3beb98e9ac5c7')
 
 build() {
   cd Archive-Zip-${pkgver}


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:49:15
  Author: felixonmars
Revision: 514102

upgpkg: hoogle 5.0.17.11-1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:47:58 UTC (rev 514101)
+++ PKGBUILD2019-10-07 20:49:15 UTC (rev 514102)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hoogle
-pkgver=5.0.17.10
-pkgrel=25
+pkgver=5.0.17.11
+pkgrel=1
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")
@@ -18,7 +18,7 @@
  'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7b9a181510ee0555812d1dd3c90ca02e21597732d9881e8be895ef9ffdbfa1f9bf9f3551351493e829852fa0c9b7f57cb405fcae1650efb7ce57dd0aa6d0c5a0')
+sha512sums=('1bbb076b31a3289d0578741044d2747fca1b530b3f828922375379b4618de42cf4b0708eb022db841bbf91528da11183465895a2ac0378da2f7a8c3512a95b8d')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:49:25
  Author: felixonmars
Revision: 514103

archrelease: copy trunk to community-x86_64

Added:
  hoogle/repos/community-x86_64/PKGBUILD
(from rev 514102, hoogle/trunk/PKGBUILD)
Deleted:
  hoogle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 20:49:15 UTC (rev 514102)
+++ PKGBUILD2019-10-07 20:49:25 UTC (rev 514103)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hoogle
-pkgver=5.0.17.10
-pkgrel=25
-pkgdesc="Haskell API Search"
-url="https://www.haskell.org/hoogle/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
- 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
- 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
- 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
- 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
- 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
- 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
- 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7b9a181510ee0555812d1dd3c90ca02e21597732d9881e8be895ef9ffdbfa1f9bf9f3551351493e829852fa0c9b7f57cb405fcae1650efb7ce57dd0aa6d0c5a0')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: hoogle/repos/community-x86_64/PKGBUILD (from rev 514102, 
hoogle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 20:49:25 UTC (rev 514103)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.11
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1bbb076b31a3289d0578741044d2747fca1b530b3f828922375379b4618de42cf4b0708eb022db841bbf91528da11183465895a2ac0378da2f7a8c3512a95b8d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:47:58
  Author: felixonmars
Revision: 514101

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 20:47:51 UTC (rev 514100)
+++ PKGBUILD2019-10-07 20:47:58 UTC (rev 514101)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgname=python-pytest
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="https://pytest.org/;
-depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
-makedepends=('python-setuptools-scm')
-checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
-  'python-argcomplete' 'python-xmlschema'
-  # Unlisted, but actually used. Check again after a while:
-  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
-  'python-jinja' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
-  cd pytest-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-}
-
-package() {
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 514100, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 20:47:58 UTC (rev 514101)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/;
+depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('ed42b28ec51b5e601eb435468a990f78de41f0de73685b8f2936668604a2413a7b621119e8d5ff9bb62b3fe9aeabf006c778c374631c3ccca3284a98a18c4cb1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd pytest-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:47:51
  Author: felixonmars
Revision: 514100

upgpkg: python-pytest 5.2.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:46:25 UTC (rev 514099)
+++ PKGBUILD2019-10-07 20:47:51 UTC (rev 514100)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc')
+sha512sums=('ed42b28ec51b5e601eb435468a990f78de41f0de73685b8f2936668604a2413a7b621119e8d5ff9bb62b3fe9aeabf006c778c374631c3ccca3284a98a18c4cb1')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:46:21
  Author: felixonmars
Revision: 514098

upgpkg: rclone 1.49.5-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:45:57 UTC (rev 514097)
+++ PKGBUILD2019-10-07 20:46:21 UTC (rev 514098)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.49.4
+pkgver=1.49.5
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('python2' 'pandoc' 'go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('9614dc86c753a56f102d1aa7e756361dfaca421b31f9df25cedafeb6d2bf5017ee848270bd86f9f44bedef3d5c8554313be424a9fa3aa951881eaf10157d35ab')
+sha512sums=('1fe1338eaf69ca0ca9e8705af0e4b9856aa97345b6eb1c2d604d40090da0f37a26550bed4c86c14a0c873d92428a96a0012b48c2d44984fe6dea00b89d946d0d')
 
 prepare() {
   cd rclone-$pkgver


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:46:25
  Author: felixonmars
Revision: 514099

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 514098, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 20:46:21 UTC (rev 514098)
+++ PKGBUILD2019-10-07 20:46:25 UTC (rev 514099)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.49.4
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="https://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('python2' 'pandoc' 'go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('9614dc86c753a56f102d1aa7e756361dfaca421b31f9df25cedafeb6d2bf5017ee848270bd86f9f44bedef3d5c8554313be424a9fa3aa951881eaf10157d35ab')
-
-prepare() {
-  cd rclone-$pkgver
-
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-
-  mkdir -p .gopath/src/github.com/rclone
-  ln -sf "$PWD" .gopath/src/github.com/rclone/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/rclone/rclone
-}
-
-build() {
-  cd rclone-$pkgver/.gopath/src/github.com/rclone/rclone
-
-  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html 
MANUAL.txt
-
-  ./rclone genautocomplete bash rclone.bash_completion
-  ./rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd rclone-$pkgver/.gopath/src/github.com/rclone/rclone
-  make TAG=v$pkgver test || warning "Tests failed"
-}
-
-package() {
-  cd rclone-$pkgver/.gopath/src/github.com/rclone/rclone
-  make TAG=v$pkgver DESTDIR="$pkgdir" install
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 514098, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 20:46:25 UTC (rev 514099)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.49.5
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="https://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('python2' 'pandoc' 'go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
+sha512sums=('1fe1338eaf69ca0ca9e8705af0e4b9856aa97345b6eb1c2d604d40090da0f37a26550bed4c86c14a0c873d92428a96a0012b48c2d44984fe6dea00b89d946d0d')
+
+prepare() {
+  cd rclone-$pkgver
+
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+
+  mkdir -p .gopath/src/github.com/rclone
+  ln -sf "$PWD" .gopath/src/github.com/rclone/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/rclone/rclone
+}
+
+build() {
+  cd rclone-$pkgver/.gopath/src/github.com/rclone/rclone
+
+  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html 
MANUAL.txt
+
+  ./rclone genautocomplete bash rclone.bash_completion
+  ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd rclone-$pkgver/.gopath/src/github.com/rclone/rclone
+  make TAG=v$pkgver test || warning "Tests failed"
+}
+
+package() {
+  cd rclone-$pkgver/.gopath/src/github.com/rclone/rclone
+  make TAG=v$pkgver DESTDIR="$pkgdir" install
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


  1   2   3   4   5   >