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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 01:33:24
  Author: anthraxx
Revision: 318551

archrelease: copy trunk to community-x86_64

Added:
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 318550, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 01:33:15 UTC (rev 318550)
+++ PKGBUILD2018-05-01 01:33:24 UTC (rev 318551)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: sh0 
-# Contributor: Maxwel 
-
-pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=3
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
-
-_make() {
-  make USE_CAP='yes' USE_PYTHON='yes' "$@"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" _make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 318550, 
pax-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 01:33:24 UTC (rev 318551)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: sh0 
+# Contributor: Maxwel 
+
+pkgname=pax-utils
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='ELF utils that can check files for security relevant properties'
+url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
+arch=('x86_64')
+license=('GPL2')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2')
+sha512sums=('efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c')
+
+_make() {
+  make USE_CAP=yes USE_PYTHON=yes "$@"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  _make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  LD_LIBRARY_PATH=/usr/lib _make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  _make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 01:33:15
  Author: anthraxx
Revision: 318550

upgpkg: pax-utils 1.2.3-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 01:04:40 UTC (rev 318549)
+++ PKGBUILD2018-05-01 01:33:15 UTC (rev 318550)
@@ -1,34 +1,37 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
 # Contributor: sh0 
 # Contributor: Maxwel 
 
 pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=3
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='ELF utils that can check files for security relevant properties'
+url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
 arch=('x86_64')
-license=('GPL')
+license=('GPL2')
 depends=('bash' 'libcap' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
+source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2')
+sha512sums=('efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c')
 
 _make() {
-  make USE_CAP='yes' USE_PYTHON='yes' "$@"
+  make USE_CAP=yes USE_PYTHON=yes "$@"
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   _make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" _make check
+  cd ${pkgname}-${pkgver}
+  LD_LIBRARY_PATH=/usr/lib _make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   _make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in xcb-util-xrm/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 01:04:40
  Author: anthraxx
Revision: 318549

archrelease: copy trunk to community-x86_64

Added:
  xcb-util-xrm/repos/community-x86_64/PKGBUILD
(from rev 318548, xcb-util-xrm/trunk/PKGBUILD)
Deleted:
  xcb-util-xrm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 01:04:32 UTC (rev 318548)
+++ PKGBUILD2018-05-01 01:04:40 UTC (rev 318549)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomazau
-# Contributor: Ingo Bürk 
-
-pkgname=xcb-util-xrm
-pkgver=1.2
-pkgrel=2
-pkgdesc='XCB utility functions for the X resource manager'
-arch=(i686 x86_64)
-url='https://github.com/Airblader/xcb-util-xrm'
-license=(MIT)
-depends=(xcb-util)
-makedepends=(xorg-util-macros libx11)
-source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
-sha256sums=('c4a1d64d4a6973c649e3b6e3c418242f11e39c65d4d227d555d48f6df0558567')
-
-build() {
-  cd xcb-util-xrm-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xcb-util-xrm-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-

Copied: xcb-util-xrm/repos/community-x86_64/PKGBUILD (from rev 318548, 
xcb-util-xrm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 01:04:40 UTC (rev 318549)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomazau
+# Contributor: Ingo Bürk 
+
+pkgname=xcb-util-xrm
+pkgver=1.3
+pkgrel=1
+pkgdesc='XCB utility functions for the X resource manager'
+url='https://github.com/Airblader/xcb-util-xrm'
+arch=('x86_64')
+license=('MIT')
+depends=('xcb-util')
+makedepends=('xorg-util-macros' 'libx11')
+source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
+sha256sums=('0129f74c327ae65e2f4ad4002f300b4f02c9aff78c00997f1f1c5a430f922f34')
+sha512sums=('d8a427ed6d1f1568ce58db9b89284e4fafcc7b7929c31bccf70e5ccd91f3f6cb9c87ff25c4e64d95b0c6215cfecde6c0ee2b3a18759817aea3169ba87602c5de')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in xcb-util-xrm/trunk (PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 01:04:32
  Author: anthraxx
Revision: 318548

upgpkg: xcb-util-xrm 1.3-1

Modified:
  xcb-util-xrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 00:11:00 UTC (rev 318547)
+++ PKGBUILD2018-05-01 01:04:32 UTC (rev 318548)
@@ -1,27 +1,35 @@
-# Maintainer: Anatol Pomazau
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomazau
 # Contributor: Ingo Bürk 
 
 pkgname=xcb-util-xrm
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 pkgdesc='XCB utility functions for the X resource manager'
-arch=(x86_64)
 url='https://github.com/Airblader/xcb-util-xrm'
-license=(MIT)
-depends=(xcb-util)
-makedepends=(xorg-util-macros libx11)
+arch=('x86_64')
+license=('MIT')
+depends=('xcb-util')
+makedepends=('xorg-util-macros' 'libx11')
 
source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
-sha256sums=('c4a1d64d4a6973c649e3b6e3c418242f11e39c65d4d227d555d48f6df0558567')
+sha256sums=('0129f74c327ae65e2f4ad4002f300b4f02c9aff78c00997f1f1c5a430f922f34')
+sha512sums=('d8a427ed6d1f1568ce58db9b89284e4fafcc7b7929c31bccf70e5ccd91f3f6cb9c87ff25c4e64d95b0c6215cfecde6c0ee2b3a18759817aea3169ba87602c5de')
 
 build() {
-  cd xcb-util-xrm-$pkgver
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
 package() {
-  cd xcb-util-xrm-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:26:45
  Author: anthraxx
Revision: 323205

archrelease: copy trunk to testing-x86_64

Added:
  clamav/repos/testing-x86_64/
  clamav/repos/testing-x86_64/PKGBUILD
(from rev 323204, clamav/trunk/PKGBUILD)
  clamav/repos/testing-x86_64/clamav.install
(from rev 323204, clamav/trunk/clamav.install)
  clamav/repos/testing-x86_64/clamav.logrotate
(from rev 323204, clamav/trunk/clamav.logrotate)
  clamav/repos/testing-x86_64/clamav.sysusers
(from rev 323204, clamav/trunk/clamav.sysusers)
  clamav/repos/testing-x86_64/clamav.tmpfiles
(from rev 323204, clamav/trunk/clamav.tmpfiles)

--+
 PKGBUILD |   84 +
 clamav.install   |   11 ++
 clamav.logrotate |   11 ++
 clamav.sysusers  |1 
 clamav.tmpfiles  |3 +
 5 files changed, 110 insertions(+)

Copied: clamav/repos/testing-x86_64/PKGBUILD (from rev 323204, 
clamav/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-01 00:26:45 UTC (rev 323205)
@@ -0,0 +1,84 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dale Blount 
+# Contributor: Gregor Ibic 
+# Contributor: Gaetan Bisson 
+
+pkgname=clamav
+pkgver=0.100.0
+pkgrel=1
+pkgdesc='Anti-virus toolkit for Unix'
+url='https://www.clamav.net/'
+license=('GPL')
+arch=('x86_64')
+depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'libsystemd' 'pcre2' 'json-c')
+makedepends=('libmilter' 'systemd')
+backup=('etc/clamav/clamd.conf'
+'etc/clamav/freshclam.conf'
+'etc/clamav/clamav-milter.conf'
+'etc/logrotate.d/clamav')
+install=clamav.install
+source=(https://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz{,.sig}
+clamav.logrotate
+clamav.tmpfiles
+clamav.sysusers)
+sha256sums=('c5c5edaf75a3c53ac0f271148fd6447310bce53f448ec7e6205124a25918f65c'
+'SKIP'
+'c36e3ddf790fa6ea90169038ae08521a31652a372017e6e38858e28fc63b3f74'
+'8e216c7e4763a273a120930787dcc444ea221bb719eed180a9d15b4c1d603a84'
+'01a896c3a1cd34b323594403fd82a9e353b5aa848b8462137b621959558199e8')
+validpgpkeys=('65ED513993F08DA06F9639A6F13F9E16BCA5BFAD') # Talos (Talos, 
Cisco Systems Inc.) 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -E 's|^(Example)$|#\1|' -i 
etc/{clamd,freshclam,clamav-milter}.conf.sample
+  sed -E 's|#(User) .+|\1 clamav|' -i 
etc/{clamd,freshclam,clamav-milter}.conf.sample
+  sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamd.log|' -i 
etc/clamd.conf.sample
+  sed -E 's|#(LogTime) .+|\1 yes|' -i etc/clamd.conf.sample 
etc/clamav-milter.conf.sample
+  sed -E 's|#(PidFile) .+|\1 /run/clamav/clamd.pid|' -i etc/clamd.conf.sample
+  sed -E 's|#(TemporaryDirectory) .+|\1 /tmp|' -i 
etc/{clamd,clamav-milter}.conf.sample
+  sed -E 's|#(LocalSocket) .+|\1 /run/clamav/clamd.ctl|' -i 
etc/clamd.conf.sample
+  sed -E 's|#(UpdateLogFile) .+|\1 /var/log/clamav/freshclam.log|' -i 
etc/freshclam.conf.sample
+  sed -E 's|#(DatabaseMirror) .+|\1 database.clamav.net|' -i 
etc/freshclam.conf.sample
+  sed -E 's|#(NotifyClamd) .+|\1 /etc/clamav/clamd.conf|' -i 
etc/freshclam.conf.sample
+  sed -E 's|#(PidFile) .+|\1 /run/clamav/freshclam.pid|' -i 
etc/freshclam.conf.sample
+  sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamav-milter.log|' -i 
etc/clamav-milter.conf.sample
+  sed -E 's|#(PidFile) .+|\1 /run/clamav/clamav-milter.pid|' -i 
etc/clamav-milter.conf.sample
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  # --disable-zlib-vcheck because the configure script thinks that
+  # zlib 1.2.11 is older than 1.2.2
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/clamav \
+--with-dbdir=/var/lib/clamav \
+--with-user=clamav \
+--with-group=clamav \
+--disable-rpath \
+--disable-clamav \
+--disable-llvm \
+--enable-zlib-vcheck \
+--enable-milter \
+--enable-clamdtop
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/etc/clamav/freshclam.conf{.sample,}
+  mv "${pkgdir}"/etc/clamav/clamd.conf{.sample,}
+  mv "${pkgdir}"/etc/clamav/clamav-milter.conf{.sample,}
+
+  install -Dm 644 ../clamav.sysusers "${pkgdir}"/usr/lib/sysusers.d/clamav.conf
+  install -Dm 644 ../clamav.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+  install -Dm 644 ../clamav.logrotate "${pkgdir}"/etc/logrotate.d/clamav
+}
+
+# vim: ts=2 sw=2 et:

Copied: clamav/repos/testing-x86_64/clamav.install (from rev 323204, 
clamav/trunk/clamav.install)
===
--- testing-x86_64/clamav.install   (rev 0)
+++ 

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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:26:36
  Author: anthraxx
Revision: 323204

upgpkg: clamav 0.100.0-1

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:29:45 UTC (rev 323203)
+++ PKGBUILD2018-05-01 00:26:36 UTC (rev 323204)
@@ -4,13 +4,13 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=clamav
-pkgver=0.99.4
+pkgver=0.100.0
 pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 url='https://www.clamav.net/'
 license=('GPL')
 arch=('x86_64')
-depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'libsystemd' 'pcre2')
+depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'libsystemd' 'pcre2' 'json-c')
 makedepends=('libmilter' 'systemd')
 backup=('etc/clamav/clamd.conf'
 'etc/clamav/freshclam.conf'
@@ -21,7 +21,7 @@
 clamav.logrotate
 clamav.tmpfiles
 clamav.sysusers)
-sha256sums=('d72ac3273bde8d2e5e28ec9978373ee3ab4529fd868bc3fc4d2d2671228f2461'
+sha256sums=('c5c5edaf75a3c53ac0f271148fd6447310bce53f448ec7e6205124a25918f65c'
 'SKIP'
 'c36e3ddf790fa6ea90169038ae08521a31652a372017e6e38858e28fc63b3f74'
 '8e216c7e4763a273a120930787dcc444ea221bb719eed180a9d15b4c1d603a84'


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:10:45
  Author: anthraxx
Revision: 318546

upgpkg: valabind 1.6.0-3 (fix rpath)

FS#57935

Modified:
  valabind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 00:02:48 UTC (rev 318545)
+++ PKGBUILD2018-05-01 00:10:45 UTC (rev 318546)
@@ -2,16 +2,24 @@
 
 pkgname=valabind
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR'
 url='https://radare.org/r/'
 arch=('x86_64')
 license=('GPL3')
 depends=('sh' 'glibc' 'glib2' 'vala' 'swig')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('0d266486655c257fd993758c3e4cc8e32f0ec6f45d0c0e15bb6e6be986e4b78e')
-sha512sums=('872e4d1feed4a79cef3a43982a317cffa513b8935bd8274d54935acd263e90132ed37d34e2735e79238a0498f6bb37b6e8355dd8485e5b91902664269fbb240d')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz
+
valabind-fix-rpath.patch::https://github.com/radare/valabind/commit/774707925962fe5865002587ef031048acbe9d89.patch)
+sha256sums=('0d266486655c257fd993758c3e4cc8e32f0ec6f45d0c0e15bb6e6be986e4b78e'
+'b4a46f94d90da957e57a6f2483eb4d7ce0c1769590c910a493599497aaa2cd8e')
+sha512sums=('872e4d1feed4a79cef3a43982a317cffa513b8935bd8274d54935acd263e90132ed37d34e2735e79238a0498f6bb37b6e8355dd8485e5b91902664269fbb240d'
+
'829bf15a10a4d8f420993f5e378d00dcf836e06068e340aea3306fe4a684a064aeff34cc79ac0e61c2de4ac012183c5c6961cac3f373213f80ca44851e5eb546')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../valabind-fix-rpath.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   make


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:11:00
  Author: anthraxx
Revision: 318547

archrelease: copy trunk to community-x86_64

Added:
  valabind/repos/community-x86_64/PKGBUILD
(from rev 318546, valabind/trunk/PKGBUILD)
Deleted:
  valabind/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 00:10:45 UTC (rev 318546)
+++ PKGBUILD2018-05-01 00:11:00 UTC (rev 318547)
@@ -1,25 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR'
-url='https://radare.org/r/'
-arch=('x86_64')
-license=('GPL3')
-depends=('sh' 'glibc' 'glib2' 'vala' 'swig')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('0d266486655c257fd993758c3e4cc8e32f0ec6f45d0c0e15bb6e6be986e4b78e')
-sha512sums=('872e4d1feed4a79cef3a43982a317cffa513b8935bd8274d54935acd263e90132ed37d34e2735e79238a0498f6bb37b6e8355dd8485e5b91902664269fbb240d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 318546, 
valabind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 00:11:00 UTC (rev 318547)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=1.6.0
+pkgrel=3
+pkgdesc='Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR'
+url='https://radare.org/r/'
+arch=('x86_64')
+license=('GPL3')
+depends=('sh' 'glibc' 'glib2' 'vala' 'swig')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz
+
valabind-fix-rpath.patch::https://github.com/radare/valabind/commit/774707925962fe5865002587ef031048acbe9d89.patch)
+sha256sums=('0d266486655c257fd993758c3e4cc8e32f0ec6f45d0c0e15bb6e6be986e4b78e'
+'b4a46f94d90da957e57a6f2483eb4d7ce0c1769590c910a493599497aaa2cd8e')
+sha512sums=('872e4d1feed4a79cef3a43982a317cffa513b8935bd8274d54935acd263e90132ed37d34e2735e79238a0498f6bb37b6e8355dd8485e5b91902664269fbb240d'
+
'829bf15a10a4d8f420993f5e378d00dcf836e06068e340aea3306fe4a684a064aeff34cc79ac0e61c2de4ac012183c5c6961cac3f373213f80ca44851e5eb546')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../valabind-fix-rpath.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-dns/trunk (PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:02:10
  Author: anthraxx
Revision: 318544

upgpkg: ruby-async-dns 1.1.1-1

Modified:
  ruby-async-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 00:00:43 UTC (rev 318543)
+++ PKGBUILD2018-05-01 00:02:10 UTC (rev 318544)
@@ -2,7 +2,7 @@
 
 _gemname=async-dns
 pkgname=ruby-${_gemname}
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='Asynchronous DNS resolver and server'
 url='https://github.com/socketry/async-dns'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-async-io')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-dns/archive/v${pkgver}.tar.gz)
-sha256sums=('f177a36515b5538b65d7f535f6ddcdf1d9292c2bb216a024fda0826e0f8415d6')
-sha512sums=('0cd9b105d55ab5a420abecff23209f3d25a7d3a04054e0ea9cc57d23fc4be900e0d62db27e8c73decb5eed195cf84925cba70baf1240ac8af40ebfe5c74596a8')
+sha256sums=('53626a92908c7f26a2f1f236be5e02d792262cb4cd8d76363fcdf2b6760f5d1f')
+sha512sums=('9b36667d8ac7167e73d3e29513a38578067caa8b76df2fd70222c59606bac54c4ef91376bbf6941f2294cc007693f2710f77aad61d92ba7ce6cf6141c48dacee')
 
 prepare() {
   cd ${_gemname}-${pkgver}


[arch-commits] Commit in ruby-async-dns/repos/community-any (PKGBUILD PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:02:48
  Author: anthraxx
Revision: 318545

archrelease: copy trunk to community-any

Added:
  ruby-async-dns/repos/community-any/PKGBUILD
(from rev 318544, ruby-async-dns/trunk/PKGBUILD)
Deleted:
  ruby-async-dns/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 00:02:10 UTC (rev 318544)
+++ PKGBUILD2018-05-01 00:02:48 UTC (rev 318545)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-dns
-pkgname=ruby-${_gemname}
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Asynchronous DNS resolver and server'
-url='https://github.com/socketry/async-dns'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async-io')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-dns/archive/v${pkgver}.tar.gz)
-sha256sums=('f177a36515b5538b65d7f535f6ddcdf1d9292c2bb216a024fda0826e0f8415d6')
-sha512sums=('0cd9b105d55ab5a420abecff23209f3d25a7d3a04054e0ea9cc57d23fc4be900e0d62db27e8c73decb5eed195cf84925cba70baf1240ac8af40ebfe5c74596a8')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /usr/share/doc/${pkgname}/README.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-dns/repos/community-any/PKGBUILD (from rev 318544, 
ruby-async-dns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 00:02:48 UTC (rev 318545)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-dns
+pkgname=ruby-${_gemname}
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Asynchronous DNS resolver and server'
+url='https://github.com/socketry/async-dns'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async-io')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-dns/archive/v${pkgver}.tar.gz)
+sha256sums=('53626a92908c7f26a2f1f236be5e02d792262cb4cd8d76363fcdf2b6760f5d1f')
+sha512sums=('9b36667d8ac7167e73d3e29513a38578067caa8b76df2fd70222c59606bac54c4ef91376bbf6941f2294cc007693f2710f77aad61d92ba7ce6cf6141c48dacee')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/README.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-io/trunk (PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:00:26
  Author: anthraxx
Revision: 318542

upgpkg: ruby-async-io 1.9.4-1

Modified:
  ruby-async-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:59:27 UTC (rev 318541)
+++ PKGBUILD2018-05-01 00:00:26 UTC (rev 318542)
@@ -2,7 +2,7 @@
 
 _gemname=async-io
 pkgname=ruby-${_gemname}
-pkgver=1.8.4
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
@@ -12,8 +12,8 @@
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('05a1995b480aa98646084f1e319f260b61bdb0ca7f779c2a65a75e91d15a5ce5')
-sha512sums=('44ad51077e70b0e767b4500b00f8ea2649360e980d7c3a2bafd6acaf2e4f47efa24eae442230ea4ecb896a41a8db40e64f2bb026f4db8d7d571c59ddb33f0cc8')
+sha256sums=('268dbd2acdee0960906229d3556e5032917fa063ae8ba7984f8b1438f8df4961')
+sha512sums=('308c061bcff7dfe2eaacd604baba347106e36935031e8bf90c2086435afcb8aa37a9cf473aba30d55067beeb7dba947b7c9d5bd11c2291e537e0afc3becdaf70')
 
 prepare() {
   cd ${_gemname}-${pkgver}


[arch-commits] Commit in ruby-async-io/repos/community-any (PKGBUILD PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Tuesday, May 1, 2018 @ 00:00:43
  Author: anthraxx
Revision: 318543

archrelease: copy trunk to community-any

Added:
  ruby-async-io/repos/community-any/PKGBUILD
(from rev 318542, ruby-async-io/trunk/PKGBUILD)
Deleted:
  ruby-async-io/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 00:00:26 UTC (rev 318542)
+++ PKGBUILD2018-05-01 00:00:43 UTC (rev 318543)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('05a1995b480aa98646084f1e319f260b61bdb0ca7f779c2a65a75e91d15a5ce5')
-sha512sums=('44ad51077e70b0e767b4500b00f8ea2649360e980d7c3a2bafd6acaf2e4f47efa24eae442230ea4ecb896a41a8db40e64f2bb026f4db8d7d571c59ddb33f0cc8')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 318542, 
ruby-async-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 00:00:43 UTC (rev 318543)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
+sha256sums=('268dbd2acdee0960906229d3556e5032917fa063ae8ba7984f8b1438f8df4961')
+sha512sums=('308c061bcff7dfe2eaacd604baba347106e36935031e8bf90c2086435afcb8aa37a9cf473aba30d55067beeb7dba947b7c9d5bd11c2291e537e0afc3becdaf70')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:59:27
  Author: anthraxx
Revision: 318541

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 23:59:20 UTC (rev 318540)
+++ PKGBUILD2018-04-30 23:59:27 UTC (rev 318541)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=yarl
-pkgname=python-yarl
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Yet another URL library'
-url='https://github.com/aio-libs/yarl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'python' 'python-multidict' 'python-idna')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('90c726bdf744046cfd516f679441a65996ffbc672c28120b14fdd475b1b600a3')
-sha512sums=('3c08cd5b91f761d78e113e300e7fa06069206867ef41cf6ac7a0bf298a9159b6211d69a8b6b4ae13ecb583ac45e81a8d2e76b581f0dbc56f1e790bb298532372')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yarl/repos/community-x86_64/PKGBUILD (from rev 318540, 
python-yarl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 23:59:27 UTC (rev 318541)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=yarl
+pkgname=python-yarl
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Yet another URL library'
+url='https://github.com/aio-libs/yarl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'python' 'python-multidict' 'python-idna')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
+sha256sums=('66f2423b9e25fded0d44dfaf6203aad0b84ce54f8c5058d79ae8c0e73178cbf6')
+sha512sums=('593cb1d54fb142595aaa5799a1db837a318c87f19c0098ed1ec088b9756f110ceb30844ad65f7d5528ed7c926e6defea882c262744e752e9c7551f75502b48ef')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:59:20
  Author: anthraxx
Revision: 318540

upgpkg: python-yarl 1.2.1-1

Modified:
  python-yarl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:57:29 UTC (rev 318539)
+++ PKGBUILD2018-04-30 23:59:20 UTC (rev 318540)
@@ -2,7 +2,7 @@
 
 _pkgname=yarl
 pkgname=python-yarl
-pkgver=1.1.1
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='Yet another URL library'
 url='https://github.com/aio-libs/yarl/'
@@ -12,8 +12,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('90c726bdf744046cfd516f679441a65996ffbc672c28120b14fdd475b1b600a3')
-sha512sums=('3c08cd5b91f761d78e113e300e7fa06069206867ef41cf6ac7a0bf298a9159b6211d69a8b6b4ae13ecb583ac45e81a8d2e76b581f0dbc56f1e790bb298532372')
+sha256sums=('66f2423b9e25fded0d44dfaf6203aad0b84ce54f8c5058d79ae8c0e73178cbf6')
+sha512sums=('593cb1d54fb142595aaa5799a1db837a318c87f19c0098ed1ec088b9756f110ceb30844ad65f7d5528ed7c926e6defea882c262744e752e9c7551f75502b48ef')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in fasm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:57:29
  Author: anthraxx
Revision: 318539

archrelease: copy trunk to multilib-x86_64

Added:
  fasm/repos/multilib-x86_64/PKGBUILD
(from rev 318538, fasm/trunk/PKGBUILD)
Deleted:
  fasm/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 23:57:22 UTC (rev 318538)
+++ PKGBUILD2018-04-30 23:57:29 UTC (rev 318539)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Chris Andrews 
-# Contributor: FadeMind 
-# Contributor: Serge Victor 
-# Contributor: Krzysztof Wloch 
-# Contributor: Luke McCarthy 
-
-pkgname=fasm
-pkgver=1.73.03
-pkgrel=1
-pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
-url='https://flatassembler.net/'
-arch=('x86_64')
-license=('custom')
-depends_x86_64=('lib32-glibc')
-source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('8399b161ae6890e72d6a091d97bf09fa0be12b6ee1180483eee169dcdc14309a')
-sha512sums=('6dc8940051e35726e2a7612d5aeb761a4b9bbf1be7d43eeb232a26ff42b08e741f6fee161fe80854a92085f063c1a16044be8701d72a356cf5c7c0e074b47139')
-
-build() {
-  cd ${pkgname}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-SRCDIR=Linux/x64
-./fasm.x64 source/${SRCDIR}/fasm.asm
-  fi
-  mv source/${SRCDIR}/fasm ./fasm
-
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-./fasm tools/libc/${s}.asm ${s}.o
-gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
-  done
-}
-
-package() {
-  cd ${pkgname}
-
-  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
-  done
-
-  # docs
-  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
-  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfobj/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfobj"
-  install -Dm 644 examples/libcdemo/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 examples/libcdemo/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fasm/repos/multilib-x86_64/PKGBUILD (from rev 318538, 
fasm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 23:57:29 UTC (rev 318539)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris Andrews 
+# Contributor: FadeMind 
+# Contributor: Serge Victor 
+# Contributor: Krzysztof Wloch 
+# Contributor: Luke McCarthy 
+
+pkgname=fasm
+pkgver=1.73.04
+pkgrel=1
+pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
+url='https://flatassembler.net/'
+arch=('x86_64')
+license=('custom')
+depends_x86_64=('lib32-glibc')
+source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha256sums=('4145d0341e916165c22c7b5ab62ed511ddd0aee4c1c406e97ca5b2ef929b1d78')
+sha512sums=('6c706dafddf6702c49987ab4ec1b9719fbfe5473d05e3f664ecd26c8f488ad911abfdbf5fcf41fbfa1cd577e18899d6490ee7d715bba00544e222008e596eaa8')
+
+build() {
+  cd ${pkgname}
+
+  if [ "${CARCH}" == "x86_64" ]; then
+SRCDIR=Linux/x64
+./fasm.x64 source/${SRCDIR}/fasm.asm
+  fi
+  mv source/${SRCDIR}/fasm ./fasm
+
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+./fasm tools/libc/${s}.asm ${s}.o
+gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
+  done
+}
+
+package() {
+  cd ${pkgname}
+
+  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
+  done
+
+  # docs
+  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
+  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
+  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
+  install -Dm 644 examples/elfobj/*.asm -t 

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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:57:22
  Author: anthraxx
Revision: 318538

upgpkg: fasm 1.73.04-1

Modified:
  fasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:56:13 UTC (rev 318537)
+++ PKGBUILD2018-04-30 23:57:22 UTC (rev 318538)
@@ -6,7 +6,7 @@
 # Contributor: Luke McCarthy 
 
 pkgname=fasm
-pkgver=1.73.03
+pkgver=1.73.04
 pkgrel=1
 pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
 url='https://flatassembler.net/'
@@ -14,8 +14,8 @@
 license=('custom')
 depends_x86_64=('lib32-glibc')
 
source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('8399b161ae6890e72d6a091d97bf09fa0be12b6ee1180483eee169dcdc14309a')
-sha512sums=('6dc8940051e35726e2a7612d5aeb761a4b9bbf1be7d43eeb232a26ff42b08e741f6fee161fe80854a92085f063c1a16044be8701d72a356cf5c7c0e074b47139')
+sha256sums=('4145d0341e916165c22c7b5ab62ed511ddd0aee4c1c406e97ca5b2ef929b1d78')
+sha512sums=('6c706dafddf6702c49987ab4ec1b9719fbfe5473d05e3f664ecd26c8f488ad911abfdbf5fcf41fbfa1cd577e18899d6490ee7d715bba00544e222008e596eaa8')
 
 build() {
   cd ${pkgname}


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:56:13
  Author: anthraxx
Revision: 318537

archrelease: copy trunk to community-x86_64

Added:
  ruby-eventmachine/repos/community-x86_64/PKGBUILD
(from rev 318536, ruby-eventmachine/trunk/PKGBUILD)
Deleted:
  ruby-eventmachine/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 23:56:06 UTC (rev 318536)
+++ PKGBUILD2018-04-30 23:56:13 UTC (rev 318537)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Carsten Feuls 
-
-_gemname=eventmachine
-pkgname=ruby-${_gemname}
-pkgver=1.2.5
-pkgrel=2
-pkgdesc='EventMachine: fast, simple event-processing library'
-url='http://rubyeventmachine.com'
-arch=('x86_64')
-license=('Ruby' 'GPL2')
-depends=('ruby' 'openssl')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/eventmachine/eventmachine/archive/v${pkgver}.tar.gz)
-sha256sums=('2e2e3ef78390a2ed54fc72095f584a12f71392c3cabedf270e3a598571b910a9')
-sha512sums=('e924a5bc84d7b8b7fd4e2433229932c91320a1b811ae10f5a23f6ebde0a0a3113064b91174d09e079b24318d8d3e71a5f9dc0287dc3d76458e907cf1890c4dcf')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files README.md CHANGELOG.md GNU LICENSE|find|' -i 
${_gemname}.gemspec
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}*.gem
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
-}

Copied: ruby-eventmachine/repos/community-x86_64/PKGBUILD (from rev 318536, 
ruby-eventmachine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 23:56:13 UTC (rev 318537)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Carsten Feuls 
+
+_gemname=eventmachine
+pkgname=ruby-${_gemname}
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='EventMachine: fast, simple event-processing library'
+url='http://rubyeventmachine.com'
+arch=('x86_64')
+license=('Ruby' 'GPL2')
+depends=('ruby' 'ruby-rdoc' 'openssl')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/eventmachine/eventmachine/archive/v${pkgver}.tar.gz)
+sha256sums=('0af8c03a5b8aa029de35c20f885012283e3d5b625cfccbcb38503af9f97805a6')
+sha512sums=('2511a38743d2fa23ebd65a26d1d2546587ecfaa325307f82c655db0163d05ad01beced4a768ef1814401d1485b35a2913ce5f0beff4ee00a11aaa99c90f0b630')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files README.md CHANGELOG.md GNU LICENSE|find|' -i 
${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}*.gem
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:56:06
  Author: anthraxx
Revision: 318536

upgpkg: ruby-eventmachine 1.2.6-1

Modified:
  ruby-eventmachine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:53:32 UTC (rev 318535)
+++ PKGBUILD2018-04-30 23:56:06 UTC (rev 318536)
@@ -3,17 +3,17 @@
 
 _gemname=eventmachine
 pkgname=ruby-${_gemname}
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
 pkgdesc='EventMachine: fast, simple event-processing library'
 url='http://rubyeventmachine.com'
 arch=('x86_64')
 license=('Ruby' 'GPL2')
-depends=('ruby' 'openssl')
+depends=('ruby' 'ruby-rdoc' 'openssl')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/eventmachine/eventmachine/archive/v${pkgver}.tar.gz)
-sha256sums=('2e2e3ef78390a2ed54fc72095f584a12f71392c3cabedf270e3a598571b910a9')
-sha512sums=('e924a5bc84d7b8b7fd4e2433229932c91320a1b811ae10f5a23f6ebde0a0a3113064b91174d09e079b24318d8d3e71a5f9dc0287dc3d76458e907cf1890c4dcf')
+sha256sums=('0af8c03a5b8aa029de35c20f885012283e3d5b625cfccbcb38503af9f97805a6')
+sha512sums=('2511a38743d2fa23ebd65a26d1d2546587ecfaa325307f82c655db0163d05ad01beced4a768ef1814401d1485b35a2913ce5f0beff4ee00a11aaa99c90f0b630')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:53:32
  Author: anthraxx
Revision: 318535

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 318534, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 23:53:24 UTC (rev 318534)
+++ PKGBUILD2018-04-30 23:53:32 UTC (rev 318535)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.53
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('c6cb1b02add978ec7b0f903d381ef43582723dd059368f7a5843db62dff8f55e')
-sha512sums=('6c4c91d7ecb61db27657b8c22e0c6640d28009348676b8e4f4f4f54a96d5ecbeb4ad1dcc2c2be92ac33ba8f4e19a3ba1558998e61680bdc6a12ba9ca3454e2f2')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 318534, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 23:53:32 UTC (rev 318535)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.54
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('f6c11800df6b19525daae4aae39573fed65c860ea5a404a6f6862370f224fd9d')
+sha512sums=('52a1242593400cab94b499701fbcf5b02b2c64371196a280df521837f16254fe735fe1571ec8f2ae4f1c36b5b595630ecd89fcf3bc2a50cf358736bb4251151c')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+  install -Dm 755 "${f}" ".${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:53:24
  Author: anthraxx
Revision: 318534

upgpkg: metasploit 4.16.54-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:47:30 UTC (rev 318533)
+++ PKGBUILD2018-04-30 23:53:24 UTC (rev 318534)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.53
+pkgver=4.16.54
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('c6cb1b02add978ec7b0f903d381ef43582723dd059368f7a5843db62dff8f55e')
-sha512sums=('6c4c91d7ecb61db27657b8c22e0c6640d28009348676b8e4f4f4f54a96d5ecbeb4ad1dcc2c2be92ac33ba8f4e19a3ba1558998e61680bdc6a12ba9ca3454e2f2')
+sha256sums=('f6c11800df6b19525daae4aae39573fed65c860ea5a404a6f6862370f224fd9d')
+sha512sums=('52a1242593400cab94b499701fbcf5b02b2c64371196a280df521837f16254fe735fe1571ec8f2ae4f1c36b5b595630ecd89fcf3bc2a50cf358736bb4251151c')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:47:30
  Author: anthraxx
Revision: 318533

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 318532, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 23:47:22 UTC (rev 318532)
+++ PKGBUILD2018-04-30 23:47:30 UTC (rev 318533)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.9.6
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest'
-  'python2-coverage' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('76fc846ac4eca444f1b553e64ec988721ee63f5ff976ee22febd59053de3d856')
-sha512sums=('cc3f272cda165f4cca162273923f8ff160e80b9e79c161e53802bb60585d523c5a4cad5836737151fac7fe7eba51a35614210921267f3da7f86b764bcf75')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 318532, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 23:47:30 UTC (rev 318533)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest'
+  'python2-coverage' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha256sums=('5fdadb2bae49500ec6ccdce3c8c7ca148ed91c4e2d8a6a84520ded16d35953f4')
+sha512sums=('71b9929e3c28bc8ca927c7d858dfa77c21b44b62e36e9a75d20ff8175d504be4f99f9da492d74ba0f226e9cdb1f250caf5f6b33261c985b4a4a49f1ee9fa69a0')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+

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

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 23:47:22
  Author: anthraxx
Revision: 318532

upgpkg: python-flask-socketio 3.0.0-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:38:30 UTC (rev 318531)
+++ PKGBUILD2018-04-30 23:47:22 UTC (rev 318532)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.9.6
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -15,8 +15,8 @@
   'python2-coverage' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('76fc846ac4eca444f1b553e64ec988721ee63f5ff976ee22febd59053de3d856')
-sha512sums=('cc3f272cda165f4cca162273923f8ff160e80b9e79c161e53802bb60585d523c5a4cad5836737151fac7fe7eba51a35614210921267f3da7f86b764bcf75')
+sha256sums=('5fdadb2bae49500ec6ccdce3c8c7ca148ed91c4e2d8a6a84520ded16d35953f4')
+sha512sums=('71b9929e3c28bc8ca927c7d858dfa77c21b44b62e36e9a75d20ff8175d504be4f99f9da492d74ba0f226e9cdb1f250caf5f6b33261c985b4a4a49f1ee9fa69a0')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


[arch-commits] Commit in firefox-developer-edition/repos/community-staging-x86_64 (9 files)

2018-04-30 Thread Andrew Crerar via arch-commits
Date: Monday, April 30, 2018 @ 23:38:30
  Author: andrewsc
Revision: 318531

archrelease: copy trunk to community-staging-x86_64

Added:
  firefox-developer-edition/repos/community-staging-x86_64/PKGBUILD
(from rev 318530, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-developer-edition.desktop
(from rev 318530, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-ffmpeg4.0.patch
(from rev 318530, firefox-developer-edition/trunk/firefox-ffmpeg4.0.patch)
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-install-dir.patch
(from rev 318530, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-staging-x86_64/firefox-symbolic.svg
(from rev 318530, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-staging-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-developer-edition.desktop
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-staging-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  359 
 firefox-developer-edition.desktop |  622 -
 firefox-ffmpeg4.0.patch   |13571 
 firefox-install-dir.patch |   84 
 firefox-symbolic.svg  |  128 
 5 files changed, 14169 insertions(+), 595 deletions(-)

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


[arch-commits] Commit in firefox-developer-edition/trunk (2 files)

2018-04-30 Thread Andrew Crerar via arch-commits
Date: Monday, April 30, 2018 @ 23:37:52
  Author: andrewsc
Revision: 318530

upgpkg: firefox-developer-edition 60.0b15-3

firefox-developer-edition: Adding ffmpeg4.0 patch

Added:
  firefox-developer-edition/trunk/firefox-ffmpeg4.0.patch
Modified:
  firefox-developer-edition/trunk/PKGBUILD

-+
 PKGBUILD|   11 
 firefox-ffmpeg4.0.patch |13571 ++
 2 files changed, 13578 insertions(+), 4 deletions(-)

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


[arch-commits] Commit in flatpak/repos/extra-x86_64 (8 files)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 23:29:45
  Author: heftig
Revision: 323203

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 323202, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
(from rev 323202, flatpak/trunk/flathub.flatpakrepo)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 323202, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 323202, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/flatpak.install

-+
 PKGBUILD|  168 +-
 flathub.flatpakrepo |   16 ++--
 flatpak-bindir.sh   |   14 ++--
 flatpak.install |   18 ++---
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 23:29:19 UTC (rev 323202)
+++ PKGBUILD2018-04-30 23:29:45 UTC (rev 323203)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.11.4
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=b5571fa0397d1ce0f1aaf9cf6bfe2e60cb90895d  # tags/0.11.4^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;
-flatpak-bindir.sh flathub.flatpakrepo)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---enable-p2p \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 ../flatpak-bindir.sh
-  install -Dt "$pkgdir/usr/share/flatpak" -m644 ../flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 323202, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 23:29:45 UTC (rev 323203)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.11.5
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=a93401479df2cd2c6ac602410fb1548c62ec0483  # tags/0.11.5^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;
+flatpak-bindir.sh flathub.flatpakrepo)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url 

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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 23:29:19
  Author: heftig
Revision: 323202

archrelease: copy trunk to testing-x86_64

Added:
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 323201, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/dbus.sysusers
(from rev 323201, dbus/trunk/dbus.sysusers)

---+
 PKGBUILD  |   87 
 dbus.sysusers |5 +++
 2 files changed, 92 insertions(+)

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 323201, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-30 23:29:19 UTC (rev 323202)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.12.8
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git 
autoconf-archive graphviz)
+_commit=f8902fa1c840e3fab807016e6a00647b6ef9dd41  # tags/dbus-1.12.8^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;
+'dbus.sysusers')
+sha256sums=('SKIP'
+'ee7a7a4b2f944cb2e64b9e760efb82589d81872b5b70268356fb73c83c394845')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Reduce docs size
+  printf '%s\n' >>Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_dbus() {
+  provides=(libdbus)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  cd $pkgbase
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/var/run"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+
+  # We have a pre-assigned uid (81)
+  install -m644 "$srcdir/dbus.sysusers" "$pkgdir/usr/lib/sysusers.d/dbus.conf"
+
+  # Split docs
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(dbus)
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
+
+  mv doc "$pkgdir/usr/share"
+}

Copied: dbus/repos/testing-x86_64/dbus.sysusers (from rev 323201, 
dbus/trunk/dbus.sysusers)
===
--- testing-x86_64/dbus.sysusers(rev 0)
+++ testing-x86_64/dbus.sysusers2018-04-30 23:29:19 UTC (rev 323202)
@@ -0,0 +1,5 @@
+# sysusers.d snippet for creating the D-Bus system user automatically
+# at boot on systemd-based systems that ship with an unpopulated
+# /etc. See sysusers.d(5) for details.
+
+u dbus 81 "System Message Bus"


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 23:28:27
  Author: heftig
Revision: 323201

1.12.8-1

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 23:28:23 UTC (rev 323200)
+++ PKGBUILD2018-04-30 23:28:27 UTC (rev 323201)
@@ -6,7 +6,7 @@
 
 pkgbase=dbus
 pkgname=(dbus dbus-docs)
-pkgver=1.12.6
+pkgver=1.12.8
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -14,7 +14,7 @@
 license=(GPL custom)
 depends=(libsystemd expat)
 makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git 
autoconf-archive graphviz)
-_commit=a723baa2bc7e91fc9b1926cda1ce53e9301de4d8  # tags/dbus-1.12.6^0
+_commit=f8902fa1c840e3fab807016e6a00647b6ef9dd41  # tags/dbus-1.12.8^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;
 'dbus.sysusers')
 sha256sums=('SKIP'


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 23:28:23
  Author: heftig
Revision: 323200

0.11.5-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 21:08:18 UTC (rev 323199)
+++ PKGBUILD2018-04-30 23:28:23 UTC (rev 323200)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.11.4
+pkgver=0.11.5
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org;
@@ -13,7 +13,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=b5571fa0397d1ce0f1aaf9cf6bfe2e60cb90895d  # tags/0.11.4^0
+_commit=a93401479df2cd2c6ac602410fb1548c62ec0483  # tags/0.11.5^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://github.com/projectatomic/bubblewrap;
 "git+https://git.gnome.org/browse/libglnx;


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (19 files)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 21:08:18
  Author: anthraxx
Revision: 323199

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 323198, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 323198, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 323198, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 323198, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 323198, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  
linux-hardened/repos/extra-x86_64/fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
(from rev 323198, 
linux-hardened/trunk/fix-vboxguest-on-guests-with-more-than-4G-RAM.patch)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 323198, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 323198, linux-hardened/trunk/linux.preset)
  
linux-hardened/repos/extra-x86_64/partially-revert-swiotlb-remove-various-exports.patch
(from rev 323198, 
linux-hardened/trunk/partially-revert-swiotlb-remove-various-exports.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  
linux-hardened/repos/extra-x86_64/fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset
  
linux-hardened/repos/extra-x86_64/net-aquantia-Regression-on-reset-with-1.x-firmware.patch
  
linux-hardened/repos/extra-x86_64/partially-revert-swiotlb-remove-various-exports.patch

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  520 
 config.x86_64 |19220 
+-
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 fix-vboxguest-on-guests-with-more-than-4G-RAM.patch   | 1098 
 linux.install |   22 
 linux.preset  |   28 
 net-aquantia-Regression-on-reset-with-1.x-firmware.patch  |   68 
 partially-revert-swiotlb-remove-various-exports.patch |   52 
 10 files changed, 10531 insertions(+), 10601 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (3 files)

2018-04-30 Thread Levente Polyak via arch-commits
Date: Monday, April 30, 2018 @ 21:08:06
  Author: anthraxx
Revision: 323198

upgpkg: linux-hardened 4.16.6.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64
Deleted:
  linux-hardened/trunk/net-aquantia-Regression-on-reset-with-1.x-firmware.patch

--+
 PKGBUILD |   10 -
 config.x86_64|2 
 net-aquantia-Regression-on-reset-with-1.x-firmware.patch |   68 -
 3 files changed, 5 insertions(+), 75 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 20:08:35 UTC (rev 323197)
+++ PKGBUILD2018-04-30 21:08:06 UTC (rev 323198)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.16
-_pkgver=4.16.5
+_pkgver=4.16.6
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/anthraxx/linux-hardened'
@@ -25,7 +25,6 @@
 
 # https://bugs.archlinux.org/task/56711
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
-net-aquantia-Regression-on-reset-with-1.x-firmware.patch
 fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
 partially-revert-swiotlb-remove-various-exports.patch
 )
@@ -32,16 +31,15 @@
 replaces=('linux-grsec')
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'8c3bb050d11da6e91d3e169f76ee3ed6937e1ca64264e605ddba8108696ba011'
+'634d3fd97e5d9d90262db0a9d62ed0a40043eb691d68bd4a545f907079610b56'
 'SKIP'
-'65482af87d9bac91d67591bde20ab56162060ea05fad910dbfcb5e5e964c8804'
+'587477338e3c34e31c8d895bae9bed6847d6b0b5ad318460733ee9213730315f'
 'SKIP'
-'6f296e865186eb6993e1494b595b56c8e56ec75327c982a846ca3d24686dc163'
+'8e1484d775b378be0cb424674ac66e5e96a0ab1adbde3bb5b4f9ad0be75d5993'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
 'c08d12c699398ef88b764be1837b9ee11f2efd3188bd1bf4e8f85dfbeee58148'
-'d7233371fe617895b600ad1939d8b818395276d07b8a7918b955c9590a5d1112'
 'b1c1cf770b2baab046d52687ec3dd83c543e3f45b4abeae2686c814673e0a1c5'
 '87a0849079db7bf1deefb687bcf43170f1b209d27af9950f98b049cdf233b447')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2018-04-30 20:08:35 UTC (rev 323197)
+++ config.x86_64   2018-04-30 21:08:06 UTC (rev 323198)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.16.5 Kernel Configuration
+# Linux/x86 4.16.6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y

Deleted: net-aquantia-Regression-on-reset-with-1.x-firmware.patch
===
--- net-aquantia-Regression-on-reset-with-1.x-firmware.patch2018-04-30 
20:08:35 UTC (rev 323197)
+++ net-aquantia-Regression-on-reset-with-1.x-firmware.patch2018-04-30 
21:08:06 UTC (rev 323198)
@@ -1,68 +0,0 @@
-From: Igor Russkikh 
-Date: Wed, 11 Apr 2018 15:23:24 +0300
-Subject: net: aquantia: Regression on reset with 1.x firmware
-
-On ASUS XG-C100C with 1.5.44 firmware a special mode called "dirty wake"
-is active. With this mode when motherboard gets powered (but no poweron
-happens yet), NIC automatically enables powersave link and watches
-for WOL packet.
-This normally allows to powerup the PC after AC power failures.
-
-Not all motherboards or bios settings gives power to PCI slots,
-so this mode is not enabled on all the hardware.
-
-4.16 linux driver introduced full hardware reset sequence
-This is required since before that we had no NIC hardware
-reset implemented and there were side effects of "not clean start".
-
-But this full reset is incompatible with "dirty wake" WOL feature
-it keeps the PHY link in a special mode forever. As a consequence,
-driver sees no link and no traffic.
-
-To fix this we forcibly change FW state to idle state before doing
-the full reset. This makes FW to restore link state.
-
-Fixes: c8c82eb net: aquantia: Introduce global AQC hardware reset sequence
-Signed-off-by: Igor Russkikh 
-Signed-off-by: David S. Miller 

- .../aquantia/atlantic/hw_atl/hw_atl_utils.c  | 16 
- 1 file changed, 16 insertions(+)
-
-diff --git a/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 
b/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
-index d3b847ec7465..c58b2c227260 100644
 a/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
-+++ b/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
-@@ 

[arch-commits] Commit in cuda/repos/community-x86_64 (10 files)

2018-04-30 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 30, 2018 @ 20:17:44
  Author: svenstaro
Revision: 318529

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 318528, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
(from rev 318528, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-x86_64/cuda.conf
(from rev 318528, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 318528, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 318528, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

+
 PKGBUILD   |  204 +++
 cuda-findgllib_mk.diff |   44 +-
 cuda.conf  |8 -
 cuda.install   |   22 ++---
 cuda.sh|2 
 5 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 20:17:08 UTC (rev 318528)
+++ PKGBUILD2018-04-30 20:17:44 UTC (rev 318529)
@@ -1,102 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=9.1.85.3
-_basever=9.1.85
-pkgrel=1
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc6')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/9.1/Prod/local_installers/cuda_${_basever}_387.26_linux
-
https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/1/cuda_9.1.85.1_linux
-
https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/2/cuda_9.1.85.2_linux
-
https://developer.nvidia.com/compute/cuda/9.1/Prod/patches/3/cuda_9.1.85.3_linux
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('492a5fa58fc93ac718ca093f24bb5e74dd2586338c42f2e11e328c7f16756e3511a1c555b12cb1990bb782d0d1600976f4c9e5b3d4857e371b0431daf06b2827'
-
'a29099ffad3470b8fe3a64c2ad675fd7950bd63dcf722dd19083c7daba55be90755456b937347ae3323b50d797a138f81daefddfd37228a6f75b2341dbd861fa'
-
'62644aa8219ff5ce7428033e279ebc05d96596c3c2b9d27f783aff90f41e38e0341578cc1b33e8d6d64c59a544c3e6174e77c5d046de9b12261d1f7e73b259c5'
-
'dcafdd55cbc6d9063f6dc2001c0365f1c1279254378d4d0231039be78b9dec5d6078b3500fa49457fbbf0fad8a17ef0d18c7fa21551b80dc99a16f2ae2a4110a'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'66bd93ecab7e1aa07218c3dd1c96e460f63ed4ac47e853ecb313c78a58e5425c8a5772f1c7f73d696bf5f93fc3e556a046a4ed955a53d900976ac525abd1f518'
-
'6e9a15c73849e6400b0289ed9d6e9d3b7f100712713efcb7bbf4921f39fe671cd9fd3958e735c0da3a44f9afdd2aca94dbc63b564970a0dcacba599b570aca0f')
-
-prepare() {
-  sh cuda_${_basever}_387.26_linux --extract=${srcdir}
-  ./cuda-*.run --noexec --keep
-  ./cuda-samples*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-
-  # Fix up samples tht use findgllib_mk
-  for f in pkg/samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  cd pkg
-  export PERL5LIB=.
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-  sh "${srcdir}"/cuda_9.1.85.1_linux --silent --accept-eula 
--installdir="${pkgdir}/opt/cuda"
-  sh "${srcdir}"/cuda_9.1.85.2_linux --silent --accept-eula 
--installdir="${pkgdir}/opt/cuda"
-  sh "${srcdir}"/cuda_9.1.85.3_linux --silent --accept-eula 
--installdir="${pkgdir}/opt/cuda"
-
-  # Hack we need because of glibc 2.26 (https://bugs.archlinux.org/task/55580)
-  # 

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

2018-04-30 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 30, 2018 @ 20:17:08
  Author: svenstaro
Revision: 318528

upgpkg: cuda 9.1.85.3-2

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 17:44:35 UTC (rev 318527)
+++ PKGBUILD2018-04-30 20:17:08 UTC (rev 318528)
@@ -3,12 +3,12 @@
 pkgname=cuda
 pkgver=9.1.85.3
 _basever=9.1.85
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
 license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc6')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb'
@@ -70,11 +70,11 @@
   # without which we couldn't compile anything at all.
   # Super dirty hack. I really hope it doesn't break other stuff!
   # Hopefully we can remove this for later version of cuda.
-  sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
+  # sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
 
-  # Needs gcc6
-  ln -s /usr/bin/gcc-6 "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++-6 "${pkgdir}/opt/cuda/bin/g++"
+  # Needs gcc5
+  ln -s /usr/bin/gcc-5 "${pkgdir}/opt/cuda/bin/gcc"
+  ln -s /usr/bin/g++-5 "${pkgdir}/opt/cuda/bin/g++"
 
   # Install profile and ld.so.config files
   install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
@@ -96,7 +96,7 @@
 
   # Remove unused files
   rm -fr 
"${pkgdir}/opt/cuda/"{bin,samples}"/.uninstall_manifest_do_not_delete.txt"
-  rm -fr "${pkgdir}/opt/cuda/samples/uninstall_cuda_samples_8.0.pl"
-  rm -fr "${pkgdir}/opt/cuda/bin/cuda-install-samples-8.0.sh"
-  rm -fr "${pkgdir}/opt/cuda/bin/uninstall_cuda_toolkit_8.0.pl"
+  rm -fr "${pkgdir}/opt/cuda/samples/uninstall_cuda_samples"*.pl
+  rm -fr "${pkgdir}/opt/cuda/bin/cuda-install-samples"*.sh
+  rm -fr "${pkgdir}/opt/cuda/bin/uninstall_cuda_toolkit"*.pl
 }


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

2018-04-30 Thread Antonio Rojas via arch-commits
Date: Monday, April 30, 2018 @ 20:08:35
  Author: arojas
Revision: 323197

archrelease: copy trunk to extra-x86_64

Added:
  kalzium/repos/extra-x86_64/PKGBUILD
(from rev 323196, kalzium/trunk/PKGBUILD)
Deleted:
  kalzium/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 20:08:00 UTC (rev 323196)
+++ PKGBUILD2018-04-30 20:08:35 UTC (rev 323197)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 281258 2016-11-18 20:36:27Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kalzium
-pkgver=18.04.0
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="https://kde.org/applications/education/kalzium/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(khtml kdelibs4support knewstuff kplotting avogadrolibs openbabel 
chemical-mime-data)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin eigen ocaml facile)
-conflicts=(kdeedu-kalzium)
-replaces=(kdeedu-kalzium)
-groups=(kde-applications kdeedu)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fba93aa82951df90b1b02a56b1d7a661a15fdabf34e6cf85f731497c490e8509'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalzium/repos/extra-x86_64/PKGBUILD (from rev 323196, 
kalzium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 20:08:35 UTC (rev 323197)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 281258 2016-11-18 20:36:27Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalzium
+pkgver=18.04.0
+pkgrel=2
+pkgdesc="Periodic Table of Elements"
+url="https://kde.org/applications/education/kalzium/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(khtml kdelibs4support knewstuff kplotting avogadrolibs openbabel 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin eigen ocaml facile)
+conflicts=(kdeedu-kalzium)
+replaces=(kdeedu-kalzium)
+groups=(kde-applications kdeedu)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fba93aa82951df90b1b02a56b1d7a661a15fdabf34e6cf85f731497c490e8509'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-30 Thread Antonio Rojas via arch-commits
Date: Monday, April 30, 2018 @ 20:08:00
  Author: arojas
Revision: 323196

Remove chemical-mime-data dependency

Modified:
  kalzium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 19:56:02 UTC (rev 323195)
+++ PKGBUILD2018-04-30 20:08:00 UTC (rev 323196)
@@ -4,12 +4,12 @@
 
 pkgname=kalzium
 pkgver=18.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Periodic Table of Elements"
 url="https://kde.org/applications/education/kalzium/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(khtml kdelibs4support knewstuff kplotting avogadrolibs openbabel 
chemical-mime-data)
+depends=(khtml kdelibs4support knewstuff kplotting avogadrolibs openbabel 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools kdesignerplugin eigen ocaml facile)
 conflicts=(kdeedu-kalzium)
 replaces=(kdeedu-kalzium)


[arch-commits] Commit in (chemical-mime-data)

2018-04-30 Thread Antonio Rojas via arch-commits
Date: Monday, April 30, 2018 @ 19:56:02
  Author: arojas
Revision: 323195

Upstream disappeared

Deleted:
  chemical-mime-data/


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

2018-04-30 Thread Eli Schwartz via arch-commits
Date: Monday, April 30, 2018 @ 17:44:15
  Author: eschwartz
Revision: 318526

upgpkg: cinnamon 3.8.0-2

https://bbs.archlinux.org/viewtopic.php?id=236586
FS#58407

Revert problematic commit for now, until upstream can track down the cause and
fix this properly.

Added:
  cinnamon/trunk/0001-Revert-shell-embedded-window-change-realize-to-map-6.patch
Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/0001-cs_user.py-Add-compatibility-for-multiple-pam-module.patch

-+
 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch |  132 
++
 0001-cs_user.py-Add-compatibility-for-multiple-pam-module.patch |  105 ---
 PKGBUILD|7 
 3 files changed, 138 insertions(+), 106 deletions(-)

Added: 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch
===
--- 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch 
(rev 0)
+++ 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch 
2018-04-30 17:44:15 UTC (rev 318526)
@@ -0,0 +1,132 @@
+From 5fed38ca58d7f696c13b67dda5f55f4a825ffcdb Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 30 Apr 2018 09:12:08 -0400
+Subject: [PATCH] Revert "shell-embedded-window: change realize to map (#6965)"
+
+Try to fix crashes reported in 
https://github.com/linuxmint/Cinnamon/issues/7522
+
+This reverts commit fa9a5c78bfbb6c15b126bf1d79f7d816fecb7b36.
+---
+ src/cinnamon-embedded-window-private.h |  4 ++--
+ src/cinnamon-embedded-window.c | 19 ++-
+ src/cinnamon-gtk-embed.c   | 18 +-
+ 3 files changed, 25 insertions(+), 16 deletions(-)
+
+diff --git a/src/cinnamon-embedded-window-private.h 
b/src/cinnamon-embedded-window-private.h
+index 7e3bd8c1..754ee313 100644
+--- a/src/cinnamon-embedded-window-private.h
 b/src/cinnamon-embedded-window-private.h
+@@ -14,7 +14,7 @@ void _cinnamon_embedded_window_allocate 
(CinnamonEmbeddedWindow *window,
+ int  width,
+ int  height);
+ 
+-void _cinnamon_embedded_window_map   (CinnamonEmbeddedWindow *window);
+-void _cinnamon_embedded_window_unmap (CinnamonEmbeddedWindow *window);
++void _cinnamon_embedded_window_realize   (CinnamonEmbeddedWindow *window);
++void _cinnamon_embedded_window_unrealize (CinnamonEmbeddedWindow *window);
+ 
+ #endif /* __CINNAMON_EMBEDDED_WINDOW_PRIVATE_H__ */
+diff --git a/src/cinnamon-embedded-window.c b/src/cinnamon-embedded-window.c
+index 9e3e1316..d2b0512e 100644
+--- a/src/cinnamon-embedded-window.c
 b/src/cinnamon-embedded-window.c
+@@ -19,11 +19,20 @@
+  *  - CinnamonGtkEmbed is created for the CinnamonEmbeddedWindow
+  *  - actor is added to a stage
+  *
+- * The GtkWindow is mapped if and only if both:
++ * Ideally, the way it would work is that the GtkWindow is mapped
++ * if and only if both:
+  *
+- * - gtk_window_visible (window) [widget has been shown]
++ * - GTK_WIDGET_VISIBLE (window) [widget has been shown]
+  * - Actor is mapped [actor and all parents visible, actor in stage]
+  *
++ * Implementing this perfectly is not currently possible, due to problems
++ * in Clutter, see:
++ *
++ * http://bugzilla.openedhand.com/show_bug.cgi?id=1138
++ *
++ * So until that is fixed we use the "realized" state of the ClutterActor
++ * as a stand-in for the ideal mapped state, this will work as long
++ * as the ClutterActor and all its parents are in fact visible.
+  */
+ 
+ G_DEFINE_TYPE (CinnamonEmbeddedWindow, cinnamon_embedded_window, 
GTK_TYPE_WINDOW);
+@@ -221,7 +230,7 @@ _cinnamon_embedded_window_set_actor 
(CinnamonEmbeddedWindow  *window,
+   window->priv->actor = actor;
+ 
+   if (actor &&
+-  clutter_actor_is_mapped (CLUTTER_ACTOR (actor)) &&
++  clutter_actor_is_realized (CLUTTER_ACTOR (actor)) &&
+   gtk_widget_get_visible (GTK_WIDGET (window)))
+ gtk_widget_map (GTK_WIDGET (window));
+ }
+@@ -261,7 +270,7 @@ _cinnamon_embedded_window_allocate (CinnamonEmbeddedWindow 
*window,
+ }
+ 
+ void
+-_cinnamon_embedded_window_map (CinnamonEmbeddedWindow *window)
++_cinnamon_embedded_window_realize (CinnamonEmbeddedWindow *window)
+ {
+   g_return_if_fail (CINNAMON_IS_EMBEDDED_WINDOW (window));
+ 
+@@ -270,7 +279,7 @@ _cinnamon_embedded_window_map (CinnamonEmbeddedWindow 
*window)
+ }
+ 
+ void
+-_cinnamon_embedded_window_unmap (CinnamonEmbeddedWindow *window)
++_cinnamon_embedded_window_unrealize (CinnamonEmbeddedWindow *window)
+ {
+   g_return_if_fail (CINNAMON_IS_EMBEDDED_WINDOW (window));
+ 
+diff --git a/src/cinnamon-gtk-embed.c b/src/cinnamon-gtk-embed.c
+index 8879b3f0..4b4a9ded 100644
+--- a/src/cinnamon-gtk-embed.c
 b/src/cinnamon-gtk-embed.c
+@@ -199,24 +199,24 @@ cinnamon_gtk_embed_allocate (ClutterActor  

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

2018-04-30 Thread Eli Schwartz via arch-commits
Date: Monday, April 30, 2018 @ 17:44:35
  Author: eschwartz
Revision: 318527

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-Revert-shell-embedded-window-change-realize-to-map-6.patch
(from rev 318526, 
cinnamon/trunk/0001-Revert-shell-embedded-window-change-realize-to-map-6.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 318526, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 318526, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 318526, cinnamon/trunk/set_wheel.patch)
Deleted:
  
cinnamon/repos/community-x86_64/0001-cs_user.py-Add-compatibility-for-multiple-pam-module.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch |  132 +++
 0001-cs_user.py-Add-compatibility-for-multiple-pam-module.patch |  105 --
 PKGBUILD|  175 
+-
 default-theme.patch |   50 +-
 set_wheel.patch |  110 +++---
 5 files changed, 302 insertions(+), 270 deletions(-)

Copied: 
cinnamon/repos/community-x86_64/0001-Revert-shell-embedded-window-change-realize-to-map-6.patch
 (from rev 318526, 
cinnamon/trunk/0001-Revert-shell-embedded-window-change-realize-to-map-6.patch)
===
--- 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch 
(rev 0)
+++ 0001-Revert-shell-embedded-window-change-realize-to-map-6.patch 
2018-04-30 17:44:35 UTC (rev 318527)
@@ -0,0 +1,132 @@
+From 5fed38ca58d7f696c13b67dda5f55f4a825ffcdb Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 30 Apr 2018 09:12:08 -0400
+Subject: [PATCH] Revert "shell-embedded-window: change realize to map (#6965)"
+
+Try to fix crashes reported in 
https://github.com/linuxmint/Cinnamon/issues/7522
+
+This reverts commit fa9a5c78bfbb6c15b126bf1d79f7d816fecb7b36.
+---
+ src/cinnamon-embedded-window-private.h |  4 ++--
+ src/cinnamon-embedded-window.c | 19 ++-
+ src/cinnamon-gtk-embed.c   | 18 +-
+ 3 files changed, 25 insertions(+), 16 deletions(-)
+
+diff --git a/src/cinnamon-embedded-window-private.h 
b/src/cinnamon-embedded-window-private.h
+index 7e3bd8c1..754ee313 100644
+--- a/src/cinnamon-embedded-window-private.h
 b/src/cinnamon-embedded-window-private.h
+@@ -14,7 +14,7 @@ void _cinnamon_embedded_window_allocate 
(CinnamonEmbeddedWindow *window,
+ int  width,
+ int  height);
+ 
+-void _cinnamon_embedded_window_map   (CinnamonEmbeddedWindow *window);
+-void _cinnamon_embedded_window_unmap (CinnamonEmbeddedWindow *window);
++void _cinnamon_embedded_window_realize   (CinnamonEmbeddedWindow *window);
++void _cinnamon_embedded_window_unrealize (CinnamonEmbeddedWindow *window);
+ 
+ #endif /* __CINNAMON_EMBEDDED_WINDOW_PRIVATE_H__ */
+diff --git a/src/cinnamon-embedded-window.c b/src/cinnamon-embedded-window.c
+index 9e3e1316..d2b0512e 100644
+--- a/src/cinnamon-embedded-window.c
 b/src/cinnamon-embedded-window.c
+@@ -19,11 +19,20 @@
+  *  - CinnamonGtkEmbed is created for the CinnamonEmbeddedWindow
+  *  - actor is added to a stage
+  *
+- * The GtkWindow is mapped if and only if both:
++ * Ideally, the way it would work is that the GtkWindow is mapped
++ * if and only if both:
+  *
+- * - gtk_window_visible (window) [widget has been shown]
++ * - GTK_WIDGET_VISIBLE (window) [widget has been shown]
+  * - Actor is mapped [actor and all parents visible, actor in stage]
+  *
++ * Implementing this perfectly is not currently possible, due to problems
++ * in Clutter, see:
++ *
++ * http://bugzilla.openedhand.com/show_bug.cgi?id=1138
++ *
++ * So until that is fixed we use the "realized" state of the ClutterActor
++ * as a stand-in for the ideal mapped state, this will work as long
++ * as the ClutterActor and all its parents are in fact visible.
+  */
+ 
+ G_DEFINE_TYPE (CinnamonEmbeddedWindow, cinnamon_embedded_window, 
GTK_TYPE_WINDOW);
+@@ -221,7 +230,7 @@ _cinnamon_embedded_window_set_actor 
(CinnamonEmbeddedWindow  *window,
+   window->priv->actor = actor;
+ 
+   if (actor &&
+-  clutter_actor_is_mapped (CLUTTER_ACTOR (actor)) &&
++  clutter_actor_is_realized (CLUTTER_ACTOR (actor)) &&
+   gtk_widget_get_visible (GTK_WIDGET (window)))
+ gtk_widget_map (GTK_WIDGET (window));
+ }
+@@ -261,7 +270,7 @@ _cinnamon_embedded_window_allocate (CinnamonEmbeddedWindow 
*window,
+ }
+ 
+ void
+-_cinnamon_embedded_window_map 

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

2018-04-30 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 30, 2018 @ 16:21:06
  Author: svenstaro
Revision: 318525

archrelease: copy trunk to community-x86_64

Added:
  gcc5/repos/community-x86_64/
  gcc5/repos/community-x86_64/PKGBUILD
(from rev 318524, gcc5/trunk/PKGBUILD)

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

Copied: gcc5/repos/community-x86_64/PKGBUILD (from rev 318524, 
gcc5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-30 16:21:06 UTC (rev 318525)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastiaan Lokhorst 
+# Contributor: Ruben Van Boxem 
+# Contributor: Allan McRae 
+
+pkgname=('gcc5')
+pkgver=5.5.0
+_pkgver=5
+_islver=0.18
+pkgrel=1
+pkgdesc="The GNU Compiler Collection (5.x.x)"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+depends=('glibc>=2.23' 'binutils>=2.26' 'libmpc')
+makedepends=('git')
+options=('!emptydirs')
+_commit=ba9cddfdab8b539b788cd6fe0171351ae43c32da
+source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+sha512sums=('SKIP'
+
'85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94')
+
+prepare() {
+  cd gcc
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  # This option exist in default makepkg.conf while it's not supported by gcc5
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+
+  ${srcdir}/gcc/configure --prefix=/usr \
+  --build=${CHOST} \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --disable-multilib --disable-werror \
+  --enable-checking=release \
+  --program-suffix=-${_pkgver} \
+  --enable-version-specific-runtime-libs
+  #--enable-install-libiberty
+
+  make
+}
+
+package() {
+  cd gcc-build
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Lazy way of dealing with conflicting files...
+  rm -rf ${pkgdir}/usr/share/{info,locale,man}
+
+  # Move potentially conflicting stuff to version specific subdirectory
+  [[ -d ${pkgdir}/usr/lib ]] && mv ${pkgdir}/usr/lib/lib* 
${pkgdir}/usr/lib/gcc/${CHOST}/${pkgver}/
+  [[ -d ${pkgdir}/usr/lib/gcc/${CHOST}/lib/ ]] && mv 
${pkgdir}/usr/lib/gcc/${CHOST}/lib/lib* 
${pkgdir}/usr/lib/gcc/${CHOST}/${pkgver}/
+
+  # Install Runtime Library Exception
+  install -Dm644 ${srcdir}/gcc/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/$pkgname/RUNTIME.LIBRARY.EXCEPTION
+}


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

2018-04-30 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 30, 2018 @ 16:20:24
  Author: svenstaro
Revision: 318524

Move gcc5 into [community] for CUDA

Added:
  gcc5/
  gcc5/repos/
  gcc5/trunk/
  gcc5/trunk/PKGBUILD

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

Added: gcc5/trunk/PKGBUILD
===
--- gcc5/trunk/PKGBUILD (rev 0)
+++ gcc5/trunk/PKGBUILD 2018-04-30 16:20:24 UTC (rev 318524)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastiaan Lokhorst 
+# Contributor: Ruben Van Boxem 
+# Contributor: Allan McRae 
+
+pkgname=('gcc5')
+pkgver=5.5.0
+_pkgver=5
+_islver=0.18
+pkgrel=1
+pkgdesc="The GNU Compiler Collection (5.x.x)"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+depends=('glibc>=2.23' 'binutils>=2.26' 'libmpc')
+makedepends=('git')
+options=('!emptydirs')
+_commit=ba9cddfdab8b539b788cd6fe0171351ae43c32da
+source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+sha512sums=('SKIP'
+
'85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94')
+
+prepare() {
+  cd gcc
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  # This option exist in default makepkg.conf while it's not supported by gcc5
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+
+  ${srcdir}/gcc/configure --prefix=/usr \
+  --build=${CHOST} \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --disable-multilib --disable-werror \
+  --enable-checking=release \
+  --program-suffix=-${_pkgver} \
+  --enable-version-specific-runtime-libs
+  #--enable-install-libiberty
+
+  make
+}
+
+package() {
+  cd gcc-build
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Lazy way of dealing with conflicting files...
+  rm -rf ${pkgdir}/usr/share/{info,locale,man}
+
+  # Move potentially conflicting stuff to version specific subdirectory
+  [[ -d ${pkgdir}/usr/lib ]] && mv ${pkgdir}/usr/lib/lib* 
${pkgdir}/usr/lib/gcc/${CHOST}/${pkgver}/
+  [[ -d ${pkgdir}/usr/lib/gcc/${CHOST}/lib/ ]] && mv 
${pkgdir}/usr/lib/gcc/${CHOST}/lib/lib* 
${pkgdir}/usr/lib/gcc/${CHOST}/${pkgver}/
+
+  # Install Runtime Library Exception
+  install -Dm644 ${srcdir}/gcc/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/$pkgname/RUNTIME.LIBRARY.EXCEPTION
+}


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

2018-04-30 Thread Antonio Rojas via arch-commits
Date: Monday, April 30, 2018 @ 16:10:10
  Author: arojas
Revision: 323192

archrelease: copy trunk to extra-x86_64

Added:
  kdepim-addons/repos/extra-x86_64/PKGBUILD
(from rev 323191, kdepim-addons/trunk/PKGBUILD)
Deleted:
  kdepim-addons/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 16:09:32 UTC (rev 323191)
+++ PKGBUILD2018-04-30 16:10:10 UTC (rev 323192)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=18.04.0
-pkgrel=1
-pkgdesc='Addons for KDE PIM applications'
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM'
-license=(GPL LGPL FDL)
-depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard 
kparts poppler-qt5)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6c5711984a94522262f3b26ed5ff06ecd2073f47c7673ef514a2decd0ee88e65'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-addons/repos/extra-x86_64/PKGBUILD (from rev 323191, 
kdepim-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 16:10:10 UTC (rev 323192)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=18.04.0
+pkgrel=2
+pkgdesc='Addons for KDE PIM applications'
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard 
kparts poppler-qt5)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-393678.patch::"https://cgit.kde.org/kdepim-addons.git/patch/?id=a330ac18;)
+sha256sums=('6c5711984a94522262f3b26ed5ff06ecd2073f47c7673ef514a2decd0ee88e65'
+'SKIP'
+'c2e8f530b96ee1b17072ddf43eea0fdbb8a211f768286bdb9031b2e119533493')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-393678.patch # Fix Plasma calendar plugin 
configuration
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-30 Thread Antonio Rojas via arch-commits
Date: Monday, April 30, 2018 @ 16:09:32
  Author: arojas
Revision: 323191

Fix Plasma events plugin configuration

Modified:
  kdepim-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:57:41 UTC (rev 323190)
+++ PKGBUILD2018-04-30 16:09:32 UTC (rev 323191)
@@ -3,7 +3,7 @@
 
 pkgname=kdepim-addons
 pkgver=18.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Addons for KDE PIM applications'
 arch=(x86_64)
 url='https://community.kde.org/KDE_PIM'
@@ -11,14 +11,19 @@
 depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard 
kparts poppler-qt5)
 makedepends=(extra-cmake-modules kdoctools boost)
 groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-393678.patch::"https://cgit.kde.org/kdepim-addons.git/patch/?id=a330ac18;)
 sha256sums=('6c5711984a94522262f3b26ed5ff06ecd2073f47c7673ef514a2decd0ee88e65'
-'SKIP')
+'SKIP'
+'c2e8f530b96ee1b17072ddf43eea0fdbb8a211f768286bdb9031b2e119533493')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-393678.patch # Fix Plasma calendar plugin 
configuration
 }
 
 build() {


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

2018-04-30 Thread Florian Pritz via arch-commits
Date: Monday, April 30, 2018 @ 14:41:10
  Author: bluewind
Revision: 318523

archrelease: copy trunk to community-x86_64

Added:
  highlight/repos/community-x86_64/PKGBUILD
(from rev 318522, highlight/trunk/PKGBUILD)
Deleted:
  highlight/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 14:41:05 UTC (rev 318522)
+++ PKGBUILD2018-04-30 14:41:10 UTC (rev 318523)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.42
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('73542713fe06155074765bbe8b7f0ab0'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
-  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
-  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 318522, 
highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 14:41:10 UTC (rev 318523)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.43
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('d24aa6b530e7c9e9837a945ae47b9b45'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
+  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
+  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-30 Thread Florian Pritz via arch-commits
Date: Monday, April 30, 2018 @ 14:41:05
  Author: bluewind
Revision: 318522

upgpkg: highlight 3.43-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 14:34:58 UTC (rev 318521)
+++ PKGBUILD2018-04-30 14:41:05 UTC (rev 318522)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.42
+pkgver=3.43
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
@@ -10,7 +10,7 @@
 arch=('x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('73542713fe06155074765bbe8b7f0ab0'
+md5sums=('d24aa6b530e7c9e9837a945ae47b9b45'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2018-04-30 Thread Eli Schwartz via arch-commits
Date: Monday, April 30, 2018 @ 14:34:58
  Author: eschwartz
Revision: 318521

archrelease: copy trunk to community-x86_64

Added:
  nemo/repos/community-x86_64/PKGBUILD
(from rev 318520, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 14:34:40 UTC (rev 318520)
+++ PKGBUILD2018-04-30 14:34:58 UTC (rev 318521)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 
'libxml2' 'python' 'xapps')
-optdepends=('cinnamon-translations: i18n'
-'ffmpegthumbnailer: support for video thumbnails')
-makedepends=('meson' 'gobject-introspection' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('488282d607296bfefa692af2bf12f25fe5f0570945f75fa17ba64dd38eb5b982f8163d311310a6619bdba6241e0b3f15d5bcc10799234a01bc47e7ec63132c25')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Rename 'Files' app name to avoid having the same as nautilus
-sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
-}
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  ..
-ninja
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-
-# https://github.com/linuxmint/nemo/pull/1835
-rm "${pkgdir}"/usr/lib/libnemo-private.a
-
-
-}

Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 318520, 
nemo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 14:34:58 UTC (rev 318521)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 
'libxml2' 'python' 'xapps')
+optdepends=('cinnamon-translations: i18n'
+'ffmpegthumbnailer: support for video thumbnails')
+makedepends=('meson' 'gobject-introspection' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('85d0db02d075d654cf9c70e77da8b21fa9833a911b7fa8c8c9df91d731c946409a7773e79c6bb5c4f4b34e40c610aa509b0e2a7028b1cee281d9a188b58723b0')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Rename 'Files' app name to avoid having the same as nautilus
+sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
+}
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/${pkgname} \
+  --buildtype=plain \
+  ..
+ninja
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+}


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

2018-04-30 Thread Eli Schwartz via arch-commits
Date: Monday, April 30, 2018 @ 14:34:40
  Author: eschwartz
Revision: 318520

upgpkg: nemo 3.8.1-1

upstream release

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:57:16 UTC (rev 318519)
+++ PKGBUILD2018-04-30 14:34:40 UTC (rev 318520)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'ffmpegthumbnailer: support for video thumbnails')
 makedepends=('meson' 'gobject-introspection' 'intltool')
 source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('488282d607296bfefa692af2bf12f25fe5f0570945f75fa17ba64dd38eb5b982f8163d311310a6619bdba6241e0b3f15d5bcc10799234a01bc47e7ec63132c25')
+sha512sums=('85d0db02d075d654cf9c70e77da8b21fa9833a911b7fa8c8c9df91d731c946409a7773e79c6bb5c4f4b34e40c610aa509b0e2a7028b1cee281d9a188b58723b0')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
@@ -39,9 +39,4 @@
 cd "${srcdir}"/${pkgname}-${pkgver}/build
 
 DESTDIR="${pkgdir}" ninja install
-
-# https://github.com/linuxmint/nemo/pull/1835
-rm "${pkgdir}"/usr/lib/libnemo-private.a
-
-
 }


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:55:23
  Author: heftig
Revision: 323186

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 323185, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 323185, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   71 
 kernel-4.11.patch |   38 +++
 2 files changed, 109 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 323185, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-30 13:55:23 UTC (rev 323186)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.106
+_extramodules=extramodules-4.16-ARCH
+pkgrel=32
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.16' 
'linux-headers<4.17')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 323185, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-04-30 13:55:23 UTC (rev 323186)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ 

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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:54:58
  Author: heftig
Revision: 323185

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 323184, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 323184, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 323184, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-30 13:54:58 UTC (rev 323185)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=390.48
+_extramodules=extramodules-4.16-ARCH
+pkgrel=12
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.16' 'linux-headers<4.17')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+kernel-4.16.patch)
+sha256sums=('2d4bf72801f101a85df6fd1464021380ad51f5a30df05dadaf1fb546a175a441'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+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() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-utils=${pkgver}" 'libgl')
+
+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" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+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/kernel-4.16.patch (from rev 323184, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-04-30 13:54:58 UTC (rev 323185)
@@ -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 defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # 

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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:54:20
  Author: heftig
Revision: 318511

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 318510, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 318510, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 318510, 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 
318510, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-04-30 13:54:20 UTC (rev 
318511)
@@ -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 318510, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:54:20 UTC (rev 318511)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=67
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+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 318510, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-04-30 13:54:20 UTC (rev 318511)
@@ -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 acpi_call/repos (3 files)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:54:39
  Author: heftig
Revision: 318512

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 318511, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 318511, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 318511, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:54:39 UTC (rev 318512)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=126
+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>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-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 318511, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-04-30 13:54:39 UTC (rev 318512)
@@ -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 r8168/repos (3 files)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:54:00
  Author: heftig
Revision: 318510

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 318509, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 318509, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 318509, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:54:00 UTC (rev 318510)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=54
+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
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 318509, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-04-30 13:54:00 UTC (rev 
318510)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ 

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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:53:42
  Author: heftig
Revision: 318509

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 318508, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:53:42 UTC (rev 318509)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=132
+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>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-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 virtualbox-modules-arch/repos (2 files)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:53:23
  Author: heftig
Revision: 318508

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 318507, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 318507, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:53:23 UTC (rev 318508)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.10
+pkgrel=5
+_linux_major=4
+_linux_minor=16
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /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'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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-4.16/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:53:04
  Author: heftig
Revision: 318507

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 318506, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 318506, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:53:04 UTC (rev 318507)
@@ -0,0 +1,50 @@
+# $Id$
+# 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=20
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17' 'git')
+_extradir=/usr/lib/modules/extramodules-4.16-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)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:52:45
  Author: heftig
Revision: 318506

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 318505, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 318505, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-30 13:52:45 UTC (rev 318506)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -ARCH kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=13
+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" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+build() {
+_kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
+
_kernver="$(

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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:47:55
  Author: heftig
Revision: 318503

20170610-67: kernel 4.16.6-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:47:52 UTC (rev 318502)
+++ PKGBUILD2018-04-30 13:47:55 UTC (rev 318503)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=66
+pkgrel=67
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:48:03
  Author: heftig
Revision: 323183

390.48-12: kernel 4.16.6-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:43:55 UTC (rev 323182)
+++ PKGBUILD2018-04-30 13:48:03 UTC (rev 323183)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=390.48
 _extramodules=extramodules-4.16-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:48:13
  Author: heftig
Revision: 318505

6.30.223.271-13: kernel 4.16.6-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:47:58 UTC (rev 318504)
+++ PKGBUILD2018-04-30 13:48:13 UTC (rev 318505)
@@ -5,7 +5,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=12
+pkgrel=13
 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 virtualbox-modules-arch/trunk (PKGBUILD)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:47:58
  Author: heftig
Revision: 318504

5.2.10-5: kernel 4.16.6-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:47:55 UTC (rev 318503)
+++ PKGBUILD2018-04-30 13:47:58 UTC (rev 318504)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.10
-pkgrel=4
+pkgrel=5
 _linux_major=4
 _linux_minor=16
 arch=('x86_64')


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:48:06
  Author: heftig
Revision: 323184

340.106-32: kernel 4.16.6-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:48:03 UTC (rev 323183)
+++ PKGBUILD2018-04-30 13:48:06 UTC (rev 323184)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.106
 _extramodules=extramodules-4.16-ARCH
-pkgrel=31
+pkgrel=32
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:47:49
  Author: heftig
Revision: 318501

8.045.08-54: kernel 4.16.6-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:47:46 UTC (rev 318500)
+++ PKGBUILD2018-04-30 13:47:49 UTC (rev 318501)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=53
+pkgrel=54
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:47:46
  Author: heftig
Revision: 318500

0.8-132: kernel 4.16.6-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:47:43 UTC (rev 318499)
+++ PKGBUILD2018-04-30 13:47:46 UTC (rev 318500)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=131
+pkgrel=132
 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 tp_smapi/trunk (PKGBUILD)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:47:52
  Author: heftig
Revision: 318502

0.43-20: kernel 4.16.6-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:47:49 UTC (rev 318501)
+++ PKGBUILD2018-04-30 13:47:52 UTC (rev 318502)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=19
+pkgrel=20
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:47:43
  Author: heftig
Revision: 318499

1.1.0-126: kernel 4.16.6-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 12:35:12 UTC (rev 318498)
+++ PKGBUILD2018-04-30 13:47:43 UTC (rev 318499)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=125
+pkgrel=126
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:43:55
  Author: heftig
Revision: 323182

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 323181, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 323181, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 323181, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 323181, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 323181, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 323181, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  237 +
 config| 9640 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9924 insertions(+)

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


[arch-commits] Commit in linux/repos (11 files)

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:31:26
  Author: heftig
Revision: 323181

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 323180, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 323180, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  
linux/repos/staging-x86_64/0003-Partially-revert-swiotlb-remove-various-exports.patch
(from rev 323180, 
linux/trunk/0003-Partially-revert-swiotlb-remove-various-exports.patch)
  
linux/repos/staging-x86_64/0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
(from rev 323180, 
linux/trunk/0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 323180, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 323180, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 323180, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 323180, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 323180, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 323180, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 0003-Partially-revert-swiotlb-remove-various-exports.patch  |   29 
 0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch|  552 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  248 
 config  | 9600 
++
 linux.install   |   10 
 linux.preset|   14 
 10 files changed, 10621 insertions(+)

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


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:20:23
  Author: heftig
Revision: 323180

4.16.6-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 13:18:42 UTC (rev 323179)
+++ PKGBUILD2018-04-30 13:20:23 UTC (rev 323180)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.16
-_zenpatch=zen-4.16.5-74d80ce858d99c88c914547931e5f5e13a6d4b50.diff
-pkgver=4.16.5
+_zenpatch=zen-4.16.6-9d46df3442567e00d6e3b2b368b5534ddfdb8edb.diff
+pkgver=4.16.6
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -30,9 +30,9 @@
 )
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'8c3bb050d11da6e91d3e169f76ee3ed6937e1ca64264e605ddba8108696ba011'
+'634d3fd97e5d9d90262db0a9d62ed0a40043eb691d68bd4a545f907079610b56'
 'SKIP'
-'73d2768f2e48533fab57d247ab16a721a3e430b4230d276e62eeb343518e74b0'
+'7283ed7bcdeb881161968280f019b725b6b83f94ab90661f4241591d3189e117'
 'SKIP'
 'ad4fa5596893e913670d3c864ffc3ab1685e0161dc45ed8803936ed469bdef0b'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-04-30 Thread Jan Steffens via arch-commits
Date: Monday, April 30, 2018 @ 13:18:42
  Author: heftig
Revision: 323179

4.16.6-1

Modified:
  linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
  linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
  linux/trunk/0003-Partially-revert-swiotlb-remove-various-exports.patch
  linux/trunk/0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0005-net-aquantia-Regression-on-reset-with-1.x-firmware.patch

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |6 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   10 -
 0003-Partially-revert-swiotlb-remove-various-exports.patch  |   10 -
 0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch|   10 -
 0005-net-aquantia-Regression-on-reset-with-1.x-firmware.patch   |   72 
--
 PKGBUILD|   17 --
 6 files changed, 24 insertions(+), 101 deletions(-)

Modified: 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
===
--- 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch 
2018-04-30 12:34:18 UTC (rev 323178)
+++ 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch 
2018-04-30 13:18:42 UTC (rev 323179)
@@ -1,8 +1,8 @@
-From f7a249814be46cbcb7bad48e4b1910baaf7f8961 Mon Sep 17 00:00:00 2001
-Message-Id: 

+From 07043e7b2e94a711c7ffa6f72c6f50a73dccd86d Mon Sep 17 00:00:00 2001
+Message-Id: 
<07043e7b2e94a711c7ffa6f72c6f50a73dccd86d.1525091195.git.jan.steff...@gmail.com>
 From: Serge Hallyn 
 Date: Fri, 31 May 2013 19:12:12 +0100
-Subject: [PATCH 1/5] add sysctl to disallow unprivileged CLONE_NEWUSER by
+Subject: [PATCH 1/4] add sysctl to disallow unprivileged CLONE_NEWUSER by
  default
 
 Signed-off-by: Serge Hallyn 

Modified: 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
===
--- 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch 
2018-04-30 12:34:18 UTC (rev 323178)
+++ 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch 
2018-04-30 13:18:42 UTC (rev 323179)
@@ -1,10 +1,10 @@
-From 7f9a95491f506700d46db581ef3734ced7c9618b Mon Sep 17 00:00:00 2001
-Message-Id: 
<7f9a95491f506700d46db581ef3734ced7c9618b.1524575789.git.jan.steff...@gmail.com>
-In-Reply-To: 

-References: 

+From 5cbcef251f3997a70ac62e9a971287b06b25f727 Mon Sep 17 00:00:00 2001
+Message-Id: 
<5cbcef251f3997a70ac62e9a971287b06b25f727.1525091195.git.jan.steff...@gmail.com>
+In-Reply-To: 
<07043e7b2e94a711c7ffa6f72c6f50a73dccd86d.1525091195.git.jan.steff...@gmail.com>
+References: 
<07043e7b2e94a711c7ffa6f72c6f50a73dccd86d.1525091195.git.jan.steff...@gmail.com>
 From: Jim Bride 
 Date: Mon, 6 Nov 2017 13:38:57 -0800
-Subject: [PATCH 2/5] drm/i915/edp: Only use the alternate fixed mode if it's
+Subject: [PATCH 2/4] drm/i915/edp: Only use the alternate fixed mode if it's
  asked for
 
 In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for

Modified: 0003-Partially-revert-swiotlb-remove-various-exports.patch
===
--- 0003-Partially-revert-swiotlb-remove-various-exports.patch  2018-04-30 
12:34:18 UTC (rev 323178)
+++ 0003-Partially-revert-swiotlb-remove-various-exports.patch  2018-04-30 
13:18:42 UTC (rev 323179)
@@ -1,10 +1,10 @@
-From be536681bd2439bf8e95df124fa282cf4a2e7846 Mon Sep 17 00:00:00 2001
-Message-Id: 

-In-Reply-To: 

-References: 

+From 2104179915f493a1ff7212a0c740a6f2f21a8503 Mon Sep 17 00:00:00 2001
+Message-Id: 
<2104179915f493a1ff7212a0c740a6f2f21a8503.1525091195.git.jan.steff...@gmail.com>
+In-Reply-To: 
<07043e7b2e94a711c7ffa6f72c6f50a73dccd86d.1525091195.git.jan.steff...@gmail.com>
+References: 
<07043e7b2e94a711c7ffa6f72c6f50a73dccd86d.1525091195.git.jan.steff...@gmail.com>
 From: "Jan Alexander Steffens (heftig)" 
 Date: Fri, 6 Apr 2018 16:19:38 +0200
-Subject: [PATCH 3/5] Partially revert "swiotlb: remove various exports"
+Subject: [PATCH 3/4] Partially revert "swiotlb: remove various exports"
 
 This partially reverts commit 4bd89ed39b2ab8dc4ac4b6c59b07d420b0213bec.
 The proprietary NVIDIA driver needs one of the exports.

Modified: 

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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:35:01
  Author: alucryd
Revision: 318497

upgpkg: lib32-gtk3 3.22.30-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 12:24:30 UTC (rev 318496)
+++ PKGBUILD2018-04-30 12:35:01 UTC (rev 318497)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.22.29+60+ge42d8598ca
+pkgver=3.22.30
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
 arch=('x86_64')
@@ -18,7 +18,7 @@
  'lib32-libxdamage')
 makedepends=('gobject-introspection' 'gtk-doc' 'git' 'glib2-docs' 'sassc')
 install='lib32-gtk3.install'
-_commit='e42d8598ca892587a1029c458a19c86fd4867877'
+_commit='2e7ac262be15fb402c4103d28533c6c6d955bf65'
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=${_commit};
 'gtk-query-immodules-3.0-32.hook')
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (6 files)

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:35:12
  Author: alucryd
Revision: 318498

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 318497, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 318497, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 318497, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  142 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++---
 lib32-gtk3.install  |6 -
 3 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 12:35:01 UTC (rev 318497)
+++ PKGBUILD2018-04-30 12:35:12 UTC (rev 318498)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.22.29+60+ge42d8598ca
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=('x86_64')
-license=('LGPL')
-url='http://www.gtk.org/'
-depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-dbus' 'lib32-mesa'
- 'lib32-gdk-pixbuf2' 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy'
- 'lib32-librsvg' 'lib32-libxcomposite' 'lib32-libxcursor'
- 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
- 'lib32-pango' 'lib32-rest' 'lib32-libcanberra' 'lib32-wayland'
- 'lib32-libxdamage')
-makedepends=('gobject-introspection' 'gtk-doc' 'git' 'glib2-docs' 'sassc')
-install='lib32-gtk3.install'
-_commit='e42d8598ca892587a1029c458a19c86fd4867877'
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=${_commit};
-'gtk-query-immodules-3.0-32.hook')
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 318497, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 12:35:12 UTC (rev 318498)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.22.30
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=('x86_64')
+license=('LGPL')
+url='http://www.gtk.org/'
+depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-dbus' 'lib32-mesa'
+ 'lib32-gdk-pixbuf2' 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy'
+ 'lib32-librsvg' 'lib32-libxcomposite' 'lib32-libxcursor'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-pango' 'lib32-rest' 'lib32-libcanberra' 'lib32-wayland'
+ 'lib32-libxdamage')
+makedepends=('gobject-introspection' 'gtk-doc' 'git' 'glib2-docs' 'sassc')
+install='lib32-gtk3.install'
+_commit='2e7ac262be15fb402c4103d28533c6c6d955bf65'
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=${_commit};
+'gtk-query-immodules-3.0-32.hook')
+sha256sums=('SKIP'
+'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+
+pkgver() {
+  cd gtk
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--disable-schemas-compile \
+

[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 12:34:18
  Author: lcarlier
Revision: 323178

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 323177, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 323177, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-30 12:34:18 UTC (rev 323178)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=b562d2f3583f19ecda22b08e514ced57dd1e5f4d # master
+pkgver=20180416.b562d2f
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 12:34:03
  Author: lcarlier
Revision: 323177

upgpkg: linux-firmware 20180416.b562d2f-1

sync with master

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 10:32:53 UTC (rev 323176)
+++ PKGBUILD2018-04-30 12:34:03 UTC (rev 323177)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=4c0bf113a55975d702673e57c5542f150807ad66 # master
-pkgver=20180314.4c0bf11
+_commit=b562d2f3583f19ecda22b08e514ced57dd1e5f4d # master
+pkgver=20180416.b562d2f
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


[arch-commits] Commit in lib32-polkit/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:24:30
  Author: alucryd
Revision: 318496

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-polkit/repos/multilib-x86_64/PKGBUILD
(from rev 318495, lib32-polkit/trunk/PKGBUILD)
Deleted:
  lib32-polkit/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 12:24:17 UTC (rev 318495)
+++ PKGBUILD2018-04-30 12:24:30 UTC (rev 318496)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: jtts 
-# Contributor: GordonGR 
-
-pkgname=lib32-polkit
-pkgver=0.113+34+g29ba7af
-pkgrel=1
-pkgdesc='Application development toolkit for controlling system-wide 
privileges'
-arch=('x86_64')
-license=('LGPL')
-url='https://www.freedesktop.org/wiki/Software/polkit/'
-depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
-makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
- 'gtk-doc' 'intltool')
-_commit='29ba7afba1b79a325183a71966f35926dfdf506e'  # master
-source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd polkit
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd polkit
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd polkit
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---libexecdir='/usr/lib32' \
---disable-static \
---enable-libsystemd-login='yes' \
---with-os-type='redhat'
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src/polkit polkitenumtypes.h
-  make -C src/polkit libpolkit-gobject-1.la
-  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
-  make -C src/polkitagent libpolkit-agent-1.la
-}
-
-package() {
-  cd polkit
-
-  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-gobject-1.la' install-libLTLIBRARIES
-  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-agent-1.la' install-libLTLIBRARIES
-  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-polkit/repos/multilib-x86_64/PKGBUILD (from rev 318495, 
lib32-polkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 12:24:30 UTC (rev 318496)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: jtts 
+# Contributor: GordonGR 
+
+pkgname=lib32-polkit
+pkgver=0.114
+pkgrel=1
+pkgdesc='Application development toolkit for controlling system-wide 
privileges'
+arch=('x86_64')
+license=('LGPL')
+url='https://www.freedesktop.org/wiki/Software/polkit/'
+depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
+makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
+ 'gtk-doc' 'intltool')
+_commit='ed06baed179166389d536420a6fc532781d48178' # tags/0.114^0
+source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd polkit
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd polkit
+
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd polkit
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--libexecdir='/usr/lib32' \
+--disable-static \
+--enable-libsystemd-login='yes' \
+--with-os-type='redhat'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src/polkit polkitenumtypes.h
+  make -C src/polkit libpolkit-gobject-1.la
+  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
+  make -C src/polkitagent libpolkit-agent-1.la
+}
+
+package() {
+  cd polkit
+
+  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-gobject-1.la' install-libLTLIBRARIES
+  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-agent-1.la' install-libLTLIBRARIES
+  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:24:17
  Author: alucryd
Revision: 318495

upgpkg: lib32-polkit 0.114-1

Modified:
  lib32-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 12:19:42 UTC (rev 318494)
+++ PKGBUILD2018-04-30 12:24:17 UTC (rev 318495)
@@ -5,7 +5,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-polkit
-pkgver=0.113+34+g29ba7af
+pkgver=0.114
 pkgrel=1
 pkgdesc='Application development toolkit for controlling system-wide 
privileges'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
 makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
  'gtk-doc' 'intltool')
-_commit='29ba7afba1b79a325183a71966f35926dfdf506e'  # master
+_commit='ed06baed179166389d536420a6fc532781d48178' # tags/0.114^0
 source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,6 +27,7 @@
 prepare() {
   cd polkit
 
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:19:31
  Author: alucryd
Revision: 318493

upgpkg: lib32-libsoup 2.62.1-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 12:00:01 UTC (rev 318492)
+++ PKGBUILD2018-04-30 12:19:31 UTC (rev 318493)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.62.0
+pkgver=2.62.1
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
 arch=('x86_64')
@@ -16,7 +16,7 @@
  'vala')
 options=('!emptydirs')
 
source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac')
+sha256sums=('f037ddac2e0f9b1c842a0060fa6119bea1d3b349a2c901283c961247e45883d7')
 
 build() {
   cd libsoup-${pkgver}


[arch-commits] Commit in lib32-libsoup/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:19:42
  Author: alucryd
Revision: 318494

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libsoup/repos/multilib-x86_64/PKGBUILD
(from rev 318493, lib32-libsoup/trunk/PKGBUILD)
Deleted:
  lib32-libsoup/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 12:19:31 UTC (rev 318493)
+++ PKGBUILD2018-04-30 12:19:42 UTC (rev 318494)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.62.0
-pkgrel=1
-pkgdesc='HTTP client/server library for GNOME'
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/libsoup;
-license=('LGPL')
-depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
- 'libsoup')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
- 'vala')
-options=('!emptydirs')
-source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac')
-
-build() {
-  cd libsoup-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd libsoup-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 318493, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 12:19:42 UTC (rev 318494)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.62.1
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/libsoup;
+license=('LGPL')
+depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
+ 'libsoup')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
+ 'vala')
+options=('!emptydirs')
+source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
+sha256sums=('f037ddac2e0f9b1c842a0060fa6119bea1d3b349a2c901283c961247e45883d7')
+
+build() {
+  cd libsoup-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd libsoup-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-colord/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 12:00:01
  Author: alucryd
Revision: 318492

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-colord/repos/multilib-x86_64/PKGBUILD
(from rev 318491, lib32-colord/trunk/PKGBUILD)
Deleted:
  lib32-colord/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 11:59:51 UTC (rev 318491)
+++ PKGBUILD2018-04-30 12:00:01 UTC (rev 318492)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-colord
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='System daemon for managing color devices'
-arch=('x86_64')
-url='https://www.freedesktop.org/software/colord'
-license=('GPL2')
-depends=('colord' 'lib32-dconf' 'lib32-libgudev' 'lib32-libgusb' 'lib32-lcms2'
- 'lib32-polkit' 'lib32-sqlite' 'lib32-dbus')
-makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool'
- 'meson' 'python2' 'sane' 'vala' 'git')
-options=(!emptydirs)
-_commit=5b9aa8de432579a2636f13ad6895928f42511081  # tags/1.4.2^0
-source=("git+https://github.com/hughsie/colord#commit=$_commit;
-0001-Make-cd_color_get_blackbody_rgb_full-safer.patch)
-sha256sums=('SKIP'
-'73689805d46705c8680d9ae979a2f5203f661741e56aa07dc627b36059ab404b')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')  # Richard Hughes
-
-pkgver() {
-  cd colord
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd colord
-  patch -Np1 -i ../0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson colord build \
---libdir=/usr/lib32 \
--Denable-bash-completion=false \
--Denable-docs=false \
--Denable-man=false \
--Denable-tests=false \
--Denable-libcolordcompat=true \
--Denable-sane=false \
--Denable-vala=true \
--Denable-print-profiles=false \
--Dwith-daemon-user=colord
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/{bin,include,lib,share}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-colord/repos/multilib-x86_64/PKGBUILD (from rev 318491, 
lib32-colord/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 12:00:01 UTC (rev 318492)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-colord
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='System daemon for managing color devices'
+arch=('x86_64')
+url='https://www.freedesktop.org/software/colord'
+license=('GPL2')
+depends=('colord' 'lib32-dconf' 'lib32-libgudev' 'lib32-libgusb' 'lib32-lcms2'
+ 'lib32-polkit' 'lib32-sqlite' 'lib32-dbus')
+makedepends=('argyllcms' 'bash-completion' 'gcc-multilib' 'git'
+ 'gobject-introspection' 'intltool' 'meson' 'python2' 'sane'
+ 'vala')
+options=('!emptydirs')
+_commit='cd7faac0d81f2dabef6c9787baf78b9e8fb0e1ae'  # tags/1.4.3^0
+source=("git+https://github.com/hughsie/colord#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')  # Richard Hughes
+
+pkgver() {
+  cd colord
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson colord build \
+--libdir='/usr/lib32' \
+-D bash-completion='false' \
+-D docs='false' \
+-D man='false' \
+-D tests='false' \
+-D libcolordcompat='true' \
+-D sane='false' \
+-D vapi='true' \
+-D print-profiles='false' \
+-D daemon-user='colord'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -r "${pkgdir}"/usr/{bin,include,lib,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 11:59:51
  Author: alucryd
Revision: 318491

upgpkg: lib32-colord 1.4.3-1

Modified:
  lib32-colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 11:43:32 UTC (rev 318490)
+++ PKGBUILD2018-04-30 11:59:51 UTC (rev 318491)
@@ -6,7 +6,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-colord
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='System daemon for managing color devices'
 arch=('x86_64')
@@ -14,26 +14,21 @@
 license=('GPL2')
 depends=('colord' 'lib32-dconf' 'lib32-libgudev' 'lib32-libgusb' 'lib32-lcms2'
  'lib32-polkit' 'lib32-sqlite' 'lib32-dbus')
-makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool'
- 'meson' 'python2' 'sane' 'vala' 'git')
-options=(!emptydirs)
-_commit=5b9aa8de432579a2636f13ad6895928f42511081  # tags/1.4.2^0
-source=("git+https://github.com/hughsie/colord#commit=$_commit;
-0001-Make-cd_color_get_blackbody_rgb_full-safer.patch)
-sha256sums=('SKIP'
-'73689805d46705c8680d9ae979a2f5203f661741e56aa07dc627b36059ab404b')
+makedepends=('argyllcms' 'bash-completion' 'gcc-multilib' 'git'
+ 'gobject-introspection' 'intltool' 'meson' 'python2' 'sane'
+ 'vala')
+options=('!emptydirs')
+_commit='cd7faac0d81f2dabef6c9787baf78b9e8fb0e1ae'  # tags/1.4.3^0
+source=("git+https://github.com/hughsie/colord#commit=$_commit;)
+sha256sums=('SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')  # Richard Hughes
 
 pkgver() {
   cd colord
+
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd colord
-  patch -Np1 -i ../0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
-}
-
 build() {
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -40,22 +35,22 @@
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   arch-meson colord build \
---libdir=/usr/lib32 \
--Denable-bash-completion=false \
--Denable-docs=false \
--Denable-man=false \
--Denable-tests=false \
--Denable-libcolordcompat=true \
--Denable-sane=false \
--Denable-vala=true \
--Denable-print-profiles=false \
--Dwith-daemon-user=colord
+--libdir='/usr/lib32' \
+-D bash-completion='false' \
+-D docs='false' \
+-D man='false' \
+-D tests='false' \
+-D libcolordcompat='true' \
+-D sane='false' \
+-D vapi='true' \
+-D print-profiles='false' \
+-D daemon-user='colord'
   ninja -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/{bin,include,lib,share}
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -r "${pkgdir}"/usr/{bin,include,lib,share}
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 11:43:32
  Author: alucryd
Revision: 318490

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 318489, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 11:43:17 UTC (rev 318489)
+++ PKGBUILD2018-04-30 11:43:32 UTC (rev 318490)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.504
-_portal_pkgver=0.9.7
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/98a3b6d073c5fed4333627f26d325a5f/lollypop-0.9.504.tar.xz;
-
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('549baa80f6d005107e6c29b55f68a1d1275c898877fff5dc48ef7549ef2f247b'
-'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
-  --libexecdir='lib/lollypop'
-ninja -C build
-popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 318489, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 11:43:32 UTC (rev 318490)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.507
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz;
+
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
+sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
+'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+pushd $d
+arch-meson build \
+  --libexecdir='lib/lollypop'
+ninja -C build
+popd
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+DESTDIR="${pkgdir}" ninja -C $d/build install
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 11:43:17
  Author: alucryd
Revision: 318489

upgpkg: lollypop 0.9.507-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 11:29:08 UTC (rev 318488)
+++ PKGBUILD2018-04-30 11:43:17 UTC (rev 318489)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.504
+pkgver=0.9.507
 _portal_pkgver=0.9.7
 pkgrel=1
 pkgdesc='Music player for GNOME'
@@ -22,9 +22,9 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/98a3b6d073c5fed4333627f26d325a5f/lollypop-0.9.504.tar.xz;
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz;
 
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('549baa80f6d005107e6c29b55f68a1d1275c898877fff5dc48ef7549ef2f247b'
+sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
 
 build() {


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

2018-04-30 Thread Nicola Squartini via arch-commits
Date: Monday, April 30, 2018 @ 11:29:08
  Author: tensor5
Revision: 318488

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 318487, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 318487, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 318487, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  118 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +-
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 11:28:48 UTC (rev 318487)
+++ PKGBUILD2018-04-30 11:29:08 UTC (rev 318488)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.12.0
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('868795f0b324d0dc59f4a3d75754f4919351335cc163cd1e37290238a3f013d1'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/build
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 318487, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 11:29:08 UTC (rev 318488)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.12.1
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('00f50feb3e17e2438a4a6734decc26b2e3e3d0b28d756472416ccd8798d15bf0'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/build
+rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
+find "${pkgdir}"${appdir} \
+ 

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

2018-04-30 Thread Nicola Squartini via arch-commits
Date: Monday, April 30, 2018 @ 11:28:48
  Author: tensor5
Revision: 318487

upgpkg: caprine 2.12.1-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 10:55:31 UTC (rev 318486)
+++ PKGBUILD2018-04-30 11:28:48 UTC (rev 318487)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('868795f0b324d0dc59f4a3d75754f4919351335cc163cd1e37290238a3f013d1'
+sha256sums=('00f50feb3e17e2438a4a6734decc26b2e3e3d0b28d756472416ccd8798d15bf0'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 10:55:31
  Author: lcarlier
Revision: 318486

archrelease: copy trunk to community-x86_64

Added:
  openttd/repos/community-x86_64/PKGBUILD
(from rev 318485, openttd/trunk/PKGBUILD)
Deleted:
  openttd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 10:55:15 UTC (rev 318485)
+++ PKGBUILD2018-04-30 10:55:31 UTC (rev 318486)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-
-pkgname=openttd
-pkgver=1.7.2
-pkgrel=3
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('x86_64')
-url='https://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('fe51a0bade8fdf6ce3ec696418ecf75c95783cdcabfd7b204eec5c0bb5d149d4')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
-  # http://site.icu-project.org/download/61#TOC-Migration-Issues
-  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir="${pkgdir}" \
---doc-dir=share/doc/${pkgname} \
---menu-name="OpenTTD"
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-x86_64/PKGBUILD (from rev 318485, 
openttd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 10:55:31 UTC (rev 318486)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('x86_64')
+url='https://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir="${pkgdir}" \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 10:55:15
  Author: lcarlier
Revision: 318485

upgpkg: openttd 1.8.0-1

upstream update 1.8.0

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 10:28:04 UTC (rev 318484)
+++ PKGBUILD2018-04-30 10:55:15 UTC (rev 318485)
@@ -2,8 +2,8 @@
 # Maintainer: Vesa Kaihlavirta 
 
 pkgname=openttd
-pkgver=1.7.2
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('x86_64')
 url='https://www.openttd.org'
@@ -12,7 +12,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('fe51a0bade8fdf6ce3ec696418ecf75c95783cdcabfd7b204eec5c0bb5d149d4')
+sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 10:32:41
  Author: lcarlier
Revision: 323175

upgpkg: spirv-tools 2018.2-1

upstream update 2018.2

Modified:
  spirv-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 10:14:19 UTC (rev 323174)
+++ PKGBUILD2018-04-30 10:32:41 UTC (rev 323175)
@@ -2,11 +2,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=spirv-tools
-pkgver=2018.0
-# SPIRV-Tools is unhelpfully versioned using commit messages like so:
-# 
https://github.com/KhronosGroup/SPIRV-Tools/commit/5f5fa3a3f1009f0db845d0c9ed76a39fcfe5b20c
-_commit=c430a41ae32c24bfc0ea87aac1bb19526caafb4e
-_spirv_headers_commit=ce309203d7eceaf908bea8862c27f3e0749f7d00
+pkgver=2018.2
+_spirv_headers_commit=3a4dbdde9a9b2cf23736694ba70262dce27fbeaa
 pkgrel=1
 pkgdesc="API and commands for processing SPIR-V modules"
 arch=('x86_64')
@@ -15,7 +12,7 @@
 groups=(vulkan-devel)
 depends=(gcc-libs)
 makedepends=(cmake python git)
-source=("git+git://github.com/KhronosGroup/SPIRV-Tools.git#commit=${_commit}"
+source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver};
 
"git+git://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}")
 sha256sums=('SKIP'
 'SKIP')


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 10:32:53
  Author: lcarlier
Revision: 323176

archrelease: copy trunk to extra-x86_64

Added:
  spirv-tools/repos/extra-x86_64/PKGBUILD
(from rev 323175, spirv-tools/trunk/PKGBUILD)
Deleted:
  spirv-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 10:32:41 UTC (rev 323175)
+++ PKGBUILD2018-04-30 10:32:53 UTC (rev 323176)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=spirv-tools
-pkgver=2018.0
-# SPIRV-Tools is unhelpfully versioned using commit messages like so:
-# 
https://github.com/KhronosGroup/SPIRV-Tools/commit/5f5fa3a3f1009f0db845d0c9ed76a39fcfe5b20c
-_commit=c430a41ae32c24bfc0ea87aac1bb19526caafb4e
-_spirv_headers_commit=ce309203d7eceaf908bea8862c27f3e0749f7d00
-pkgrel=1
-pkgdesc="API and commands for processing SPIR-V modules"
-arch=('x86_64')
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-groups=(vulkan-devel)
-depends=(gcc-libs)
-makedepends=(cmake python git)
-source=("git+git://github.com/KhronosGroup/SPIRV-Tools.git#commit=${_commit}"
-
"git+git://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}")
-sha256sums=('SKIP'
-'SKIP')
-
-#prepare() {
-#  cd SPIRV-Tools
-#  # Fix build with GCC 7
-#  git cherry-pick -n 01b28750bf8ecda48e0f2f6a16d0363450e205d9
-#}
-
-build() {
-  cd SPIRV-Tools
-
-  rm -rf build && mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DSPIRV-Headers_SOURCE_DIR=${srcdir}/SPIRV-Headers
-  make
-}
-
-package() {
-  cd SPIRV-Tools/build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: spirv-tools/repos/extra-x86_64/PKGBUILD (from rev 323175, 
spirv-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 10:32:53 UTC (rev 323176)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=spirv-tools
+pkgver=2018.2
+_spirv_headers_commit=3a4dbdde9a9b2cf23736694ba70262dce27fbeaa
+pkgrel=1
+pkgdesc="API and commands for processing SPIR-V modules"
+arch=('x86_64')
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+groups=(vulkan-devel)
+depends=(gcc-libs)
+makedepends=(cmake python git)
+source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver};
+
"git+git://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}")
+sha256sums=('SKIP'
+'SKIP')
+
+#prepare() {
+#  cd SPIRV-Tools
+#  # Fix build with GCC 7
+#  git cherry-pick -n 01b28750bf8ecda48e0f2f6a16d0363450e205d9
+#}
+
+build() {
+  cd SPIRV-Tools
+
+  rm -rf build && mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DSPIRV-Headers_SOURCE_DIR=${srcdir}/SPIRV-Headers
+  make
+}
+
+package() {
+  cd SPIRV-Tools/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2018-04-30 Thread Giancarlo Razzolini via arch-commits
Date: Monday, April 30, 2018 @ 10:28:04
  Author: grazzolini
Revision: 318484

archrelease: copy trunk to community-x86_64

Added:
  sshfs/repos/community-x86_64/001-sshfs-3.3.0-meson.build.patch
(from rev 318483, sshfs/trunk/001-sshfs-3.3.0-meson.build.patch)
  sshfs/repos/community-x86_64/002-sshfs-3.3.0-sshfs.c.patch
(from rev 318483, sshfs/trunk/002-sshfs-3.3.0-sshfs.c.patch)
  sshfs/repos/community-x86_64/PKGBUILD
(from rev 318483, sshfs/trunk/PKGBUILD)
Deleted:
  sshfs/repos/community-x86_64/001-sshfs-3.3.0-meson.build.patch
  sshfs/repos/community-x86_64/002-sshfs-3.3.0-sshfs.c.patch
  sshfs/repos/community-x86_64/PKGBUILD

---+
 001-sshfs-3.3.0-meson.build.patch |   24 +--
 002-sshfs-3.3.0-sshfs.c.patch |   42 +--
 PKGBUILD  |   77 +---
 3 files changed, 71 insertions(+), 72 deletions(-)

Deleted: 001-sshfs-3.3.0-meson.build.patch
===
--- 001-sshfs-3.3.0-meson.build.patch   2018-04-30 10:27:15 UTC (rev 318483)
+++ 001-sshfs-3.3.0-meson.build.patch   2018-04-30 10:28:04 UTC (rev 318484)
@@ -1,12 +0,0 @@
-diff -ura sshfs-3.3.0.orig/meson.build sshfs-3.3.0.new/meson.build
 sshfs-3.3.0.orig/meson.build   2017-09-20 14:08:27.0 -0300
-+++ sshfs-3.3.0.new/meson.build2017-09-25 11:19:19.946623793 -0300
-@@ -58,7 +58,7 @@
- if rst2man.found()
- custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ],
-   command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true,
--  install_dir: join_paths(get_option('mandir'), '1'))
-+  install_dir: join_paths(get_option('mandir'), 'man1'))
- else
- message('rst2man not found, not building manual page.')
- endif

Copied: sshfs/repos/community-x86_64/001-sshfs-3.3.0-meson.build.patch (from 
rev 318483, sshfs/trunk/001-sshfs-3.3.0-meson.build.patch)
===
--- 001-sshfs-3.3.0-meson.build.patch   (rev 0)
+++ 001-sshfs-3.3.0-meson.build.patch   2018-04-30 10:28:04 UTC (rev 318484)
@@ -0,0 +1,12 @@
+diff -ura sshfs-3.3.0.orig/meson.build sshfs-3.3.0.new/meson.build
+--- sshfs-3.3.0.orig/meson.build   2017-09-20 14:08:27.0 -0300
 sshfs-3.3.0.new/meson.build2017-09-25 11:19:19.946623793 -0300
+@@ -58,7 +58,7 @@
+ if rst2man.found()
+ custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ],
+   command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true,
+-  install_dir: join_paths(get_option('mandir'), '1'))
++  install_dir: join_paths(get_option('mandir'), 'man1'))
+ else
+ message('rst2man not found, not building manual page.')
+ endif

Deleted: 002-sshfs-3.3.0-sshfs.c.patch
===
--- 002-sshfs-3.3.0-sshfs.c.patch   2018-04-30 10:27:15 UTC (rev 318483)
+++ 002-sshfs-3.3.0-sshfs.c.patch   2018-04-30 10:28:04 UTC (rev 318484)
@@ -1,21 +0,0 @@
-diff -ura sshfs-3.3.0.orig/sshfs.c sshfs-3.3.0.new/sshfs.c
 sshfs-3.3.0.orig/sshfs.c   2017-09-20 14:08:27.0 -0300
-+++ sshfs-3.3.0.new/sshfs.c2017-10-01 23:04:23.048755162 -0300
-@@ -428,9 +428,15 @@
-   FUSE_OPT_KEY("writeback_cache=no", FUSE_OPT_KEY_DISCARD),
-   FUSE_OPT_KEY("unreliable_append", FUSE_OPT_KEY_DISCARD),
- 
--  
--  FUSE_OPT_END
-+  /* These may come in from /etc/fstab - we just ignore them */
-+  FUSE_OPT_KEY("auto", FUSE_OPT_KEY_DISCARD),
-+  FUSE_OPT_KEY("noauto", FUSE_OPT_KEY_DISCARD),
-+  FUSE_OPT_KEY("user", FUSE_OPT_KEY_DISCARD),
-+  FUSE_OPT_KEY("nouser", FUSE_OPT_KEY_DISCARD),
-+  FUSE_OPT_KEY("users", FUSE_OPT_KEY_DISCARD),
-+  FUSE_OPT_KEY("_netdev", FUSE_OPT_KEY_DISCARD),
- 
-+  FUSE_OPT_END
- };
- 
- static struct fuse_opt workaround_opts[] = {

Copied: sshfs/repos/community-x86_64/002-sshfs-3.3.0-sshfs.c.patch (from rev 
318483, sshfs/trunk/002-sshfs-3.3.0-sshfs.c.patch)
===
--- 002-sshfs-3.3.0-sshfs.c.patch   (rev 0)
+++ 002-sshfs-3.3.0-sshfs.c.patch   2018-04-30 10:28:04 UTC (rev 318484)
@@ -0,0 +1,21 @@
+diff -ura sshfs-3.3.0.orig/sshfs.c sshfs-3.3.0.new/sshfs.c
+--- sshfs-3.3.0.orig/sshfs.c   2017-09-20 14:08:27.0 -0300
 sshfs-3.3.0.new/sshfs.c2017-10-01 23:04:23.048755162 -0300
+@@ -428,9 +428,15 @@
+   FUSE_OPT_KEY("writeback_cache=no", FUSE_OPT_KEY_DISCARD),
+   FUSE_OPT_KEY("unreliable_append", FUSE_OPT_KEY_DISCARD),
+ 
+-  
+-  FUSE_OPT_END
++  /* These may come in from /etc/fstab - we just ignore them */
++  FUSE_OPT_KEY("auto", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("noauto", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("user", FUSE_OPT_KEY_DISCARD),
++  

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

2018-04-30 Thread Giancarlo Razzolini via arch-commits
Date: Monday, April 30, 2018 @ 10:27:15
  Author: grazzolini
Revision: 318483

upgpkg: sshfs 3.3.2-1

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 09:55:33 UTC (rev 318482)
+++ PKGBUILD2018-04-30 10:27:15 UTC (rev 318483)
@@ -4,16 +4,16 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=sshfs
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=(x86_64)
+arch=('x86_64')
 url="http://github.com/libfuse/sshfs;
 license=(GPL)
 depends=(fuse3 glib2 openssh)
 makedepends=('meson' 'python-docutils')
 
source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('de13bfe0eb5821a7d878f8dea3dc815edaee734418e0950c2732399acd4fb443'
+sha256sums=('a4da6af0ac4f39606eefd0fd7ca09267fbb90e274081570a700f911fca387e4c'
 'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

 
@@ -20,7 +20,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
   rm -rf build
   mkdir build
   cd build


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 10:14:13
  Author: lcarlier
Revision: 323173

upgpkg: vulkan-tools 1.1.73.0-1

upstream update 1.1.73.0

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 09:47:12 UTC (rev 323172)
+++ PKGBUILD2018-04-30 10:14:13 UTC (rev 323173)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.1.70.1
+pkgver=1.1.73.0
 pkgrel=1
 arch=(x86_64)
 url="http://lunarg.com/;
@@ -10,25 +10,18 @@
 license=('custom')
 depends=()
 makedepends=(git cmake wget python-lxml libxcb libxrandr imagemagick qt5-svg)
-source=("vulkanTools-sdk-${pkgver}::https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz;
-
'git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=1fede1a6b8d6103cc9fcacb567747aa2af167849'
-
'git://github.com/open-source-parsers/jsoncpp.git#commit=f700fe455940d4d325c088b9174a173e130e0fa8')
-sha256sums=('7e8c9bad6932a795d1dd330e9710a38c9d0157189b2656df91264dbd051653b9'
-'SKIP'
-'SKIP')
+source=("git+https://github.com/LunarG/VulkanTools#tag=sdk-${pkgver};)
+sha256sums=('SKIP')
 
+prepare() {
+  cd ${srcdir}
+  ln -s VulkanTools "VulkanTools-sdk-${pkgver}"
+}
+
 build() {
   cd "${srcdir}/VulkanTools-sdk-${pkgver}"
 
-  # broken with 1.0.68.0 release
-  pushd submodules
-git clone ${srcdir}/Vulkan-LoaderAndValidationLayers
-git clone ${srcdir}/jsoncpp
-cd "${srcdir}/VulkanTools-sdk-${pkgver}"/submodules/jsoncpp
-python amalgamate.py
-cd 
"${srcdir}/VulkanTools-sdk-${pkgver}"/submodules/Vulkan-LoaderAndValidationLayers
-./update_external_sources.sh "$@"
-  popd
+  ./update_external_sources.sh
 
   rm -rf build ; mkdir build ; cd build
   cmake \


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

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 10:14:19
  Author: lcarlier
Revision: 323174

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 323173, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 10:14:13 UTC (rev 323173)
+++ PKGBUILD2018-04-30 10:14:19 UTC (rev 323174)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-tools
-pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.1.70.1
-pkgrel=1
-arch=(x86_64)
-url="http://lunarg.com/;
-license=('custom')
-depends=()
-makedepends=(git cmake wget python-lxml libxcb libxrandr imagemagick qt5-svg)
-source=("vulkanTools-sdk-${pkgver}::https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz;
-
'git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=1fede1a6b8d6103cc9fcacb567747aa2af167849'
-
'git://github.com/open-source-parsers/jsoncpp.git#commit=f700fe455940d4d325c088b9174a173e130e0fa8')
-sha256sums=('7e8c9bad6932a795d1dd330e9710a38c9d0157189b2656df91264dbd051653b9'
-'SKIP'
-'SKIP')
-
-build() {
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  # broken with 1.0.68.0 release
-  pushd submodules
-git clone ${srcdir}/Vulkan-LoaderAndValidationLayers
-git clone ${srcdir}/jsoncpp
-cd "${srcdir}/VulkanTools-sdk-${pkgver}"/submodules/jsoncpp
-python amalgamate.py
-cd 
"${srcdir}/VulkanTools-sdk-${pkgver}"/submodules/Vulkan-LoaderAndValidationLayers
-./update_external_sources.sh "$@"
-  popd
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DBUILD_TESTS=OFF \
--DBUILD_DEMOS=OFF \
--DBUILD_VIA=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_vulkan-trace() {
-  pkgdesc="Vulkan tracing and replaying tools"
-  depends=(vulkan-icd-loader qt5-svg)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-  
-  [[ $CARCH == i686 ]] && suffix=32
-
-  install -dm755 ${pkgdir}/usr/{bin,lib}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
-  
-  install -m755 build/vktrace/{vkreplay,vktrace}${suffix} ${pkgdir}/usr/bin/
-  install -m755 build/vktrace/vktraceviewer${suffix} ${pkgdir}/usr/bin/
-  install -m755 build/vktrace/libVkLayer_vktrace_layer${suffix}.so 
${pkgdir}/usr/lib/
-
-  sed 
's@../vktrace/libVkLayer_vktrace_layer.so@libVkLayer_vktrace_layer'${suffix}'.so@'\
-   vktrace/vktrace_layer/linux/VkLayer_vktrace_layer.json \
-   > ${pkgdir}/usr/share/vulkan/explicit_layer.d/VkLayer_vktrace_layer.json
- 
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  install -dm755 ${pkgdir}/usr/lib
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
- 
-  install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
-
-  # fix library paths  
-  for i in layersvt/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 323173, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 10:14:19 UTC (rev 323174)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.1.73.0
+pkgrel=1
+arch=(x86_64)
+url="http://lunarg.com/;
+license=('custom')
+depends=()
+makedepends=(git cmake wget python-lxml libxcb libxrandr imagemagick qt5-svg)
+source=("git+https://github.com/LunarG/VulkanTools#tag=sdk-${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  ln -s VulkanTools "VulkanTools-sdk-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On 

[arch-commits] Commit in lib32-vulkan-loader-layers/trunk (PKGBUILD)

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 09:55:27
  Author: lcarlier
Revision: 318481

upgpkg: lib32-vulkan-loader-layers 1.1.73.0-1

upstream update 1.1.73.0

Modified:
  lib32-vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 09:39:41 UTC (rev 318480)
+++ PKGBUILD2018-04-30 09:55:27 UTC (rev 318481)
@@ -4,7 +4,7 @@
 pkgbase=lib32-vulkan-loader-layers
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.1.70.0
+pkgver=1.1.73.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -11,9 +11,14 @@
 license=('custom')
 depends=()
 makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('bd30ffe25a0723775ea8427d65e96bbad6f5130674ac6577ec639b54ce811397')
+source=("git+https://github.com/KhronosGroup/${_pkgname}#tag=sdk-${pkgver};)
+sha256sums=('SKIP')
 
+prepare() {
+  cd "${srcdir}"
+  ln -s ${_pkgname} "${_pkgname}-sdk-${pkgver}"
+}
+
 build() {
   export ASFLAGS=--32
   export CC="gcc -m32"


[arch-commits] Commit in lib32-vulkan-loader-layers/repos/multilib-x86_64 (2 files)

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 09:55:33
  Author: lcarlier
Revision: 318482

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD
(from rev 318481, lib32-vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 09:55:27 UTC (rev 318481)
+++ PKGBUILD2018-04-30 09:55:33 UTC (rev 318482)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=lib32-vulkan-loader-layers
-pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.1.70.0
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('bd30ffe25a0723775ea8427d65e96bbad6f5130674ac6577ec639b54ce811397')
-
-build() {
-  export ASFLAGS=--32
-  export CC="gcc -m32"
-  export CXX="g++ -m32"


-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_lib32-vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-  depends=(lib32-glibc)
-  optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/bin
-  rm -r ${pkgdir}/usr/include
-  rm ${pkgdir}/usr/lib32/libVkLayer*.so
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_lib32-vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit (32-bit)"
-  depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/bin
-  rm -r ${pkgdir}/usr/include
-  rm -r ${pkgdir}/usr/lib32/pkgconfig
-  rm ${pkgdir}/usr/lib32/libvulkan.so*
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD (from rev 
318481, lib32-vulkan-loader-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 09:55:33 UTC (rev 318482)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=lib32-vulkan-loader-layers
+pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.1.73.0
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
+source=("git+https://github.com/KhronosGroup/${_pkgname}#tag=sdk-${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  ln -s ${_pkgname} "${_pkgname}-sdk-${pkgver}"
+}
+
+build() {
+  export ASFLAGS=--32
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+

[arch-commits] Commit in vulkan-loader-layers/trunk (PKGBUILD)

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 09:47:06
  Author: lcarlier
Revision: 323171

upgpkg: vulkan-loader-layers 1.1.73.0-1

upstream update 1.1.73.0

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 09:19:25 UTC (rev 323170)
+++ PKGBUILD2018-04-30 09:47:06 UTC (rev 323171)
@@ -4,16 +4,21 @@
 pkgbase=vulkan-loader-layers
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.1.70.0
-pkgrel=3
+pkgver=1.1.73.0
+pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
 license=('custom')
 depends=()
 makedepends=(git cmake python-lxml libx11 libxrandr wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('bd30ffe25a0723775ea8427d65e96bbad6f5130674ac6577ec639b54ce811397')
+source=("git+https://github.com/KhronosGroup/${_pkgname}#tag=sdk-${pkgver};)
+sha256sums=('SKIP')
 
+prepare() {
+  cd "${srcdir}"
+  ln -s ${_pkgname} "${_pkgname}-sdk-${pkgver}"
+}
+
 build() {
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
 


[arch-commits] Commit in vulkan-loader-layers/repos/extra-x86_64 (4 files)

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 09:47:12
  Author: lcarlier
Revision: 323172

archrelease: copy trunk to extra-x86_64

Added:
  
vulkan-loader-layers/repos/extra-x86_64/0001-loader-Remove-executable-stack-from-libvulkan.so.patch
(from rev 323171, 
vulkan-loader-layers/trunk/0001-loader-Remove-executable-stack-from-libvulkan.so.patch)
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD
(from rev 323171, vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  
vulkan-loader-layers/repos/extra-x86_64/0001-loader-Remove-executable-stack-from-libvulkan.so.patch
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD

-+
 0001-loader-Remove-executable-stack-from-libvulkan.so.patch |   56 +--
 PKGBUILD|  167 +-
 2 files changed, 114 insertions(+), 109 deletions(-)

Deleted: 0001-loader-Remove-executable-stack-from-libvulkan.so.patch
===
--- 0001-loader-Remove-executable-stack-from-libvulkan.so.patch 2018-04-30 
09:47:06 UTC (rev 323171)
+++ 0001-loader-Remove-executable-stack-from-libvulkan.so.patch 2018-04-30 
09:47:12 UTC (rev 323172)
@@ -1,28 +0,0 @@
-From 3152f2a5056077d3e1061ac61e3ef7888ff96dc7 Mon Sep 17 00:00:00 2001
-From: Lenny Komow 
-Date: Thu, 20 Jul 2017 16:07:14 -0600
-Subject: [PATCH] loader: Remove executable stack from libvulkan.so
-
-Change-Id: Id77d5560479cbbc6f5453a6362c5a20dd721fdd0

- loader/unknown_ext_chain_gas.asm | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/loader/unknown_ext_chain_gas.asm 
b/loader/unknown_ext_chain_gas.asm
-index e463f45b..798760bd 100644
 a/loader/unknown_ext_chain_gas.asm
-+++ b/loader/unknown_ext_chain_gas.asm
-@@ -108,6 +108,10 @@ vkdev_ext\num:
- 
- .endif
- 
-+#if defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+
- .data
- 
- termin_error_string:
--- 
-2.13.2
-

Copied: 
vulkan-loader-layers/repos/extra-x86_64/0001-loader-Remove-executable-stack-from-libvulkan.so.patch
 (from rev 323171, 
vulkan-loader-layers/trunk/0001-loader-Remove-executable-stack-from-libvulkan.so.patch)
===
--- 0001-loader-Remove-executable-stack-from-libvulkan.so.patch 
(rev 0)
+++ 0001-loader-Remove-executable-stack-from-libvulkan.so.patch 2018-04-30 
09:47:12 UTC (rev 323172)
@@ -0,0 +1,28 @@
+From 3152f2a5056077d3e1061ac61e3ef7888ff96dc7 Mon Sep 17 00:00:00 2001
+From: Lenny Komow 
+Date: Thu, 20 Jul 2017 16:07:14 -0600
+Subject: [PATCH] loader: Remove executable stack from libvulkan.so
+
+Change-Id: Id77d5560479cbbc6f5453a6362c5a20dd721fdd0
+---
+ loader/unknown_ext_chain_gas.asm | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/loader/unknown_ext_chain_gas.asm 
b/loader/unknown_ext_chain_gas.asm
+index e463f45b..798760bd 100644
+--- a/loader/unknown_ext_chain_gas.asm
 b/loader/unknown_ext_chain_gas.asm
+@@ -108,6 +108,10 @@ vkdev_ext\num:
+ 
+ .endif
+ 
++#if defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
++
+ .data
+ 
+ termin_error_string:
+-- 
+2.13.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 09:47:06 UTC (rev 323171)
+++ PKGBUILD2018-04-30 09:47:12 UTC (rev 323172)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-loader-layers
-pkgname=(vulkan-icd-loader vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.1.70.0
-pkgrel=3
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml libx11 libxrandr wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('bd30ffe25a0723775ea8427d65e96bbad6f5130674ac6577ec639b54ce811397')
-
-build() {
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(glibc)
-  optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
-  
-  make DESTDIR="${pkgdir}" install
-  
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/bin
-  rm ${pkgdir}/usr/include/vulkan/*{.h,.hpp}
-  rm ${pkgdir}/usr/lib/libVkLayer*.so
-
-  install -m644 ../include/vulkan/vk_icd.h 

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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 09:39:41
  Author: alucryd
Revision: 318480

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 318479, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary-enchant2.patch
(from rev 318479, geary/trunk/geary-enchant2.patch)
Deleted:
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary-enchant2.patch

--+
 PKGBUILD |  104 -
 geary-enchant2.patch |   48 +++---
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 09:39:32 UTC (rev 318479)
+++ PKGBUILD2018-04-30 09:39:41 UTC (rev 318480)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime'
- 'gnome-keyring' 'gtk3' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
- 'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
-'geary-enchant2.patch')
-sha256sums=('065a9cd9692d6c120cd5d582aa27a05da01ec6d3af629dad1061e5214bbb0b8a'
-'d90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  cd geary-${pkgver}
-
-  patch -Np1 -i ../geary-enchant2.patch
-}
-
-build() {
-  cd build
-
-  cmake ../geary-${pkgver} \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DDESKTOP_UPDATE='FALSE' \
--DICON_UPDATE='FALSE' \
--DGSETTINGS_COMPILE='FALSE' \
--DGSETTINGS_COMPILE_IN_PLACE='FALSE'
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 318479, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 09:39:41 UTC (rev 318480)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime'
+ 'gnome-keyring' 'gtk3' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
+ 'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
+'geary-enchant2.patch')
+sha256sums=('a9ef2889cf90a44462c374308eef7539193e6703c06fe6c5632e91fa097c4526'
+'d90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-enchant2.patch
+}
+
+build() {
+  cd build
+
+  cmake ../geary-${pkgver} \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DDESKTOP_UPDATE='FALSE' \
+-DICON_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE='FALSE' \
+-DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: geary-enchant2.patch
===
--- geary-enchant2.patch2018-04-30 09:39:32 UTC (rev 318479)
+++ geary-enchant2.patch2018-04-30 09:39:41 UTC (rev 318480)
@@ -1,24 +0,0 @@
-diff -rupN geary-0.12.0.orig/CMakeLists.txt geary-0.12.0/CMakeLists.txt
 geary-0.12.0.orig/CMakeLists.txt   2018-01-16 21:45:14.731988942 +0100
-+++ geary-0.12.0/CMakeLists.txt2018-01-16 21:47:51.510178769 +0100
-@@ -96,7 +96,7 @@ find_package(PkgConfig)
- pkg_check_modules(LIBUNITY QUIET unity>=5.12.0)
- pkg_check_modules(LIBMESSAGINGMENU QUIET messaging-menu>=12.10.2)
- 
--pkg_check_modules(ENCHANT QUIET enchant)
-+pkg_check_modules(ENCHANT QUIET enchant-2)
- 
- pkg_check_modules(SQLITE3 sqlite3 REQUIRED)
- if (NOT ${SQLITE3_VERSION} VERSION_LESS 3.12)
-diff -rupN geary-0.12.0.orig/src/CMakeLists.txt geary-0.12.0/src/CMakeLists.txt
 geary-0.12.0.orig/src/CMakeLists.txt   2018-01-16 

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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 09:39:32
  Author: alucryd
Revision: 318479

upgpkg: geary 0.12.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 08:41:23 UTC (rev 318478)
+++ PKGBUILD2018-04-30 09:39:32 UTC (rev 318479)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
@@ -17,7 +17,7 @@
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
 'geary-enchant2.patch')
-sha256sums=('065a9cd9692d6c120cd5d582aa27a05da01ec6d3af629dad1061e5214bbb0b8a'
+sha256sums=('a9ef2889cf90a44462c374308eef7539193e6703c06fe6c5632e91fa097c4526'
 'd90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
 
 prepare() {


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

2018-04-30 Thread Andreas Radke via arch-commits
Date: Monday, April 30, 2018 @ 09:19:25
  Author: andyrtr
Revision: 323170

archrelease: copy trunk to testing-x86_64

Added:
  hplip/repos/testing-x86_64/
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 323169, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 323169, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 323169, hplip/trunk/disable_upgrade.patch)
  hplip/repos/testing-x86_64/hplip-colorlaserjet-mfp-m278-m281.patch
(from rev 323169, hplip/trunk/hplip-colorlaserjet-mfp-m278-m281.patch)

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |   50 ++
 PKGBUILD|   80 
++
 disable_upgrade.patch   |   14 +
 hplip-colorlaserjet-mfp-m278-m281.patch |   64 
 4 files changed, 208 insertions(+)

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 323169, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
(rev 0)
+++ 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2018-04-30 09:19:25 UTC (rev 323170)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: hplip/repos/testing-x86_64/PKGBUILD (from rev 323169, 
hplip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-30 09:19:25 UTC (rev 323170)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=hplip
+pkgver=3.18.4
+pkgrel=1
+pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
+arch=('x86_64')
+url="http://hplipopensource.com;
+license=('GPL')
+depends=('python-dbus' 'ghostscript' 'net-snmp' 'foomatic-db-engine')
+makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
+optdepends=('cups: for printing support'
+'sane: for scanner support'
+'xsane: sane scanner frontend'
+'python-pillow: for commandline scanning support'
+'python-reportlab: for pdf output in hp-scan'
+'rpcbind: for network support'
+'python-pyqt5: for running GUI and hp-toolbox'
+'python-gobject: for running hp-toolbox'
+'libusb: for advanced usb support'
+'wget: for network support')
+# 'hplip-plugin: binary blobs for specific devices (AUR) or run hp-setup to 
download the plugin'
+backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')

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

2018-04-30 Thread Andreas Radke via arch-commits
Date: Monday, April 30, 2018 @ 09:19:13
  Author: andyrtr
Revision: 323169

upgpkg: hplip 3.18.4-1

upstream update 3.18.4

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 08:49:57 UTC (rev 323168)
+++ PKGBUILD2018-04-30 09:19:13 UTC (rev 323169)
@@ -5,8 +5,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.18.3
-pkgrel=2
+pkgver=3.18.4
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
 url="http://hplipopensource.com;
@@ -29,7 +29,7 @@
 disable_upgrade.patch
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 hplip-colorlaserjet-mfp-m278-m281.patch)
-sha1sums=('97a065a1eaf930ffce612e26d4ea925d94313e14'
+sha1sums=('80b7c35adaa287ff51aa6938bf52046d06a32058'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e'
   '2ef86972ab51c0fdcb8bfc653b9f6f69459449a5'


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

2018-04-30 Thread Andreas Radke via arch-commits
Date: Monday, April 30, 2018 @ 08:49:38
  Author: andyrtr
Revision: 323166

upgpkg: linux-lts 4.14.38-1

upstream update 4.14.38

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 08:49:36 UTC (rev 323165)
+++ PKGBUILD2018-04-30 08:49:38 UTC (rev 323166)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.37
+pkgver=4.14.38
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'a74710e7cce987488dc43754c8f4f46cf99dd7870c28490f5b1ce322543950bd'
+'b8da661a19eae171b8e109b84311dcb144e37f5bde314439b0c3f0387016ed14'
 'SKIP'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in linux-lts/repos (9 files)

2018-04-30 Thread Andreas Radke via arch-commits
Date: Monday, April 30, 2018 @ 08:49:57
  Author: andyrtr
Revision: 323168

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 323166, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 323166, 
linux-lts/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 323166, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 323166, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 323166, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 323166, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 323166, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 323166, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  238 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 8936 insertions(+)

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


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2018-04-30 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 08:49:54
  Author: lcarlier
Revision: 323167

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 323166, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 08:49:38 UTC (rev 323166)
+++ PKGBUILD2018-04-30 08:49:54 UTC (rev 323167)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.1.73
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
- ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('98781d637807d9b0ef17aeca8f220a2a3b60cec751f15607af3572d566e789ed')
-
-prepare() {
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  #gem install -v 0.7.0 ruby-enum
-  #gem install -v 1.6.8 mathematical
-  gem install -v 0.2.2 asciidoctor-mathematical  
-  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
-  gem install coderay  
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
-  #cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
-  #LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
-  ./makeAllExts
-
-  #rm -f ${srcdir}/liblasem.so
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/include/vulkan"
-  install -dm755 "${pkgdir}/usr/share/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -m644 include/vulkan/*.h ${pkgdir}/usr/include/vulkan
-  install -m644 xml/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 323166, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 08:49:54 UTC (rev 323167)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-html-docs)
+pkgver=1.1.74
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('bee2bd4c4a42f8db6ad1d7f264ad08c9f7c048795fbe8808e08ab0ef5eda0929')
+
+prepare() {
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  #gem install -v 0.7.0 ruby-enum
+  #gem install -v 1.6.8 mathematical
+  gem install -v 0.2.2 asciidoctor-mathematical  
+  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
+  gem install coderay  
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
+  #cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
+  #LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
+  ./makeAllExts
+
+  #rm -f ${srcdir}/liblasem.so
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/include/vulkan"
+  install -dm755 "${pkgdir}/usr/share/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -m644 include/vulkan/*.h ${pkgdir}/usr/include/vulkan
+  install -m644 xml/vk.xml ${pkgdir}/usr/share/vulkan
+
+  install -m644 

  1   2   >